Make Rust error message mention the field name
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-09-13 Tom Tromey <tom@tromey.com>
2
3 PR rust/23650:
4 * gdb.rust/simple.exp: Add test for enum field access error.
5
6 2018-09-13 Tom Tromey <tom@tromey.com>
7
8 PR rust/23626:
9 * gdb.rust/simple.rs (EmptyEnum): New type.
10 (main): Use it.
11 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
12
13 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
14
15 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
16 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
17 * gdb.python/py-symtab.exp: Update test printing an objfile.
18
19 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
20
21 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
22 object.
23
24 2018-09-12 Alan Hayward <alan.hayward@arm.com>
25
26 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
27 (support_complex_tests): Use gdb_can_simple_compile.
28 (is_ilp32_target): Likewise.
29 (is_lp64_target): Likewise.
30 (is_64_target): Likewise.
31 (is_amd64_regs_target): Likewise.
32 (is_aarch32_target): Likewise.
33 (gdb_int128_helper): Likewise.
34
35 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
36
37 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
38
39 2018-09-10 Jerome Guitton <guitton@adacore.com>
40
41 * gdb.ada/same_component_name: Add test for case of tagged record
42 with variable-length fields.
43
44 2018-09-10 Xavier Roirand <roirand@adacore.com>
45
46 * gdb.ada/access_to_unbounded_array.exp: New testcase.
47 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
48 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
49 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
50
51 2018-09-10 Xavier Roirand <roirand@adacore.com>
52
53 * gdb.ada/mi_string_access.exp: New testcase.
54 * gdb.ada/mi_string_access/bar.adb: New file.
55 * gdb.ada/mi_string_access/pck.adb: New file.
56 * gdb.ada/mi_string_access/pck.asd: New file.
57
58 2018-09-10 Xavier Roirand <roirand@adacore.com>
59
60 * gdb.ada/mi_var_union.exp: New testcase.
61 * gdb.ada/mi_var_union/bar.adb: New file.
62 * gdb.ada/mi_var_union/pck.adb: New file.
63 * gdb.ada/mi_var_union/pck.asd: New file.
64
65 2018-09-08 Tom Tromey <tom@tromey.com>
66
67 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
68
69 2018-09-08 Tom Tromey <tom@tromey.com>
70
71 PR python/16047:
72 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
73 (register_pretty_printers): Register new printer.
74 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
75 test.
76 * gdb.python/py-prettyprint.c (int_type3): New typedef.
77 (an_int_type3): New global.
78
79 2018-09-08 Joel Brobecker <brobecker@adacore.com>
80
81 * gdb.ada/expr_with_funcall: New testcase.
82
83 2018-09-08 Joel Brobecker <brobecker@adacore.com>
84
85 * gdb.ada/packed_array_assign: New testcase.
86
87 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
90 names, and add test prefixes to make test names unique.
91
92 2018-09-05 Tom de Vries <tdevries@suse.de>
93
94 * gdb.dwarf2/varval.exp: Add test.
95
96 2018-09-04 Gary Benson <gbenson@redhat.com>
97
98 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
99 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
100
101 2018-08-31 Tom Tromey <tom@tromey.com>
102
103 * gdb.rust/simple.rs: Rename second variable "v".
104
105 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.base/funcargs.c (use_a): New function.
108 (recurse): Call use_a.
109
110 2018-08-29 Keith Seitz <keiths@redhat.com>
111
112 * gdb.compile/compile-cplus-anonymous.cc: New file.
113 * gdb.compile/compile-cplus-anonymous.exp: New file.
114 * gdb.compile/compile-cplus-array-decay.cc: New file.
115 * gdb.compile/compile-cplus-array-decay.exp: New file.
116 * gdb.compile/compile-cplus-inherit.cc: New file.
117 * gdb.compile/compile-cplus-inherit.exp: New file.
118 * gdb.compile/compile-cplus-member.cc: New file.
119 * gdb.compile/compile-cplus-member.exp: New file.
120 * gdb.compile/compile-cplus-method.cc: New file.
121 * gdb.compile/compile-cplus-method.exp: New file.
122 * gdb.compile/compile-cplus-mod.c: "New" file.
123 * gdb.compile/compile-cplus-namespace.cc: New file.
124 * gdb.compile/compile-cplus-namespace.exp: New file.
125 * gdb.compile/compile-cplus-nested.cc: New file.
126 * gdb.compile/compile-cplus-nested.exp: New file.
127 * gdb.compile/compile-cplus-print.c: "New" file.
128 * gdb.compile/compile-cplus-print.exp: "New" file.
129 * gdb.compile/compile-cplus-virtual.cc: New file.
130 * gdb.compile/compile-cplus-virtual.exp: New file.
131 * gdb.compile/compile-cplus.c: "New" file.
132 * gdb.compile/compile-cplus.exp: "New" file.
133 * lib/compile-support.exp: New file.
134
135 2018-08-16 Gary Benson <gbenson@redhat.com>
136
137 PR gdb/13000:
138 * gdb.base/batch-exit-status.exp: New file.
139 * gdb.base/batch-exit-status.good-commands: Likewise.
140 * gdb.base/batch-exit-status.bad-commands: Likewise.
141
142 2018-08-29 Alan Hayward <alan.hayward@arm.com>
143
144 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
145 (struct struct02): Likewise.
146 (struct struct03): Likewise.
147 (struct struct04): Likewise.
148 (struct struct_01_01): New struct.
149 (struct struct_01_02): Likewise.
150 (struct struct_01_03): Likewise.
151 (struct struct_01_04): Likewise.
152 (struct struct_02_01): Likewise.
153 (struct struct_02_02): Likewise.
154 (struct struct_02_03): Likewise.
155 (struct struct_02_04): Likewise.
156 (struct struct_04_01): Likewise.
157 (struct struct_04_02): Likewise.
158 (struct struct_04_03): Likewise.
159 (struct struct_04_04): Likewise.
160 (struct struct_05_01): Likewise.
161 (struct struct_05_02): Likewise.
162 (struct struct_05_03): Likewise.
163 (struct struct_05_04): Likewise.
164 (cmp_struct01): Remove function.
165 (cmp_struct02): Likewise.
166 (cmp_struct03): Likewise.
167 (cmp_struct04): Likewise.
168 (cmp_struct_01_01): Add Function.
169 (cmp_struct_01_02): Likewise.
170 (cmp_struct_01_03): Likewise.
171 (cmp_struct_01_04): Likewise.
172 (cmp_struct_02_01): Likewise.
173 (cmp_struct_02_02): Likewise.
174 (cmp_struct_02_03): Likewise.
175 (cmp_struct_02_04): Likewise.
176 (cmp_struct_04_01): Likewise.
177 (cmp_struct_04_02): Likewise.
178 (cmp_struct_04_03): Likewise.
179 (cmp_struct_04_04): Likewise.
180 (cmp_struct_05_01): Likewise.
181 (cmp_struct_05_02): Likewise.
182 (cmp_struct_05_03): Likewise.
183 (cmp_struct_05_04): Likewise.
184 (call_all): Add new structs.
185 * gdb.base/infcall-nested-structs.exp: Likewise.
186
187 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
188
189 * gdb.python/py-framefilter-mi.exp: Update regexp to
190 check for "arch" field in frame output.
191
192 2018-08-23 Kevin Buettner <kevinb@redhat.com>
193
194 * gdb.dwarf2/dw2-ranges-func.c: New file.
195 * gdb.dwarf2/dw2-ranges-func.exp: New file.
196
197 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
198
199 * gdb.base/term.exp: Compare terminal settings with values from
200 the inferior.
201 * gdb.base/term.c: Get and set terminal settings.
202
203 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
204
205 * lib/mi-support.exp (mi_expect_stop): Update regexp to
206 accommodate new "arch" field in frame output.
207 * gdb.mi/mi-return.exp: Likewise.
208 * gdb.mi/mi-stack.exp: Likewise.
209 * gdb.mi/mi-syn-frame.exp: Likewise.
210 * gdb.mi/user-selected-context-sync.exp: Likewise.
211
212 2018-08-19 Michael Spang <spang@google.com>
213
214 PR gdb/11786
215 * gdb.base/gcore-tls-pie.c: New file.
216 * gdb.base/gcore-tls-pie.exp: New file.
217
218 2018-08-18 Kevin Buettner <kevinb@redhat.com>
219
220 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
221 * gdb.dwarf2/varval.c: New file.
222 * gdb.dwarf2/varval.exp: New file.
223
224 2018-08-17 Alan Hayward <alan.hayward@arm.com>
225
226 PR gdb/18931
227 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
228
229 2018-08-16 Keith Seitz <keiths@redhat.com>
230
231 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
232 tests expected to pass.
233
234 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
235
236 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
237 -data-disassemble -a.
238 (test_disassembly_bogus_args): Likewise.
239
240 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
241
242 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
243
244 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * gdb.base/vla-optimized-out.exp: Add new test.
247
248 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * gdb.base/vla-optimized-out-o3.exp: Delete.
251 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
252 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
253 deleted tests.
254
255 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 PR gdb/18050:
258 * gdb.server/extended-remote-restart.c: New file.
259 * gdb.server/extended-remote-restart.exp: New file.
260
261 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
262
263 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
264 "set variable index = 42".
265
266 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
267
268 * boards/index-cache-gdb.exp: New file.
269 * gdb.dwarf2/index-cache.exp: New file.
270 * gdb.dwarf2/index-cache.c: New file.
271 * gdb.base/maint.exp: Check if we are using the index cache.
272
273 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
274
275 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
276 MAKEFLAGS.
277
278 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
279
280 * dg-extract-results.sh: Move to toplevel contrib.
281 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
282 * Makefile.in (check-parallel-racy): Likewise.
283
284 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
285
286 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
287 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
288 tests if the target supports scheduler locking.
289
290 2018-08-04 Tom de Vries <tdevries@suse.de>
291
292 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
293
294 2018-08-02 Tom Tromey <tom@tromey.com>
295
296 PR symtab/16842.
297 * gdb.cp/temargs.exp: Test "info address" of a template
298 parameter.
299
300 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
301
302 * gdb.python/py-mi-var-info-path-expression.c: New file.
303 * gdb.python/py-mi-var-info-path-expression.py: New file.
304 * gdb.python/py-mi-var-info-path-expression.exp: New file.
305
306 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
307
308 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
309 error after "cannot resolve name" string.
310
311 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
314 started.
315 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
316
317 2018-07-28 Tom de Vries <tdevries@suse.de>
318
319 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
320
321 2018-07-26 Tom de Vries <tdevries@suse.de>
322
323 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
324
325 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
326
327 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
328 is visible.
329
330 2018-07-26 Tom de Vries <tdevries@suse.de>
331
332 PR breakpoints/23366
333 * gdb.base/catch-follow-exec.c: New test.
334 * gdb.base/catch-follow-exec.exp: New file.
335
336 2018-07-25 Tom de Vries <tdevries@suse.de>
337
338 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
339 vla-optimized-out.c.
340
341 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
342
343 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
344 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
345
346 2018-07-20 Tom de Vries <tdevries@suse.de>
347
348 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
349 NOCLONE macro.
350 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
351
352 2018-07-19 Tom de Vries <tdevries@suse.de>
353
354 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
355 regular expression.
356
357 2018-07-18 Tom de Vries <tdevries@suse.de>
358
359 * gdb.base/vla-optimized-out.c: New test.
360 * gdb.base/vla-optimized-out.exp: New file.
361
362 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
363
364 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
365 message "No address associated with hostname" when gdbserver
366 cannot resolve the hostname.
367
368 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
369
370 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
371 Add some test prefixes to make tests unique.
372
373 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
374
375 * gdb.base/frameapply.c: New file.
376 * gdb.base/frameapply.exp: New file.
377
378 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
379
380 * gdb.base/skip.exp: Update expected error message.
381
382 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
383 Jan Kratochvil <jan.kratochvil@redhat.com>
384 Paul Fertser <fercerpav@gmail.com>
385 Tsutomu Seki <sekiriki@gmail.com>
386
387 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
388 parameter.
389 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
390 by default.
391 * boards/native-gdbserver.exp: Likewise.
392 * gdb.server/run-without-local-binary.exp: Improve regexp used
393 for detecting when a remote debugging connection succeeds.
394 * gdb.server/server-connect.exp: New file.
395 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
396 Do not prefix the port number with ":".
397 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
398 support for detecting and using it. Add '$debughost_gdbserver'
399 to the list of arguments used to start gdbserver. Handle case
400 when gdbserver cannot resolve a network name.
401
402 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
403
404 PR c++/23373
405 * gdb.base/ptype-offsets.cc (struct static_member): New
406 struct.
407 (main) <stmember>: New variable.
408 * gdb.base/ptype-offsets.exp: Add test for printing a struct
409 with a static member in it.
410
411 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
412
413 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
414 watchpoints enabled and disabled.
415
416 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.base/examine-backward.exp: Still run tests around address
419 0x0, even if address 0x0 is not readable. Update the pattern for
420 matching address 0x0 in expected output.
421
422 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
423
424 * gdb.base/share-env-with-gdbserver.c (main): Add call to
425 malloc/free.
426
427 2018-07-04 Tom de Vries <tdevries@suse.de>
428
429 * gdb.dwarf2/dw2-error.exp: Update expected error message.
430
431 2018-07-02 Maciej W. Rozycki <macro@mips.com>
432
433 PR tdep/8282
434 * gdb.arch/mips-disassembler-options.exp: New test.
435 * gdb.arch/mips-disassembler-options.s: New test source.
436
437 2018-06-29 Pedro Alves <palves@redhat.com>
438
439 * gdb.threads/names.exp: Adjust expected "info threads" output.
440
441 2018-06-29 Pedro Alves <palves@redhat.com>
442
443 * gdb.opt/inline-break.exp (line number, address): Add "info
444 break" tests.
445
446 2018-06-29 Pedro Alves <palves@redhat.com>
447
448 * gdb.opt/inline-break.c (func1): Add "break here" marker.
449 * gdb.opt/inline-break.exp: Test setting breakpoints by line
450 number and address and running to them.
451
452 2018-06-29 Richard Bunt <richard.bunt@arm.com>
453
454 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
455
456 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
457
458 * lib/compiler.c: Remove executable permission flag.
459
460 2018-06-28 Richard Bunt <richard.bunt@arm.com>
461
462 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
463 code.
464 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
465
466 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
467
468 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
469
470 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
471
472 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
473 address argument is omitted.
474
475 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
476
477 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
478
479 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
480
481 PR gdb/21695
482 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
483 * gdb.base/infoline-reloc-main-from-zero.c: New file.
484
485 2018-06-26 Tom Tromey <tom@tromey.com>
486
487 PR rust/22574:
488 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
489 * gdb.rust/simple.rs (struct SimpleLayout): New.
490
491 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
492
493 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
494 "info registers" output.
495
496 2018-06-21 Richard Bunt <richard.bunt@arm.com>
497
498 * gdb.base/watchpoint-hw-attach.c: New test.
499 * gdb.base/watchpoint-hw-attach.exp: New file.
500
501 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
502
503 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
504 through /bin/sh.
505 * boards/dwarf4-gdb-index.exp: Likewise.
506 * boards/fission-dwp.exp: Likewise.
507
508 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
509
510 * gdb.base/float128.exp: Add comment and improved fail message
511 to the failure case of "print large128" test.
512
513 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
514
515 * configure.ac: Remove AC_PREREQ.
516 * configure: Re-generate.
517
518 2018-06-19 Pedro Alves <palves@redhat.com>
519
520 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
521 (func_extern_caller): New.
522 (main): Call func_extern_caller.
523 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
524 logic change.
525
526 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
527
528 PR gdb/16841
529 * gdb.cp/typedef-base.cc: New file.
530 * gdb.cp/typedef-base.exp: New file.
531
532 2018-06-18 Tom de Vries <tdevries@suse.de>
533
534 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
535
536 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
537 Richard Bunt <Richard.Bunt@arm.com>
538
539 * gdb.threads/attach-slow-waitpid.c: New file.
540 * gdb.threads/attach-slow-waitpid.exp: New file.
541 * gdb.threads/slow-waitpid.c: New file.
542
543 2018-06-14 Pedro Alves <palves@redhat.com>
544
545 * gdb.base/fork-running-state.c: Include <errno.h>.
546 (exit_if_relative_exits): New.
547 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
548 exits.
549 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
550 child exits.
551
552 2018-06-14 Tom de Vries <tdevries@suse.de>
553
554 PR cli/22573
555 * gdb.base/finish-pretty.c: New test.
556 * gdb.base/finish-pretty.exp: New file.
557
558 2018-06-14 Pedro Alves <palves@redhat.com>
559
560 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
561 gdb's expected startup output.
562
563 2018-06-14 Pedro Alves <palves@redhat.com>
564
565 * lib/selftest-support.exp (selftest_setup): Remove inlined
566 function handling.
567
568 2018-06-14 Tom de Vries <tdevries@suse.de>
569
570 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
571 matching of breakpoint printing.
572
573 2018-06-13 Tom de Vries <tdevries@suse.de>
574
575 PR testsuite/23269
576 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
577 (fork_child): ... here, and ...
578 (fork_parent): ... here.
579
580 2018-06-12 Tom de Vries <tdevries@suse.de>
581
582 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
583
584 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
585 Stephen Roberts <stephen.roberts@arm.com>
586
587 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
588 rewrite test to describe action performed, rather than possible
589 failure.
590
591 2018-06-08 Gary Benson <gbenson@redhat.com>
592
593 * gdb.threads/check-libthread-db.exp: New file.
594 * gdb.threads/check-libthread-db.c: Likewise.
595
596 2018-06-05 Tom Tromey <tom@tromey.com>
597
598 * gdb.base/default.exp: Update expected "show version" output.
599
600 2018-06-05 Tom Tromey <tom@tromey.com>
601
602 PR cli/12326:
603 * gdb.cp/static-print-quit.exp: Update.
604 * lib/gdb.exp (pagination_prompt): Update.
605 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
606 * gdb.python/python.exp: Update.
607
608 2018-06-04 Joel Brobecker <brobecker@adacore.com>
609
610 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
611
612 2018-06-01 Joel Brobecker <brobecker@adacore.com>
613
614 * gdb.ada/bp_fun_addr: New testcase.
615
616 2018-06-01 Tom Tromey <tom@tromey.com>
617
618 * gdb.xml/tdesc-regs.exp (load_description): Update expected
619 results.
620 * gdb.dwarf2/method-ptr.exp: Set language to C++.
621 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
622 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
623 * gdb.base/maint.exp (maint_pass_if): Update.
624
625 2018-05-31 Maciej W. Rozycki <macro@mips.com>
626
627 * gdb.base/endian.exp: New test.
628 * gdb.base/endian.c: New test source.
629
630 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
631
632 PR gdb/23203
633 * gdb.base/bt-selected-frame.c: New file.
634 * gdb.base/bt-selected-frame.exp: New file.
635 * lib/gdb.exp (get_current_frame_number): New function.
636
637 2018-05-24 Maciej W. Rozycki <macro@mips.com>
638 Pedro Alves <palves@redhat.com>
639
640 * gdb.threads/tls-core.c: Include <stdlib.h>
641 (thread_proc): Call `abort'.
642 * gdb.threads/tls-core.exp: Generate a core with core_find too.
643 (tls_core_test): New procedure, bits factored out from ...
644 (top level): ... here. Test both native cores and gcore cores.
645
646 2018-05-23 Tom Tromey <tom@tromey.com>
647
648 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
649
650 2018-05-23 Tom Tromey <tom@tromey.com>
651
652 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
653 symfile_complaints.
654 (test_short_complaints): Likewise.
655 (test_empty_complaints): Likewise.
656 (test_initial_complaints): Update.
657
658 2018-05-23 Tom Tromey <tom@tromey.com>
659
660 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
661
662 2018-05-23 Tom Tromey <tom@tromey.com>
663
664 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
665 (test_short_complaints): Update.
666
667 2018-05-22 Pedro Alves <palves@redhat.com>
668
669 * gdb.base/remote.exp: Only gdb_start after compiling the
670 testcase. Issue "disconnect" before testing "set remote" command
671 defaults. Issue clean_restart before running to main.
672
673 2018-05-22 Pedro Alves <palves@redhat.com>
674
675 * gdb.base/remote.exp: Adjust expected output of "show remote
676 memory-write-packet-size". Add tests for "set remote
677 memory-write-packet-size 0" and "set remote
678 memory-write-packet-size fixed/limit".
679
680 2018-05-22 Pedro Alves <palves@redhat.com>
681
682 PR gdb/22973
683 * gdb.base/utf8-identifiers.c: New file.
684 * gdb.base/utf8-identifiers.exp: New file.
685
686 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
687
688 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
689
690 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
691
692 * gdb.arch/powerpc-vsx-gcore.exp: New file.
693
694 2018-05-18 Tom Tromey <tom@tromey.com>
695
696 * gdb.base/ptype-offsets.exp: Update.
697
698 2018-05-17 Keith Seitz <keiths@redhat.com>
699
700 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
701 in expected breakpoint stop locations.
702 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
703 move to proper scope to test variable values.
704 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
705 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
706 New functions.
707 (main): Call not_inline_func3.
708 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
709 inline_func1, inline_func2, and inline_func3. Test that when each
710 breakpoint is hit, GDB properly reports both the stop location
711 and the backtrace. Repeat tests for temporary breakpoints.
712
713 2018-05-15 Maciej W. Rozycki <macro@mips.com>
714
715 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
716 rather then trying to access it in determining whether the PID
717 of `gdbserver' could have been retrieved.
718
719 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.arch/amd64-init-x87-values.S: New file.
722 * gdb.arch/amd64-init-x87-values.exp: New file.
723
724 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
725
726 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
727
728 2018-05-04 Tom Tromey <tom@tromey.com>
729
730 PR python/22730:
731 * gdb.python/python.exp: Test multi-line execute.
732
733 2018-05-04 Tom Tromey <tom@tromey.com>
734
735 PR python/22731:
736 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
737
738 2018-05-04 Tom Tromey <tom@tromey.com>
739
740 PR gdb/11750:
741 * gdb.base/define.exp: Test defining a user command inside a user
742 command.
743 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
744
745 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
746 Pedro Alves <palves@redhat.com>
747
748 PR breakpoints/19806 and support for PR external/20207.
749 * gdb.base/watchpoint-unaligned.c: New file.
750 * gdb.base/watchpoint-unaligned.exp: New file.
751
752 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
753
754 * gdb.base/maint.exp: Make test names unique, use
755 test_prefix_command_help to test 'help maint info', and remove
756 repeated test of 'help maint'.
757
758 2018-05-04 Tom Tromey <tom@tromey.com>
759
760 PR gdb/22619:
761 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
762 behavior.
763
764 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * gdb.base/maint.exp: Process output from 'maint print registers'
767 line at a time.
768
769 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
772 timeout.
773
774 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
775
776 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
777 filter pattern.
778
779 2018-05-02 Pedro Alves <palves@redhat.com>
780
781 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
782 to_log_command renames.
783 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
784
785 2018-05-02 Tom Tromey <tom@tromey.com>
786
787 * gdb.python/py-parameter.exp: Set test message.
788
789 2018-05-02 Tom Tromey <tom@tromey.com>
790
791 PR python/20084:
792 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
793 PARAM_ZUINTEGER_UNLIMITED tests.
794
795 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
796
797 PR rust/23124
798 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
799 when casting.
800
801 2018-04-30 Tom Tromey <tom@tromey.com>
802
803 * gdb.python/py-type.exp: Check align attribute.
804 * gdb.python/py-type.c: New "aligncheck" global.
805
806 2018-04-30 Tom Tromey <tom@tromey.com>
807
808 PR exp/17095:
809 * gdb.dwarf2/dw2-align.exp: New file.
810 * gdb.cp/align.exp: New file.
811 * gdb.base/align.exp: New file.
812 * lib/gdb.exp (gdb_int128_helper): New proc.
813 (has_int128_c, has_int128_cxx): New caching procs.
814
815 2018-04-27 Tom Tromey <tom@tromey.com>
816
817 PR rust/22545:
818 * gdb.rust/simple.exp: Add inclusive range tests.
819
820 2018-04-26 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
823 ifunc breakpoint locations correctly of ifunc breakpoints set
824 while the program resolves the ifunc.
825
826 2018-04-26 Pedro Alves <palves@redhat.com>
827
828 * gdb.base/gnu-ifunc-final.c: New file.
829 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
830 * gdb.base/gnu-ifunc.exp (executable): Delete.
831 (staticexecutable): Adjust.
832 (lib_opts, exec_opts): Delete.
833 (make_binsuffix, build, set-break): New procedures.
834 (misc_tests): New, with tests factored out from the top level.
835 (top level): Test different combinations of ifunc resolver name,
836 resolver with and with debug info, and ifunc target with and
837 without debug info. Wrap static tests with with_target_prefix.
838
839 2018-04-26 Pedro Alves <palves@redhat.com>
840
841 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
842 return type" warnings.
843
844 2018-04-25 Pedro Alves <palves@redhat.com>
845
846 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
847 killed".
848 * gdb.base/kill-after-signal.exp: Likewise.
849 * gdb.threads/kill.exp: Likewise.
850
851 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
852 Sergio Durigan Junior <sergiodj@redhat.com>
853 Pedro Alves <palves@redhat.com>
854
855 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
856 regexps to expect for '[Inferior ... detached]' as well.
857 * gdb.base/attach.exp: Likewise.
858 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
859 "gdb_continue_to_end".
860 (test_catch_syscall_with_wrong_args): Likewise.
861 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
862 ']'. Don't set 'verbose' on.
863 * gdb.base/foll-vfork.exp: Likewise.
864 * gdb.base/fork-print-inferior-events.c: New file.
865 * gdb.base/fork-print-inferior-events.exp: New file.
866 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
867 '[Inferior ... has been killed]' message.
868 * gdb.base/kill-after-signal.exp: Likewise.
869 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
870 detach message.
871 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
872 message.
873 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
874 regexps to expect for '[Inferior ... detached]' as well.
875 * gdb.threads/process-dies-while-detaching.exp: Likewise.
876
877 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
878
879 PR gdb/23104
880 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
881
882 2018-04-19 Richard Bunt <richard.bunt@arm.com>
883
884 * gdb.threads/multiple-successive-infcall.c: New test.
885 * gdb.threads/multiple-successive-infcall.exp: New file.
886
887 2018-04-17 Tom Tromey <tom@tromey.com>
888
889 * gdb.rust/simple.rs (Union): New type.
890 (main): New local "u".
891 * gdb.rust/simple.exp (test_one_slice): Add new test case.
892
893 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
894
895 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
896 number information in output of "whereis" command.
897 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
898
899 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
900
901 * gdb.ada/info_types.exp: Adjust expected output to the line
902 numbers now printed by "info var/func/type".
903 * gdb.base/completion.exp: Likewise.
904 * gdb.base/included.exp: Likewise.
905 * gdb.cp/cp-relocate.exp: Likewise.
906 * gdb.cp/cplusfuncs.exp: Likewise.
907 * gdb.cp/namespace.exp: Likewise.
908 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
909
910 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
911
912 * gdb.btrace/cpu.exp: New.
913
914 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
915
916 * gdb.base/step-indirect-call-thunk.exp: New.
917 * gdb.base/step-indirect-call-thunk.c: New.
918 * gdb.reverse/step-indirect-call-thunk.exp: New.
919 * gdb.reverse/step-indirect-call-thunk.c: New.
920
921 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
922
923 * gdb.base/pie-fork.c: New file.
924 * gdb.base/pie-fork.exp: New file.
925
926 2018-04-11 Tom Tromey <tom@tromey.com>
927
928 * gdb.rust/simple.exp: Add test for ".." struct initializer.
929
930 2018-04-10 Pedro Alves <palves@redhat.com>
931
932 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
933 exits. Instead loop running forever.
934 (fork_parent): Run forever too.
935
936 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
937
938 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
939 mi_continue_to_line.
940 * gdb.mi/mi-stack.c (callee4): Add comment.
941
942 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
943
944 * gdb.mi/mi-stack.exp: Fix indentation.
945
946 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
947
948 PR gdb/22979
949 * gdb.arch/amd64-osabi.exp: New file.
950
951 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
952
953 PR gdb/22980
954 * gdb.base/osabi.exp: New file.
955
956 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
957
958 * gdb.cp/static-typedef-print.exp: New file.
959 * gdb.cp/static-typedef-print.cc: New file.
960
961 2018-03-27 Joel Brobecker <brobecker@adacore.com>
962
963 * gdb.ada/varsize_limit: New testcase.
964
965 2018-03-27 Joel Brobecker <brobecker@adacore.com>
966
967 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
968
969 * gdb.ada/notcplusplus: New testcase.
970
971 * gdb.base/c-linkage-name.c: New file.
972 * gdb.base/c-linkage-name.exp: New testcase.
973
974 2018-03-26 Tom Tromey <tom@tromey.com>
975
976 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
977 * gdb.python/py-framefilter.py (name_error): New global.
978 (ErrorInName.function): Use name_error.
979
980 2018-03-26 Tom Tromey <tom@tromey.com>
981
982 PR backtrace/15582:
983 * gdb.python/py-framefilter.exp: Add "bt hide" test.
984
985 2018-03-23 Keith Seitz <keiths@redhat.com>
986
987 PR c++/22968
988 * gdb.cp/subtypes.exp: New file.
989 * gdb.cp/subtypes.h: New file.
990 * gdb.cp/subtypes.cc: New file.
991 * gdb.cp/subtypes-2.cc: New file.
992
993 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
994
995 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
996 (done): Call '_exit' not 'exit' to avoid atexit handlers.
997 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
998 -nostartfiles when compiling the test. Confirm that all registers
999 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1000
1001 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1002
1003 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1004 option, syntax was wrong anyway.
1005 * gdb.arch/arm-disp-step.exp: Likewise.
1006 * gdb.arch/sparc64-regs.exp: Likewise.
1007 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1008 option, syntax was wrong anyway, switch to use
1009 prepare_for_testing.
1010 * gdb.arch/i386-disp-step.exp: Likewise.
1011
1012 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1013
1014 * gdb.ada/exec_changed.exp: Replace "target_info exists
1015 use_gdb_stub" by "use_gdb_stub".
1016 * gdb.ada/start.exp: Likewise.
1017 * gdb.base/async-shell.exp: Likewise.
1018 * gdb.base/attach-pie-misread.exp: Likewise.
1019 * gdb.base/attach-wait-input.exp: Likewise.
1020 * gdb.base/break-entry.exp: Likewise.
1021 * gdb.base/break-interp.exp: Likewise.
1022 * gdb.base/dprintf-detach.exp: Likewise.
1023 * gdb.base/nostdlib.exp: Likewise.
1024 * gdb.base/solib-nodir.exp: Likewise.
1025 * gdb.base/statistics.exp: Likewise.
1026 * gdb.base/testenv.exp: Likewise.
1027 * gdb.mi/mi-exec-run.exp: Likewise.
1028 * gdb.mi/mi-start.exp: Likewise.
1029 * gdb.multi/dummy-frame-restore.exp: Likewise.
1030 * gdb.multi/multi-arch-exec.exp: Likewise.
1031 * gdb.multi/multi-arch.exp: Likewise.
1032 * gdb.multi/tids.exp: Likewise.
1033 * gdb.multi/watchpoint-multi.exp: Likewise.
1034 * gdb.python/py-events.exp: Likewise.
1035 * gdb.threads/attach-into-signal.exp: Likewise.
1036 * gdb.threads/attach-stopped.exp: Likewise.
1037 * gdb.threads/threadapply.exp: Likewise.
1038 * lib/selftest-support.exp: Likewise.
1039
1040 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1041
1042 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1043
1044 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1045
1046 * gdb.perf/template-breakpoints.cc: New file.
1047 * gdb.perf/template-breakpoints.exp: New file.
1048 * gdb.perf/template-breakpoints.py: New file.
1049
1050 2018-03-19 Tom Tromey <tom@tromey.com>
1051
1052 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1053 y0.
1054 * gdb.rust/simple.exp: Test bare identifier form of struct
1055 initializer.
1056
1057 2018-03-19 Tom Tromey <tom@tromey.com>
1058
1059 * gdb.gdb/observer.exp: Remove.
1060
1061 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1062
1063 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1064 "qualified" option when setting breakpoints.
1065 * gdb.trace/backtrace.exp: Likewise.
1066 * gdb.trace/circ.exp: Likewise.
1067 * gdb.trace/collection.exp: Likewise.
1068 * gdb.trace/disconnected-tracing.exp: Likewise.
1069 * gdb.trace/ftrace-lock.exp: Likewise.
1070 * gdb.trace/ftrace.exp: Likewise.
1071 * gdb.trace/infotrace.exp: Likewise.
1072 * gdb.trace/packetlen.exp: Likewise.
1073 * gdb.trace/passc-dyn.exp: Likewise.
1074 * gdb.trace/qtro.exp: Likewise.
1075 * gdb.trace/read-memory.exp: Likewise.
1076 * gdb.trace/report.exp: Likewise.
1077 * gdb.trace/signal.exp: Likewise.
1078 * gdb.trace/status-stop.exp: Likewise.
1079 * gdb.trace/strace.exp: Likewise.
1080 * gdb.trace/tfind.exp: Likewise.
1081 * gdb.trace/trace-break.exp: Likewise.
1082 * gdb.trace/trace-condition.exp: Likewise.
1083 * gdb.trace/trace-mt.exp: Likewise.
1084 * gdb.trace/tstatus.exp: Likewise.
1085 * gdb.trace/tsv.exp: Likewise.
1086 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1087 * gdb.trace/unavailable.exp: Likewise.
1088 * gdb.trace/while-dyn.exp: Likewise.
1089
1090 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1091
1092 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1093 that libinproctrace is copied to the target.
1094
1095 2018-03-14 Tom Tromey <tom@tromey.com>
1096
1097 PR cli/14977:
1098 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1099 a null pointer.
1100 * gdb.base/wchar.exp: Likewise.
1101
1102 2018-03-14 Tom Tromey <tom@tromey.com>
1103
1104 PR cli/19918:
1105 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1106 flag.
1107
1108 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1109
1110 PR gdb/22841
1111 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1112 "target" to remote_exec.
1113
1114 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1115
1116 PR gdb/22841
1117 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1118 ${board}_upload): Remove.
1119
1120 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1121
1122 * gdb.cp/watch-cp.cc: New test.
1123 * gdb.cp/watch-cp.exp: New file.
1124
1125 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1126
1127 * gdb.base/infcall-nested-structs.exp: New file.
1128 * gdb.base/infcall-nested-structs.c: New file.
1129 * gdb.base/float.exp: Add riscv support.
1130
1131 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1132
1133 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1134 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1135
1136 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1137
1138 * gdb.server/abspath.exp: New file.
1139 * lib/gdb.exp (with_cwd): New procedure.
1140
1141 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1142
1143 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1144 use it.
1145 (gdb_is_target_remote_prompt): New proc.
1146 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1147 (gdb_is_target_native): Pass prompt parameter to
1148 gdb_is_target_1.
1149
1150 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1151
1152 * gdb.base/load-command.c: New file.
1153 * gdb.base/load-command.exp: New file.
1154 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1155 (gdb_is_target_1): ...this, and generalize for other targets
1156 than just remote.
1157 (gdb_is_target_remote): Use gdb_is_target_1.
1158 (gdb_is_target_native): use gdb_is_target_1.
1159
1160 2018-02-26 Tom Tromey <tom@tromey.com>
1161
1162 PR python/16497:
1163 * gdb.python/py-framefilter.exp: Update test.
1164
1165 2018-02-26 Tom Tromey <tom@tromey.com>
1166
1167 * gdb.dwarf2/variant.c: New file.
1168 * gdb.dwarf2/variant.exp: New file.
1169
1170 2018-02-26 Tom Tromey <tom@tromey.com>
1171
1172 * gdb.rust/simple.exp: Accept more possible results in enum test.
1173
1174 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1175
1176 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1177 parentheses.
1178
1179 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1180
1181 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1182 name of a variable: $actual_linejj -> $actual_line.
1183
1184 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1185
1186 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1187
1188 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1189
1190 * gdb.btrace/buffer-size.exp: Do not force BTS.
1191
1192 2018-02-14 Pedro Alves <palves@redhat.com>
1193
1194 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1195 getting a "Quit".
1196
1197 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1198
1199 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1200 Fix test name.
1201
1202 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1203
1204 * gdb.cp/m-static.exp: Check type of optimized out static
1205 member.
1206
1207 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1208
1209 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1210 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1211
1212 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1213 Leszek Swirski <leszeks@google.com>
1214
1215 * gdb.python/py-prettyprint.c
1216 (struct to_string_returns_value_inner,
1217 struct to_string_returns_value_wrapper): New.
1218 (main): Add tsrvw variable.
1219 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1220 ToStringReturnsValueWrapper): New classes.
1221 (register_pretty_printers): Register new pretty-printers.
1222 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1223 recursive pretty printer.
1224 * gdb.python/py-mi.exp: Likewise.
1225
1226 2018-02-01 Leszek Swirski <leszeks@google.com>
1227
1228 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1229 functions with the same name as an include file are parsed
1230 correctly.
1231
1232 2018-02-01 Yao Qi <yao.qi@linaro.org>
1233
1234 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1235 "\[^\r\n\]*".
1236
1237 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1238
1239 * gdb.arch/powerpc-prologue-frame.s: New file.
1240 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1241 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1242
1243 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1244
1245 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1246
1247 2018-01-30 Pedro Alves <palves@redhat.com>
1248
1249 PR gdb/13211
1250 * gdb.base/interrupt-daemon.c: New.
1251 * gdb.base/interrupt-daemon.exp: New.
1252 * gdb.multi/multi-term-settings.c: New.
1253 * gdb.multi/multi-term-settings.exp: New.
1254
1255 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1256
1257 * gdb.base/break.exp: Save the location where the breakpoint
1258 on break.c:47 was actually inserted when debugging the version
1259 compiled at -O2 and use it in the expected output of the "info
1260 break" test performed soon after.
1261
1262 2018-01-22 Pedro Alves <palves@redhat.com>
1263 Sergio Durigan Junior <sergiodj@redhat.com>
1264
1265 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1266 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1267
1268 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1269
1270 * gdb.base/break-include.c, gdb.base/break-include.inc,
1271 gdb.base/break-include.exp: New files.
1272 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1273 line number now being the actual line number where the breakpoint
1274 was inserted.
1275 * gdb.mi/mi-break.exp: Likewise.
1276 * gdb.mi/mi-reverse.exp: Likewise.
1277 * gdb.mi/mi-simplerun.exp: Ditto.
1278
1279 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1280
1281 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1282 varobj.
1283 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1284
1285 2018-01-21 Don Breazeal <donb@codesourcery.com>
1286 Andrew Burgess <andrew.burgess@embecosm.com>
1287
1288 * gdb.mi/basics.c: Add new global.
1289 * gdb.mi/mi-frame-regs.exp: New file.
1290 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1291 case.
1292
1293 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1294
1295 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1296 non-parameter, and on an unknown symbol.
1297
1298 2018-01-19 Tom Tromey <tom@tromey.com>
1299
1300 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1301 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1302
1303 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1304
1305 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1306 setrlimit and chdir to int.
1307
1308 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1309
1310 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1311 function.
1312 (my_tend): Likewise.
1313 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1314 rationale of avoiding FP- and vector instructions.
1315
1316 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1317
1318 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1319 "info reg" with "\[ \t\]*".
1320 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1321 "\[ \t\]+".
1322 * gdb.arch/s390-multiarch.exp: Ditto.
1323 * gdb.base/pc-fp.exp: Ditto.
1324 * gdb.reverse/i386-precsave.exp: Ditto.
1325 * gdb.reverse/i386-reverse.exp: Ditto.
1326 * gdb.reverse/i387-env-reverse.exp: Ditto.
1327 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1328
1329 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1330
1331 * lib/gdb.exp (gdb_compile): Re-enable use of
1332 universal_compile_options for languages other than Rust.
1333
1334 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1335
1336 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1337
1338 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1339
1340 PR gdb/16577
1341 * gdb.base/solib-vanish.exp: New.
1342 * gdb.base/solib-vanish-main.c: New.
1343 * gdb.base/solib-vanish-lib1.c: New.
1344 * gdb.base/solib-vanish-lib2.c: New.
1345
1346 2018-01-17 Yao Qi <yao.qi@linaro.org>
1347
1348 * gdb.compile/compile.exp: Match the address printed for
1349 frame in the output of command "bt".
1350
1351 2018-01-15 Tom Tromey <tom@tromey.com>
1352
1353 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1354 compute sp_reg.
1355
1356 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1357
1358 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1359 to prepare.
1360 (prepare): Return 0 on error, 1 on success.
1361
1362 2018-01-12 Pedro Alves <palves@redhat.com>
1363
1364 * gdb.base/continue-after-aborted-step-over.c: New.
1365 * gdb.base/continue-after-aborted-step-over.exp: New.
1366
1367 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1368
1369 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1370 options when not creating an executable.
1371
1372 2018-01-11 Pedro Alves <palves@redhat.com>
1373
1374 PR remote/22597
1375 * gdb.server/stop-reply-no-thread.c: New file.
1376 * gdb.server/stop-reply-no-thread.exp: New file.
1377
1378 2018-01-10 Pedro Alves <palves@redhat.com>
1379
1380 PR gdb/22670
1381 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1382 functions too. Test setting breakpoints and printing C functions
1383 with no debug info too.
1384 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1385
1386 2018-01-10 Pedro Alves <palves@redhat.com>
1387
1388 PR gdb/22670
1389 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1390 a fail.
1391
1392 2018-01-10 Pedro Alves <palves@redhat.com>
1393
1394 PR gdb/22670
1395 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1396
1397 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1398
1399 * gdb.server/unittest.exp: Match the output in non-development
1400 mode.
1401
1402 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1403
1404 * gdb.gdb/unittest.exp: Match output in non-development mode.
1405
1406 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1407
1408 * gdb.ada/access_tagged_param.exp: Relax expected output
1409 for value of "ObjL" in "continue" to pck.inspect breakpoint
1410 test.
1411
1412 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1413
1414 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1415 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1416
1417 2018-01-05 Pedro Alves <palves@redhat.com>
1418
1419 PR gdb/18653
1420 * gdb.base/libsegfault.exp: New.
1421
1422 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1423
1424 PR gdb/22670
1425 * gdb.ada/access_tagged_param.exp: New file.
1426 * gdb.ada/access_tagged_param/foo.adb: New file.
1427
1428 2018-01-05 Pedro Alves <palves@redhat.com>
1429
1430 PR gdb/22670
1431 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1432 exercise lower case too, and to exercise both full matching and
1433 wild matching.
1434
1435 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1436
1437 * gdb.ada/rename_subscript_param: New testcase.
1438
1439 2018-01-05 Jerome Guitton <guitton@adacore.com>
1440
1441 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1442
1443 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1444
1445 * gdb.ada/convvar_comp: New testcase.
1446
1447 2018-01-05 Xavier Roirand <roirand@adacore.com>
1448
1449 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1450 (My_Table): New global variable.
1451 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1452
1453 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1454
1455 PR gdb/22670
1456 * gdb.ada/maint_with_ada: New testcase.
1457
1458 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1459
1460 PR gdb/22670
1461 * gdb.ada/bp_c_mixed_case: New testcase.
1462
1463 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1464
1465 PR gdb/22670
1466 * gdb.ada/complete.exp: Add "complete break ada" test.
1467
1468 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1469
1470 PR gdb/22670
1471 * gdb.ada/info_addr_mixed_case: New testcase.
1472
1473 2018-01-03 Xavier Roirand <roirand@adacore.com>
1474
1475 * gdb.ada/excep_handle.exp: New testcase.
1476 * gdb.ada/excep_handle/foo.adb: New file.
1477 * gdb.ada/excep_handle/pck.ads: New file.
1478
1479 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1480
1481 * gdb.base/step-line.c: Add extra empty line in copyright header.
1482 * gdb.base/step-line.inp: Likewise.
1483
1484 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1485
1486 * gdb.ada/dyn_stride.exp: Add slice test.
1487
1488 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1489
1490 * gdb.ada/dyn_stride: New testcase.
1491
1492 2017-12-27 Stafford Horne <shorne@gmail.com>
1493
1494 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1495 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1496
1497 2017-12-27 Stafford Horne <shorne@gmail.com>
1498
1499 * gdb.base/reggroups.c: New file.
1500 * gdb.base/reggroups.exp: New file.
1501
1502 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1503
1504 * gdb.dwarf2/ada-valprint-error.c: New file.
1505 * gdb.dwarf2/ada-valprint-error.exp: New file.
1506
1507 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1508
1509 * gdb.ada/assign_arr: New testcase.
1510
1511 2017-12-18 Xavier Roirand <roirand@adacore.com>
1512
1513 * gdb.ada/funcall_ptr: New testcase.
1514
1515 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1516
1517 PR cli/16224
1518 * gdb.base/ptype-offsets.cc: New file.
1519 * gdb.base/ptype-offsets.exp: New file.
1520
1521 2017-12-15 Yao Qi <yao.qi@linaro.org>
1522
1523 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1524 if XML is disabled.
1525
1526 2017-12-15 Xavier Roirand <roirand@adacore.com>
1527
1528 * gdb.ada/same_component_name: New testcase.
1529
1530 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1531
1532 * gdb.ada/str_binop_equal: New testcase.
1533
1534 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1535
1536 * gdb.ada/task_switch_in_core: New testcase.
1537
1538 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1539
1540 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1541 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1542 call test_bkpt_qualified.
1543 (test_bkpt_qualified): New proc.
1544
1545 2017-12-13 Pedro Alves <palves@redhat.com>
1546
1547 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1548 Tighten regexp by matching with an anchor.
1549
1550 2017-12-13 Pedro Alves <palves@redhat.com>
1551
1552 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1553 ("expression with namespace"): New set of tests.
1554 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1555 (Nested::Test_NS::qux): New.
1556 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1557 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1558
1559 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.base/server-del-break.c: New file.
1562 * gdb.base/server-del-break.exp: New file.
1563
1564 2017-12-12 Stafford Horne <shorne@gmail.com>
1565
1566 * gdb.xml/tdesc-regs.exp: Add or1k support.
1567
1568 2017-12-12 Stafford Horne <shorne@gmail.com>
1569
1570 * gdb.base/bp-permanent.c: Define nop of or1k.
1571
1572 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1573
1574 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1575 output with components being reordered.
1576
1577 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1578
1579 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1580 output with components being reordered.
1581
1582 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1583 Pedro Alves <palves@redhat.com>
1584
1585 * gdb.base/maint.exp (check for .gdb_index): Check also for
1586 .debug_names.
1587 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1588 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1589 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1590 (.gdb_index used after symbol reloading): Support also .debug_names.
1591 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1592
1593 2017-12-08 Yao Qi <yao.qi@linaro.org>
1594
1595 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1596 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1597
1598 2017-12-08 Yao Qi <yao.qi@linaro.org>
1599
1600 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1601 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1602
1603 2017-12-08 Yao Qi <yao.qi@linaro.org>
1604
1605 * gdb.arch/aarch64-tagged-pointer.c: New file.
1606 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1607
1608 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1609
1610 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1611 "int".
1612
1613 2017-12-07 Keith Seitz <keiths@redhat.com>
1614
1615 PR breakpoints/22569
1616 * gdb.linespec/ls-errs.exp: Change expected result of "break
1617 -source this file has spaces.c -line 3".
1618 Check that an explicit source file followed by whitespace is
1619 identified as an invalid explicit location.
1620
1621 2017-12-07 Keith Seitz <keiths@redhat.com>
1622
1623 * gdb.cp/nested-types.cc: New file.
1624 * gdb.cp/nested-types.exp: New file.
1625 * lib/cp-support.exp: Load data-structures.exp library.
1626 (debug_cp_test_ptype_class): New global.
1627 (cp_ptype_class_verbose, next_line): New procedures.
1628 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1629 Add and document new return value.
1630 Switch the list of lines to a queue.
1631 Add support for new `type' key for nested type definitions.
1632 Add debugging/troubleshooting messages.
1633 * lib/data-structures.exp: New file.
1634
1635 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1636
1637 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1638 with proc_with_prefix, don't use with_test_prefix.
1639
1640 2017-12-07 Tom Tromey <tom@tromey.com>
1641
1642 * gdb.base/break.exp: Add test for empty "commands".
1643
1644 2017-12-07 Yao Qi <yao.qi@linaro.org>
1645
1646 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1647 malloc and catch syscall.
1648
1649 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1650
1651 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1652 tests for explicit locations.
1653
1654 2017-12-06 Pedro Alves <palves@redhat.com>
1655
1656 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1657 force-disabling XML descriptions.
1658
1659 2017-12-04 Pedro Alves <palves@redhat.com>
1660
1661 PR gdb/22499
1662 * gdb.arch/amd64-disp-step-avx.S: New file.
1663 * gdb.arch/amd64-disp-step-avx.exp: New file.
1664
1665 2017-12-03 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1668 and <string.h>.
1669 (parent_function): Print distinct messages when waitpid fails, or
1670 the child exits with a signal, or the child exits for an unhandled
1671 reason.
1672 * gdb.threads/process-dies-while-detaching.exp
1673 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1674 it. Wait for both inferior output and GDB's prompt. Use an
1675 indirect spawn id list.
1676 (do_detach): New parameter 'child_exit'. Use it to compute
1677 expected inferior output.
1678 (test_detach, test_detach_watch, test_detach_killed_outside):
1679 Adjust to pass down the expected child exit kind.
1680
1681 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1682 Sergio Durigan Junior <sergiodj@redhat.com>
1683 Pedro Alves <palves@redhat.com>
1684
1685 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1686
1687 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1688
1689 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1690 to 'symbol-file' and 'add-symbol-file' can be
1691 position-independent.
1692
1693 2017-12-01 Yao Qi <yao.qi@linaro.org>
1694
1695 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1696 the URL in copyright header.
1697 * gdb.arch/aarch64-fp.exp: Likewise.
1698 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1699 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1700 * gdb.base/expand-psymtabs.exp: Likewise.
1701 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1702 * gdb.fortran/common-block.exp: Likewise.
1703 * gdb.fortran/common-block.f90: Likewise.
1704 * gdb.fortran/logical.exp: Likewise.
1705 * gdb.fortran/vla-datatypes.f90: Likewise.
1706 * gdb.fortran/vla-sub.f90: Likewise.
1707
1708 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1709
1710 * gdb.ada/repeat_dyn: New testcase.
1711
1712 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1713
1714 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1715 Update for changed thread numbering.
1716 * gdb.cell/bt.exp: Update for changed GDB output.
1717
1718 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1719
1720 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1721 setting isremote by hand.
1722 * boards/dwarf4-gdb-index.exp: Likewise.
1723 * boards/fission.exp: Likewise.
1724 * boards/stabs.exp: Likewise.
1725
1726 2017-11-30 Pedro Alves <palves@redhat.com>
1727
1728 * gdb.linespec/cpls-ops.exp
1729 (check_explicit_skips_function_argument): Extract the underlying
1730 type of size_t instead of hardcoding it.
1731
1732 2017-11-29 Pedro Alves <palves@redhat.com>
1733
1734 PR c++/19436
1735 * gdb.linespec/cpls-abi-tag.cc: New file.
1736 * gdb.linespec/cpls-abi-tag.exp: New file.
1737
1738 2017-11-29 Pedro Alves <palves@redhat.com>
1739
1740 * gdb.base/langs.exp: Use -qualified.
1741 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1742 it.
1743 * gdb.cp/namespace.exp: Use -qualified.
1744 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1745 (overload-3, template-overload, template-ret-type, const-overload)
1746 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1747 procedures.
1748 (test_driver): Call them.
1749 * gdb.cp/save-bp-qualified.cc: New.
1750 * gdb.cp/save-bp-qualified.exp: New.
1751 * gdb.linespec/explicit.exp: Test -qualified.
1752 * lib/completion-support.exp (completion::explicit_opts_list): Add
1753 "-qualified".
1754 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1755
1756 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1757
1758 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1759
1760 2017-11-29 Tom Tromey <tom@tromey.com>
1761
1762 * gdb.base/relocate.exp: Update invalid argument test.
1763 Add new tests for invalid arguments.
1764
1765 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1766
1767 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1768 Return 0 as a long.
1769 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1770
1771 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1772
1773 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1774 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1775 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1776 func ().
1777 * gdb.cp/shadow.cc (B.func): Return 0.
1778
1779 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1780
1781 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1782 expected output in gdb_expect call to allow the exception
1783 message to be present as well. Fix syntax confusion to avoid
1784 TCL thinking that exception_name is an array.
1785
1786 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1787
1788 * gdb.arch/spu-info.c: Include <unistd.h>.
1789 (do_signal_test): Fix broken calls to write.
1790 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1791 Fix checks for empty mailboxes. Update signal tests for corrected
1792 do_signal_test routine. Allow nonzero event status.
1793 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1794 * gdb.cell/arch.exp: Use standard_output_file.
1795 * gdb.cell/break.exp: Likewise.
1796 * gdb.cell/bt.exp: Likewise.
1797 * gdb.cell/core.exp: Likewise.
1798 * gdb.cell/dwarfaddr.exp: Likewise.
1799 * gdb.cell/ea-cache.exp: Likewise.
1800 * gdb.cell/ea-standalone.exp: Likewise.
1801 * gdb.cell/f-regs.exp: Likewise.
1802 * gdb.cell/fork.exp: Likewise.
1803 * gdb.cell/gcore.exp: Likewise.
1804 * gdb.cell/mem-access.exp: Likewise.
1805 * gdb.cell/ptype.exp: Likewise.
1806 * gdb.cell/registers.exp: Likewise.
1807 * gdb.cell/sizeof.exp: Likewise.
1808 * gdb.cell/solib-symbol.exp: Likewise.
1809 * gdb.cell/solib.exp: Likewise.
1810
1811 2017-11-25 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.base/complete-empty.exp: New file.
1814 * gdb.base/completion.exp: Adjust.
1815
1816 2017-11-25 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.linespec/cpls-ops.cc: New file.
1819 * gdb.linespec/cpls-ops.exp: New file.
1820 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1821 factored out from ...
1822 (test_complete_prefix_range): ... this.
1823
1824 2017-11-24 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.linespec/cpcompletion.exp: New file.
1827 * gdb.linespec/cpls-hyphen.cc: New file.
1828 * gdb.linespec/cpls.cc: New file.
1829 * gdb.linespec/cpls2.cc: New file.
1830 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1831 test to use test_gdb_complete_unique. Add label completion,
1832 keyword completion and explicit location completion tests.
1833 * lib/completion-support.exp: New file.
1834
1835 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1836
1837 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1838 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1839 when hitting an exception catchpoint.
1840
1841 2017-11-22 Yao Qi <yao.qi@linaro.org>
1842
1843 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1844
1845 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1846
1847 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1848 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1849 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1850
1851 2017-11-22 Yao Qi <yao.qi@linaro.org>
1852
1853 * gdb.base/info-os.exp: Pass pthreads.
1854 * gdb.multi/multi-attach.exp: Likewise.
1855
1856 2017-11-22 Yao Qi <yao.qi@linaro.org>
1857
1858 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1859 compiler.
1860
1861 2017-11-22 Yao Qi <yao.qi@linaro.org>
1862
1863 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1864 * gdb.base/break-interp.exp: Likewise.
1865 * gdb.base/jit-attach-pie.exp: Likewise.
1866
1867 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1868
1869 * gdb.base/float128.c (large128): New variable.
1870 * gdb.base/float128.exp: Add test to print largest __float128 value.
1871
1872 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1873
1874 * gdb.arch/vsx-regs.exp: Update register content checks.
1875
1876 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1877
1878 * gdb.arch/ppc-longdouble.exp: New file.
1879 * gdb.arch/ppc-longdouble.c: Likewise.
1880
1881 2017-11-21 Pedro Alves <palves@redhat.com>
1882
1883 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1884
1885 2017-11-20 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1888 (long_double_typedef): New typedefs.
1889 Use DEF on double and long double.
1890 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1891 cases.
1892 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1893 and 'long_double_ptr_same_size' locals. Use them to decide
1894 whether cast from array/function to float is valid/invalid.
1895
1896 2017-11-17 Tom Tromey <tom@tromey.com>
1897
1898 * gdb.rust/traits.rs: New file.
1899 * gdb.rust/traits.exp: New file.
1900
1901 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1902
1903 * gdb.ada/minsyms: New testcase.
1904
1905 2017-11-16 Pedro Alves <palves@redhat.com>
1906
1907 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1908 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1909
1910 2017-11-16 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1913 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1914
1915 2017-11-16 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.server/reconnect-ctrl-c.c: New file.
1918 * gdb.server/reconnect-ctrl-c.exp: New file.
1919
1920 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1921
1922 * gdb.python/py-rbreak.exp: New file.
1923 * gdb.python/py-rbreak.c: New file.
1924 * gdb.python/py-rbreak-func2.c: New file.
1925
1926 2017-11-16 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1929 pattern.
1930 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1931 GDB.
1932
1933 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1934
1935 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1936 regex.
1937
1938 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1939
1940 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1941 test names.
1942
1943 2017-11-09 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1946 factored out from ...
1947 (top level): ... here, and adjusted to avoid expecting beyond the
1948 prompt in a single gdb_test_multiple.
1949
1950 2017-11-09 Pedro Alves <palves@redhat.com>
1951
1952 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1953 output.
1954 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1955 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1956 * gdb.server/ext-run.exp ("kill" test): Likewise.
1957 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1958
1959 2017-11-09 Pedro Alves <palves@redhat.com>
1960
1961 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1962 match till end of line.
1963
1964 2017-11-09 Pedro Alves <palves@redhat.com>
1965
1966 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1967
1968 2017-11-09 Pedro Alves <palves@redhat.com>
1969
1970 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1971 New procedures, factored out from ...
1972 (top level): ... here, and adjusted to avoid expecting beyond the
1973 prompt in one go.
1974
1975 2017-11-09 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1978 output. Fix '?' match.
1979
1980 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1981
1982 * gdb.ada/scoped_watch: New testcase.
1983 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1984 which is actually correct.
1985 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1986 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1987
1988 2017-11-08 Pedro Alves <palves@redhat.com>
1989
1990 * gdb.gdb/complaints.exp (test_initial_complaints)
1991 (test_serial_complaints, test_short_complaints): Call
1992 complaint_internal instead of complaint.
1993
1994 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1995
1996 * gdb.threads/tls-core.c: New file.
1997 * gdb.threads/tls-core.exp: Likewise.
1998
1999 2017-11-08 Pedro Alves <palves@redhat.com>
2000
2001 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2002 (p Exported_Capitalized): New test.
2003 (p exported_capitalized): New test.
2004
2005 2017-11-07 Pedro Alves <palves@redhat.com>
2006
2007 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2008
2009 2017-11-07 Pedro Alves <palves@redhat.com>
2010
2011 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2012 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2013 (disable_invalid, disable_inverted, disable_negative): New
2014 procedures.
2015 ("bad numbers"): New set of tests.
2016
2017 2017-11-07 Pedro Alves <palves@redhat.com>
2018
2019 * gdb.cp/ena-dis-br-range.exp: Add tests.
2020
2021 2017-11-07 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2024
2025 2017-11-07 Xavier Roirand <roirand@adacore.com>
2026 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.base/ena-dis-br.exp: Add reference to
2029 gdb.cp/ena-dis-br-range.exp.
2030 * gdb.cp/ena-dis-br-range.exp: New file.
2031 * gdb.cp/ena-dis-br-range.cc: New file.
2032
2033 2017-11-06 Pedro Alves <palves@redhat.com>
2034
2035 * gdb.base/attach-non-pgrp-leader.c: New.
2036 * gdb.base/attach-non-pgrp-leader.exp: New.
2037
2038 2017-11-06 Pedro Alves <palves@redhat.com>
2039
2040 * configure.ac: No longer check for termio.h and sgtty.h.
2041 * configure: Regenerate.
2042 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2043 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2044 Remove termio and sgtty code.
2045
2046 2017-11-03 Yao Qi <yao.qi@linaro.org>
2047
2048 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2049 in GDB is disabled.
2050
2051 2017-11-03 Yao Qi <yao.qi@linaro.org>
2052
2053 * gdb.python/py-thrhandle.exp: Skip it if python is not
2054 enabled.
2055
2056 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2057
2058 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2059 as a breakpoint command.
2060
2061 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2062
2063 PR python/21213
2064 * gdb.python/py-infthread.exp: Test calling
2065 InferiorThread.inferior () multiple times in a row.
2066
2067 2017-10-27 Keith Seitz <keiths@redhat.com>
2068
2069 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2070 Test "info break" for every inlined function breakpoint.
2071
2072 2017-10-27 Yao Qi <yao.qi@linaro.org>
2073
2074 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2075
2076 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2077
2078 * gdb.cp/classes.exp (test_static_members): Test printing
2079 Outer::instance.
2080 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2081 (Inner::instance, Outer::instance): New.
2082
2083 2017-10-24 Pedro Alves <palves@redhat.com>
2084
2085 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2086 extra console" test in two stages.
2087
2088 2017-10-24 Pedro Alves <palves@redhat.com>
2089
2090 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2091
2092 2017-10-24 Pedro Alves <palves@redhat.com>
2093
2094 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2095 loop.
2096
2097 2017-10-24 Pedro Alves <palves@redhat.com>
2098
2099 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2100 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2101
2102 2017-10-24 Pedro Alves <palves@redhat.com>
2103
2104 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2105 parameter and handle it. Don't output read value in test name.
2106
2107 2017-10-24 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2110 custom test name.
2111
2112 2017-10-24 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2115 include the unstable output directory name in the test's name.
2116 (initial_setup_simple) <'set args'>: Use custom test name.
2117
2118 2017-10-24 Pedro Alves <palves@redhat.com>
2119
2120 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2121 with explicit test name.
2122
2123 2017-10-20 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2126 'wait -i'. Use gdb_assert and remote_close.
2127
2128 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2129
2130 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2131 number from variable rather than hard-coded.
2132
2133 2017-10-19 Pedro Alves <palves@redhat.com>
2134
2135 * gdb.base/long-inferior-output.c: New file.
2136 * gdb.base/long-inferior-output.exp: New file.
2137
2138 2017-11-18 Keith Seitz <keiths@redhat.com>
2139
2140 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2141 method.
2142 (main): Call it.
2143 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2144 Add additional user-defined conversion operator tests.
2145
2146 2017-10-17 Pedro Alves <palves@redhat.com>
2147
2148 * boards/native-stdio-gdbserver.exp: Load "local-board".
2149
2150 2017-10-17 Pedro Alves <palves@redhat.com>
2151
2152 * gdb.base/quit-live.c: New file.
2153 * gdb.base/quit-live.exp: New file.
2154
2155 2017-10-16 Keith Seitz <keiths@redhat.com>
2156
2157 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2158 (class_with_protected_typedef, class_with_private_typedef)
2159 (struct_with_public_typedef, struct_with_protected_typedef)
2160 (struct_with_private_typedef): New classes/structs.
2161 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2162 typedefs and access specifiers.
2163
2164 2017-10-16 Pedro Alves <palves@redhat.com>
2165 Simon Marchi <simon.marchi@polymtl.ca>
2166
2167 * README (Local vs Remote vs Native): New section.
2168 * boards/local-board.exp: New file, with bits factored out from
2169 ...
2170 * boards/native-extended-gdbserver.exp: ... here. Load
2171 "local-board".
2172 * boards/native-gdbserver.exp: Load "local-board".
2173 (${board}_spawn, ${board}_exec): Delete.
2174 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2175 ...
2176 * boards/stdio-gdbserver-base.exp: ... this new file.
2177 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2178 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2179 procedure.
2180 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2181 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2182 stdio_gdbserver_command.
2183 (${board}_get_remote_address, ${board}_get_comm_port)
2184 (${board}_download, ${board}_upload): Delete.
2185 (get_target_remote_pipe_cmd): New.
2186
2187 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2188
2189 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2190 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2191 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2192 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2193 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2194 remove with_test_prefix.
2195
2196 2017-10-13 Pedro Alves <palves@redhat.com>
2197
2198 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2199 * gdb.base/annota1.exp: Use it instead of is_remote.
2200 * gdb.base/annota3.exp: Use it instead of is_remote.
2201 * gdb.cp/annota2.exp: Use it instead of is_remote.
2202 * gdb.cp/annota3.exp: Use it instead of is_remote.
2203 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2204
2205 2017-10-13 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2208 (test_num_test_vars, run_and_count_vars, find_env)
2209 (test_set_unset_env, test_inherit_env_var): New procedures.
2210 (top level): Use them.
2211
2212 2017-10-13 Pedro Alves <palves@redhat.com>
2213
2214 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2215 also skip on stub-like targets.
2216
2217 2017-10-13 Pedro Alves <palves@redhat.com>
2218
2219 PR gdb/22293
2220 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2221 (top level): Move some tests to ...
2222 (test_not_found): ... this new procedure.
2223 (top level): Call it.
2224
2225 2017-10-13 Pedro Alves <palves@redhat.com>
2226
2227 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2228 expect different "info terminal" output if testing with a
2229 non-native target.
2230
2231 2017-10-13 Pedro Alves <palves@redhat.com>
2232 Simon Marchi <simon.marchi@polymtl.ca>
2233
2234 PR python/12966
2235 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2236
2237 2017-10-13 Pedro Alves <palves@redhat.com>
2238
2239 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2240 already.
2241
2242 2017-10-13 Pedro Alves <palves@redhat.com>
2243
2244 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2245 is_remote.
2246
2247 2017-10-13 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2250 is_remote.
2251
2252 2017-10-13 Pedro Alves <palves@redhat.com>
2253
2254 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2255 is set.
2256 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2257 instead of is_remote.
2258
2259 2017-10-13 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2262 (top level): Add comment.
2263
2264 2017-10-13 Pedro Alves <palves@redhat.com>
2265
2266 * gdb.base/remote.exp (top level): Fix comment typo and add
2267 missing return.
2268
2269 2017-10-13 Pedro Alves <palves@redhat.com>
2270 Simon Marchi <simon.marchi@polymtl.ca>
2271
2272 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2273 calls and add comments. Skip test if use_gdb_stub is set.
2274 (top level): Use "set cwd" command instead of "cd" command.
2275
2276 2017-10-13 Pedro Alves <palves@redhat.com>
2277
2278 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2279 is_remote target check.
2280
2281 2017-10-13 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.base/scope.exp: Use build_executable + clean_restart +
2284 gdb_file_cmd instead of prepare_for_testing and no longer skip
2285 "before run" tests on is_remote target boards. Update comments.
2286 * boards/native-extended-gdbserver.exp
2287 (extended_gdbserver_load_last_file): New, factored out from ...
2288 (gdb_load): ... this. Move further below and add comment.
2289 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2290
2291 2017-10-12 Pedro Alves <palves@redhat.com>
2292
2293 * gdb.base/attach.exp: Remove references to gdb64.
2294 * gdb.base/dbx.exp: Remove references to gdb64.
2295
2296 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2297 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.base/label.exp: Remove is_remote target check.
2300
2301 2017-10-12 Pedro Alves <palves@redhat.com>
2302
2303 * gdb.base/auvx.exp (coredir): Update comment.
2304 (top level) <core_works>: Use "set cwd" command instead of "cd"
2305 command.
2306
2307 2017-10-12 Pedro Alves <palves@redhat.com>
2308 Simon Marchi <simon.marchi@polymtl.ca>
2309
2310 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2311 target boards.
2312
2313 2017-10-12 Pedro Alves <palves@redhat.com>
2314 Simon Marchi <simon.marchi@polymtl.ca>
2315
2316 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2317 Instead skip if there's any gdb_protocol set.
2318
2319 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2320 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2323
2324 2017-10-12 Pedro Alves <palves@redhat.com>
2325 Simon Marchi <simon.marchi@polymtl.ca>
2326
2327 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2328 instead of on dejagnu remote boards.
2329
2330 2017-10-12 Pedro Alves <palves@redhat.com>
2331 Simon Marchi <simon.marchi@polymtl.ca>
2332
2333 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2334 checks. Use build_executable + clean_restart instead of
2335 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2336 of enabling non-stop after starting gdb.
2337
2338 2017-10-12 Pedro Alves <palves@redhat.com>
2339
2340 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2341 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2342 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2343 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2344
2345 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2346
2347 * gdb.arch/arc-tdesc-cpu.exp: New file.
2348 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2349
2350 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2351
2352 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2353
2354 2017-10-10 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2357 expect CLI output.
2358
2359 2017-10-10 Pedro Alves <palves@redhat.com>
2360
2361 * lib/selftest-support.exp (selftest_setup): Update for
2362 captured_command_loop's prototype change.
2363
2364 2017-10-09 Pedro Alves <palves@redhat.com>
2365
2366 Test both arch1=>arch2 and arch2=>arch1.
2367
2368 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2369 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2370 factored out to...
2371 (append_arch1_options, append_arch2_options, append_arch_options)
2372 (build_executables): New procedures.
2373 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2374 local.
2375 (top level): Add new 'first_arch' testing axis.
2376
2377 2017-10-09 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2380 (barrier): New.
2381 (thread_start, all_started): New functions.
2382 (main): Spawn new thread and wait until it is scheduled.
2383 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2384 option.
2385 (do_test): Add 'selected_thread' parameter. Run to all_started
2386 instead of main. Explicitly set the breakpoint at main. Switch
2387 to the SELECTED_THREAD thread.
2388 (top level): Test handling the exec event with either the main
2389 thread or the second thread selected.
2390
2391 2017-10-09 Pedro Alves <palves@redhat.com>
2392
2393 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2394 logic. Move STOP marker after the value checks.
2395 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2396 regexp.
2397
2398 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2399
2400 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2401
2402 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2403
2404 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2405 integer-to-dfp conversion.
2406 * gdb.base/dfp-test.exp: Likewise.
2407
2408 2017-10-04 Pedro Alves <palves@redhat.com>
2409
2410 * gdb.multi/hangout.c: Include <unistd.h>.
2411 (hangout_loop): New function.
2412 (main): Call alarm. Call hangout_loop in a loop.
2413 * gdb.multi/hello.c: Include <unistd.h>.
2414 (hello_loop): New function.
2415 (main): Call alarm. Call hangout_loop in a loop.
2416 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2417 inferior with the other selected.
2418
2419 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2420
2421 * gdb.mi/list-thread-groups-available.exp: New file.
2422 * gdb.mi/list-thread-groups-available.c: New file.
2423
2424 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2425
2426 * gdb.base/set-cwd.exp: Make it available on
2427 native-extended-gdbserver.
2428
2429 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2430
2431 * gdb.base/set-cwd.c: New file.
2432 * gdb.base/set-cwd.exp: Likewise.
2433
2434 2017-10-02 Tom Tromey <tom@tromey.com>
2435
2436 PR rust/22236:
2437 * gdb.rust/simple.rs (main): New variable "fslice".
2438 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2439
2440 2017-10-02 Tom Tromey <tom@tromey.com>
2441
2442 * gdb.rust/simple.exp: Test ptype of a slice.
2443
2444 2017-10-02 Tom Tromey <tom@tromey.com>
2445
2446 * gdb.rust/simple.exp: Test index of slice.
2447
2448 2017-09-27 Tom Tromey <tom@tromey.com>
2449
2450 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2451
2452 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2453 Pedro Alves <palves@redhat.com>
2454
2455 * gdb.base/compare-sections.exp (get value of read-only section): Read
2456 as unsigned value.
2457 (corrupt read-only section): Likewise and don't set written if patching
2458 failed.
2459
2460 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2461
2462 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2463 files.
2464
2465 2017-09-20 Pedro Alves <palves@redhat.com>
2466
2467 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2468 symbol names in gdb's output.
2469 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2470
2471 2017-09-20 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2474 Rename to ...
2475 (test_list_ambiguous_symbol): ... this and add a symbol name
2476 parameter. Adjust.
2477 (test_list_ambiguous_function): Reimplement on top of
2478 test_list_ambiguous_symbol and also test listing ambiguous
2479 variables.
2480 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2481 (ambiguous_fun): ... this.
2482 (ambiguous_var): New.
2483 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2484 (ambiguous_fun): ... this.
2485 (ambiguous_var): New.
2486
2487 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2488
2489 * gdb.base/starti.c: New file.
2490 * gdb.base/starti.exp: New file.
2491 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2492
2493 2017-09-14 Pedro Alves <palves@redhat.com>
2494
2495 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2496 (top level): Use it instead of runto.
2497
2498 2017-09-11 Tom Tromey <tom@tromey.com>
2499
2500 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2501
2502 2017-09-11 Tom Tromey <tom@tromey.com>
2503
2504 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2505 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2506
2507 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2508
2509 * gdb.fortran/printing-types.exp: New file.
2510 * gdb.fortran/printing-types.exp: New file.
2511
2512 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2513
2514 * gdb.fortran/vla-ptype.exp: Fix typos.
2515 * gdb.fortran/vla-value.exp: Same.
2516
2517 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2518
2519 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2520 * gdb.mi/mi-var-child-f.exp: Likewise.
2521 * gdb.mi/mi-vla-fortran.exp: Likewise.
2522
2523 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2524 Christoph Weinmann <christoph.t.weinmann@intel.com>
2525 Bernhard Heckel <bernhard.heckel@intel.com>
2526
2527 * gdb.fortran/ptr-indentation.f90: New file.
2528 * gdb.fortran/ptr-indentation.exp: New file.
2529
2530 2017-09-05 Tom Tromey <tom@tromey.com>
2531
2532 PR gdb/22010:
2533 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2534
2535 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2536
2537 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2538
2539 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2540
2541 * gdb.threads/tls-nodebug-pie.c: New file.
2542 * gdb.threads/tls-nodebug-pie.exp: New file.
2543
2544 2017-09-05 Tom Tromey <tom@tromey.com>
2545
2546 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2547 for rust.
2548
2549 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2550
2551 * gdb.multi/multi-arch-exec.exp: Test with different
2552 "follow-exec-mode" settings.
2553 (do_test): New procedure.
2554
2555 2017-09-04 Pedro Alves <palves@redhat.com>
2556
2557 * gdb.base/func-static.c (S::method const, S::method volatile)
2558 (S::method volatile const): New methods.
2559 (c_s, v_s, cv_s): New instances.
2560 (main): Call method() on them.
2561 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2562 (cannot_resolve): New procedure.
2563 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2564 print-quote-unquoted columns.
2565 (do_test): Test printing each scope too.
2566
2567 2017-09-04 Pedro Alves <palves@redhat.com>
2568
2569 * gdb.base/local-static.exp: Also test with
2570 class::method::variable wholly quoted.
2571 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2572
2573 2017-09-04 Pedro Alves <palves@redhat.com>
2574
2575 * gdb.base/local-static.c: New.
2576 * gdb.base/local-static.cc: New.
2577 * gdb.base/local-static.exp: New.
2578
2579 2017-09-04 Pedro Alves <palves@redhat.com>
2580
2581 * gdb.asm/asm-source.exp: Add casts to int.
2582 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2583 (dataglobal64_1, dataglobal64_2): New globals.
2584 * gdb.base/nodebug.exp: Test different expressions involving the
2585 new globals, with print, whatis and ptype. Add casts to int.
2586 * gdb.base/solib-display.exp: Add casts to int.
2587 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2588 * gdb.cp/m-static.exp: Add cast to int.
2589 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2590 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2591 tls variable with no debug info without a cast. Test with a cast
2592 to int too.
2593 * gdb.trace/entry-values.exp: Add casts.
2594
2595 2017-09-04 Pedro Alves <palves@redhat.com>
2596
2597 * gdb.base/nodebug.exp: Test that ptype's error about functions
2598 with unknown return type includes the function name too.
2599
2600 2017-09-04 Pedro Alves <palves@redhat.com>
2601
2602 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2603 return type of munmap in infcall.
2604 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2605 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2606 type of ftell in infcall.
2607 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2608 type of getpid in infcall.
2609 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2610 infcall.
2611 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2612 Bail on failure to extract the pid.
2613 * gdb.base/nodebug.c: #include <stdint.h>.
2614 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2615 New functions.
2616 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2617 Change expected output of print/whatis/ptype with functions with
2618 no debug info. Test all supported languages. Call
2619 test_call_promotion.
2620 * gdb.compile/compile.exp: Adjust expected output to expect
2621 warning.
2622 * gdb.threads/siginfo-threads.exp: Likewise.
2623
2624 2017-09-04 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2627 "prototypes". Test calling float functions via prototyped and
2628 unprototyped function pointers.
2629 (perform_all_tests): New parameter "prototypes". Pass it down.
2630 (top level): Pass down "prototypes" parameter to
2631 perform_all_tests.
2632
2633 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2634
2635 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2636 Test with nested loops.
2637
2638 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2639
2640 * gdb.base/commands.exp: Call the new procedures.
2641 (loop_break_test, loop_continue_test): New procedures.
2642
2643 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2644
2645 * gdb.base/commands.exp: Call new procedure.
2646 (define_if_without_arg_test): New procedure.
2647
2648 2017-09-04 Pedro Alves <palves@redhat.com>
2649
2650 * gdb.base/list-ambiguous.exp: New file.
2651 * gdb.base/list-ambiguous0.c: New file.
2652 * gdb.base/list-ambiguous1.c: New file.
2653 * gdb.base/list.exp (test_list_range): Adjust expected output.
2654
2655 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2656
2657 * gdb.base/share-env-with-gdbserver.c: New file.
2658 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2659
2660 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2661
2662 * gdb.base/commands.exp (gdbvar_simple_if_test,
2663 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2664 progvar_simple_if_test, progvar_simple_while_test,
2665 progvar_complex_if_while_test, user_defined_command_test,
2666 user_defined_command_args_eval,
2667 user_defined_command_args_stack_test,
2668 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2669 temporary_breakpoint_commands,
2670 gdb_test_no_prompt, redefine_hook_test,
2671 redefine_backtrace_test): Remove "global gdb_prompt".
2672
2673 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2674
2675 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2676 New proc, call it from toplevel.
2677
2678 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2679
2680 PR remote/21852
2681 * gdb.server/normal.c: New file, copied from gdb.base.
2682 * gdb.server/run-without-local-binary.exp: New file.
2683
2684 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2685
2686 * gdb.arch/sparc64-adi.exp: New file.
2687 * gdb.arch/sparc64-adi.c: New file.
2688
2689 2017-08-22 Pedro Alves <palves@redhat.com>
2690
2691 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2692 (top level): Add "list all overloads" tests.
2693
2694 2017-08-22 Tom Tromey <tom@tromey.com>
2695
2696 * gdb.gdb/xfullpath.exp: Remove.
2697
2698 2017-08-21 Pedro Alves <palves@redhat.com>
2699
2700 PR gdb/19487
2701 * gdb.base/symbol-alias.c: New.
2702 * gdb.base/symbol-alias2.c: New.
2703 * gdb.base/symbol-alias.exp: New.
2704
2705 2017-08-21 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.base/dfp-test.c
2708 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2709 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2710 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2711 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2712 * gdb.base/whatis-ptype-typedefs.c: New.
2713 * gdb.base/whatis-ptype-typedefs.exp: New.
2714 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2715 (an_int, an_int_type, an_int_type2): New globals.
2716 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2717 involving typedefs and cast expressions.
2718 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2719 (lookup_typedefs_function): New.
2720 (typedefs_pretty_printers_dict): New.
2721 (top level): Register lookup_typedefs_function in
2722 gdb.pretty_printers.
2723
2724 2017-08-18 Yao Qi <yao.qi@linaro.org>
2725
2726 * gdb.server/unittest.exp: New.
2727
2728 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2729
2730 PR gdb/21954
2731 * gdb.base/environ.exp: Add test to check if 'unset environment'
2732 works.
2733
2734 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2735
2736 * lib/gdb.exp (universal_compile_options): New caching proc.
2737 (gdb_compile): Suppress GCC's coloring of messages.
2738
2739 2017-08-14 Tom Tromey <tom@tromey.com>
2740
2741 PR gdb/21675:
2742 * gdb.base/printcmds.exp (test_radices): New function.
2743 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2744 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2745 * lib/gdb.exp (get_integer_valueof): Use p/d.
2746
2747 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2748
2749 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2750 characters.
2751
2752 2017-08-05 Tom Tromey <tom@tromey.com>
2753
2754 * gdb.rust/simple.exp: Allow String to appear in a different
2755 namespace.
2756
2757 2017-07-26 Yao Qi <yao.qi@linaro.org>
2758
2759 * gdb.gdb/unittest.exp: Invoke command
2760 "maintenance check xml-descriptions".
2761
2762 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2763
2764 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2765 calling context.
2766 (hex128): Drop erroneous calculation of parameters.
2767
2768 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2769
2770 * gdb.python/py-unwind.exp: Disable stack protection when
2771 building test file.
2772
2773 2017-07-20 Pedro Alves <palves@redhat.com>
2774
2775 * gdb.base/default.exp (set language): Adjust expected output.
2776
2777 2017-07-20 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2780 (test_minsym): ... this, and make static.
2781 (get_pck__foo__bar__minsym): Rename to ...
2782 (get_test_minsym): ... this.
2783 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2784 symbol names and comments.
2785 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2786 (get_test_minsym): ... this.
2787 (pck__foo__bar__minsym__2): Rename to ...
2788 (test_minsym): ... this.
2789 (main): Adjust.
2790
2791 2017-07-17 Pedro Alves <palves@redhat.com>
2792
2793 * gdb.base/completion.exp: Adjust expected output.
2794 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2795 the completer works.
2796
2797 2017-07-17 Pedro Alves <palves@redhat.com>
2798
2799 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2800
2801 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2802
2803 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2804
2805 2017-07-14 Tom Tromey <tom@tromey.com>
2806
2807 PR rust/21764:
2808 * gdb.rust/simple.exp: Add tests.
2809
2810 2017-07-14 Tom Tromey <tom@tromey.com>
2811
2812 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2813
2814 2017-07-14 Pedro Alves <palves@redhat.com>
2815
2816 * gdb.linespec/base/one/thefile.cc (z1): New function.
2817 * gdb.linespec/base/two/thefile.cc (z2): New function.
2818 * gdb.linespec/linespec.exp: Add tests.
2819
2820 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2821
2822 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2823 to mi_create_breakpoint.
2824
2825 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2826
2827 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2828 mi_create_breakpoint.
2829
2830 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2831
2832 * gdb.dlang/demangle.exp: Update for demangling changes.
2833
2834 2017-07-09 Tom Tromey <tom@tromey.com>
2835
2836 * gdb.dwarf2/shortpiece.exp: New file.
2837
2838 2017-07-06 David Blaikie <dblaikie@gmail.com>
2839
2840 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2841 built from fissiont-multi-cu{1,2}.c.
2842 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2843 except putting 'main' and 'func' in separate CUs in the same DWO file.
2844 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2845 test.
2846 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2847 test.
2848
2849 2017-07-06 Pedro Alves <palves@redhat.com>
2850
2851 * gdb.python/py-unwind.exp: Test flushregs.
2852
2853 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2854
2855 PR cli/21688
2856 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2857 tests for alias commands and trailing whitespace.
2858
2859 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2860
2861 PR cli/21688
2862 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2863 procedure. Call it.
2864
2865 2017-06-29 Pedro Alves <palves@redhat.com>
2866
2867 * gdb.base/printcmds.exp: Add tests.
2868
2869 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2870
2871 PR gdb/21337
2872 * gdb.base/reread-readsym.exp: New file.
2873 * gdb.base/reread-readsym.c: New file.
2874
2875 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2876
2877 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2878 subpattern.
2879
2880 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2881
2882 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2883 extended mnemonic.
2884 * gdb.arch/powerpc-power9.s: Likewise.
2885
2886 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2887
2888 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2889 on 32-bit x86 targets. Exploit is_*_target macros where
2890 appropriate.
2891
2892 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2893
2894 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2895 register pieces.
2896
2897 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2898
2899 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2900 located in one or more DWARF pieces.
2901
2902 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2903
2904 * lib/gdb.exp (get_endianness): New proc.
2905 * gdb.arch/aarch64-fp.exp: Use it.
2906 * gdb.arch/altivec-regs.exp: Likewise.
2907 * gdb.arch/e500-regs.exp: Likewise.
2908 * gdb.arch/vsx-regs.exp: Likewise.
2909 * gdb.base/dump.exp: Likewise.
2910 * gdb.base/funcargs.exp: Likewise.
2911 * gdb.base/gnu_vector.exp: Likewise.
2912 * gdb.dwarf2/formdata16.exp: Likewise.
2913 * gdb.dwarf2/implptrpiece.exp: Likewise.
2914 * gdb.dwarf2/nonvar-access.exp: Likewise.
2915 * gdb.python/py-inferior.exp: Likewise.
2916 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2917
2918 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2919
2920 PR gdb/21226
2921 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2922 stack value pieces are taken from the LSB end.
2923
2924 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2925
2926 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2927 variable at nonzero offset.
2928
2929 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2930
2931 * gdb.dwarf2/var-access.c: New file.
2932 * gdb.dwarf2/var-access.exp: New test.
2933 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2934
2935 2017-06-12 Tom Tromey <tom@tromey.com>
2936
2937 * gdb.dwarf2/formdata16.exp: Add tests.
2938
2939 2017-06-12 Tom Tromey <tom@tromey.com>
2940
2941 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2942
2943 2017-06-12 Tom Tromey <tom@tromey.com>
2944
2945 PR exp/16225:
2946 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2947 * gdb.arch/vsx-regs.exp: Update tests.
2948 * gdb.arch/s390-vregs.exp (hex128): New proc.
2949 Update test.
2950 * gdb.arch/altivec-regs.exp: Update tests.
2951
2952 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2953
2954 * gdb.base/startup-with-shell.c: New file.
2955 * gdb.base/startup-with-shell.exp: Likewise.
2956
2957 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2958
2959 * gdb.server/non-existing-program.exp: Update regex in order to
2960 reflect the fact that gdbserver is now using fork_inferior (with a
2961 shell) to startup the inferior.
2962
2963 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2964
2965 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2966 support function calls from GDB.
2967
2968 2017-05-21 Tom Tromey <tom@tromey.com>
2969
2970 PR rust/21466:
2971 * gdb.rust/unsized.exp: New file.
2972 * gdb.rust/unsized.rs: New file.
2973
2974 2017-05-19 Tom Tromey <tom@tromey.com>
2975
2976 PR rust/21484:
2977 * gdb.rust/watch.exp: New file.
2978 * gdb.rust/watch.rs: New file.
2979
2980 2017-05-18 Tom Tromey <tom@tromey.com>
2981
2982 * gdb.rust/simple.exp: Allow Box to be qualified.
2983
2984 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2985
2986 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2987
2988 2017-05-18 Pedro Alves <palves@redhat.com>
2989
2990 * gdb.base/fileio.c (test_write, test_read, test_close)
2991 (test_fstat): Don't print 'ret' in the fail path.
2992
2993 2017-05-18 Pedro Alves <palves@redhat.com>
2994
2995 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2996 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2997 (test_system, test_rename, test_unlink, test_time): Change
2998 prototypes.
2999 * gdb.base/fileio.exp (stop_msg): Adjust.
3000
3001 2017-05-18 Pedro Alves <palves@redhat.com>
3002
3003 * gdb.base/fileio.c (null_str): New global.
3004 (test_stat): Use it.
3005 * gdb.base/fileio.exp: Remove nowarnings.
3006
3007 2017-05-17 Yao Qi <yao.qi@linaro.org>
3008
3009 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3010
3011 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3012
3013 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3014 argument command.
3015 (top-level): Invoke test_set_inferior_tty.
3016
3017 2017-05-04 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3020 Add parens to print call for Python 3.
3021
3022 2017-05-03 Keith Seitz <keiths@redhat.com>
3023
3024 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3025 (main): Call it.
3026
3027 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3028
3029 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3030 to prev and next.
3031
3032 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3033
3034 * gdb.python/py-record-btrace.exp: Remove test for
3035 gdb.BtraceInstruction.error.
3036
3037 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3038
3039 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3040
3041 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3042
3043 * gdb.python/py-record-btrace-threads.c: New file.
3044 * gdb.python/py-record-btrace-threads.exp: New file.
3045
3046 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3047
3048 PR testsuite/8595
3049 * gdb.base/environ.exp: Make test available in all architectures.
3050 Move bits related to "info program" testing to
3051 gdb.base/info-program.exp. Rewrite tests to use the two new
3052 procedures mentione below.
3053 (test_set_show_env_var) New procedure.
3054 (test_set_show_env_var_equal): Likewise.
3055 * gdb.base/info-program.exp: New file.
3056
3057 2017-04-27 Keith Seitz <keiths@redhat.com>
3058
3059 * gdb.cp/oranking.cc (test15): New function.
3060 (main): Call test15 and declare additional variables for testing.
3061 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3062 "p foo101('abc')" tests.
3063 Add tests for cv qualifier overloads.
3064 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3065 "lvalue reference overload" test.
3066 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3067 "print value of f1 on Child&& in f2" test.
3068
3069 2017-04-19 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3072 procedure.
3073 (top level): Call it.
3074 * lib/gdb.exp (gdb_define_cmd): New procedure.
3075
3076 2017-04-12 Pedro Alves <palves@redhat.com>
3077
3078 PR gdb/21323
3079 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3080 (wchar): New global.
3081 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3082 (do_test_wide_char, wide_char_types_no_program, top level): Add
3083 wchar_t testing.
3084
3085 2017-04-12 Pedro Alves <palves@redhat.com>
3086
3087 PR c++/21323
3088 * gdb.cp/wide_char_types.c: New file.
3089 * gdb.cp/wide_char_types.exp: New file.
3090
3091 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3092
3093 PR gdb/21352
3094 * gdb.trace/tsv.exp: Add test for "tsave -r".
3095
3096 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3097
3098 * gdb.dlang/watch-loc.c: New file.
3099 * gdb.dlang/watch-loc.exp: New file.
3100
3101 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3102
3103 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3104
3105 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3106
3107 * gdb.arch/arc-analyze-prologue.S: New file.
3108 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3109
3110 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3111
3112 * gdb.arch/arc-decode-insn.S: New file.
3113 * gdb.arch/arc-decode-insn.exp: Likewise.
3114
3115 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3116
3117 PR tdep/20928
3118 * gdb.arch/sparc64-regs.exp: New file.
3119 * gdb.arch/sparc64-regs.S: Likewise.
3120
3121 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3122
3123 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3124 and memory view on Python 3.
3125
3126 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3127 Keith Seitz <keiths@redhat.com>
3128
3129 PR gdb/14441
3130 * gdb.cp/demangle.exp: Add rvalue reference tests.
3131 * gdb.cp/rvalue-ref-casts.cc: New file.
3132 * gdb.cp/rvalue-ref-casts.exp: New file.
3133 * gdb.cp/rvalue-ref-overload.cc: New file.
3134 * gdb.cp/rvalue-ref-overload.exp: New file.
3135 * gdb.cp/rvalue-ref-params.cc: New file.
3136 * gdb.cp/rvalue-ref-params.exp: New file.
3137 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3138 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3139 * gdb.cp/rvalue-ref-types.cc: New file.
3140 * gdb.cp/rvalue-ref-types.exp: New file.
3141 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3142 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3143
3144 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3145
3146 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3147 New procedure.
3148
3149 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3150
3151 * lib/mi-support.exp (mi_gdb_test): Add additional message
3152 for unexpected output.
3153
3154 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3155
3156 * gdb.base/examine-backward.c (Barrier): New character array
3157 constant, to ensure that TestStrings is preceded by a string
3158 terminator.
3159
3160 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3161
3162 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3163 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3164 and implicit pointer into such a location.
3165
3166 2017-03-16 Doug Evans <dje@google.com>
3167
3168 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3169
3170 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3171
3172 * gdb.cp/m-static.exp: Fix expectation for prototype of
3173 test5.single_constructor and single_constructor::single_constructor.
3174
3175 2017-03-16 Doug Evans <dje@google.com>
3176
3177 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3178 * gdb.guile/scm-lazy-string.c: New file.
3179 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3180 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3181 for pointer, array, typedef lazy strings.
3182
3183 2017-03-16 Doug Evans <dje@google.com>
3184
3185 PR python/17728, python/18439, python/18779
3186 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3187 * gdb.python/py-lazy-string.c (pointer): New typedef.
3188 (main): New locals ptr, array, typedef_ptr.
3189 * gdb.python/py-value.exp: Move lazy string tests to ...
3190 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3191 array, typedef lazy strings.
3192
3193 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3194
3195 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3196 Add optional 'test' parameter.
3197
3198 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3199
3200 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3201 Skip for versions of DejaGnu < 1.5.
3202
3203 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3204
3205 * lib/gdb.exp (dejagnu_version): New proc.
3206 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3207 Use dejagnu_version.
3208
3209 2017-03-10 Keith Seitz <keiths@redhat.com>
3210
3211 PR c++/8128
3212 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3213 type from destructor regexps.
3214 Add a branch which actually passes the test.
3215 Adjust "ptype t5i" test names.
3216
3217 2017-03-08 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.base/step-over-exit.exp: Add explicit test message.
3220
3221 2017-03-08 Pedro Alves <palves@redhat.com>
3222
3223 PR gdb/18360
3224 * gdb.threads/interrupt-while-step-over.c: New file.
3225 * gdb.threads/interrupt-while-step-over.exp: New file.
3226
3227 2017-03-08 Pedro Alves <palves@redhat.com>
3228
3229 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3230 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3231
3232 2017-03-08 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3235 PKRU as not supported as a PASS.
3236
3237 2017-03-08 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3240 prefix instead of $binfile1/$binfile2.
3241 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3242 in test message.
3243 * gdb.python/py-completion.exp: Use "load python file" as test
3244 messages instead of unstable path names.
3245
3246 2017-03-08 Pedro Alves <palves@redhat.com>
3247 Jan Kratochvil <jan.kratochvil@redhat.com>
3248
3249 PR cli/21218
3250 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3251 New proc.
3252 (top level): Call it.
3253
3254 2017-03-08 Pedro Alves <palves@redhat.com>
3255
3256 PR tui/21216
3257 * gdb.tui/tui-nl-filtered-output.exp: New file.
3258
3259 2017-03-08 Pedro Alves <palves@redhat.com>
3260
3261 * gdb.base/completion.exp: Move TUI completion tests to ...
3262 * gdb.tui/completion.exp: ... this new file.
3263
3264 2017-03-08 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/tui-disasm-long-lines.c,
3267 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3268 gdb.base/tui-layout.exp: Move to ...
3269 * gdb.tui/: ... this new directory.
3270
3271 2017-03-07 Pedro Alves <palves@redhat.com>
3272
3273 * gdb.base/tui-layout.c: New file.
3274 * gdb.base/tui-layout.exp: New file.
3275
3276 2017-03-07 Pedro Alves <palves@redhat.com>
3277
3278 * gdb.base/tui-layout.c: Rename to ...
3279 * gdb.base/tui-disasm-long-lines.c: ... this.
3280 * gdb.base/tui-layout.exp: Rename to ...
3281 * gdb.base/tui-disasm-long-lines.exp: ... this.
3282
3283 2017-03-07 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3286
3287 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3288
3289 * i386-mpx-call.c: New file.
3290 * i386-mpx-call.exp: New file.
3291
3292 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3293
3294 * gdb.arch/powerpc-power.exp: Delete test.
3295 * gdb.arch/powerpc-power.s: Likewise.
3296 * gdb.disasm/disassembler-options.exp: New test.
3297 * gdb.arch/powerpc-altivec.exp: Likewise.
3298 * gdb.arch/powerpc-altivec.s: Likewise.
3299 * gdb.arch/powerpc-altivec2.exp: Likewise.
3300 * gdb.arch/powerpc-altivec2.s: Likewise.
3301 * gdb.arch/powerpc-altivec3.exp: Likewise.
3302 * gdb.arch/powerpc-altivec3.s: Likewise.
3303 * gdb.arch/powerpc-power7.exp: Likewise.
3304 * gdb.arch/powerpc-power7.s: Likewise.
3305 * gdb.arch/powerpc-power8.exp: Likewise.
3306 * gdb.arch/powerpc-power8.s: Likewise.
3307 * gdb.arch/powerpc-power9.exp: Likewise.
3308 * gdb.arch/powerpc-power9.s: Likewise.
3309 * gdb.arch/powerpc-vsx.exp: Likewise.
3310 * gdb.arch/powerpc-vsx.s: Likewise.
3311 * gdb.arch/powerpc-vsx2.exp: Likewise.
3312 * gdb.arch/powerpc-vsx2.s: Likewise.
3313 * gdb.arch/powerpc-vsx3.exp: Likewise.
3314 * gdb.arch/powerpc-vsx3.s: Likewise.
3315 * gdb.arch/arm-disassembler-options.exp: Likewise.
3316 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3317 * gdb.arch/s390-disassembler-options.exp: Likewise.
3318
3319 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3320
3321 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3322 (check_supported_features): ... this. Changed return type to void.
3323 (supports_rdseed): New static global.
3324 (rdseed): Check supports_rdseed.
3325 (initialize): Call check_supported_features.
3326
3327 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3328
3329 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3330 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3331 and lqarx/stqcx.
3332 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3333 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3334
3335 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3336
3337 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3338 uppercase.
3339
3340 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3341
3342 * gdb.dwarf2/formdata16.c: New file.
3343 * gdb.dwarf2/formdata16.exp: New file.
3344 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3345
3346 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3347
3348 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3349 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3350 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3351 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3352 DW_AT_GNU_*.
3353
3354 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3355
3356 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3357
3358 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3359
3360 PR gdb/21164
3361 * gdb.base/maint.exp: Add testcases for when the commands do
3362 not have arguments.
3363
3364 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3365
3366 * gdb.cp/chained-calls.exp: Use p instead of P.
3367
3368 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3369
3370 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3371 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3372
3373 2017-02-14 Tom Tromey <tom@tromey.com>
3374
3375 PR python/13598:
3376 * gdb.python/py-events.exp: Add before_prompt event tests.
3377
3378 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3379
3380 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3381
3382 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3383
3384 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3385 (main): Call my_unique_function_name.
3386 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3387 completion of patterns with a single match.
3388 Add missing -re switches to gdb_test_multiple calls.
3389
3390 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3391
3392 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3393 return if core file is not recognized.
3394
3395 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3396
3397 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3398 and extra UIs.
3399
3400 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3401
3402 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3403 proc_with_prefix.
3404
3405 2017-02-10 Tom Tromey <tom@tromey.com>
3406
3407 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3408
3409 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3410
3411 PR gdb/21122
3412 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3413
3414 2017-02-08 Jerome Guitton <guitton@adacore.com>
3415
3416 * gdb.base/define.exp: Add test for command abbreviations
3417 in define.
3418
3419 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3420
3421 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3422 * gdb.reverse/insn-reverse-x86.c: New file.
3423
3424 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3425
3426 PR tdep/20936
3427 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3428
3429 2017-02-03 Tom Tromey <tom@tromey.com>
3430
3431 PR rust/21097:
3432 * gdb.rust/simple.exp: Add new tests.
3433
3434 2017-02-02 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3437 tests.
3438
3439 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3440
3441 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3442 taking a 2-byte value out of a 4-byte DWARF implicit value on
3443 big-endian targets.
3444 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3445 logic. Add test cases for DW_OP_implicit.
3446
3447 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3448
3449 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3450
3451 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3452
3453 * gdb.btrace/enable.exp: Call gdb_exit before
3454 skip_gdbserver_tests.
3455
3456 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3457
3458 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3459 GDBFLAGS.
3460
3461 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3462
3463 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3464 the test is skipped.
3465 * gdb.btrace/data.exp: Likewise.
3466 * gdb.btrace/delta.exp: Likewise.
3467 * gdb.btrace/dlopen.exp: Likewise.
3468 * gdb.btrace/enable-running.exp: Likewise.
3469 * gdb.btrace/enable.exp: Likewise.
3470 * gdb.btrace/exception.exp: Likewise.
3471 * gdb.btrace/function_call_history.exp: Likewise.
3472 * gdb.btrace/gcore.exp: Likewise.
3473 * gdb.btrace/instruction_history.exp: Likewise.
3474 * gdb.btrace/multi-thread-step.exp: Likewise.
3475 * gdb.btrace/nohist.exp: Likewise.
3476 * gdb.btrace/non-stop.exp: Likewise.
3477 * gdb.btrace/reconnect.exp: Likewise.
3478 * gdb.btrace/record_goto-step.exp: Likewise.
3479 * gdb.btrace/record_goto.exp: Likewise.
3480 * gdb.btrace/rn-dl-bind.exp: Likewise.
3481 * gdb.btrace/segv.exp: Likewise.
3482 * gdb.btrace/step.exp: Likewise.
3483 * gdb.btrace/stepi.exp: Likewise.
3484 * gdb.btrace/tailcall-only.exp: Likewise.
3485 * gdb.btrace/tailcall.exp: Likewise.
3486 * gdb.btrace/tsx.exp: Likewise.
3487 * gdb.btrace/unknown_functions.exp: Likewise.
3488 * gdb.btrace/vdso.exp: Likewise.
3489
3490 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3491
3492 * gdb.btrace/enable-running.c: New.
3493 * gdb.btrace/enable-running.exp: New.
3494
3495 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3496
3497 * gdb.arch/amd64-gs_base.c: New file.
3498 * gdb.arch/amd64-gs_base.exp: New file.
3499
3500 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3501
3502 * lib/memory.exp: Remove spurious empty newlines.
3503
3504 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3505
3506 * gdb.python/py-bad-printers.exp: Load python file using "source".
3507 * gdb.python/py-events.exp: Likewise.
3508 * gdb.python/py-evsignal.exp: Likewise.
3509 * gdb.python/py-evthreads.exp: Likewise.
3510 * gdb.python/py-frame-args.exp: Likewise.
3511 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3512 * gdb.python/py-framefilter-mi.exp: Likewise.
3513 * gdb.python/py-framefilter.exp: Likewise.
3514 * gdb.python/py-mi.exp: Likewise.
3515 * gdb.python/py-pp-maint.exp: Likewise.
3516 * gdb.python/py-pp-registration.exp: Likewise.
3517 * gdb.python/py-prettyprint.exp: Likewise.
3518 (run_lang_tests): Likewise.
3519 * gdb.python/py-typeprint.exp: Likewise.
3520
3521 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3522
3523 * lib/memory.exp: New file.
3524 * lib/gdb.exp: Load memory.exp.
3525 * gdb.base/memattr.exp (delete_memory): Move proc to
3526 lib/memory.exp and rename to delete_memory_regions.
3527 Replace delete_memory with delete_memory_regions.
3528 Cleanup memory regions before tests.
3529 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3530 before tests.
3531
3532 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3533
3534 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3535 files.
3536 (initialize): New function conditionally defined.
3537 (testcases): Move within conditional block.
3538 (main): Call initialize.
3539 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3540 of gdb.reverse/insn-reverse.c.
3541 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3542 gdb.reverse/insn-reverse.c.
3543
3544 2017-01-26 Yao Qi <yao.qi@linaro.org>
3545
3546 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3547 disassemble on address 0.
3548
3549 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3550 Yao Qi <yao.qi@linaro.org>
3551
3552 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3553 * gdb.dwarf2/implptr-64bit.S: Remove.
3554 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3555 variables in caller's context. Add DW_OP_implicit_value.
3556
3557 2017-01-25 Yao Qi <yao.qi@linaro.org>
3558
3559 * lib/dwarf.exp (Dwarf::_location): Handle
3560 DW_OP_GNU_implicit_pointer with proper size.
3561
3562 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3563
3564 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3565 and add untested calls.
3566
3567 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3568
3569 * gdb.python/python.exp: Check line number against what GDB thinks
3570 the line number is for func1.
3571
3572 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3573
3574 * gdb.dlang/debug-expr.exp: New file.
3575
3576 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3577
3578 Fix test names for the following files:
3579
3580 * gdb.ada/exec_changed.exp
3581 * gdb.ada/info_types.exp
3582 * gdb.arch/aarch64-atomic-inst.exp
3583 * gdb.arch/aarch64-fp.exp
3584 * gdb.arch/altivec-abi.exp
3585 * gdb.arch/altivec-regs.exp
3586 * gdb.arch/amd64-byte.exp
3587 * gdb.arch/amd64-disp-step.exp
3588 * gdb.arch/amd64-dword.exp
3589 * gdb.arch/amd64-entry-value-inline.exp
3590 * gdb.arch/amd64-entry-value-param.exp
3591 * gdb.arch/amd64-entry-value-paramref.exp
3592 * gdb.arch/amd64-entry-value.exp
3593 * gdb.arch/amd64-i386-address.exp
3594 * gdb.arch/amd64-invalid-stack-middle.exp
3595 * gdb.arch/amd64-invalid-stack-top.exp
3596 * gdb.arch/amd64-optimout-repeat.exp
3597 * gdb.arch/amd64-prologue-skip.exp
3598 * gdb.arch/amd64-prologue-xmm.exp
3599 * gdb.arch/amd64-stap-special-operands.exp
3600 * gdb.arch/amd64-stap-wrong-subexp.exp
3601 * gdb.arch/amd64-tailcall-cxx.exp
3602 * gdb.arch/amd64-tailcall-noret.exp
3603 * gdb.arch/amd64-tailcall-ret.exp
3604 * gdb.arch/amd64-tailcall-self.exp
3605 * gdb.arch/amd64-word.exp
3606 * gdb.arch/arm-bl-branch-dest.exp
3607 * gdb.arch/arm-disp-step.exp
3608 * gdb.arch/arm-neon.exp
3609 * gdb.arch/arm-single-step-kernel-helper.exp
3610 * gdb.arch/avr-flash-qualifier.exp
3611 * gdb.arch/disp-step-insn-reloc.exp
3612 * gdb.arch/e500-abi.exp
3613 * gdb.arch/e500-regs.exp
3614 * gdb.arch/ftrace-insn-reloc.exp
3615 * gdb.arch/i386-avx512.exp
3616 * gdb.arch/i386-bp_permanent.exp
3617 * gdb.arch/i386-byte.exp
3618 * gdb.arch/i386-cfi-notcurrent.exp
3619 * gdb.arch/i386-disp-step.exp
3620 * gdb.arch/i386-dr3-watch.exp
3621 * gdb.arch/i386-float.exp
3622 * gdb.arch/i386-gnu-cfi.exp
3623 * gdb.arch/i386-mpx-map.exp
3624 * gdb.arch/i386-mpx-sigsegv.exp
3625 * gdb.arch/i386-mpx-simple_segv.exp
3626 * gdb.arch/i386-mpx.exp
3627 * gdb.arch/i386-permbkpt.exp
3628 * gdb.arch/i386-prologue.exp
3629 * gdb.arch/i386-signal.exp
3630 * gdb.arch/i386-size-overlap.exp
3631 * gdb.arch/i386-unwind.exp
3632 * gdb.arch/i386-word.exp
3633 * gdb.arch/mips-fcr.exp
3634 * gdb.arch/powerpc-d128-regs.exp
3635 * gdb.arch/powerpc-stackless.exp
3636 * gdb.arch/ppc64-atomic-inst.exp
3637 * gdb.arch/s390-stackless.exp
3638 * gdb.arch/s390-tdbregs.exp
3639 * gdb.arch/s390-vregs.exp
3640 * gdb.arch/sparc-sysstep.exp
3641 * gdb.arch/thumb-bx-pc.exp
3642 * gdb.arch/thumb-singlestep.exp
3643 * gdb.arch/thumb2-it.exp
3644 * gdb.arch/vsx-regs.exp
3645 * gdb.asm/asm-source.exp
3646 * gdb.base/a2-run.exp
3647 * gdb.base/advance.exp
3648 * gdb.base/all-bin.exp
3649 * gdb.base/anon.exp
3650 * gdb.base/args.exp
3651 * gdb.base/arithmet.exp
3652 * gdb.base/async-shell.exp
3653 * gdb.base/async.exp
3654 * gdb.base/attach-pie-noexec.exp
3655 * gdb.base/attach-twice.exp
3656 * gdb.base/auto-load.exp
3657 * gdb.base/bang.exp
3658 * gdb.base/bitfields.exp
3659 * gdb.base/break-always.exp
3660 * gdb.base/break-caller-line.exp
3661 * gdb.base/break-entry.exp
3662 * gdb.base/break-inline.exp
3663 * gdb.base/break-on-linker-gcd-function.exp
3664 * gdb.base/break-probes.exp
3665 * gdb.base/break.exp
3666 * gdb.base/breakpoint-shadow.exp
3667 * gdb.base/call-ar-st.exp
3668 * gdb.base/call-sc.exp
3669 * gdb.base/call-signal-resume.exp
3670 * gdb.base/call-strs.exp
3671 * gdb.base/callfuncs.exp
3672 * gdb.base/catch-fork-static.exp
3673 * gdb.base/catch-gdb-caused-signals.exp
3674 * gdb.base/catch-load.exp
3675 * gdb.base/catch-signal-fork.exp
3676 * gdb.base/catch-signal.exp
3677 * gdb.base/catch-syscall.exp
3678 * gdb.base/charset.exp
3679 * gdb.base/checkpoint.exp
3680 * gdb.base/chng-syms.exp
3681 * gdb.base/code-expr.exp
3682 * gdb.base/code_elim.exp
3683 * gdb.base/commands.exp
3684 * gdb.base/completion.exp
3685 * gdb.base/complex.exp
3686 * gdb.base/cond-expr.exp
3687 * gdb.base/condbreak.exp
3688 * gdb.base/consecutive.exp
3689 * gdb.base/continue-all-already-running.exp
3690 * gdb.base/coredump-filter.exp
3691 * gdb.base/corefile.exp
3692 * gdb.base/dbx.exp
3693 * gdb.base/debug-expr.exp
3694 * gdb.base/define.exp
3695 * gdb.base/del.exp
3696 * gdb.base/disabled-location.exp
3697 * gdb.base/disasm-end-cu.exp
3698 * gdb.base/disasm-optim.exp
3699 * gdb.base/display.exp
3700 * gdb.base/duplicate-bp.exp
3701 * gdb.base/ena-dis-br.exp
3702 * gdb.base/ending-run.exp
3703 * gdb.base/enumval.exp
3704 * gdb.base/environ.exp
3705 * gdb.base/eu-strip-infcall.exp
3706 * gdb.base/eval-avoid-side-effects.exp
3707 * gdb.base/eval-skip.exp
3708 * gdb.base/exitsignal.exp
3709 * gdb.base/expand-psymtabs.exp
3710 * gdb.base/filesym.exp
3711 * gdb.base/find-unmapped.exp
3712 * gdb.base/finish.exp
3713 * gdb.base/float.exp
3714 * gdb.base/foll-exec-mode.exp
3715 * gdb.base/foll-exec.exp
3716 * gdb.base/foll-fork.exp
3717 * gdb.base/fortran-sym-case.exp
3718 * gdb.base/freebpcmd.exp
3719 * gdb.base/func-ptr.exp
3720 * gdb.base/func-ptrs.exp
3721 * gdb.base/funcargs.exp
3722 * gdb.base/gcore-buffer-overflow.exp
3723 * gdb.base/gcore-relro-pie.exp
3724 * gdb.base/gcore-relro.exp
3725 * gdb.base/gcore.exp
3726 * gdb.base/gdb1090.exp
3727 * gdb.base/gdb11530.exp
3728 * gdb.base/gdb11531.exp
3729 * gdb.base/gdb1821.exp
3730 * gdb.base/gdbindex-stabs.exp
3731 * gdb.base/gdbvars.exp
3732 * gdb.base/hbreak.exp
3733 * gdb.base/hbreak2.exp
3734 * gdb.base/included.exp
3735 * gdb.base/infcall-input.exp
3736 * gdb.base/inferior-died.exp
3737 * gdb.base/infnan.exp
3738 * gdb.base/info-macros.exp
3739 * gdb.base/info-os.exp
3740 * gdb.base/info-proc.exp
3741 * gdb.base/info-shared.exp
3742 * gdb.base/info-target.exp
3743 * gdb.base/infoline.exp
3744 * gdb.base/interp.exp
3745 * gdb.base/interrupt.exp
3746 * gdb.base/jit-reader.exp
3747 * gdb.base/jit-simple.exp
3748 * gdb.base/kill-after-signal.exp
3749 * gdb.base/kill-detach-inferiors-cmd.exp
3750 * gdb.base/label.exp
3751 * gdb.base/langs.exp
3752 * gdb.base/ldbl_e308.exp
3753 * gdb.base/line-symtabs.exp
3754 * gdb.base/linespecs.exp
3755 * gdb.base/list.exp
3756 * gdb.base/long_long.exp
3757 * gdb.base/longest-types.exp
3758 * gdb.base/maint.exp
3759 * gdb.base/max-value-size.exp
3760 * gdb.base/memattr.exp
3761 * gdb.base/mips_pro.exp
3762 * gdb.base/morestack.exp
3763 * gdb.base/moribund-step.exp
3764 * gdb.base/multi-forks.exp
3765 * gdb.base/nested-addr.exp
3766 * gdb.base/nextoverexit.exp
3767 * gdb.base/noreturn-finish.exp
3768 * gdb.base/noreturn-return.exp
3769 * gdb.base/nostdlib.exp
3770 * gdb.base/offsets.exp
3771 * gdb.base/opaque.exp
3772 * gdb.base/pc-fp.exp
3773 * gdb.base/permissions.exp
3774 * gdb.base/print-symbol-loading.exp
3775 * gdb.base/prologue-include.exp
3776 * gdb.base/psymtab.exp
3777 * gdb.base/ptype.exp
3778 * gdb.base/random-signal.exp
3779 * gdb.base/randomize.exp
3780 * gdb.base/range-stepping.exp
3781 * gdb.base/readline-ask.exp
3782 * gdb.base/recpar.exp
3783 * gdb.base/recurse.exp
3784 * gdb.base/relational.exp
3785 * gdb.base/restore.exp
3786 * gdb.base/return-nodebug.exp
3787 * gdb.base/return.exp
3788 * gdb.base/run-after-attach.exp
3789 * gdb.base/save-bp.exp
3790 * gdb.base/scope.exp
3791 * gdb.base/sect-cmd.exp
3792 * gdb.base/set-lang-auto.exp
3793 * gdb.base/set-noassign.exp
3794 * gdb.base/setvar.exp
3795 * gdb.base/sigall.exp
3796 * gdb.base/sigbpt.exp
3797 * gdb.base/siginfo-addr.exp
3798 * gdb.base/siginfo-infcall.exp
3799 * gdb.base/siginfo-obj.exp
3800 * gdb.base/siginfo.exp
3801 * gdb.base/signals-state-child.exp
3802 * gdb.base/signest.exp
3803 * gdb.base/sigstep.exp
3804 * gdb.base/sizeof.exp
3805 * gdb.base/skip.exp
3806 * gdb.base/solib-corrupted.exp
3807 * gdb.base/solib-nodir.exp
3808 * gdb.base/solib-search.exp
3809 * gdb.base/stack-checking.exp
3810 * gdb.base/stale-infcall.exp
3811 * gdb.base/stap-probe.exp
3812 * gdb.base/start.exp
3813 * gdb.base/step-break.exp
3814 * gdb.base/step-bt.exp
3815 * gdb.base/step-line.exp
3816 * gdb.base/step-over-exit.exp
3817 * gdb.base/step-over-syscall.exp
3818 * gdb.base/step-resume-infcall.exp
3819 * gdb.base/step-test.exp
3820 * gdb.base/store.exp
3821 * gdb.base/structs3.exp
3822 * gdb.base/sym-file.exp
3823 * gdb.base/symbol-without-target_section.exp
3824 * gdb.base/term.exp
3825 * gdb.base/testenv.exp
3826 * gdb.base/ui-redirect.exp
3827 * gdb.base/until.exp
3828 * gdb.base/unwindonsignal.exp
3829 * gdb.base/value-double-free.exp
3830 * gdb.base/vla-datatypes.exp
3831 * gdb.base/vla-ptr.exp
3832 * gdb.base/vla-sideeffect.exp
3833 * gdb.base/volatile.exp
3834 * gdb.base/watch-cond-infcall.exp
3835 * gdb.base/watch-cond.exp
3836 * gdb.base/watch-non-mem.exp
3837 * gdb.base/watch-read.exp
3838 * gdb.base/watch-vfork.exp
3839 * gdb.base/watchpoint-cond-gone.exp
3840 * gdb.base/watchpoint-delete.exp
3841 * gdb.base/watchpoint-hw-hit-once.exp
3842 * gdb.base/watchpoint-hw.exp
3843 * gdb.base/watchpoint-stops-at-right-insn.exp
3844 * gdb.base/watchpoints.exp
3845 * gdb.base/wchar.exp
3846 * gdb.base/whatis-exp.exp
3847 * gdb.btrace/buffer-size.exp
3848 * gdb.btrace/data.exp
3849 * gdb.btrace/delta.exp
3850 * gdb.btrace/dlopen.exp
3851 * gdb.btrace/enable.exp
3852 * gdb.btrace/exception.exp
3853 * gdb.btrace/function_call_history.exp
3854 * gdb.btrace/gcore.exp
3855 * gdb.btrace/instruction_history.exp
3856 * gdb.btrace/nohist.exp
3857 * gdb.btrace/reconnect.exp
3858 * gdb.btrace/record_goto-step.exp
3859 * gdb.btrace/record_goto.exp
3860 * gdb.btrace/rn-dl-bind.exp
3861 * gdb.btrace/segv.exp
3862 * gdb.btrace/step.exp
3863 * gdb.btrace/stepi.exp
3864 * gdb.btrace/tailcall-only.exp
3865 * gdb.btrace/tailcall.exp
3866 * gdb.btrace/tsx.exp
3867 * gdb.btrace/unknown_functions.exp
3868 * gdb.btrace/vdso.exp
3869 * gdb.compile/compile-ifunc.exp
3870 * gdb.compile/compile-ops.exp
3871 * gdb.compile/compile-print.exp
3872 * gdb.compile/compile-setjmp.exp
3873 * gdb.cp/abstract-origin.exp
3874 * gdb.cp/ambiguous.exp
3875 * gdb.cp/annota2.exp
3876 * gdb.cp/annota3.exp
3877 * gdb.cp/anon-ns.exp
3878 * gdb.cp/anon-struct.exp
3879 * gdb.cp/anon-union.exp
3880 * gdb.cp/arg-reference.exp
3881 * gdb.cp/baseenum.exp
3882 * gdb.cp/bool.exp
3883 * gdb.cp/breakpoint.exp
3884 * gdb.cp/bs15503.exp
3885 * gdb.cp/call-c.exp
3886 * gdb.cp/casts.exp
3887 * gdb.cp/chained-calls.exp
3888 * gdb.cp/class2.exp
3889 * gdb.cp/classes.exp
3890 * gdb.cp/cmpd-minsyms.exp
3891 * gdb.cp/converts.exp
3892 * gdb.cp/cp-relocate.exp
3893 * gdb.cp/cpcompletion.exp
3894 * gdb.cp/cpexprs.exp
3895 * gdb.cp/cplabel.exp
3896 * gdb.cp/cplusfuncs.exp
3897 * gdb.cp/cpsizeof.exp
3898 * gdb.cp/ctti.exp
3899 * gdb.cp/derivation.exp
3900 * gdb.cp/destrprint.exp
3901 * gdb.cp/dispcxx.exp
3902 * gdb.cp/enum-class.exp
3903 * gdb.cp/exception.exp
3904 * gdb.cp/exceptprint.exp
3905 * gdb.cp/expand-psymtabs-cxx.exp
3906 * gdb.cp/expand-sals.exp
3907 * gdb.cp/extern-c.exp
3908 * gdb.cp/filename.exp
3909 * gdb.cp/formatted-ref.exp
3910 * gdb.cp/fpointer.exp
3911 * gdb.cp/gdb1355.exp
3912 * gdb.cp/gdb2495.exp
3913 * gdb.cp/hang.exp
3914 * gdb.cp/impl-this.exp
3915 * gdb.cp/infcall-dlopen.exp
3916 * gdb.cp/inherit.exp
3917 * gdb.cp/iostream.exp
3918 * gdb.cp/koenig.exp
3919 * gdb.cp/local.exp
3920 * gdb.cp/m-data.exp
3921 * gdb.cp/m-static.exp
3922 * gdb.cp/mb-ctor.exp
3923 * gdb.cp/mb-inline.exp
3924 * gdb.cp/mb-templates.exp
3925 * gdb.cp/member-name.exp
3926 * gdb.cp/member-ptr.exp
3927 * gdb.cp/meth-typedefs.exp
3928 * gdb.cp/method.exp
3929 * gdb.cp/method2.exp
3930 * gdb.cp/minsym-fallback.exp
3931 * gdb.cp/misc.exp
3932 * gdb.cp/namelessclass.exp
3933 * gdb.cp/namespace-enum.exp
3934 * gdb.cp/namespace-nested-import.exp
3935 * gdb.cp/namespace.exp
3936 * gdb.cp/nextoverthrow.exp
3937 * gdb.cp/no-dmgl-verbose.exp
3938 * gdb.cp/non-trivial-retval.exp
3939 * gdb.cp/noparam.exp
3940 * gdb.cp/nsdecl.exp
3941 * gdb.cp/nsimport.exp
3942 * gdb.cp/nsnested.exp
3943 * gdb.cp/nsnoimports.exp
3944 * gdb.cp/nsrecurs.exp
3945 * gdb.cp/nsstress.exp
3946 * gdb.cp/nsusing.exp
3947 * gdb.cp/operator.exp
3948 * gdb.cp/oranking.exp
3949 * gdb.cp/overload-const.exp
3950 * gdb.cp/overload.exp
3951 * gdb.cp/ovldbreak.exp
3952 * gdb.cp/ovsrch.exp
3953 * gdb.cp/paren-type.exp
3954 * gdb.cp/parse-lang.exp
3955 * gdb.cp/pass-by-ref.exp
3956 * gdb.cp/pr-1023.exp
3957 * gdb.cp/pr-1210.exp
3958 * gdb.cp/pr-574.exp
3959 * gdb.cp/pr10687.exp
3960 * gdb.cp/pr12028.exp
3961 * gdb.cp/pr17132.exp
3962 * gdb.cp/pr17494.exp
3963 * gdb.cp/pr9067.exp
3964 * gdb.cp/pr9167.exp
3965 * gdb.cp/pr9631.exp
3966 * gdb.cp/printmethod.exp
3967 * gdb.cp/psmang.exp
3968 * gdb.cp/psymtab-parameter.exp
3969 * gdb.cp/ptype-cv-cp.exp
3970 * gdb.cp/ptype-flags.exp
3971 * gdb.cp/re-set-overloaded.exp
3972 * gdb.cp/ref-types.exp
3973 * gdb.cp/rtti.exp
3974 * gdb.cp/scope-err.exp
3975 * gdb.cp/shadow.exp
3976 * gdb.cp/smartp.exp
3977 * gdb.cp/static-method.exp
3978 * gdb.cp/static-print-quit.exp
3979 * gdb.cp/temargs.exp
3980 * gdb.cp/templates.exp
3981 * gdb.cp/try_catch.exp
3982 * gdb.cp/typedef-operator.exp
3983 * gdb.cp/typeid.exp
3984 * gdb.cp/userdef.exp
3985 * gdb.cp/using-crash.exp
3986 * gdb.cp/var-tag.exp
3987 * gdb.cp/virtbase.exp
3988 * gdb.cp/virtfunc.exp
3989 * gdb.cp/virtfunc2.exp
3990 * gdb.cp/vla-cxx.exp
3991 * gdb.disasm/t01_mov.exp
3992 * gdb.disasm/t02_mova.exp
3993 * gdb.disasm/t03_add.exp
3994 * gdb.disasm/t04_sub.exp
3995 * gdb.disasm/t05_cmp.exp
3996 * gdb.disasm/t06_ari2.exp
3997 * gdb.disasm/t07_ari3.exp
3998 * gdb.disasm/t08_or.exp
3999 * gdb.disasm/t09_xor.exp
4000 * gdb.disasm/t10_and.exp
4001 * gdb.disasm/t11_logs.exp
4002 * gdb.disasm/t12_bit.exp
4003 * gdb.disasm/t13_otr.exp
4004 * gdb.dlang/circular.exp
4005 * gdb.dwarf2/arr-stride.exp
4006 * gdb.dwarf2/arr-subrange.exp
4007 * gdb.dwarf2/atomic-type.exp
4008 * gdb.dwarf2/bad-regnum.exp
4009 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4010 * gdb.dwarf2/callframecfa.exp
4011 * gdb.dwarf2/clztest.exp
4012 * gdb.dwarf2/corrupt.exp
4013 * gdb.dwarf2/data-loc.exp
4014 * gdb.dwarf2/dup-psym.exp
4015 * gdb.dwarf2/dw2-anon-mptr.exp
4016 * gdb.dwarf2/dw2-anonymous-func.exp
4017 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4018 * gdb.dwarf2/dw2-bad-unresolved.exp
4019 * gdb.dwarf2/dw2-basic.exp
4020 * gdb.dwarf2/dw2-canonicalize-type.exp
4021 * gdb.dwarf2/dw2-case-insensitive.exp
4022 * gdb.dwarf2/dw2-common-block.exp
4023 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4024 * gdb.dwarf2/dw2-compressed.exp
4025 * gdb.dwarf2/dw2-const.exp
4026 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4027 * gdb.dwarf2/dw2-cu-size.exp
4028 * gdb.dwarf2/dw2-dup-frame.exp
4029 * gdb.dwarf2/dw2-entry-value.exp
4030 * gdb.dwarf2/dw2-icycle.exp
4031 * gdb.dwarf2/dw2-ifort-parameter.exp
4032 * gdb.dwarf2/dw2-inline-break.exp
4033 * gdb.dwarf2/dw2-inline-param.exp
4034 * gdb.dwarf2/dw2-intercu.exp
4035 * gdb.dwarf2/dw2-intermix.exp
4036 * gdb.dwarf2/dw2-lexical-block-bare.exp
4037 * gdb.dwarf2/dw2-linkage-name-trust.exp
4038 * gdb.dwarf2/dw2-minsym-in-cu.exp
4039 * gdb.dwarf2/dw2-noloc.exp
4040 * gdb.dwarf2/dw2-op-call.exp
4041 * gdb.dwarf2/dw2-op-out-param.exp
4042 * gdb.dwarf2/dw2-opt-structptr.exp
4043 * gdb.dwarf2/dw2-param-error.exp
4044 * gdb.dwarf2/dw2-producer.exp
4045 * gdb.dwarf2/dw2-ranges-base.exp
4046 * gdb.dwarf2/dw2-ref-missing-frame.exp
4047 * gdb.dwarf2/dw2-reg-undefined.exp
4048 * gdb.dwarf2/dw2-regno-invalid.exp
4049 * gdb.dwarf2/dw2-restore.exp
4050 * gdb.dwarf2/dw2-restrict.exp
4051 * gdb.dwarf2/dw2-single-line-discriminators.exp
4052 * gdb.dwarf2/dw2-strp.exp
4053 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4054 * gdb.dwarf2/dw2-unresolved.exp
4055 * gdb.dwarf2/dw2-var-zero-addr.exp
4056 * gdb.dwarf2/dw4-sig-types.exp
4057 * gdb.dwarf2/dwz.exp
4058 * gdb.dwarf2/dynarr-ptr.exp
4059 * gdb.dwarf2/enum-type.exp
4060 * gdb.dwarf2/gdb-index.exp
4061 * gdb.dwarf2/implptr-64bit.exp
4062 * gdb.dwarf2/implptr-optimized-out.exp
4063 * gdb.dwarf2/implptr.exp
4064 * gdb.dwarf2/implref-array.exp
4065 * gdb.dwarf2/implref-const.exp
4066 * gdb.dwarf2/implref-global.exp
4067 * gdb.dwarf2/implref-struct.exp
4068 * gdb.dwarf2/mac-fileno.exp
4069 * gdb.dwarf2/main-subprogram.exp
4070 * gdb.dwarf2/member-ptr-forwardref.exp
4071 * gdb.dwarf2/method-ptr.exp
4072 * gdb.dwarf2/missing-sig-type.exp
4073 * gdb.dwarf2/nonvar-access.exp
4074 * gdb.dwarf2/opaque-type-lookup.exp
4075 * gdb.dwarf2/pieces-optimized-out.exp
4076 * gdb.dwarf2/pieces.exp
4077 * gdb.dwarf2/pr10770.exp
4078 * gdb.dwarf2/pr13961.exp
4079 * gdb.dwarf2/staticvirtual.exp
4080 * gdb.dwarf2/subrange.exp
4081 * gdb.dwarf2/symtab-producer.exp
4082 * gdb.dwarf2/trace-crash.exp
4083 * gdb.dwarf2/typeddwarf.exp
4084 * gdb.dwarf2/valop.exp
4085 * gdb.dwarf2/watch-notconst.exp
4086 * gdb.fortran/array-element.exp
4087 * gdb.fortran/charset.exp
4088 * gdb.fortran/common-block.exp
4089 * gdb.fortran/complex.exp
4090 * gdb.fortran/derived-type-function.exp
4091 * gdb.fortran/derived-type.exp
4092 * gdb.fortran/logical.exp
4093 * gdb.fortran/module.exp
4094 * gdb.fortran/multi-dim.exp
4095 * gdb.fortran/nested-funcs.exp
4096 * gdb.fortran/print-formatted.exp
4097 * gdb.fortran/subarray.exp
4098 * gdb.fortran/vla-alloc-assoc.exp
4099 * gdb.fortran/vla-datatypes.exp
4100 * gdb.fortran/vla-history.exp
4101 * gdb.fortran/vla-ptr-info.exp
4102 * gdb.fortran/vla-ptype-sub.exp
4103 * gdb.fortran/vla-ptype.exp
4104 * gdb.fortran/vla-sizeof.exp
4105 * gdb.fortran/vla-type.exp
4106 * gdb.fortran/vla-value-sub-arbitrary.exp
4107 * gdb.fortran/vla-value-sub-finish.exp
4108 * gdb.fortran/vla-value-sub.exp
4109 * gdb.fortran/vla-value.exp
4110 * gdb.fortran/whatis_type.exp
4111 * gdb.go/chan.exp
4112 * gdb.go/handcall.exp
4113 * gdb.go/hello.exp
4114 * gdb.go/integers.exp
4115 * gdb.go/methods.exp
4116 * gdb.go/package.exp
4117 * gdb.go/strings.exp
4118 * gdb.go/types.exp
4119 * gdb.go/unsafe.exp
4120 * gdb.guile/scm-arch.exp
4121 * gdb.guile/scm-block.exp
4122 * gdb.guile/scm-breakpoint.exp
4123 * gdb.guile/scm-cmd.exp
4124 * gdb.guile/scm-disasm.exp
4125 * gdb.guile/scm-equal.exp
4126 * gdb.guile/scm-frame-args.exp
4127 * gdb.guile/scm-frame-inline.exp
4128 * gdb.guile/scm-frame.exp
4129 * gdb.guile/scm-iterator.exp
4130 * gdb.guile/scm-math.exp
4131 * gdb.guile/scm-objfile.exp
4132 * gdb.guile/scm-ports.exp
4133 * gdb.guile/scm-symbol.exp
4134 * gdb.guile/scm-symtab.exp
4135 * gdb.guile/scm-value-cc.exp
4136 * gdb.guile/types-module.exp
4137 * gdb.linespec/break-ask.exp
4138 * gdb.linespec/cpexplicit.exp
4139 * gdb.linespec/explicit.exp
4140 * gdb.linespec/keywords.exp
4141 * gdb.linespec/linespec.exp
4142 * gdb.linespec/ls-dollar.exp
4143 * gdb.linespec/ls-errs.exp
4144 * gdb.linespec/skip-two.exp
4145 * gdb.linespec/thread.exp
4146 * gdb.mi/mi-async.exp
4147 * gdb.mi/mi-basics.exp
4148 * gdb.mi/mi-break.exp
4149 * gdb.mi/mi-catch-load.exp
4150 * gdb.mi/mi-cli.exp
4151 * gdb.mi/mi-cmd-param-changed.exp
4152 * gdb.mi/mi-console.exp
4153 * gdb.mi/mi-detach.exp
4154 * gdb.mi/mi-disassemble.exp
4155 * gdb.mi/mi-eval.exp
4156 * gdb.mi/mi-file-transfer.exp
4157 * gdb.mi/mi-file.exp
4158 * gdb.mi/mi-fill-memory.exp
4159 * gdb.mi/mi-inheritance-syntax-error.exp
4160 * gdb.mi/mi-linespec-err-cp.exp
4161 * gdb.mi/mi-logging.exp
4162 * gdb.mi/mi-memory-changed.exp
4163 * gdb.mi/mi-read-memory.exp
4164 * gdb.mi/mi-record-changed.exp
4165 * gdb.mi/mi-reg-undefined.exp
4166 * gdb.mi/mi-regs.exp
4167 * gdb.mi/mi-return.exp
4168 * gdb.mi/mi-reverse.exp
4169 * gdb.mi/mi-simplerun.exp
4170 * gdb.mi/mi-solib.exp
4171 * gdb.mi/mi-stack.exp
4172 * gdb.mi/mi-stepi.exp
4173 * gdb.mi/mi-syn-frame.exp
4174 * gdb.mi/mi-until.exp
4175 * gdb.mi/mi-var-block.exp
4176 * gdb.mi/mi-var-child.exp
4177 * gdb.mi/mi-var-cmd.exp
4178 * gdb.mi/mi-var-cp.exp
4179 * gdb.mi/mi-var-display.exp
4180 * gdb.mi/mi-var-invalidate.exp
4181 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4182 * gdb.mi/mi-vla-fortran.exp
4183 * gdb.mi/mi-watch.exp
4184 * gdb.mi/mi2-var-child.exp
4185 * gdb.mi/user-selected-context-sync.exp
4186 * gdb.modula2/unbounded-array.exp
4187 * gdb.multi/dummy-frame-restore.exp
4188 * gdb.multi/multi-arch-exec.exp
4189 * gdb.multi/multi-arch.exp
4190 * gdb.multi/tids.exp
4191 * gdb.multi/watchpoint-multi.exp
4192 * gdb.opencl/callfuncs.exp
4193 * gdb.opencl/convs_casts.exp
4194 * gdb.opencl/datatypes.exp
4195 * gdb.opencl/operators.exp
4196 * gdb.opencl/vec_comps.exp
4197 * gdb.opt/clobbered-registers-O2.exp
4198 * gdb.opt/inline-break.exp
4199 * gdb.opt/inline-bt.exp
4200 * gdb.opt/inline-cmds.exp
4201 * gdb.opt/inline-locals.exp
4202 * gdb.pascal/case-insensitive-symbols.exp
4203 * gdb.pascal/floats.exp
4204 * gdb.pascal/gdb11492.exp
4205 * gdb.python/lib-types.exp
4206 * gdb.python/py-arch.exp
4207 * gdb.python/py-as-string.exp
4208 * gdb.python/py-bad-printers.exp
4209 * gdb.python/py-block.exp
4210 * gdb.python/py-breakpoint-create-fail.exp
4211 * gdb.python/py-breakpoint.exp
4212 * gdb.python/py-caller-is.exp
4213 * gdb.python/py-cmd.exp
4214 * gdb.python/py-explore-cc.exp
4215 * gdb.python/py-explore.exp
4216 * gdb.python/py-finish-breakpoint.exp
4217 * gdb.python/py-finish-breakpoint2.exp
4218 * gdb.python/py-frame-args.exp
4219 * gdb.python/py-frame-inline.exp
4220 * gdb.python/py-frame.exp
4221 * gdb.python/py-framefilter-mi.exp
4222 * gdb.python/py-infthread.exp
4223 * gdb.python/py-lazy-string.exp
4224 * gdb.python/py-linetable.exp
4225 * gdb.python/py-mi-events.exp
4226 * gdb.python/py-mi-objfile.exp
4227 * gdb.python/py-mi.exp
4228 * gdb.python/py-objfile.exp
4229 * gdb.python/py-pp-integral.exp
4230 * gdb.python/py-pp-maint.exp
4231 * gdb.python/py-pp-re-notag.exp
4232 * gdb.python/py-pp-registration.exp
4233 * gdb.python/py-recurse-unwind.exp
4234 * gdb.python/py-strfns.exp
4235 * gdb.python/py-symbol.exp
4236 * gdb.python/py-symtab.exp
4237 * gdb.python/py-sync-interp.exp
4238 * gdb.python/py-typeprint.exp
4239 * gdb.python/py-unwind-maint.exp
4240 * gdb.python/py-unwind.exp
4241 * gdb.python/py-value-cc.exp
4242 * gdb.python/py-xmethods.exp
4243 * gdb.reverse/amd64-tailcall-reverse.exp
4244 * gdb.reverse/break-precsave.exp
4245 * gdb.reverse/break-reverse.exp
4246 * gdb.reverse/consecutive-precsave.exp
4247 * gdb.reverse/consecutive-reverse.exp
4248 * gdb.reverse/finish-precsave.exp
4249 * gdb.reverse/finish-reverse-bkpt.exp
4250 * gdb.reverse/finish-reverse.exp
4251 * gdb.reverse/fstatat-reverse.exp
4252 * gdb.reverse/getresuid-reverse.exp
4253 * gdb.reverse/i386-precsave.exp
4254 * gdb.reverse/i386-reverse.exp
4255 * gdb.reverse/i386-sse-reverse.exp
4256 * gdb.reverse/i387-env-reverse.exp
4257 * gdb.reverse/i387-stack-reverse.exp
4258 * gdb.reverse/insn-reverse.exp
4259 * gdb.reverse/machinestate-precsave.exp
4260 * gdb.reverse/machinestate.exp
4261 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4262 * gdb.reverse/pipe-reverse.exp
4263 * gdb.reverse/readv-reverse.exp
4264 * gdb.reverse/recvmsg-reverse.exp
4265 * gdb.reverse/rerun-prec.exp
4266 * gdb.reverse/s390-mvcle.exp
4267 * gdb.reverse/step-precsave.exp
4268 * gdb.reverse/step-reverse.exp
4269 * gdb.reverse/time-reverse.exp
4270 * gdb.reverse/until-precsave.exp
4271 * gdb.reverse/until-reverse.exp
4272 * gdb.reverse/waitpid-reverse.exp
4273 * gdb.reverse/watch-precsave.exp
4274 * gdb.reverse/watch-reverse.exp
4275 * gdb.rust/generics.exp
4276 * gdb.rust/methods.exp
4277 * gdb.rust/modules.exp
4278 * gdb.rust/simple.exp
4279 * gdb.server/connect-with-no-symbol-file.exp
4280 * gdb.server/ext-attach.exp
4281 * gdb.server/ext-restart.exp
4282 * gdb.server/ext-wrapper.exp
4283 * gdb.server/file-transfer.exp
4284 * gdb.server/server-exec-info.exp
4285 * gdb.server/server-kill.exp
4286 * gdb.server/server-mon.exp
4287 * gdb.server/wrapper.exp
4288 * gdb.stabs/exclfwd.exp
4289 * gdb.stabs/gdb11479.exp
4290 * gdb.threads/clone-new-thread-event.exp
4291 * gdb.threads/corethreads.exp
4292 * gdb.threads/current-lwp-dead.exp
4293 * gdb.threads/dlopen-libpthread.exp
4294 * gdb.threads/gcore-thread.exp
4295 * gdb.threads/sigstep-threads.exp
4296 * gdb.threads/watchpoint-fork.exp
4297 * gdb.trace/actions-changed.exp
4298 * gdb.trace/backtrace.exp
4299 * gdb.trace/change-loc.exp
4300 * gdb.trace/circ.exp
4301 * gdb.trace/collection.exp
4302 * gdb.trace/disconnected-tracing.exp
4303 * gdb.trace/ftrace.exp
4304 * gdb.trace/mi-trace-frame-collected.exp
4305 * gdb.trace/mi-trace-unavailable.exp
4306 * gdb.trace/mi-traceframe-changed.exp
4307 * gdb.trace/mi-tsv-changed.exp
4308 * gdb.trace/no-attach-trace.exp
4309 * gdb.trace/passc-dyn.exp
4310 * gdb.trace/qtro.exp
4311 * gdb.trace/range-stepping.exp
4312 * gdb.trace/read-memory.exp
4313 * gdb.trace/save-trace.exp
4314 * gdb.trace/signal.exp
4315 * gdb.trace/status-stop.exp
4316 * gdb.trace/tfile.exp
4317 * gdb.trace/trace-break.exp
4318 * gdb.trace/trace-buffer-size.exp
4319 * gdb.trace/trace-condition.exp
4320 * gdb.trace/tracefile-pseudo-reg.exp
4321 * gdb.trace/tstatus.exp
4322 * gdb.trace/unavailable.exp
4323 * gdb.trace/while-dyn.exp
4324 * gdb.trace/while-stepping.exp
4325
4326 2016-12-22 Doug Evans <xdje42@gmail.com>
4327
4328 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4329 and msymbols.
4330
4331 2016-12-19 Yao Qi <yao.qi@linaro.org>
4332
4333 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4334 (test_with_self): Don't call do_steps_and_nexts, and remove
4335 code about stepping into xmalloc.
4336
4337 2016-12-09 Yao Qi <yao.qi@linaro.org>
4338
4339 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4340
4341 2016-12-09 Yao Qi <yao.qi@linaro.org>
4342
4343 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4344
4345 2016-12-09 Pedro Alves <palves@redhat.com>
4346
4347 * gdb.base/all-architectures-0.exp: New file.
4348 * gdb.base/all-architectures-1.exp: New file.
4349 * gdb.base/all-architectures-2.exp: New file.
4350 * gdb.base/all-architectures-3.exp: New file.
4351 * gdb.base/all-architectures-4.exp: New file.
4352 * gdb.base/all-architectures-5.exp: New file.
4353 * gdb.base/all-architectures-6.exp: New file.
4354 * gdb.base/all-architectures-7.exp: New file.
4355 * gdb.base/all-architectures.exp.in: New file.
4356
4357 2016-12-09 Yao Qi <yao.qi@linaro.org>
4358
4359 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4360
4361 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4362
4363 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4364 possible.
4365 Remove useless pattern-matching code.
4366
4367 2016-12-02 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4370 procedure.
4371 (top level): Call it.
4372
4373 2016-12-02 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4376 New procedure.
4377 (top level): Call it.
4378
4379 2016-12-02 Pedro Alves <palves@redhat.com>
4380
4381 PR cli/20559
4382 * gdb.base/commands.exp (user_defined_command_args_eval): New
4383 procedure.
4384 (top level): Call it.
4385
4386 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4387
4388 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4389 timeout handling.
4390
4391 2016-12-02 Tom Tromey <tom@tromey.com>
4392
4393 * gdb.dwarf2/main-subprogram.c: New file.
4394 * gdb.dwarf2/main-subprogram.exp: New file.
4395
4396 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4397
4398 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4399 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4400 gdb_test_no_output for a couple of cases.
4401 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4402
4403 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4404
4405 Fix test names and standardize compilation error messages throughout
4406 the following files:
4407
4408 * gdb.ada/start.exp
4409 * gdb.arch/alpha-step.exp
4410 * gdb.arch/e500-prologue.exp
4411 * gdb.arch/ftrace-insn-reloc.exp
4412 * gdb.arch/gdb1291.exp
4413 * gdb.arch/gdb1431.exp
4414 * gdb.arch/gdb1558.exp
4415 * gdb.arch/i386-dr3-watch.exp
4416 * gdb.arch/i386-sse-stack-align.exp
4417 * gdb.arch/ia64-breakpoint-shadow.exp
4418 * gdb.arch/pa-nullify.exp
4419 * gdb.arch/powerpc-aix-prologue.exp
4420 * gdb.arch/thumb-bx-pc.exp
4421 * gdb.base/annota1.exp
4422 * gdb.base/annota3.exp
4423 * gdb.base/arrayidx.exp
4424 * gdb.base/assign.exp
4425 * gdb.base/attach.exp
4426 * gdb.base/auxv.exp
4427 * gdb.base/bang.exp
4428 * gdb.base/bfp-test.exp
4429 * gdb.base/bigcore.exp
4430 * gdb.base/bitfields2.exp
4431 * gdb.base/break-fun-addr.exp
4432 * gdb.base/break-probes.exp
4433 * gdb.base/call-rt-st.exp
4434 * gdb.base/callexit.exp
4435 * gdb.base/catch-fork-kill.exp
4436 * gdb.base/charset.exp
4437 * gdb.base/checkpoint.exp
4438 * gdb.base/comprdebug.exp
4439 * gdb.base/constvars.exp
4440 * gdb.base/coredump-filter.exp
4441 * gdb.base/cursal.exp
4442 * gdb.base/cvexpr.exp
4443 * gdb.base/detach.exp
4444 * gdb.base/display.exp
4445 * gdb.base/dmsym.exp
4446 * gdb.base/dprintf-pending.exp
4447 * gdb.base/dso2dso.exp
4448 * gdb.base/dtrace-probe.exp
4449 * gdb.base/dump.exp
4450 * gdb.base/enum_cond.exp
4451 * gdb.base/exe-lock.exp
4452 * gdb.base/exec-invalid-sysroot.exp
4453 * gdb.base/execl-update-breakpoints.exp
4454 * gdb.base/exprs.exp
4455 * gdb.base/fileio.exp
4456 * gdb.base/find.exp
4457 * gdb.base/finish.exp
4458 * gdb.base/fixsection.exp
4459 * gdb.base/foll-vfork.exp
4460 * gdb.base/frame-args.exp
4461 * gdb.base/gcore.exp
4462 * gdb.base/gdb1250.exp
4463 * gdb.base/global-var-nested-by-dso.exp
4464 * gdb.base/gnu-ifunc.exp
4465 * gdb.base/hashline1.exp
4466 * gdb.base/hashline2.exp
4467 * gdb.base/hashline3.exp
4468 * gdb.base/hbreak-in-shr-unsupported.exp
4469 * gdb.base/huge.exp
4470 * gdb.base/infcall-input.exp
4471 * gdb.base/info-fun.exp
4472 * gdb.base/info-shared.exp
4473 * gdb.base/jit-simple.exp
4474 * gdb.base/jit-so.exp
4475 * gdb.base/jit.exp
4476 * gdb.base/jump.exp
4477 * gdb.base/label.exp
4478 * gdb.base/lineinc.exp
4479 * gdb.base/logical.exp
4480 * gdb.base/longjmp.exp
4481 * gdb.base/macscp.exp
4482 * gdb.base/miscexprs.exp
4483 * gdb.base/new-ui-echo.exp
4484 * gdb.base/new-ui-pending-input.exp
4485 * gdb.base/new-ui.exp
4486 * gdb.base/nodebug.exp
4487 * gdb.base/nofield.exp
4488 * gdb.base/offsets.exp
4489 * gdb.base/overlays.exp
4490 * gdb.base/pending.exp
4491 * gdb.base/pointers.exp
4492 * gdb.base/pr11022.exp
4493 * gdb.base/printcmds.exp
4494 * gdb.base/prologue.exp
4495 * gdb.base/ptr-typedef.exp
4496 * gdb.base/realname-expand.exp
4497 * gdb.base/relativedebug.exp
4498 * gdb.base/relocate.exp
4499 * gdb.base/remote.exp
4500 * gdb.base/reread.exp
4501 * gdb.base/return2.exp
4502 * gdb.base/savedregs.exp
4503 * gdb.base/sep.exp
4504 * gdb.base/sepdebug.exp
4505 * gdb.base/sepsymtab.exp
4506 * gdb.base/set-inferior-tty.exp
4507 * gdb.base/setshow.exp
4508 * gdb.base/shlib-call.exp
4509 * gdb.base/sigaltstack.exp
4510 * gdb.base/siginfo-addr.exp
4511 * gdb.base/signals.exp
4512 * gdb.base/signull.exp
4513 * gdb.base/sigrepeat.exp
4514 * gdb.base/so-impl-ld.exp
4515 * gdb.base/solib-display.exp
4516 * gdb.base/solib-overlap.exp
4517 * gdb.base/solib-search.exp
4518 * gdb.base/solib-symbol.exp
4519 * gdb.base/structs.exp
4520 * gdb.base/structs2.exp
4521 * gdb.base/symtab-search-order.exp
4522 * gdb.base/twice.exp
4523 * gdb.base/unload.exp
4524 * gdb.base/varargs.exp
4525 * gdb.base/watchpoint-solib.exp
4526 * gdb.base/watchpoint.exp
4527 * gdb.base/whatis.exp
4528 * gdb.base/wrong_frame_bt_full.exp
4529 * gdb.btrace/dlopen.exp
4530 * gdb.cell/ea-standalone.exp
4531 * gdb.cell/ea-test.exp
4532 * gdb.cp/dispcxx.exp
4533 * gdb.cp/gdb2384.exp
4534 * gdb.cp/method2.exp
4535 * gdb.cp/nextoverthrow.exp
4536 * gdb.cp/pr10728.exp
4537 * gdb.disasm/am33.exp
4538 * gdb.disasm/h8300s.exp
4539 * gdb.disasm/mn10300.exp
4540 * gdb.disasm/sh3.exp
4541 * gdb.dwarf2/dw2-dir-file-name.exp
4542 * gdb.fortran/complex.exp
4543 * gdb.fortran/library-module.exp
4544 * gdb.guile/scm-pretty-print.exp
4545 * gdb.guile/scm-symbol.exp
4546 * gdb.guile/scm-type.exp
4547 * gdb.guile/scm-value.exp
4548 * gdb.linespec/linespec.exp
4549 * gdb.mi/gdb701.exp
4550 * gdb.mi/gdb792.exp
4551 * gdb.mi/mi-breakpoint-changed.exp
4552 * gdb.mi/mi-dprintf-pending.exp
4553 * gdb.mi/mi-dprintf.exp
4554 * gdb.mi/mi-exit-code.exp
4555 * gdb.mi/mi-pending.exp
4556 * gdb.mi/mi-solib.exp
4557 * gdb.mi/new-ui-mi-sync.exp
4558 * gdb.mi/pr11022.exp
4559 * gdb.mi/user-selected-context-sync.exp
4560 * gdb.opt/solib-intra-step.exp
4561 * gdb.python/py-events.exp
4562 * gdb.python/py-finish-breakpoint.exp
4563 * gdb.python/py-mi.exp
4564 * gdb.python/py-prettyprint.exp
4565 * gdb.python/py-shared.exp
4566 * gdb.python/py-symbol.exp
4567 * gdb.python/py-template.exp
4568 * gdb.python/py-type.exp
4569 * gdb.python/py-value.exp
4570 * gdb.reverse/solib-precsave.exp
4571 * gdb.reverse/solib-reverse.exp
4572 * gdb.server/solib-list.exp
4573 * gdb.stabs/weird.exp
4574 * gdb.threads/reconnect-signal.exp
4575 * gdb.threads/stepi-random-signal.exp
4576 * gdb.trace/actions.exp
4577 * gdb.trace/ax.exp
4578 * gdb.trace/backtrace.exp
4579 * gdb.trace/change-loc.exp
4580 * gdb.trace/deltrace.exp
4581 * gdb.trace/ftrace-lock.exp
4582 * gdb.trace/ftrace.exp
4583 * gdb.trace/infotrace.exp
4584 * gdb.trace/mi-tracepoint-changed.exp
4585 * gdb.trace/packetlen.exp
4586 * gdb.trace/passcount.exp
4587 * gdb.trace/pending.exp
4588 * gdb.trace/range-stepping.exp
4589 * gdb.trace/report.exp
4590 * gdb.trace/stap-trace.exp
4591 * gdb.trace/tfind.exp
4592 * gdb.trace/trace-break.exp
4593 * gdb.trace/trace-condition.exp
4594 * gdb.trace/trace-enable-disable.exp
4595 * gdb.trace/trace-mt.exp
4596 * gdb.trace/tracecmd.exp
4597 * gdb.trace/tspeed.exp
4598 * gdb.trace/tsv.exp
4599 * lib/perftest.exp
4600
4601 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4602
4603 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4604 with gdb_test_no_output.
4605 Use command as test name.
4606
4607 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4608
4609 Fix test names starting with uppercase throughout the files.
4610
4611 * gdb.ada/assign_1.exp
4612 * gdb.ada/boolean_expr.exp
4613 * gdb.base/arrayidx.exp
4614 * gdb.base/del.exp
4615 * gdb.base/gcore-buffer-overflow.exp
4616 * gdb.base/testenv.exp
4617 * gdb.compile/compile.exp
4618 * gdb.python/py-framefilter-invalidarg.exp
4619 * gdb.python/py-framefilter.exp
4620
4621 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4622
4623 Fix test names starting with uppercase throughout the files.
4624
4625 * gdb.ada/array_return.exp
4626 * gdb.ada/expr_delims.exp
4627 * gdb.ada/mi_dyn_arr.exp
4628 * gdb.ada/mi_interface.exp
4629 * gdb.ada/mi_var_array.exp
4630 * gdb.ada/watch_arg.exp
4631 * gdb.arch/alpha-step.exp
4632 * gdb.arch/altivec-regs.exp
4633 * gdb.arch/e500-regs.exp
4634 * gdb.arch/powerpc-d128-regs.exp
4635 * gdb.base/arrayidx.exp
4636 * gdb.base/break.exp
4637 * gdb.base/checkpoint.exp
4638 * gdb.base/debug-expr.exp
4639 * gdb.base/dmsym.exp
4640 * gdb.base/radix.exp
4641 * gdb.base/sepdebug.exp
4642 * gdb.base/testenv.exp
4643 * gdb.base/watch_thread_num.exp
4644 * gdb.base/watchpoint-cond-gone.exp
4645 * gdb.cell/break.exp
4646 * gdb.cell/ea-cache.exp
4647 * gdb.compile/compile.exp
4648 * gdb.cp/gdb2495.exp
4649 * gdb.gdb/selftest.exp
4650 * gdb.gdb/xfullpath.exp
4651 * gdb.go/hello.exp
4652 * gdb.go/integers.exp
4653 * gdb.objc/basicclass.exp
4654 * gdb.pascal/hello.exp
4655 * gdb.pascal/integers.exp
4656 * gdb.python/py-breakpoint.exp
4657 * gdb.python/py-cmd.exp
4658 * gdb.python/py-linetable.exp
4659 * gdb.python/py-xmethods.exp
4660 * gdb.python/python.exp
4661 * gdb.reverse/consecutive-precsave.exp
4662 * gdb.reverse/finish-precsave.exp
4663 * gdb.reverse/i386-precsave.exp
4664 * gdb.reverse/machinestate-precsave.exp
4665 * gdb.reverse/sigall-precsave.exp
4666 * gdb.reverse/solib-precsave.exp
4667 * gdb.reverse/step-precsave.exp
4668 * gdb.reverse/until-precsave.exp
4669 * gdb.reverse/watch-precsave.exp
4670 * gdb.threads/leader-exit.exp
4671 * gdb.threads/pthreads.exp
4672 * gdb.threads/wp-replication.exp
4673 * gdb.trace/actions.exp
4674 * gdb.trace/mi-tsv-changed.exp
4675 * gdb.trace/tsv.exp
4676
4677 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4678
4679 Fix test names starting with uppercase throughout the files.
4680
4681 * gdb.arch/i386-bp_permanent.exp
4682 * gdb.arch/i386-gnu-cfi.exp
4683 * gdb.base/disasm-end-cu.exp
4684 * gdb.base/macscp.exp
4685 * gdb.base/pending.exp
4686 * gdb.base/watch_thread_num.exp
4687 * gdb.cp/exception.exp
4688 * gdb.cp/gdb2495.exp
4689 * gdb.cp/local.exp
4690 * gdb.python/py-evsignal.exp
4691 * gdb.python/python.exp
4692 * gdb.trace/tracecmd.exp
4693
4694 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4695
4696 Fix test names starting with uppercase throughout the files.
4697
4698 * gdb.base/charset.exp
4699 * gdb.base/eval.exp
4700 * gdb.base/multi-forks.exp
4701 * gdb.guile/scm-progspace.exp
4702 * gdb.opencl/datatypes.exp
4703 * gdb.python/py-block.exp
4704 * gdb.python/py-function.exp
4705 * gdb.python/py-symbol.exp
4706 * gdb.python/py-symtab.exp
4707 * gdb.python/py-xmethods.exp
4708 * gdb.reverse/break-precsave.exp
4709 * gdb.reverse/break-reverse.exp
4710 * gdb.reverse/consecutive-precsave.exp
4711 * gdb.reverse/consecutive-reverse.exp
4712 * gdb.reverse/finish-precsave.exp
4713 * gdb.reverse/finish-reverse-bkpt.exp
4714 * gdb.reverse/finish-reverse.exp
4715 * gdb.reverse/fstatat-reverse.exp
4716 * gdb.reverse/getresuid-reverse.exp
4717 * gdb.reverse/i386-precsave.exp
4718 * gdb.reverse/i386-reverse.exp
4719 * gdb.reverse/i386-sse-reverse.exp
4720 * gdb.reverse/i387-stack-reverse.exp
4721 * gdb.reverse/insn-reverse.exp
4722 * gdb.reverse/machinestate-precsave.exp
4723 * gdb.reverse/machinestate.exp
4724 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4725 * gdb.reverse/pipe-reverse.exp
4726 * gdb.reverse/readv-reverse.exp
4727 * gdb.reverse/recvmsg-reverse.exp
4728 * gdb.reverse/rerun-prec.exp
4729 * gdb.reverse/s390-mvcle.exp
4730 * gdb.reverse/sigall-precsave.exp
4731 * gdb.reverse/sigall-reverse.exp
4732 * gdb.reverse/solib-precsave.exp
4733 * gdb.reverse/solib-reverse.exp
4734 * gdb.reverse/step-precsave.exp
4735 * gdb.reverse/step-reverse.exp
4736 * gdb.reverse/time-reverse.exp
4737 * gdb.reverse/until-precsave.exp
4738 * gdb.reverse/until-reverse.exp
4739 * gdb.reverse/waitpid-reverse.exp
4740 * gdb.reverse/watch-precsave.exp
4741 * gdb.reverse/watch-reverse.exp
4742
4743 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4744
4745 Fix test names starting with uppercase throughout the files.
4746
4747 * gdb.arch/i386-mpx-simple_segv.exp
4748 * gdb.arch/i386-mpx.exp
4749 * gdb.arch/i386-permbkpt.exp
4750 * gdb.arch/pa-nullify.exp
4751 * gdb.arch/powerpc-d128-regs.exp
4752 * gdb.arch/vsx-regs.exp
4753 * gdb.base/bfp-test.exp
4754 * gdb.base/break.exp
4755 * gdb.base/breakpoint-shadow.exp
4756 * gdb.base/callfuncs.exp
4757 * gdb.base/charset.exp
4758 * gdb.base/commands.exp
4759 * gdb.base/completion.exp
4760 * gdb.base/dfp-test.exp
4761 * gdb.base/echo.exp
4762 * gdb.base/ending-run.exp
4763 * gdb.base/eval.exp
4764 * gdb.base/expand-psymtabs.exp
4765 * gdb.base/float128.exp
4766 * gdb.base/floatn.exp
4767 * gdb.base/foll-exec-mode.exp
4768 * gdb.base/gdb1056.exp
4769 * gdb.base/gdb11531.exp
4770 * gdb.base/kill-after-signal.exp
4771 * gdb.base/multi-forks.exp
4772 * gdb.base/overlays.exp
4773 * gdb.base/pending.exp
4774 * gdb.base/sepdebug.exp
4775 * gdb.base/testenv.exp
4776 * gdb.base/valgrind-db-attach.exp
4777 * gdb.base/watch_thread_num.exp
4778 * gdb.base/watchpoint-cond-gone.exp
4779 * gdb.base/watchpoint.exp
4780 * gdb.base/watchpoints.exp
4781 * gdb.cp/arg-reference.exp
4782 * gdb.cp/baseenum.exp
4783 * gdb.cp/operator.exp
4784 * gdb.cp/shadow.exp
4785 * gdb.dwarf2/dw2-op-out-param.exp
4786 * gdb.dwarf2/dw2-reg-undefined.exp
4787 * gdb.go/chan.exp
4788 * gdb.go/hello.exp
4789 * gdb.go/integers.exp
4790 * gdb.go/methods.exp
4791 * gdb.go/package.exp
4792 * gdb.guile/scm-parameter.exp
4793 * gdb.guile/scm-progspace.exp
4794 * gdb.guile/scm-value.exp
4795 * gdb.mi/mi-pending.exp
4796 * gdb.mi/user-selected-context-sync.exp
4797 * gdb.multi/multi-attach.exp
4798 * gdb.multi/tids.exp
4799 * gdb.opt/clobbered-registers-O2.exp
4800 * gdb.pascal/floats.exp
4801 * gdb.pascal/integers.exp
4802 * gdb.python/py-block.exp
4803 * gdb.python/py-events.exp
4804 * gdb.python/py-parameter.exp
4805 * gdb.python/py-symbol.exp
4806 * gdb.python/py-symtab.exp
4807 * gdb.python/py-type.exp
4808 * gdb.python/py-value.exp
4809 * gdb.python/py-xmethods.exp
4810 * gdb.python/python.exp
4811 * gdb.reverse/break-precsave.exp
4812 * gdb.reverse/consecutive-precsave.exp
4813 * gdb.reverse/finish-precsave.exp
4814 * gdb.reverse/i386-precsave.exp
4815 * gdb.reverse/machinestate-precsave.exp
4816 * gdb.reverse/sigall-precsave.exp
4817 * gdb.reverse/solib-precsave.exp
4818 * gdb.reverse/step-precsave.exp
4819 * gdb.reverse/until-precsave.exp
4820 * gdb.reverse/watch-precsave.exp
4821 * gdb.server/ext-attach.exp
4822 * gdb.server/ext-restart.exp
4823 * gdb.server/ext-run.exp
4824 * gdb.server/ext-wrapper.exp
4825 * gdb.stabs/gdb11479.exp
4826 * gdb.stabs/weird.exp
4827 * gdb.threads/attach-many-short-lived-threads.exp
4828 * gdb.threads/kill.exp
4829 * gdb.threads/watchpoint-fork.exp
4830
4831 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4832
4833 Fix test names starting with uppercase throughout all the files below.
4834
4835 * gdb.ada/array_return.exp
4836 * gdb.ada/catch_ex.exp
4837 * gdb.ada/info_exc.exp
4838 * gdb.ada/mi_catch_ex.exp
4839 * gdb.ada/mi_dyn_arr.exp
4840 * gdb.ada/mi_ex_cond.exp
4841 * gdb.ada/mi_exc_info.exp
4842 * gdb.ada/mi_interface.exp
4843 * gdb.ada/mi_task_arg.exp
4844 * gdb.ada/mi_task_info.exp
4845 * gdb.ada/mi_var_array.exp
4846 * gdb.arch/alpha-step.exp
4847 * gdb.arch/amd64-disp-step.exp
4848 * gdb.arch/arm-disp-step.exp
4849 * gdb.arch/disp-step-insn-reloc.exp
4850 * gdb.arch/e500-prologue.exp
4851 * gdb.arch/ftrace-insn-reloc.exp
4852 * gdb.arch/gdb1558.exp
4853 * gdb.arch/i386-bp_permanent.exp
4854 * gdb.arch/i386-disp-step.exp
4855 * gdb.arch/i386-float.exp
4856 * gdb.arch/i386-gnu-cfi.exp
4857 * gdb.arch/ia64-breakpoint-shadow.exp
4858 * gdb.arch/mips16-thunks.exp
4859 * gdb.arch/pa-nullify.exp
4860 * gdb.arch/powerpc-aix-prologue.exp
4861 * gdb.arch/powerpc-power.exp
4862 * gdb.arch/ppc-dfp.exp
4863 * gdb.arch/s390-tdbregs.exp
4864 * gdb.arch/spu-info.exp
4865 * gdb.arch/spu-ls.exp
4866 * gdb.arch/thumb-bx-pc.exp
4867 * gdb.base/advance.exp
4868 * gdb.base/annota-input-while-running.exp
4869 * gdb.base/arrayidx.exp
4870 * gdb.base/asmlabel.exp
4871 * gdb.base/async.exp
4872 * gdb.base/attach-wait-input.exp
4873 * gdb.base/auto-connect-native-target.exp
4874 * gdb.base/batch-preserve-term-settings.exp
4875 * gdb.base/bfp-test.exp
4876 * gdb.base/bigcore.exp
4877 * gdb.base/bp-permanent.exp
4878 * gdb.base/break-always.exp
4879 * gdb.base/break-fun-addr.exp
4880 * gdb.base/break-idempotent.exp
4881 * gdb.base/break-main-file-remove-fail.exp
4882 * gdb.base/break-probes.exp
4883 * gdb.base/break-unload-file.exp
4884 * gdb.base/break.exp
4885 * gdb.base/call-ar-st.exp
4886 * gdb.base/call-rt-st.exp
4887 * gdb.base/call-sc.exp
4888 * gdb.base/call-signal-resume.exp
4889 * gdb.base/call-strs.exp
4890 * gdb.base/callexit.exp
4891 * gdb.base/callfuncs.exp
4892 * gdb.base/catch-gdb-caused-signals.exp
4893 * gdb.base/catch-signal-siginfo-cond.exp
4894 * gdb.base/catch-syscall.exp
4895 * gdb.base/compare-sections.exp
4896 * gdb.base/cond-eval-mode.exp
4897 * gdb.base/condbreak-call-false.exp
4898 * gdb.base/consecutive-step-over.exp
4899 * gdb.base/cursal.exp
4900 * gdb.base/disabled-location.exp
4901 * gdb.base/disasm-end-cu.exp
4902 * gdb.base/display.exp
4903 * gdb.base/double-prompt-target-event-error.exp
4904 * gdb.base/dprintf-bp-same-addr.exp
4905 * gdb.base/dprintf-detach.exp
4906 * gdb.base/dprintf-next.exp
4907 * gdb.base/dprintf-non-stop.exp
4908 * gdb.base/dprintf-pending.exp
4909 * gdb.base/dso2dso.exp
4910 * gdb.base/ending-run.exp
4911 * gdb.base/enum_cond.exp
4912 * gdb.base/examine-backward.exp
4913 * gdb.base/exe-lock.exp
4914 * gdb.base/exec-invalid-sysroot.exp
4915 * gdb.base/execl-update-breakpoints.exp
4916 * gdb.base/execution-termios.exp
4917 * gdb.base/fileio.exp
4918 * gdb.base/fixsection.exp
4919 * gdb.base/foll-exec-mode.exp
4920 * gdb.base/foll-exec.exp
4921 * gdb.base/fork-running-state.exp
4922 * gdb.base/frame-args.exp
4923 * gdb.base/fullpath-expand.exp
4924 * gdb.base/func-ptr.exp
4925 * gdb.base/gcore-relro-pie.exp
4926 * gdb.base/gdb1090.exp
4927 * gdb.base/gdb1555.exp
4928 * gdb.base/global-var-nested-by-dso.exp
4929 * gdb.base/gnu-ifunc.exp
4930 * gdb.base/hbreak-in-shr-unsupported.exp
4931 * gdb.base/hbreak-unmapped.exp
4932 * gdb.base/hook-stop.exp
4933 * gdb.base/infcall-input.exp
4934 * gdb.base/info-fun.exp
4935 * gdb.base/info-shared.exp
4936 * gdb.base/interrupt-noterm.exp
4937 * gdb.base/jit-so.exp
4938 * gdb.base/jit.exp
4939 * gdb.base/line-symtabs.exp
4940 * gdb.base/list.exp
4941 * gdb.base/longjmp.exp
4942 * gdb.base/macscp.exp
4943 * gdb.base/max-value-size.exp
4944 * gdb.base/nodebug.exp
4945 * gdb.base/nofield.exp
4946 * gdb.base/overlays.exp
4947 * gdb.base/paginate-after-ctrl-c-running.exp
4948 * gdb.base/paginate-bg-execution.exp
4949 * gdb.base/paginate-inferior-exit.exp
4950 * gdb.base/pending.exp
4951 * gdb.base/pr11022.exp
4952 * gdb.base/printcmds.exp
4953 * gdb.base/ptr-typedef.exp
4954 * gdb.base/ptype.exp
4955 * gdb.base/randomize.exp
4956 * gdb.base/range-stepping.exp
4957 * gdb.base/realname-expand.exp
4958 * gdb.base/relativedebug.exp
4959 * gdb.base/remote.exp
4960 * gdb.base/savedregs.exp
4961 * gdb.base/sepdebug.exp
4962 * gdb.base/set-noassign.exp
4963 * gdb.base/shlib-call.exp
4964 * gdb.base/shreloc.exp
4965 * gdb.base/sigaltstack.exp
4966 * gdb.base/sigbpt.exp
4967 * gdb.base/siginfo-addr.exp
4968 * gdb.base/siginfo-obj.exp
4969 * gdb.base/siginfo-thread.exp
4970 * gdb.base/signest.exp
4971 * gdb.base/signull.exp
4972 * gdb.base/sigrepeat.exp
4973 * gdb.base/skip.exp
4974 * gdb.base/so-impl-ld.exp
4975 * gdb.base/solib-corrupted.exp
4976 * gdb.base/solib-disc.exp
4977 * gdb.base/solib-display.exp
4978 * gdb.base/solib-overlap.exp
4979 * gdb.base/solib-search.exp
4980 * gdb.base/solib-symbol.exp
4981 * gdb.base/source-execution.exp
4982 * gdb.base/sss-bp-on-user-bp-2.exp
4983 * gdb.base/sss-bp-on-user-bp.exp
4984 * gdb.base/stack-checking.exp
4985 * gdb.base/stale-infcall.exp
4986 * gdb.base/step-break.exp
4987 * gdb.base/step-line.exp
4988 * gdb.base/step-over-exit.exp
4989 * gdb.base/step-test.exp
4990 * gdb.base/structs.exp
4991 * gdb.base/sym-file.exp
4992 * gdb.base/symtab-search-order.exp
4993 * gdb.base/term.exp
4994 * gdb.base/type-opaque.exp
4995 * gdb.base/unload.exp
4996 * gdb.base/until-nodebug.exp
4997 * gdb.base/until.exp
4998 * gdb.base/unwindonsignal.exp
4999 * gdb.base/watch-cond.exp
5000 * gdb.base/watch-non-mem.exp
5001 * gdb.base/watch_thread_num.exp
5002 * gdb.base/watchpoint-reuse-slot.exp
5003 * gdb.base/watchpoint-solib.exp
5004 * gdb.base/watchpoint.exp
5005 * gdb.btrace/dlopen.exp
5006 * gdb.cell/arch.exp
5007 * gdb.cell/break.exp
5008 * gdb.cell/bt.exp
5009 * gdb.cell/core.exp
5010 * gdb.cell/data.exp
5011 * gdb.cell/dwarfaddr.exp
5012 * gdb.cell/ea-cache.exp
5013 * gdb.cell/ea-standalone.exp
5014 * gdb.cell/ea-test.exp
5015 * gdb.cell/f-regs.exp
5016 * gdb.cell/fork.exp
5017 * gdb.cell/gcore.exp
5018 * gdb.cell/mem-access.exp
5019 * gdb.cell/ptype.exp
5020 * gdb.cell/registers.exp
5021 * gdb.cell/sizeof.exp
5022 * gdb.cell/solib-symbol.exp
5023 * gdb.cell/solib.exp
5024 * gdb.compile/compile-tls.exp
5025 * gdb.cp/exception.exp
5026 * gdb.cp/gdb2495.exp
5027 * gdb.cp/local.exp
5028 * gdb.cp/mb-inline.exp
5029 * gdb.cp/mb-templates.exp
5030 * gdb.cp/pr10687.exp
5031 * gdb.cp/pr9167.exp
5032 * gdb.cp/scope-err.exp
5033 * gdb.cp/templates.exp
5034 * gdb.cp/virtfunc.exp
5035 * gdb.dwarf2/dw2-dir-file-name.exp
5036 * gdb.dwarf2/dw2-single-line-discriminators.exp
5037 * gdb.fortran/complex.exp
5038 * gdb.fortran/library-module.exp
5039 * gdb.guile/guile.exp
5040 * gdb.guile/scm-cmd.exp
5041 * gdb.guile/scm-frame-inline.exp
5042 * gdb.guile/scm-objfile.exp
5043 * gdb.guile/scm-pretty-print.exp
5044 * gdb.guile/scm-symbol.exp
5045 * gdb.guile/scm-type.exp
5046 * gdb.guile/scm-value.exp
5047 * gdb.linespec/keywords.exp
5048 * gdb.linespec/ls-errs.exp
5049 * gdb.linespec/macro-relative.exp
5050 * gdb.linespec/thread.exp
5051 * gdb.mi/mi-breakpoint-changed.exp
5052 * gdb.mi/mi-dprintf-pending.exp
5053 * gdb.mi/mi-fullname-deleted.exp
5054 * gdb.mi/mi-logging.exp
5055 * gdb.mi/mi-pending.exp
5056 * gdb.mi/mi-solib.exp
5057 * gdb.mi/new-ui-mi-sync.exp
5058 * gdb.mi/user-selected-context-sync.exp
5059 * gdb.multi/dummy-frame-restore.exp
5060 * gdb.multi/multi-arch-exec.exp
5061 * gdb.multi/remove-inferiors.exp
5062 * gdb.multi/watchpoint-multi-exit.exp
5063 * gdb.opt/solib-intra-step.exp
5064 * gdb.perf/backtrace.exp
5065 * gdb.perf/single-step.exp
5066 * gdb.perf/skip-command.exp
5067 * gdb.perf/skip-prologue.exp
5068 * gdb.perf/solib.exp
5069 * gdb.python/lib-types.exp
5070 * gdb.python/py-as-string.exp
5071 * gdb.python/py-bad-printers.exp
5072 * gdb.python/py-block.exp
5073 * gdb.python/py-breakpoint.exp
5074 * gdb.python/py-cmd.exp
5075 * gdb.python/py-events.exp
5076 * gdb.python/py-evthreads.exp
5077 * gdb.python/py-finish-breakpoint.exp
5078 * gdb.python/py-finish-breakpoint2.exp
5079 * gdb.python/py-frame-inline.exp
5080 * gdb.python/py-frame.exp
5081 * gdb.python/py-inferior.exp
5082 * gdb.python/py-infthread.exp
5083 * gdb.python/py-mi.exp
5084 * gdb.python/py-objfile.exp
5085 * gdb.python/py-pp-maint.exp
5086 * gdb.python/py-pp-registration.exp
5087 * gdb.python/py-prettyprint.exp
5088 * gdb.python/py-recurse-unwind.exp
5089 * gdb.python/py-shared.exp
5090 * gdb.python/py-symbol.exp
5091 * gdb.python/py-symtab.exp
5092 * gdb.python/py-template.exp
5093 * gdb.python/py-type.exp
5094 * gdb.python/py-unwind-maint.exp
5095 * gdb.python/py-unwind.exp
5096 * gdb.python/py-value.exp
5097 * gdb.python/python.exp
5098 * gdb.reverse/finish-reverse-bkpt.exp
5099 * gdb.reverse/insn-reverse.exp
5100 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5101 * gdb.reverse/solib-precsave.exp
5102 * gdb.reverse/solib-reverse.exp
5103 * gdb.stabs/gdb11479.exp
5104 * gdb.stabs/weird.exp
5105 * gdb.threads/fork-child-threads.exp
5106 * gdb.threads/fork-plus-threads.exp
5107 * gdb.threads/fork-thread-pending.exp
5108 * gdb.threads/forking-threads-plus-breakpoint.exp
5109 * gdb.threads/hand-call-in-threads.exp
5110 * gdb.threads/interrupted-hand-call.exp
5111 * gdb.threads/linux-dp.exp
5112 * gdb.threads/local-watch-wrong-thread.exp
5113 * gdb.threads/next-while-other-thread-longjmps.exp
5114 * gdb.threads/non-ldr-exit.exp
5115 * gdb.threads/pending-step.exp
5116 * gdb.threads/print-threads.exp
5117 * gdb.threads/process-dies-while-detaching.exp
5118 * gdb.threads/process-dies-while-handling-bp.exp
5119 * gdb.threads/pthreads.exp
5120 * gdb.threads/queue-signal.exp
5121 * gdb.threads/reconnect-signal.exp
5122 * gdb.threads/signal-command-handle-nopass.exp
5123 * gdb.threads/signal-command-multiple-signals-pending.exp
5124 * gdb.threads/signal-delivered-right-thread.exp
5125 * gdb.threads/signal-sigtrap.exp
5126 * gdb.threads/sigthread.exp
5127 * gdb.threads/staticthreads.exp
5128 * gdb.threads/stepi-random-signal.exp
5129 * gdb.threads/thread-unwindonsignal.exp
5130 * gdb.threads/thread_check.exp
5131 * gdb.threads/thread_events.exp
5132 * gdb.threads/tid-reuse.exp
5133 * gdb.threads/tls-nodebug.exp
5134 * gdb.threads/tls-shared.exp
5135 * gdb.threads/tls-so_extern.exp
5136 * gdb.threads/tls.exp
5137 * gdb.threads/wp-replication.exp
5138 * gdb.trace/actions-changed.exp
5139 * gdb.trace/actions.exp
5140 * gdb.trace/backtrace.exp
5141 * gdb.trace/change-loc.exp
5142 * gdb.trace/collection.exp
5143 * gdb.trace/deltrace.exp
5144 * gdb.trace/disconnected-tracing.exp
5145 * gdb.trace/entry-values.exp
5146 * gdb.trace/ftrace-lock.exp
5147 * gdb.trace/ftrace.exp
5148 * gdb.trace/infotrace.exp
5149 * gdb.trace/mi-trace-frame-collected.exp
5150 * gdb.trace/mi-trace-unavailable.exp
5151 * gdb.trace/mi-traceframe-changed.exp
5152 * gdb.trace/mi-tracepoint-changed.exp
5153 * gdb.trace/mi-tsv-changed.exp
5154 * gdb.trace/no-attach-trace.exp
5155 * gdb.trace/packetlen.exp
5156 * gdb.trace/passc-dyn.exp
5157 * gdb.trace/passcount.exp
5158 * gdb.trace/pending.exp
5159 * gdb.trace/pr16508.exp
5160 * gdb.trace/qtro.exp
5161 * gdb.trace/range-stepping.exp
5162 * gdb.trace/read-memory.exp
5163 * gdb.trace/report.exp
5164 * gdb.trace/save-trace.exp
5165 * gdb.trace/signal.exp
5166 * gdb.trace/stap-trace.exp
5167 * gdb.trace/status-stop.exp
5168 * gdb.trace/strace.exp
5169 * gdb.trace/tfile.exp
5170 * gdb.trace/tfind.exp
5171 * gdb.trace/trace-break.exp
5172 * gdb.trace/trace-condition.exp
5173 * gdb.trace/trace-enable-disable.exp
5174 * gdb.trace/trace-mt.exp
5175 * gdb.trace/tracecmd.exp
5176 * gdb.trace/tracefile-pseudo-reg.exp
5177 * gdb.trace/tspeed.exp
5178 * gdb.trace/tstatus.exp
5179 * gdb.trace/tsv.exp
5180 * gdb.trace/unavailable.exp
5181 * gdb.trace/while-dyn.exp
5182 * gdb.trace/while-stepping.exp
5183 * lib/gdb-guile.exp
5184 * lib/gdb.exp
5185 * lib/mi-support.exp
5186 * lib/pascal.exp
5187 * lib/perftest.exp
5188 * lib/prelink-support.exp
5189 * lib/selftest-support.exp
5190
5191 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5192
5193 * Makefile.in: Include disable-implicit-rules.mk.
5194
5195 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5196
5197 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5198 non-byte-aligned bit fields.
5199
5200 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5201
5202 PR gdb/12616
5203 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5204 respects the DW_AT_data_bit_offset attribute.
5205
5206 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5207
5208 * gdb.base/default.exp: Fix output of "set language".
5209
5210 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5211
5212 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5213 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5214 make.
5215 * configure.ac: Remove checks for the make program.
5216 * configure: Re-generate.
5217
5218 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5219
5220 * gdb.python/py-recurse-unwind.c (main): Add loop.
5221 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5222 to read_register() and gdb.parse_and_eval(). Make each code
5223 call a separate case that can be individually tested.
5224 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5225 proc. Call cont_and_backtrace for each of the code paths that
5226 we want to test in the unwinder.
5227
5228 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5229
5230 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5231 the definition of struct S.
5232
5233 2016-11-11 Catherine Moore <clm@codesourcery.com>
5234
5235 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5236
5237 2016-11-09 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.base/commands.exp (runto_or_return): New procedure.
5240 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5241 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5242 (progvar_simple_while_test, progvar_complex_if_while_test)
5243 (if_while_breakpoint_command_test)
5244 (infrun_breakpoint_command_test, breakpoint_command_test)
5245 (user_defined_command_test, watchpoint_command_test)
5246 (test_command_prompt_position, redefine_hook_test)
5247 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5248 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5249 multi_line_input and multi_line. Remove gdb_expect and
5250 gdb_stop_suppressing_tests uses.
5251 * lib/gdb.exp (valnum_re): New global.
5252 (multi_line_input): New procedure.
5253
5254 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5255
5256 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5257 Remove.
5258 (test_setup): Define with proc_with_prefix.
5259 (test_cli_inferior): Likewise.
5260 (test_cli_thread): Likewise.
5261 (test_cli_frame): Likewise.
5262 (test_cli_select_frame): Likewise.
5263 (test_cli_up_down): Likewise.
5264 (test_mi_thread_select): Likewise.
5265 (test_mi_stack_select_frame): Likewise.
5266 (test_cli_in_mi_inferior): Likewise.
5267 (test_cli_in_mi_thread): Likewise.
5268 (test_cli_in_mi_frame): Likewise.
5269 (top level): Do not use with_test_prefix_procname.
5270
5271 2016-11-09 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.base/commands.exp (gdbvar_simple_if_test)
5274 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5275 (progvar_simple_if_test, progvar_simple_while_test)
5276 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5277 (infrun_breakpoint_command_test, breakpoint_command_test)
5278 (user_defined_command_test, watchpoint_command_test)
5279 (test_command_prompt_position, deprecated_command_test)
5280 (bp_deleted_in_command, temporary_breakpoint_commands)
5281 (stray_arg0_test, source_file_with_indented_comment)
5282 (recursive_source_test, if_commands_test)
5283 (error_clears_commands_left, redefine_hook_test)
5284 (redefine_backtrace_test): Use proc_with_prefix.
5285 * lib/gdb.exp (proc_with_prefix): New proc.
5286
5287 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5288
5289 * gdb.base/tui-layout.c: New file.
5290 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5291 disassembly window contains very long lines.
5292
5293 2016-11-08 Tom Tromey <tom@tromey.com>
5294
5295 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5296 depend on Python 2.
5297
5298 2016-11-08 Tom Tromey <tom@tromey.com>
5299
5300 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5301 New method.
5302
5303 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5304
5305 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5306
5307 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5308
5309 * gdb.rust/simple.rs: Add test for univariant enums without
5310 discriminants and for encoded struct-like enums.
5311
5312 2016-10-28 Pedro Alves <palves@redhat.com>
5313
5314 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5315 gdb_test_multiple, tighten regexps and match symtabs and line
5316 tables incrementally.
5317
5318 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5319
5320 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5321 general.
5322
5323 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5324
5325 * gdb.base/exec-invalid-sysroot.exp: New file.
5326
5327 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5328
5329 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5330
5331 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5332
5333 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5334
5335 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5336
5337 * gdb.base/killed-outside.exp: Remove $options from a call to
5338 `prepare_for_testing'.
5339
5340 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5341
5342 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5343 Change test message.
5344
5345 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5346
5347 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5348 Update comment.
5349
5350 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5351
5352 * gdb.trace/mi-trace-save.exp: New file.
5353
5354 2016-10-13 Yao Qi <yao.qi@linaro.org>
5355
5356 * gdb.base/code_elim.exp (get_var_address): Remove.
5357 * gdb.base/relocate.exp: Likewise.
5358 * gdb.base/shreloc.exp: Likewise.
5359 * lib/gdb.exp (get_var_address): New.
5360
5361 2016-10-13 Yao Qi <yao.qi@linaro.org>
5362
5363 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5364 floating point tests if $skip_float_test is false.
5365
5366 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5367
5368 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5369 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5370 argc values.
5371 Add 1 to argc so we guarantee distinct initial/modified argc values.
5372
5373 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5374
5375 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5376
5377 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5378
5379 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5380 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5381 * gdb.arch/vsx-regs.exp: Likewise.
5382
5383 2016-10-07 Yao Qi <yao.qi@linaro.org>
5384
5385 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5386
5387 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5388
5389 * gdb.python/python.exp: Test decode_line("*0").
5390
5391 2016-10-06 Doug Evans <dje@google.com>
5392
5393 * gdb.python/py-value.exp (test_value_creation): Add test for large
5394 unsigned 64-bit value.
5395
5396 2016-10-06 Tom Tromey <tom@tromey.com>
5397
5398 * gdb.compile/compile.exp: Change java tests to rust.
5399 * gdb.base/setshow.exp: Change java tests to rust.
5400 * gdb.base/default.exp: Remove java from language list.
5401 * README (Examples): Update language example.
5402 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5403 test.
5404 * lib/gdb.exp (skip_java_tests): Remove.
5405 * lib/java.exp: Remove.
5406 * gdb.java: Remove.
5407
5408 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5409
5410 * gdb.arch/mips-fcr.exp: New test.
5411 * gdb.arch/mips-fcr.c: Source for the new test.
5412
5413 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5414
5415 * gdb.base/solib-disc.exp: Use `standard_output_file'
5416 throughout.
5417
5418 2016-10-06 Pedro Alves <palves@redhat.com>
5419
5420 * gdb.base/jit-simple-dl.c: New file.
5421 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5422 * gdb.base/jit-simple.c: ... this.
5423 * gdb.base/jit-simple.exp (jit_run): Delete.
5424 (build_jit): New proc.
5425 (jit_test_reread): Recompile either the main program or the shared
5426 library, depending on what is being tested. Skip changing address
5427 if caller wants to. Compare before/after addresses. If testing
5428 standalone, explicitly load the binary. Test "maint info
5429 breakpoints".
5430 (top level): Add "standalone vs shared lib" and "change address"
5431 vs "same address" axes.
5432
5433 2016-10-06 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5436 call.
5437 (jit_run): Delete.
5438 (jit_test_reread): Use with_test_prefix. Reload the main binary
5439 explicitly. Compare the before/after addresses of the JIT
5440 descriptor.
5441
5442 2016-08-15 Doug Evans <dje@google.com>
5443
5444 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5445 for single bitfields is bool.
5446 * gdb.xml/tdesc-regs.exp: Ditto.
5447
5448 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5449
5450 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5451
5452 2016-10-05 Yao Qi <yao.qi@linaro.org>
5453
5454 * lib/gdb.exp (support_complex_tests): Return zero if
5455 gdb_skip_float_test return true.
5456
5457 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5458 Simon Marchi <simon.marchi@ericsson.com>
5459
5460 PR gdb/20487
5461 * gdb.mi/user-selected-context-sync.exp: New file.
5462 * gdb.mi/user-selected-context-sync.c: New file.
5463
5464 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5465 Simon Marchi <simon.marchi@ericsson.com>
5466
5467 PR gdb/20487
5468 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5469 =thread-select-event check.
5470
5471 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5472
5473 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5474 the compulsory L operand changes.
5475 * gdb.arch/powerpc-power.s: Likewise.
5476
5477 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5478
5479 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5480 * gdb.base/jit-attach-pie.c: New file.
5481 * gdb.base/jit-attach-pie.exp: New file.
5482
5483 2016-09-28 Pedro Alves <palves@redhat.com>
5484
5485 * gdb.base/infcall-input.c: New file.
5486 * gdb.base/infcall-input.exp: New file.
5487
5488 2016-09-22 Yao Qi <yao.qi@linaro.org>
5489
5490 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5491 (gdb_exit): Rename it to ...
5492 (gdbserver_gdb_exit): ... Close GDBserver.
5493 (gdb_exit): New proc, call gdbserver_gdb_exit.
5494 (mi_gdb_exit): Likewise.
5495
5496 2016-09-22 Yao Qi <yao.qi@linaro.org>
5497
5498 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5499 path.
5500 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5501 Remove duplication.
5502
5503 2016-09-22 Yao Qi <yao.qi@linaro.org>
5504
5505 * lib/gdbserver-support.exp: Check the existence of
5506 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5507
5508 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5509
5510 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5511
5512 2016-09-21 Tom Tromey <tom@tromey.com>
5513
5514 PR gdb/20604:
5515 * gdb.base/quit.exp: New file.
5516
5517 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5518
5519 * .gitignore: New file.
5520
5521 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5522
5523 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5524 throughout.
5525
5526 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5527
5528 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5529
5530 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5531
5532 * gdb.cp/casts.cc (decltype): Move it ...
5533 (main): ... with its call to ...
5534 * gdb.cp/casts03.cc: ... a new file.
5535 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5536
5537 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5538
5539 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5540
5541 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5542
5543 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5544 and sync up the test with tests in gas/testsuite/gas/ppc.
5545 * gdb.arch/powerpc-power.exp: Likewise.
5546
5547 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5548
5549 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5550
5551 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5552 Jan Kratochvil <jan.kratochvil@redhat.com>
5553
5554 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5555 make m1's definition to be different from m2's. Use 'dummy' as an
5556 argument for probe 'two'.
5557
5558 2016-09-10 Jon Beniston <jon@beniston.com>
5559
5560 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5561 for sim target.
5562
5563 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5564
5565 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5566 variable declaration.
5567 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5568 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5569 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5570 received HWCAP as its argument.
5571
5572 2016-09-06 Pedro Alves <palves@redhat.com>
5573
5574 * gdb.base/new-ui-pending-input.c: New file.
5575 * gdb.base/new-ui-pending-input.exp: New file.
5576 * gdb.exp (clear_gdb_spawn_id): New procedure.
5577 (with_spawn_id): Check whether gdb_spawn_id exists before
5578 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5579 on exit.
5580
5581 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5582
5583 * gdb.base/float128.c: New file.
5584 * gdb.base/float128.exp: Likewise.
5585 * gdb.base/floatn.c: Likewise.
5586 * gdb.base/floatn.exp: Likewise.
5587
5588 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5589
5590 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5591
5592 2016-09-05 Pedro Alves <palves@redhat.com>
5593
5594 PR backtrace/19927
5595 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5596 unwinders are immediately called as side effect of "source" or
5597 "disable unwinder" commands.
5598 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5599
5600 2016-09-02 Yao Qi <yao.qi@linaro.org>
5601
5602 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5603 is true and $type is "float" or "double".
5604
5605 2016-09-02 Yao Qi <yao.qi@linaro.org>
5606
5607 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5608 true.
5609 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5610 * gdb.base/call-rt-st.exp: Likewise.
5611 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5612 return value instead of gdb,skip_float_test.
5613 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5614 (do_function_calls): Use its return value instead of
5615 gdb,skip_float_test.
5616 * gdb.base/finish.exp: Likewise.
5617 * gdb.base/funcargs.exp: Likewise.
5618 * gdb.base/return.exp: Likewise.
5619 * gdb.base/return2.exp: Likewise.
5620 * gdb.base/varargs.exp: Likewise.
5621 * lib/gdb.exp (gdb_skip_float_test): Change it to
5622 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5623
5624 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5625
5626 * gdb.multi/tids.exp: Test "thread apply all".
5627
5628 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5629
5630 * gdb.base/default.exp (tty): Remove.
5631
5632 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5633
5634 * gdb.python/py-recurse-unwind.c: New file.
5635 * gdb.python/py-recurse-unwind.py: New file.
5636 * gdb.python/py-recurse-unwind.exp: New file.
5637
5638 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5639
5640 * gdb.base/set-inferior-tty.exp: New file.
5641 * gdb.base/set-inferior-tty.c: New file.
5642
5643 2016-08-23 Pedro Alves <palves@redhat.com>
5644
5645 PR gdb/20494
5646 * gdb.base/new-ui-echo.c: New file.
5647 * gdb.base/new-ui-echo.exp: New file.
5648
5649 2016-08-23 Yao Qi <yao.qi@linaro.org>
5650
5651 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5652 gdbserver_spawn.
5653 * gdb.server/connect-without-multi-process.exp (do_test):
5654 Likewise.
5655
5656 2016-08-23 Yao Qi <yao.qi@linaro.org>
5657
5658 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5659 standalone_txt. Delete gdb_txt and standalone_txt on host
5660 and target. Spawn the binary on target. Copy files from
5661 target to host.
5662
5663 2016-08-22 Pedro Alves <palves@redhat.com>
5664
5665 PR gdb/20505
5666 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5667 with_test_prefix. Factor out bits to ...
5668 (test_no_vdso): ... this new procedure.
5669
5670 2016-08-19 Carl Love <cel@us.ibm.com>
5671
5672 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5673 maintaining separate logic for constructing the output path.
5674 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5675 * gdb.arch/ppc-dfp.exp: Likewise.
5676 * gdb.arch/ppc-fp.exp: Likewise.
5677 * gdb.arch/vsx-regs.exp: Likewise.
5678 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5679 binprefix for generating the additional binary files.
5680
5681 2016-08-19 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.trace/mi-trace-frame-collected.exp
5684 (test_trace_frame_collected): On x32, expect two registers.
5685
5686 2016-08-18 Carl Love <cel@us.ibm.com>
5687
5688 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5689 and sync up the test with tests in gas/testsuite/gas/ppc.
5690 * gdb.arch/powerpc-power.exp: Likewise.
5691
5692 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5693
5694 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5695 expected error message.
5696
5697 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5698
5699 * gdb.multi/remove-inferiors.exp: New file.
5700 * gdb.multi/remove-inferiors.c: New file.
5701
5702 2016-08-12 Yao Qi <yao.qi@linaro.org>
5703
5704 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5705 argument list.
5706
5707 2016-08-10 Pedro Alves <palves@redhat.com>
5708
5709 PR gdb/19187
5710 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5711 setup_kfails.
5712
5713 2016-08-09 Pedro Alves <palves@redhat.com>
5714 Simon Marchi <simon.marchi@ericsson.com>
5715
5716 PR gdb/20418
5717 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5718 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5719
5720 2016-08-09 Pedro Alves <palves@redhat.com>
5721
5722 PR mi/20431
5723 * gdb.mi/mi-cmd-error.exp: New file.
5724
5725 2016-08-09 Pedro Alves <palves@redhat.com>
5726
5727 PR gdb/18653
5728 * gdb.base/signals-state-child.c: New file.
5729 * gdb.base/signals-state-child.exp: New file.
5730 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5731
5732 2016-08-09 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5735
5736 2016-08-03 Tom Tromey <tom@tromey.com>
5737
5738 PR python/18565:
5739 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5740
5741 2016-08-01 Yao Qi <yao.qi@linaro.org>
5742
5743 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5744 variable mode to "multi-process" if $multi_process is 1, otherwise
5745 set it to "single-process".
5746
5747 2016-08-01 Yao Qi <yao.qi@linaro.org>
5748
5749 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5750 * gdb.cp/cpexprs.exp: Likewise.
5751 * gdb.cp/m-static.exp: Likewise.
5752
5753 2016-07-26 Tom Tromey <tom@tromey.com>
5754
5755 PR python/20190:
5756 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5757 test.
5758
5759 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5760
5761 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5762 selecting assembly source files.
5763 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5764 assembly source files.
5765 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5766 assembly source files.
5767 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5768 selecting assembly source files.
5769
5770 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5771
5772 * gdb.base/new-ui.exp (do_test_invalid_args): New
5773 procedure.
5774
5775 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5776
5777 * gdb.btrace/reconnect.c: New file.
5778 * gdb.btrace/reconnect.exp: New file.
5779
5780 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5781
5782 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5783 to test_catch_syscall_group.
5784 (test_catch_syscall_group): New.
5785
5786 2016-07-21 Tom Tromey <tom@tromey.com>
5787
5788 * gdb.rust/simple.rs (main): Use empty struct expression.
5789 * gdb.rust/simple.exp: Add tests for empty struct expression.
5790
5791 2016-07-21 Yao Qi <yao.qi@linaro.org>
5792
5793 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5794 if gdb_skip_xml_test is true on some targets.
5795
5796 2016-07-21 Yao Qi <yao.qi@linaro.org>
5797
5798 * gdb.server/solib-list.exp: Unset last_loaded_file.
5799
5800 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5801
5802 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5803 "step into captured_main (args)".
5804
5805 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5806
5807 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5808
5809 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5810
5811 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5812
5813 2016-07-19 Pedro Alves <palves@redhat.com>
5814
5815 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5816 * gdb.opt/inline-bt.exp: Likewise.
5817 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5818 additional_flags=-Winline.
5819 * gdb.opt/inline-locals.exp: Likewise.
5820 * gdb.opt/inline-markers.c (ATTR): Define.
5821 (inlined_fn): Use it.
5822
5823 2016-07-19 Yao Qi <yao.qi@linaro.org>
5824
5825 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5826 (test_with_self): Remove some code. Remove argument executable.
5827 (top-level): Use do_self_tests.
5828
5829 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5830 Don Breazeal <donb@codesourcery.com>
5831
5832 * gdb.base/maint.exp: Escape paths used in regular expressions.
5833 * gdb.stabs/weird.exp: Likewise.
5834
5835 2016-07-13 Tom Tromey <tom@tromey.com>
5836
5837 PR python/15620, PR python/18620:
5838 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5839 (test_bkpt_events): New procs.
5840
5841 2016-07-13 Tom Tromey <tom@tromey.com>
5842
5843 PR python/17698:
5844 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5845 test.
5846 (test_watchpoints): Likewise.
5847 (test_bkpt_pending): New proc.
5848
5849 2016-07-13 Tom Tromey <tom@tromey.com>
5850
5851 PR cli/18053:
5852 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5853 completion test.
5854
5855 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5856
5857 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5858 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5859 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5860 f_label.
5861 (g): Rename g_end_lbl to g_label.
5862 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5863 low_pc and high_pc.
5864 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5865
5866 2016-07-12 Tom Tromey <tom@tromey.com>
5867
5868 PR python/19293:
5869 * gdb.python/py-unwind-maint.exp: Update tests.
5870
5871 2016-07-12 Yao Qi <yao.qi@linaro.org>
5872
5873 * lib/selftest-support.exp (selftest_setup): Match the output
5874 when captured_main is inlined.
5875
5876 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5877
5878 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5879 New variables.
5880 (print this%a, print this%b, print this): New tests.
5881 * gdb.fortran/derived-types.f90 (this): New object and
5882 initialization.
5883
5884 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5885
5886 * gdb.ada/arraydim.exp: Remove extra directory level in build
5887 directory.
5888
5889 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5890
5891 * lib/ada.exp: Remove extra directory level in build directory.
5892 * gdb.ada/cond_lang.exp: Likewise.
5893 * gdb.ada/exec_changed.exp: Likewise.
5894 * gdb.ada/lang_switch.exp: Likewise.
5895
5896 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5897
5898 * simple.rs: Add test for raw pointer subscripting.
5899 * simple.exp: Add test expectations.
5900
5901 2016-07-05 Yao Qi <yao.qi@linaro.org>
5902
5903 * gdb.mi/mi-reverse.exp: Match =record-started output.
5904
5905 2016-07-01 Pedro Alves <palves@redhat.com>
5906
5907 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5908 procedure.
5909 (jit_reader_test): Test the jit reader's unwinder.
5910 * gdb.base/jithost.c (jit_function_00_code): New global.
5911 (main): Use memcpy to fill in the mmapped code, instead of poking
5912 bytes manually here.
5913 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5914 value.
5915 (read_debug_info): Save the function's range.
5916 (read_sp): New function.
5917 (unwind_frame): Use it. Also unwind RBP.
5918 (get_frame_id): Use read_sp.
5919 (gdb_init_reader): Use calloc instead of malloc.
5920 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5921 parameter. Use gdb_test_multiple.
5922
5923 2016-07-01 Pedro Alves <palves@redhat.com>
5924 Antoine Tremblay <antoine.tremblay@ericsson.com>
5925
5926 * gdb.threads/process-dies-while-detaching.c: New file.
5927 * gdb.threads/process-dies-while-detaching.exp: New file.
5928
5929 2016-07-01 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.multi/watchpoint-multi-exit.c: New file.
5932 * gdb.multi/watchpoint-multi-exit.exp: New file.
5933
5934 2016-06-30 Pedro Alves <palves@redhat.com>
5935
5936 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5937 unset inferior_spawn_id.
5938
5939 2016-06-30 Pedro Alves <palves@redhat.com>
5940
5941 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5942 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5943
5944 2016-06-29 Yao Qi <yao.qi@linaro.org>
5945
5946 * gdb.base/return.c: Add copyright header.
5947
5948 2016-06-29 Tom Tromey <tom@tromey.com>
5949
5950 PR python/20129:
5951 * gdb.python/py-framefilter.exp: Add tests for setting priority
5952 and disabling of non-existent frame filter.
5953
5954 2016-06-29 Yao Qi <yao.qi@linaro.org>
5955
5956 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5957 0x0f07ff.
5958
5959 2016-06-28 Yao Qi <yao.qi@linaro.org>
5960
5961 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5962 triplets. Start gdb, execute catch syscall, and continue. Check
5963 gdb's output to determine catch syscall is supported.
5964
5965 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5966
5967 * gdb.rust/simple.rs: Add test for returning unit in a function.
5968 * gdb.rust/simple.exp: Add expectation for functions returning
5969 unit.
5970
5971 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5972
5973 * gdb.python/py-breakpoint-create-fail.c,
5974 gdb.python/py-breakpoint-create-fail.exp,
5975 gdb.python/py-breakpoint-create-fail.py: New testcase.
5976
5977 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5978
5979 PR gdb/20239
5980 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5981 * gdb.rust/simple.exp: Add test expectations for new NonZero
5982 tests.
5983
5984 2016-06-24 David Taylor <dtaylor@emc.com>
5985
5986 * gdb.base/offsets.exp: New file.
5987 * gdb.base/offsets.c: New file.
5988
5989 2016-06-23 Tom Tromey <tom@tromey.com>
5990
5991 PR gdb/16483:
5992 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5993 before any filters are loaded.
5994
5995 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5996
5997 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5998 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5999 structs.
6000 * gdb.fortran/derived-type-function.exp: New file.
6001 * gdb.fortran/derived-type-function.f90: New file.
6002
6003
6004 2016-06-21 Pedro Alves <palves@redhat.com>
6005
6006 * gdb.base/new-ui.exp: New file.
6007 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6008 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6009 (with_spawn_id): New procedure.
6010
6011 2016-06-21 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.mi/mi-exec-run.exp: New file.
6014
6015 2016-06-21 Pedro Alves <palves@redhat.com>
6016
6017 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6018 breakpoint command's output on the main UI.
6019 (test_break): New procedure, factored out from calls in the top
6020 level.
6021 (top level): Use foreach_with_prefix to test MI as main UI and as
6022 separate UI.
6023
6024 2016-06-21 Pedro Alves <palves@redhat.com>
6025
6026 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6027 (test_awatch_creation_and_listing)
6028 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6029 Remove 'type' parameter.
6030 (test_watchpoint_all): New parameter mi_mode. Remove
6031 with_test_prefix.
6032 (top level): Use foreach_with_prefix, and add main/separate UI MI
6033 testing axis.
6034
6035 2016-06-21 Pedro Alves <palves@redhat.com>
6036
6037 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6038 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6039 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6040 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6041 (gdb_main_spawn_id, mi_spawn_id): Declare and
6042 comment.
6043 (mi_create_inferior_pty): New procedure,
6044 factored out from default_mi_gdb_start.
6045 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6046 procedures.
6047 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6048 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6049 Use mi_create_inferior_pty.
6050 (mi_gdb_start): Use eval to pass down args list.
6051
6052 2016-06-21 Pedro Alves <palves@redhat.com>
6053
6054 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6055 * gdb.opt/inline-cmds.exp: Add MI tests.
6056
6057 2016-06-21 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6060
6061 2016-06-21 Pedro Alves <palves@redhat.com>
6062
6063 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6064 (top level): Use it instead of mi_execute_to.
6065
6066 2016-06-21 Pedro Alves <palves@redhat.com>
6067
6068 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6069 (cont_handler_str): New.
6070 (signal_stop_handler): Set stop_handler_str instead of printing to
6071 stdout.
6072 (continue_handler): Set cont_handler_str instead of printing to
6073 stdout.
6074 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6075 mi_send_resuming_command. Print stop_handler_str and
6076 cont_handler_str instead of expecting the python events print
6077 directly.
6078
6079 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6080
6081 * gdb.base/jit-reader.exp: New file.
6082 * gdb.base/jithost.c: New file.
6083 * gdb.base/jithost.h: New file.
6084 * gdb.base/jitreader.c : New file.
6085 * gdb.base/jit-protocol.h: New file.
6086
6087 2016-06-17 Yao Qi <yao.qi@linaro.org>
6088
6089 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6090 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6091 and detach-on-fork. Adjust tests.
6092 (top level): Invoke break_cond_on_syscall with combinations of
6093 syscall, follow-fork-mode and detach-on-fork.
6094
6095 2016-06-17 Yao Qi <yao.qi@linaro.org>
6096
6097 * gdb.base/step-over-exit.c: New.
6098 * gdb.base/step-over-exit.exp: New.
6099
6100 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6101
6102 * gdb.base/float.exp: Add target check for nds32*-*-*.
6103 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6104
6105 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6106
6107 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6108 for unsupported target features.
6109 * gdb.base/call-rt-st.exp: Likewise.
6110 * gdb.base/call-sc.exp: Likewise.
6111 * gdb.base/call-signal-resume.exp: Likewise.
6112 * gdb.base/call-strs.exp: Likewise.
6113 * gdb.base/callexit.exp: Likewise.
6114 * gdb.base/callfuncs.exp: Likewise.
6115 * gdb.base/nodebug.exp: Likewise.
6116 * gdb.base/printcmds.exp: Likewise.
6117 * gdb.base/ptype.exp: Likewise.
6118 * gdb.base/structs.exp: Likewise.
6119 * gdb.base/unwindonsignal.exp: Likewise.
6120 * gdb.cp/gdb2495.exp: Likewise.
6121 * gdb.cp/templates.exp: Likewise.
6122 * gdb.cp/virtfunc.exp: Likewise.
6123 * gdb.threads/hand-call-in-threads.exp: Likewise.
6124 * gdb.threads/interrupted-hand-call.exp: Likewise.
6125 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6126
6127 2016-06-10 Tom Tromey <tom@tromey.com>
6128
6129 PR rust/20110:
6130 * gdb.rust/expr.exp: Add test for integer constant larger than
6131 i32.
6132
6133 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6134
6135 * gdb.fortran/nested-funcs.exp: New.
6136 * gdb.fortran/nested-funcs.f90: New.
6137
6138 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6139
6140 * gdb.base/examine-backward.c: New file.
6141 * gdb.base/examine-backward.exp: New file.
6142
6143 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6144
6145 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6146 matching.
6147
6148 2016-06-02 Tom Tromey <tom@tromey.com>
6149
6150 PR python/18984:
6151 * gdb.python/py-shared.exp: Add solib_name test.
6152
6153 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6154
6155 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6156
6157 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6158
6159 PR c++/19893
6160 * gdb.dwarf2/implref.exp: Rename to...
6161 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6162 * gdb.dwarf2/implref-array.c: New file.
6163 * gdb.dwarf2/implref-array.exp: Likewise.
6164 * gdb.dwarf2/implref-global.c: Likewise.
6165 * gdb.dwarf2/implref-global.exp: Likewise.
6166 * gdb.dwarf2/implref-struct.c: Likewise.
6167 * gdb.dwarf2/implref-struct.exp: Likewise.
6168
6169 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6170
6171 * gdb.trace/trace-condition.exp: Add 64bit tests.
6172
6173 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6174
6175 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6176 bits types.
6177 (main): Adapt to 8 to 64 bits types.
6178 * gdb.trace/trace-condition.exp: Add new tests.
6179
6180 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6181
6182 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6183
6184 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6185
6186 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6187 Move condition tests...
6188 * gdb.trace/trace-condition.exp: Here.
6189
6190 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6191
6192 * gdb.trace/trace-condition.exp: Add counter-case tests.
6193
6194 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6195
6196 PR c++/15231
6197 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6198 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6199
6200 2016-05-27 Pedro Alves <palves@redhat.com>
6201
6202 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6203 New procedure.
6204 (top level): Call it, and bail out of DejaGnu is known to be bad.
6205
6206 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6207
6208 * gdb.base/whatis.c: Extend the test case.
6209 * gdb.base/whatis.exp: Add additional tests.
6210
6211 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6212
6213 * gdb.fortran/type.f90: Add pointer variable.
6214 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6215
6216 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6217
6218 * gdb.fortran/vla-type.exp: Fix testcase name.
6219
6220 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6221
6222 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6223
6224 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6225
6226 * gdb.fortran/type.f90: Add nested structures.
6227 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6228 * gdb.fortran/derived-type.exp: Adapt expected output.
6229 * gdb.fortran/vla-type.exp: Adapt expected output.
6230
6231 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6232
6233 * gdb.fortran/whatis_type.exp: Adapt expected output.
6234
6235 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6236
6237 * gdb.fortran/print_type.exp: Fix expected output.
6238 * gdb.fortran/whatis_type.exp: Fix expected output.
6239
6240 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6241
6242 * gdb.fortran/whatis_type.exp: Use multi_line.
6243
6244 2016-05-24 Tom Tromey <tom@tromey.com>
6245
6246 PR python/17386:
6247 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6248 use value as an index.
6249
6250 2016-05-23 Tom Tromey <tom@tromey.com>
6251
6252 PR python/17981:
6253 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6254 no-breakpoint case.
6255
6256 2016-05-24 Pedro Alves <palves@redhat.com>
6257
6258 PR gdb/19828
6259 * gdb.threads/clone-attach-detach.c: New file.
6260 * gdb.threads/clone-attach-detach.exp: New file.
6261
6262 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6263
6264 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6265
6266 2016-05-23 Tom Tromey <tom@tromey.com>
6267
6268 PR python/19438, PR python/18393:
6269 * gdb.python/py-progspace.exp: Add "dir" test.
6270 * gdb.python/py-objfile.exp: Add "dir" test.
6271
6272 2016-05-23 Yao Qi <yao.qi@linaro.org>
6273
6274 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6275 * gdb.arch/thumb2-it.exp: Likewise.
6276
6277 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6278
6279 * gdb.mi/mi-threads-interrupt.c: New file.
6280 * gdb.mi/mi-threads-interrupt.exp: New file.
6281
6282 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6283
6284 PR gdb/18077
6285 * gdb.mi/mi-async-run.exp: New file.
6286 * gdb.mi/mi-async-run.c: New file.
6287
6288 2016-05-17 Tom Tromey <tom@tromey.com>
6289 Manish Goregaokar <manishsmail@gmail.com>
6290
6291 * lib/rust-support.exp: New file.
6292 * lib/gdb.exp (skip_rust_tests): New proc.
6293 (build_executable_from_specs): Handle rust.
6294 * lib/future.exp (gdb_find_rustc): New proc.
6295 (gdb_default_target_compile): Handle rust.
6296 * gdb.rust/expr.exp: New file.
6297 * gdb.rust/generics.exp: New file.
6298 * gdb.rust/generics.rs: New file.
6299 * gdb.rust/methods.exp: New file.
6300 * gdb.rust/methods.rs: New file.
6301 * gdb.rust/modules.exp: New file.
6302 * gdb.rust/modules.rs: New file.
6303 * gdb.rust/simple.exp: New file.
6304 * gdb.rust/simple.rs: New file.
6305
6306 2016-05-17 Tom Tromey <tom@tromey.com>
6307
6308 * gdb.base/default.exp (set language): Add rust.
6309
6310 2016-05-17 Tom Tromey <tom@tromey.com>
6311
6312 * gdb.gdb/unittest.exp: New file.
6313
6314 2016-05-16 Yao Qi <yao.qi@linaro.org>
6315
6316 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6317 shell_prompt. Update shell_prompt_re.
6318
6319 2016-05-12 Doug Evans <dje@google.com>
6320
6321 PR symtab/19999
6322 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6323 $options when building executable.
6324 * gdb.dwarf2/fission-loclists-pie.S: New file.
6325 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6326
6327 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6328
6329 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6330 of [is_remote target],
6331
6332 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6333
6334 * lib/gdb.exp (use_gdb_stub): New procedure.
6335
6336 2016-05-03 Yunlian Jiang <yunlian@google.com>
6337 Doug Evans <dje@google.com>
6338
6339 PR symtab/19914
6340 * gdb.dwarf2/dwp-sepdebug.c: New file.
6341 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6342
6343 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6344
6345 * gdb.base/detach.exp: Remove is_remote check.
6346
6347 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6348
6349 * gdb.base/annota-input-while-running.exp: Don't check for
6350 [is_remote target]. Enable annotations after running to main.
6351 Remove unused "set test..." line.
6352
6353 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6354
6355 * gdb.trace/trace-enable-disable.exp: New file.
6356 * gdb.trace/trace-enable-disable.c: New file.
6357
6358 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6359
6360 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6361 use it in info sharedlibrary test.
6362 * gdb.trace/ftrace-lock.exp: Likewise.
6363 * gdb.trace/ftrace.exp: Likewise.
6364 * gdb.trace/range-stepping.exp: Likewise.
6365 * gdb.trace/trace-break.exp: Likewise.
6366 * gdb.trace/trace-condition.exp: Likewise.
6367 * gdb.trace/trace-mt.exp: Likewise.
6368
6369 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6370
6371 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6372 (gdb_load_shlib): ... this.
6373 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6374 gdb_load_shlib.
6375 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6376 * gdb.base/ctxobj.exp: Likewise.
6377 * gdb.base/dprintf-pending.exp: Likewise.
6378 * gdb.base/dso2dso.exp: Likewise.
6379 * gdb.base/fixsection.exp: Likewise.
6380 * gdb.base/gcore-relro.exp: Likewise.
6381 * gdb.base/gdb1555.exp: Likewise.
6382 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6383 * gdb.base/gnu-ifunc.exp: Likewise.
6384 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6385 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6386 * gdb.base/pending.exp: Likewise.
6387 * gdb.base/print-file-var.exp: Likewise.
6388 * gdb.base/print-symbol-loading.exp: Likewise.
6389 * gdb.base/shlib-call.exp: Likewise.
6390 * gdb.base/shreloc.exp: Likewise.
6391 * gdb.base/so-impl-ld.exp: Likewise.
6392 * gdb.base/solib-disc.exp: Likewise.
6393 * gdb.base/solib-nodir.exp: Likewise.
6394 * gdb.base/solib-overlap.exp: Likewise.
6395 * gdb.base/solib-symbol.exp: Likewise.
6396 * gdb.base/solib-weak.exp (do_test): Likewise.
6397 * gdb.base/sym-file.exp: Likewise.
6398 * gdb.base/symtab-search-order.exp: Likewise.
6399 * gdb.base/type-opaque.exp: Likewise.
6400 * gdb.base/unload.exp: Likewise.
6401 * gdb.base/watchpoint-solib.exp: Likewise.
6402 * gdb.compile/compile.exp: Likewise.
6403 * gdb.cp/gdb2384.exp: Likewise.
6404 * gdb.cp/infcall-dlopen.exp: Likewise.
6405 * gdb.cp/re-set-overloaded.exp: Likewise.
6406 * gdb.fortran/library-module.exp: Likewise.
6407 * gdb.opt/solib-intra-step.exp: Likewise.
6408 * gdb.python/py-finish-breakpoint.exp: Likewise.
6409 * gdb.python/py-shared.exp: Likewise.
6410 * gdb.reverse/solib-precsave.exp: Likewise.
6411 * gdb.reverse/solib-reverse.exp: Likewise.
6412 * gdb.server/solib-list.exp: Likewise.
6413 * gdb.threads/dlopen-libpthread.exp: Likewise.
6414 * gdb.threads/tls-shared.exp: Likewise.
6415 * gdb.threads/tls-so_extern.exp: Likewise.
6416 * gdb.trace/change-loc.exp: Likewise.
6417 * gdb.trace/ftrace-lock.exp: Likewise.
6418 * gdb.trace/ftrace.exp: Likewise.
6419 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6420 * gdb.trace/pending.exp: Likewise.
6421 * gdb.trace/range-stepping.exp: Likewise.
6422 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6423 (strace_info_marker): Likewise.
6424 (strace_probe_marker): Likewise.
6425 (strace_trace_on_same_addr): Likewise.
6426 (strace_trace_on_diff_addr): Likewise.
6427 * gdb.trace/trace-break.exp: Likewise.
6428 * gdb.trace/trace-condition.exp: Likewise.
6429 * gdb.trace/trace-mt.exp: Likewise.
6430
6431 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6432
6433 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6434 result of gdb_remote_download.
6435 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6436 * gdb.base/dso2dso.exp: Likewise.
6437 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6438 * gdb.base/print-file-var.exp: Likewise.
6439 * gdb.base/shlib-call.exp: Likewise.
6440 * gdb.base/shreloc.exp: Likewise.
6441 * gdb.base/solib-overlap.exp: Likewise.
6442 * gdb.base/solib-weak.exp (do_test): Likewise.
6443 * gdb.base/unload.exp: Likewise.
6444
6445 2016-04-27 Yao Qi <yao.qi@linaro.org>
6446
6447 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6448 exists.
6449
6450 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6451
6452 * vla-type.exp: Print structure from toplevel.
6453
6454 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6455
6456 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6457 of dynamic types.
6458 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6459 of dynamic types.
6460
6461 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6462
6463 * gdb.fortran/vla-type.f90: New file.
6464 * gdb.fortran/vla-type.exp: New file.
6465
6466 2016-04-25 Yao Qi <yao.qi@linaro.org>
6467
6468 * gdb.base/branch-to-self.c: New file.
6469 * gdb.base/branch-to-self.exp: New file.
6470
6471 2016-04-22 Yao Qi <yao.qi@linaro.org>
6472
6473 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6474 more after $hex.
6475
6476 2016-04-22 Yao Qi <yao.qi@linaro.org>
6477
6478 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6479 * gdb.base/annota3.exp: Likewise.
6480
6481 2016-04-22 Yao Qi <yao.qi@linaro.org>
6482
6483 * gdb.reverse/step-precsave.exp: Do one step and test program
6484 stops in "callee" and do multiple steps until program goes out
6485 of "callee".
6486 * gdb.reverse/step-reverse.exp: Likewise.
6487
6488 2016-04-22 Yao Qi <yao.qi@linaro.org>
6489
6490 * gdb.trace/signal.exp: Also pass if
6491 $tracepoint_hits($i) > $iterations.
6492
6493 2016-04-22 Yao Qi <yao.qi@linaro.org>
6494
6495 * gdb.trace/signal.c: New file.
6496 * gdb.trace/signal.exp: New file.
6497
6498 2016-04-19 Doug Evans <xdje42@gmail.com>
6499
6500 * gdb.base/bad-file.exp: New file.
6501
6502 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6503
6504 * gdb.dwarf2/implref.exp: New file.
6505
6506 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6507
6508 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6509 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6510 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6511 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6512 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6513 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6514 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6515 * lib/fortran.exp (fortran_int4): New procedure.
6516 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6517 (fortran_logical4): Likewise.
6518
6519 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6520
6521 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6522
6523 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6524
6525 * lib/compiler.c: Add Intel specific preprocessor macros.
6526 * lib/compiler.cc: Likewise.
6527
6528 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6529
6530 * gdb.server/connect-with-no-symbol-file.c: New file.
6531 * gdb.server/connect-with-no-symbol-file.exp: New file.
6532
6533 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6534
6535 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6536
6537 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6538
6539 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6540 standard output directory.
6541
6542 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6543
6544 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6545
6546 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6547
6548 * gdb.btrace/instruction_history.c (loop): Add declaration.
6549
6550 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6551
6552 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6553
6554 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6555
6556 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6557 parentheses to print.
6558 (continue_handler): Likewise.
6559
6560 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6561
6562 * gdb.server/solib-list.exp: Remove is_remote check.
6563 Pass shlib= to gdb_compile. Don't link shared library with
6564 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6565 Run binary filename through "readlink -f" on the target.
6566
6567 2016-04-08 Pedro Alves <palves@redhat.com>
6568
6569 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6570 interpreter filename as argument to gdbserver_spawn.
6571 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6572 Return empty if $last_loaded_file does not exist.
6573
6574 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6575
6576 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6577 * gdb.base/jit-main.c: Use exit after usage.
6578
6579 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6580
6581 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6582 GDBHISTSIZE prior to the tests.
6583 * gdb.base/gdbinit-history.exp: Likewise.
6584
6585 2016-04-07 Pedro Alves <palves@redhat.com>
6586
6587 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6588 instead of build_executable. Use gdb_load_shlibs.
6589
6590 2016-04-07 Yao Qi <yao.qi@linaro.org>
6591
6592 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6593 Execute "si" command.
6594
6595 2016-04-07 Yao Qi <yao.qi@linaro.org>
6596
6597 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6598 number instead of the comments on some line.
6599
6600 2016-04-06 Don Breazeal <donb@codesourcery.com>
6601
6602 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6603 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6604
6605 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6606
6607 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6608 standard_output_file. Remove unused binfile variable.
6609
6610 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6611
6612 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6613 * gdb.python/py-mi-objfile.exp: Match "list main" output
6614 in console format.
6615
6616 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6617
6618 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6619 absolute.
6620
6621 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6622
6623 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6624 absolute.
6625 * gdb.trace/ftrace.exp: Likewise.
6626 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6627 targets as well.
6628 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6629 (gdb_load_shlibs): Copy libraries to test directory when testing
6630 natively. Only set solib-search-path if testing remotely.
6631 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6632
6633 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6634
6635 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6636 gdb_download. Use it even if the target is not remote.
6637 * gdb.base/jit.exp (compile_jit_test): Likewise.
6638 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6639 output directory if the destination board is local, otherwise use
6640 the standard remote_download from DejaGnu.
6641 (gdb_download): Remove.
6642 (gdb_load_shlibs): Use gdb_remote_download instead of
6643 gdb_download.
6644 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6645 Use gdb_remote_download instead of gdb_download. Use it even if
6646 the target is not remote.
6647 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6648 instead of gdb_download.
6649
6650 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6651
6652 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6653 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6654 run.
6655
6656 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6657
6658 PR gdb/19820
6659 * gdb.base/printcmds.exp: Add artificial arrays tests.
6660
6661 2016-03-31 Pedro Alves <palves@redhat.com>
6662
6663 PR gdb/19858
6664 * gdb.base/jit-main.c: Include unistd.h.
6665 (ATTACH): Define to 0 if not already defined.
6666 (wait_for_gdb, mypid): New globals.
6667 (WAIT_FOR_GDB): New macro.
6668 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6669 some breakpoint locations.
6670 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6671 New procedures.
6672 (one_jit_test): Add REATTACH parameter, and handle it. Use
6673 continue_to_test_location.
6674 (top level): Test attach, and adjusts calls to one_jit_test.
6675
6676 2016-03-31 Pedro Alves <palves@redhat.com>
6677
6678 PR gdb/19858
6679 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6680 BINSUFFIX parameter, and handle it.
6681 (top level): Adjust calls compile_jit_test.
6682
6683 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6684
6685 PR python/19743
6686 * gdb.python/py-mi-events-gdb.py: New file.
6687 * gdb.python/py-mi-events.c: New file.
6688 * gdb.python/py-mi-events.exp: New file.
6689
6690 2016-03-30 Yao Qi <yao.qi@linaro.org>
6691
6692 * gdb.reverse/until-precsave.exp: Match function name only.
6693 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6694 Move malloc to a condition block.
6695 * gdb.reverse/until-reverse.exp: Match function name only.
6696
6697 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6698
6699 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6700 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6701 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6702 variable for GPR 0 instead of assuming it is register 0.
6703 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6704 * lib/trace-support.exp: Add s390 registers.
6705
6706 2016-03-29 Yao Qi <yao.qi@linaro.org>
6707
6708 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6709
6710 2016-03-24 Yao Qi <yao.qi@linaro.org>
6711
6712 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6713 test message.
6714
6715 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6716
6717 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6718 maintaining separate logic for constructing the output path.
6719
6720 2016-03-16 Don Breazeal <donb@codesourcery.com>
6721
6722 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6723 Retry fork and waitpid on interrupted system call errors.
6724 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6725 Use with_timeout_factor to increase timeout by factor of 10.
6726
6727 2016-03-15 Don Breazeal <donb@codesourcery.com>
6728
6729 * gdb.cp/scope-err.cc: New test program.
6730 * gdb.cp/scope-err.exp: New test script.
6731 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6732 lines and "set breakpoint here" comment.
6733 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6734 Fixed some whitespace and format issues.
6735 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6736 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6737
6738 2016-03-15 Doug Evans <dje@google.com>
6739
6740 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6741 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6742 All callers updated. Add tests for enums, mixed flags register.
6743
6744 2016-03-15 Doug Evans <dje@google.com>
6745
6746 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6747 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6748
6749 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6750
6751 * gdb.base/default.exp: Add $_as_string to the list of expected
6752 convenience functions.
6753
6754 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6755
6756 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6757
6758 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6759
6760 * gdb.python/py-as-string.exp: New file.
6761 * gdb.python/py-as-string.c: New file.
6762
6763 2016-03-09 Pedro Alves <palves@redhat.com>
6764
6765 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6766 signal" -> "Thread NN received signal" output change.
6767 * gdb.threads/ia64-sigill.exp: Likewise.
6768 * gdb.threads/linux-dp.exp: Likewise.
6769 * gdb.threads/manythreads.exp: Likewise.
6770 * gdb.threads/pending-step.exp: Likewise.
6771 * gdb.threads/print-threads.exp: Likewise.
6772 * gdb.threads/sigstep-threads.exp: Likewise.
6773 * gdb.threads/staticthreads.exp: Likewise.
6774 * gdb.threads/tls.exp: Likewise.
6775
6776 2016-03-09 Pedro Alves <palves@redhat.com>
6777
6778 * gdb.base/command-line-input.exp: New file.
6779
6780 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6781
6782 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6783 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6784 * gdb.trace/pending.exp: Accept leading dot before function name.
6785 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6786 * lib/trace-support.exp: Set registers for ppc.
6787
6788 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6789
6790 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6791 use it for disassembly; accept .main in addition to main in backtrace.
6792
6793 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6794 Marcin Kościelnicki <koriakin@0x04.net>
6795
6796 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6797 (gdb_recursion_test_ptr): New global variable.
6798 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6799 gdb_recursion_test.
6800 (gdb_c_test): Ditto.
6801
6802 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6803
6804 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6805 ordering.
6806
6807 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6808
6809 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6810 (bar): Add bar_start_lbl label.
6811 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6812 of foo/bar for emitting DWARF and tracing.
6813
6814 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6815
6816 * analyze-racy-logs.py: Set executable bit.
6817
6818 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6819
6820 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6821 (CHECK_TARGET_TMP): Likewise.
6822 (check-single-racy): New rule.
6823 (check-parallel-racy): Likewise.
6824 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6825 (do-check-parallel-racy): New rule.
6826 (check-racy/%.exp): Likewise.
6827 * README (Racy testcases): New section.
6828 * analyze-racy-logs.py: New file.
6829
6830 2016-03-03 Doug Evans <dje@google.com>
6831
6832 * gdb.base/skip.exp: Use with_test_prefix.
6833
6834 2016-03-03 Yao Qi <yao.qi@linaro.org>
6835
6836 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6837 Invoke step_over_syscall "clone" and break_cond_on_syscall
6838 "clone".
6839 * gdb.base/step-over-clone.c: New file.
6840
6841 2016-03-03 Yao Qi <yao.qi@linaro.org>
6842
6843 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6844 code format.
6845
6846 2016-03-03 Yao Qi <yao.qi@linaro.org>
6847
6848 * gdb.base/disp-step-fork.c: Rename to ...
6849 * gdb.base/step-over-fork.c: ... it. New file.
6850 * gdb.base/disp-step-vfork.c: Rename to ...
6851 * gdb.base/step-over-vfork.c: ... it. New file.
6852 * gdb.base/disp-step-syscall.exp: Rename to ...
6853 * gdb.base/step-over-syscall.exp: ... it. New file.
6854 (disp_step_cross_syscall): Rename to ...
6855 (step_over_syscall): ... it.
6856
6857 2016-03-03 Yao Qi <yao.qi@linaro.org>
6858
6859 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6860 If target supports condition evaluation on target, invoke
6861 break_cond_on_syscall for fork and vfork.
6862
6863 2016-03-03 Yao Qi <yao.qi@linaro.org>
6864
6865 * gdb.base/disp-step-syscall.exp: Don't invoke
6866 support_displaced_stepping.
6867 (disp_step_cross_syscall): Test with displaced stepping off and
6868 on if supported.
6869
6870 2016-03-03 Yao Qi <yao.qi@linaro.org>
6871
6872 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6873 proc.
6874 (setup): New proc.
6875 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6876 and setup.
6877
6878 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6879
6880 * gdb.fortran/vla-history.exp: Remove breakpoint.
6881
6882 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6883
6884 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6885 exceeds timeout.
6886
6887 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6888
6889 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6890 breakpoint.
6891
6892 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6893
6894 * gdb.mi/vla.f90: Nullify pointer after declaration.
6895
6896 2016-03-01 Pedro Alves <palves@redhat.com>
6897
6898 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6899
6900 2016-03-01 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6903 before anything else.
6904 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6905 _GNU_SOURCE here.
6906 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6907 before anything else.
6908 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6909
6910 2016-03-01 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6913
6914 2016-03-01 Yao Qi <yao.qi@linaro.org>
6915
6916 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6917 prepare_for_testing.
6918
6919 2016-03-01 Yao Qi <yao.qi@linaro.org>
6920
6921 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6922
6923 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6924
6925 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6926 manually constructing the output path.
6927
6928 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6929
6930 * gdb.arch/s390-stackless.S: New.
6931 * gdb.arch/s390-stackless.exp: New.
6932
6933 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6934
6935 * gdb.dlang/circular.c: New file.
6936 * gdb.dlang/circular.exp: New file.
6937
6938 2016-02-26 Yao Qi <yao.qi@linaro.org>
6939
6940 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6941 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6942 (testcases): Update.
6943
6944 2016-02-26 Yao Qi <yao.qi@linaro.org>
6945
6946 * gdb.reverse/aarch64.c: Rename to ...
6947 * gdb.reverse/insn-reverse.c: ... it.
6948 * gdb.reverse/aarch64.exp: Rename to ...
6949 * gdb.reverse/insn-reverse.exp: ... it.
6950
6951 2016-02-26 Yao Qi <yao.qi@linaro.org>
6952
6953 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6954 (testcase_ftype): New.
6955 (testcases): New array.
6956 (n_testcases): New.
6957 (main): Call each element in testcases.
6958 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6959 (read_testcase): New.
6960 Do the tests in a loop.
6961
6962 2016-02-25 Yao Qi <yao.qi@linaro.org>
6963
6964 * gdb.base/branches.c: Remove.
6965
6966 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6967
6968 PR gdb/13808
6969 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6970
6971 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6972
6973 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6974
6975 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6976
6977 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6978 change x86_64 call_insn to 'callq'.
6979
6980 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6981
6982 * gdb.trace/tfile-avx.c: Move to...
6983 * gdb.trace/tracefile-pseudo-reg.c: Here.
6984 * gdb.trace/tfile-avx.exp: Move to...
6985 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6986
6987 2016-02-24 Gary Benson <gbenson@redhat.com>
6988
6989 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6990 message on attach.
6991
6992 2016-02-23 Doug Evans <dje@google.com>
6993
6994 * gdb.base/skip.c (test_skip): New function.
6995 (end_test_skip_file_and_function): New function.
6996 (test_skip_file_and_function): New function.
6997 * gdb.base/skip1.c (test_skip): New function.
6998 (skip1_test_skip_file_and_function): New function.
6999 * gdb.base/skip.exp: Add tests for new skip options.
7000 * gdb.base/skip-solib.exp: Update expected output.
7001 * gdb.perf/skip-command.cc: New file.
7002 * gdb.perf/skip-command.exp: New file.
7003 * gdb.perf/skip-command.py: New file.
7004
7005 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7006
7007 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7008 info registers pattern.
7009
7010 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7011
7012 * lib/future.exp: Add D support.
7013 (gdb_find_gdc): New proc.
7014 (gdb_default_target_compile): Add D support.
7015
7016 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7017
7018 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7019 user+system time.
7020 (trace_speed_test): Determine the iteration count for a time
7021 between 15..30 seconds.
7022
7023 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7024
7025 * gdb.arch/i386-mpx-sigsegv.c: New file.
7026 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7027 * gdb.arch/i386-mpx-simple_segv.c: New file.
7028 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7029
7030 2016-02-18 Yao Qi <yao.qi@linaro.org>
7031
7032 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7033 Don't call setup_kfail.
7034
7035 2016-02-18 Yao Qi <yao.qi@linaro.org>
7036
7037 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7038 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7039
7040 2016-02-16 Doug Evans <dje@google.com>
7041
7042 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7043 * gdb.base/skip1.c: Ditto.
7044 * gdb.base/skip.exp: Whitespace cleanup.
7045
7046 2016-02-16 Don Breazeal <donb@codesourcery.com>
7047
7048 PR remote/19496
7049 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7050 Remove kfail for PR remote/19496.
7051
7052 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7053
7054 * lib/gdb.exp (standard_temp_file): Return a path specific to
7055 the runtest invocation.
7056
7057 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7058
7059 * gdb.trace/save-trace.exp: Change relative path to be in the
7060 standard output directory.
7061
7062 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7063
7064 * gdb.arch/i386-prologue.c: Add missing prototypes.
7065
7066 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7067
7068 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7069 * gdb.arch/i386-prologue.exp: Likewise.
7070 * gdb.arch/i386-size.exp: Likewise.
7071
7072 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7073
7074 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7075 define object file path.
7076 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7077 file path.
7078 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7079 standard_output_file to define binfile.
7080
7081 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7082
7083 Fix compatibility with recent gfortran-5.3.1.
7084 * gdb.fortran/vla-history.exp (print vla1 allocated)
7085 (print vla2 allocated, print $2, print $3): Remove
7086 (print $4): Rename to ...
7087 (print $2): ... here.
7088 (print $9): Rename to ...
7089 (print $5): ... here.
7090 (print $10): Rename to ...
7091 (print $6): ... here.
7092 * gdb.fortran/vla.f90: Add pvla initialization.
7093
7094 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7095
7096 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7097 New test.
7098 * gdb.fortran/vla-value-sub.exp: Likewise.
7099
7100 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7101
7102 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7103
7104 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7105
7106 * i386-biarch-core.exp: Define corefile using
7107 standard_output_file.
7108
7109 2016-02-12 Yao Qi <yao.qi@linaro.org>
7110
7111 * gdb.arch/arm-single-step-kernel-helper.c: New.
7112 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7113
7114 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7115
7116 * gdb.btrace/tailcall-only.exp: New.
7117 * gdb.btrace/tailcall-only.c: New.
7118 * gdb.btrace/x86_64-tailcall-only.S: New.
7119 * gdb.btrace/i686-tailcall-only.S: New.
7120
7121 2016-02-11 Pedro Alves <palves@redhat.com>
7122
7123 * README (Parallel testing): Add missing double quotes.
7124
7125 2016-02-11 Pedro Alves <palves@redhat.com>
7126
7127 * README (Parallel testing): New section.
7128 (GDB_PARALLEL): Rewrite.
7129 (FORCE_PARALLEL): Document.
7130
7131 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7132
7133 * gdb.trace/tfile-avx.c: New test.
7134 * gdb.trace/tfile-avx.exp: New test.
7135
7136 2016-02-09 Keith Seitz <keiths@redhat.com>
7137
7138 PR breakpoints/19546
7139 * gdb.base/infcall-exec.c: New file.
7140 * gdb.base/infcall-exec2.c: New file.
7141 * gdb.base/infcall-exec.exp: New file.
7142
7143 2016-02-09 Keith Seitz <keiths@redhat.com>
7144
7145 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7146 (toplevel): Call test_bkpt_address.
7147
7148 2016-02-09 Keith Seitz <keiths@redhat.com>
7149
7150 PR python/19506
7151 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7152 (toplevel): Call test_bkpt_address.
7153
7154 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7155
7156 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7157 to AC_OUTPUT.
7158 * configure: Regenerate.
7159
7160 2016-02-09 Pedro Alves <palves@redhat.com>
7161
7162 PR breakpoints/19548
7163 * gdb.base/execl-update-breakpoints.c (some_function): New
7164 function.
7165 (main): Call it.
7166 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7167 Tighten expected GDB output.
7168
7169 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7170
7171 * Makefile.in (ALL_SUBDIRS): Remove.
7172 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7173 (distclean maintainer-clean realclean): Likewise.
7174 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7175 * configure: Regenerate.
7176 * gdb.ada/Makefile.in: Delete.
7177 * gdb.arch/Makefile.in: Likewise.
7178 * gdb.asm/Makefile.in: Likewise.
7179 * gdb.base/Makefile.in: Likewise.
7180 * gdb.btrace/Makefile.in: Likewise.
7181 * gdb.cell/Makefile.in: Likewise.
7182 * gdb.compile/Makefile.in: Likewise.
7183 * gdb.cp/Makefile.in: Likewise.
7184 * gdb.disasm/Makefile.in: Likewise.
7185 * gdb.dlang/Makefile.in: Likewise.
7186 * gdb.dwarf2/Makefile.in: Likewise.
7187 * gdb.fortran/Makefile.in: Likewise.
7188 * gdb.gdb/Makefile.in: Likewise.
7189 * gdb.go/Makefile.in: Likewise.
7190 * gdb.guile/Makefile.in: Likewise.
7191 * gdb.java/Makefile.in: Likewise.
7192 * gdb.linespec/Makefile.in: Likewise.
7193 * gdb.mi/Makefile.in: Likewise.
7194 * gdb.modula2/Makefile.in: Likewise.
7195 * gdb.multi/Makefile.in: Likewise.
7196 * gdb.objc/Makefile.in: Likewise.
7197 * gdb.opencl/Makefile.in: Likewise.
7198 * gdb.opt/Makefile.in: Likewise.
7199 * gdb.pascal/Makefile.in: Likewise.
7200 * gdb.perf/Makefile.in: Likewise.
7201 * gdb.python/Makefile.in: Likewise.
7202 * gdb.reverse/Makefile.in: Likewise.
7203 * gdb.server/Makefile.in: Likewise.
7204 * gdb.stabs/Makefile.in: Likewise.
7205 * gdb.threads/Makefile.in: Likewise.
7206 * gdb.trace/Makefile.in: Likewise.
7207 * gdb.xml/Makefile.in: Likewise.
7208 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7209 GDB_PARALLEL.
7210 (standard_output_file): Remove check for GDB_PARALLEL, always
7211 return path in outputs/$subdir/$testname.
7212
7213 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7214
7215 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7216 (site.exp): Assign abs_srcdir to tcl's srcdir.
7217
7218 2016-02-04 Yao Qi <yao.qi@linaro.org>
7219
7220 * gdb.base/foll-exec-mode.c: Include limits.h.
7221 (main): Add parameters argc and argv. Get directory from
7222 argv[0].
7223 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7224 compilation.
7225 * gdb.base/foll-exec.c: Include limits.h.
7226 (main): Add parameters argc and argv.
7227 Get directory from argv[0].
7228 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7229 Adjust tests on the number of lines as source code changed.
7230 * gdb.base/foll-vfork-exit.c: Include limits.h.
7231 (main): Add one line of statement before vfork.
7232 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7233 (main): Add parameters argc and argv. Get directory from
7234 argv[0].
7235 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7236 (setup_gdb): Set tbreak to skip some source lines.
7237 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7238 (main): Add parameters argc and argv. Get directory from
7239 argv[0].
7240 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7241 compilation.
7242 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7243 (main): Add parameters argc and argv. Get directory from
7244 argv[0].
7245 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7246 compilation.
7247
7248 2016-02-01 Doug Evans <dje@google.com>
7249
7250 * gdb.base/skip.exp: Clean up multiple references to same test name.
7251
7252 2016-02-01 Pedro Alves <palves@redhat.com>
7253
7254 PR remote/19496
7255 * gdb.threads/forking-threads-plus-breakpoint.exp
7256 (displaced_stepping_supported): New global.
7257 (probe_displaced_stepping_support): New procedure.
7258 (do_test): Add 'displaced' parameter, and use it.
7259 (top level): Check for displaced stepping support. Add displaced
7260 stepping on/off testing axis.
7261
7262 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7263
7264 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7265 pointer. Don't perform further tests on the unassociated pointer
7266 if the first test fails.
7267
7268 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7269
7270 * gdb.base/max-value-size.c: New file.
7271 * gdb.base/max-value-size.exp: New file.
7272 * gdb.base/huge.exp: Disable max-value-size for this test.
7273
7274 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7275
7276 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7277
7278 2016-01-28 Yao Qi <yao.qi@linaro.org>
7279
7280 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7281
7282 2016-01-25 Pedro Alves <palves@redhat.com>
7283
7284 PR threads/19461
7285 * gdb.base/fork-running-state.c: New file.
7286 * gdb.base/fork-running-state.exp: New file.
7287
7288 2016-01-25 Pedro Alves <palves@redhat.com>
7289
7290 PR gdb/19494
7291 * gdb.base/catch-fork-kill.c: New file.
7292 * gdb.base/catch-fork-kill.exp: New file.
7293
7294 2016-01-25 Pedro Alves <palves@redhat.com>
7295
7296 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7297 Delete, moved to lib/gdb.exp.
7298 * gdb.threads/forking-threads-plus-breakpoint.exp
7299 (foreach_with_prefix): Likewise.
7300 * gdb.threads/process-dies-while-handling-bp.exp
7301 (foreach_with_prefix): Likewise.
7302 * lib/gdb.exp (foreach_with_prefix): New procedure.
7303
7304 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7305
7306 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7307 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7308
7309 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7310
7311 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7312 endian targets.
7313
7314 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7315 Pedro Alves <palves@redhat.com>
7316
7317 Fix testsuite compatibility with Guile.
7318 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7319 number.
7320
7321 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7322
7323 Fix testsuite compatibility with Guile.
7324 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7325 (thread 1): New test for backtrace through signal handler.
7326
7327 2016-01-22 Yao Qi <yao.qi@linaro.org>
7328
7329 PR testsuite/19491
7330 * gdb.base/multi-forks.c: Include
7331 ../lib/unbuffer_output.c
7332 (main): Call gdb_unbuffer_output.
7333
7334 2016-01-21 Doug Evans <dje@google.com>
7335
7336 * lib/ada.exp (gdb_compile_ada): Fix typo.
7337
7338 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7339
7340 * gdb.base/break-fun-addr.exp: New file.
7341 * gdb.base/break-fun-addr1.c: New file.
7342 * gdb.base/break-fun-addr2.c: New file.
7343
7344 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7345
7346 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7347 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7348 enum flag values.
7349
7350 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7351
7352 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7353 when GDB can not set the vector return value. Add more comments
7354 for clarification.
7355
7356 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7357
7358 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7359 command.
7360
7361 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7362
7363 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7364
7365 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7366
7367 * Makefile.in (check-single): Pass --status to runtest.
7368 (check/%.exp): Likewise.
7369
7370 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7371
7372 * Makefile.in (check-parallel): Propagate return code from make
7373 do-check-parallel.
7374
7375 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7376
7377 * gdb.trace/ftrace.exp: Fix expected message on continue.
7378 * gdb.trace/pending.exp: Fix expected message on continue.
7379 * gdb.trace/trace-break.exp: Fix expected message on continue.
7380
7381 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7382
7383 * lib/gdb.exp (gdb_test): Remove unused global references.
7384
7385 2016-01-18 Pedro Alves <palves@redhat.com>
7386
7387 * gdb.base/async-shell.exp: Adjust expected output.
7388 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7389 * gdb.base/siginfo-thread.exp: Adjust expected output.
7390 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7391 * gdb.java/jnpe.exp: Adjust expected output.
7392 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7393 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7394 * gdb.threads/leader-exit.exp: Adjust expected output.
7395 * gdb.threads/manythreads.exp: Adjust expected output.
7396 * gdb.threads/pthreads.exp: Adjust expected output.
7397 * gdb.threads/schedlock.exp: Adjust expected output.
7398 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7399 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7400 expected output.
7401 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7402 output.
7403 * gdb.threads/sigthread.exp: Adjust expected output.
7404 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7405
7406 2016-01-18 Yao Qi <yao.qi@linaro.org>
7407
7408 * gdb.guile/scm-section-script.c: Replace @progbits with
7409 %progbits.
7410 * gdb.python/py-section-script.c: Likewise.
7411
7412 2016-01-15 Pedro Alves <palves@redhat.com>
7413
7414 * gdb.multi/tids.exp: Test star wildcard ranges.
7415
7416 2016-01-15 Pedro Alves <palves@redhat.com>
7417
7418 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7419 command from "thread apply" invocation.
7420 (thr_apply_info_thr_invalid): Default the expected output to the
7421 input tid list.
7422 (top level): Add tests that use convenience variables. Add tests
7423 for "thread apply" with a valid TID list, but missing the command.
7424
7425 2016-01-13 Pedro Alves <palves@redhat.com>
7426
7427 * gdb.base/default.exp: Expect $_gthread as well.
7428 * gdb.multi/tids.exp: Test $_gthread.
7429 * gdb.threads/thread-specific.exp: Test $_gthread.
7430
7431 2016-01-13 Pedro Alves <palves@redhat.com>
7432
7433 * gdb.multi/tids.exp: Test "info threads -gid".
7434
7435 2016-01-13 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7438 Breakpoint.thread.
7439 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7440
7441 2016-01-07 Pedro Alves <palves@redhat.com>
7442
7443 * gdb.base/break.exp: Adjust to output changes.
7444 * gdb.base/hbreak2.exp: Likewise.
7445 * gdb.base/sepdebug.exp: Likewise.
7446 * gdb.base/watch_thread_num.exp: Likewise.
7447 * gdb.linespec/keywords.exp: Likewise.
7448 * gdb.multi/info-threads.exp: Likewise.
7449 * gdb.threads/thread-find.exp: Likewise.
7450 * gdb.multi/tids.c: New file.
7451 * gdb.multi/tids.exp: New file.
7452
7453 2016-01-13 Pedro Alves <palves@redhat.com>
7454
7455 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7456
7457 2016-01-13 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/default.exp: Expect $_inferior as well.
7460 * gdb.multi/base.exp: Test $_inferior.
7461
7462 2016-01-13 Pedro Alves <palves@redhat.com>
7463
7464 PR breakpoints/19388
7465 * gdb.base/catch-signal-siginfo-cond.c: New file.
7466 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7467
7468 2016-01-12 Josh Stone <jistone@redhat.com>
7469 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7470
7471 * gdb.base/catch-syscall.c (do_execve): New variable.
7472 (main): Conditionally trigger an execve.
7473 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7474 (test_catch_syscall_execve): New, check entry/return across execve.
7475 (do_syscall_tests): Call test_catch_syscall_execve.
7476
7477 2016-01-12 Pedro Alves <palves@redhat.com>
7478
7479 * gdb.base/random-signal.exp (do_test): New procedure, with body
7480 of testcase moved in.
7481
7482 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7483 Pedro Alves <palves@redhat.com>
7484
7485 * gdb.base/funcargs.exp (finish from indirectly called function):
7486 Reintroduce the case for 'First'.
7487
7488 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7489 Pedro Alves <palves@redhat.com>
7490
7491 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7492 (tcatch_vfork_then_child_follow_exec)
7493 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7494 identification.
7495
7496 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7497
7498 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7499 and repeats to unlimited.
7500 * gdb.python/py-value.exp: Likewise.
7501 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7502 and repeats to unlimited.
7503
7504 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7505
7506 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7507 and reordering the functions.
7508 * gdb.multi/hangout.c: Likewise.
7509 * gdb.multi/hello.c: Likewise.
7510
7511 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7512
7513 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7514 absolute.
7515 (SingleStatisticTestResult.report): Use dict.keys instead of
7516 dict.iterkeys.
7517
7518 2016-01-06 Pedro Alves <palves@redhat.com>
7519
7520 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7521
7522 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7523
7524 * gdb.btrace/dlopen.exp: New.
7525 * gdb.btrace/dlopen.c: New.
7526 * gdb.btrace/dlopen-dso.c: New.
7527
7528 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7529
7530 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7531 PATTERN argument is optional.
7532
7533 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7534
7535 * lib/ada.exp (target_compile_ada_from_dir): New function.
7536 (gdb_compile_ada): Reimplement avoiding the use of project files.
7537 * gdb.ada/gnat_ada.gpr: Delete.
7538 * gdb.ada/cond_lang.exp: Adjust test to make path before
7539 filename optional.
7540 * gdb.ada/small_reg_param.exp: Likewise.
7541
7542 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7543
7544 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7545
7546 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7547
7548 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7549 case.
7550
7551 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7552
7553 * gdb.base/break.exp: Remove dead code.
7554 * gdb.base/sepdebug.exp: Likewise.
7555
7556 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7557
7558 * gdb.asm/asm-source.exp: Remove HP-UX references.
7559 * gdb.base/annota1.exp: Likewise.
7560 * gdb.base/annota3.exp: Likewise.
7561 * gdb.base/attach.exp: Likewise.
7562 * gdb.base/bigcore.exp: Likewise.
7563 * gdb.base/break.exp: Likewise.
7564 * gdb.base/call-ar-st.exp: Likewise.
7565 * gdb.base/callfuncs.exp: Likewise.
7566 * gdb.base/catch-fork-static.exp: Likewise.
7567 * gdb.base/display.exp: Likewise.
7568 * gdb.base/foll-exec-mode.exp: Likewise.
7569 * gdb.base/foll-exec.exp: Likewise.
7570 * gdb.base/foll-fork.exp: Likewise.
7571 * gdb.base/foll-vfork.exp: Likewise.
7572 * gdb.base/funcargs.exp: Likewise.
7573 * gdb.base/hbreak2.exp: Likewise.
7574 * gdb.base/inferior-died.exp: Likewise.
7575 * gdb.base/interrupt.exp: Likewise.
7576 * gdb.base/multi-forks.exp: Likewise.
7577 * gdb.base/nodebug.exp: Likewise.
7578 * gdb.base/sepdebug.exp: Likewise.
7579 * gdb.base/solib1.c: Likewise.
7580 * gdb.base/step-test.exp: Likewise.
7581 * gdb.mi/non-stop.c: Likewise.
7582 * gdb.mi/pthreads.c: Likewise.
7583 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7584 * gdb.threads/pthreads.c: Likewise.
7585 * gdb.threads/staticthreads.exp: Likewise.
7586 * lib/future.exp: Likewise.
7587 * lib/gdb.exp: Likewise.
7588 * gdb.base/so-indr-cl.c: Remove.
7589 * gdb.base/so-indr-cl.exp: Likewise.
7590 * gdb.base/solib.c: Likewise.
7591 * gdb.base/solib.exp: Likewise.
7592 * gdb.base/solib2.c: Likewise.
7593
7594 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7595
7596 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7597 * gdb.base/call-ar-st.exp: Likewise.
7598 * gdb.base/callfuncs.exp: Likewise.
7599 * gdb.base/condbreak.exp: Likewise.
7600 * gdb.base/constvars.exp: Likewise.
7601 * gdb.base/hbreak2.exp: Likewise.
7602 * gdb.base/langs.exp: Likewise.
7603 * gdb.base/list.exp: Likewise.
7604 * gdb.base/long_long.exp: Likewise.
7605 * gdb.base/ptype.exp: Likewise.
7606 * gdb.base/scope.exp: Likewise.
7607 * gdb.base/signals.exp: Likewise.
7608 * gdb.base/so-impl-ld.exp: Likewise.
7609 * gdb.base/varargs.exp: Likewise.
7610 * gdb.base/volatile.exp: Likewise.
7611 * gdb.base/whatis.exp: Likewise.
7612 * gdb.cp/cplusfuncs.exp: Likewise.
7613 * gdb.cp/inherit.exp: Likewise.
7614 * gdb.cp/local.exp: Likewise.
7615 * gdb.cp/member-ptr.exp: Likewise.
7616 * gdb.cp/method.exp: Likewise.
7617 * gdb.cp/overload.exp: Likewise.
7618 * gdb.cp/templates.exp: Likewise.
7619 * gdb.stabs/weird.exp: Likewise.
7620 * lib/compiler.c: Likewise.
7621 * lib/compiler.cc: Likewise.
7622 * lib/cp-support.exp: Likewise.
7623 * lib/gdb.exp: Likewise.
7624
7625 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7626
7627 * configure.ac: Remove HP-UX case.
7628 * configure: Regenerate.
7629
7630 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7631
7632 * lib/gdb.exp (gdb_compile): Add function doc.
7633
7634 2015-12-17 Pedro Alves <palves@redhat.com>
7635
7636 PR threads/19354
7637 * gdb.multi/info-threads.exp: New file.
7638
7639 2015-12-15 Yao Qi <yao.qi@linaro.org>
7640
7641 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7642 is aarch64*-*-*.
7643
7644 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7645
7646 * gdb.base/history-duplicates.exp: Skip if no readline support.
7647
7648 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7649
7650 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7651
7652 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7653
7654 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7655
7656 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7657
7658 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7659 ctrl-C if nointerrupts target property is set.
7660 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7661 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7662 * gdb.base/paginate-bg-execution.exp: Likewise.
7663 * gdb.base/paginate-execution-startup.exp: Likewise.
7664 * gdb.base/random-signal.exp: Likewise.
7665 * gdb.base/range-stepping.exp: Likewise.
7666 * gdb.cp/annota2.exp: Likewise.
7667 * gdb.cp/annota3.exp: Likewise.
7668 * gdb.gdb/selftest.exp: Likewise.
7669 * gdb.threads/continue-pending-status.exp: Likewise.
7670 * gdb.threads/leader-exit.exp: Likewise.
7671 * gdb.threads/manythreads.exp: Likewise.
7672 * gdb.threads/pthreads.exp: Likewise.
7673 * gdb.threads/schedlock.exp: Likewise.
7674 * gdb.threads/sigthread.exp: Likewise.
7675
7676 2015-12-11 Don Breazeal <donb@codesourcery.com>
7677
7678 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7679 remote.
7680 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7681 * gdb.base/foll-exec.exp (main): Enable for target remote.
7682 * gdb.base/foll-fork.exp (main): Likewise.
7683 * gdb.base/foll-vfork.exp (main): Likewise.
7684 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7685 (proc continue_to_exit_bp_loc): Use clean_restart.
7686 * gdb.base/pie-execl.exp (main): Disable for target remote.
7687 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7688 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7689 * gdb.threads/execl.exp (main): Likewise.
7690 * gdb.threads/fork-child-threads.exp (main): Likewise.
7691 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7692 remote.
7693 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7694 remote.
7695 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7696 pid.tid style ptids, instead of just tid.
7697 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7698 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7699 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7700 ptids, instead of just tid.
7701
7702 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7703
7704 * gdb.base/list.exp (test_list_forward): Add end of file error
7705 test.
7706 (test_repeat_list_command): Add end of file error test.
7707 (test_list_backwards): Add beginning of file error test.
7708
7709 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7710
7711 * gdb.base/list.exp (test_list_invalid_args): New function,
7712 defined, and called.
7713
7714 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7715
7716 * gdb.base/list.exp (test_list): Make test names unique.
7717
7718 2015-12-11 Yao Qi <yao.qi@linaro.org>
7719
7720 * gdb.base/coremaker2.c: Remove.
7721
7722 2015-12-10 Pedro Alves <palves@redhat.com>
7723
7724 * gdb.multi/base.exp: Remove stale "spaces" references.
7725
7726 2015-12-10 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.multi/base.exp: Don't use nowarnings.
7729 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7730 * gdb.multi/hangout.c: Include stdio.h.
7731 * gdb.multi/hello.c: Include stdlib.h.
7732 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7733 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7734 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7735
7736 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7737
7738 * gdb.dwarf2/dw2-ranges-base.c: New file.
7739 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7740 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7741 support additional line table, and debug ranges generation.
7742 (Dwarf::ranges): New function, generate .debug_ranges.
7743 (Dwarf::lines): Support generating simple line table programs.
7744 (Dwarf::assemble): Initialise new namespace variables.
7745
7746 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7747
7748 * gdb.base/async.exp (proc test_background): Add case for
7749 asynchronous execution not supported.
7750
7751 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7752
7753 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7754 format and change test names to make them unique.
7755
7756 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7757 Pedro Alves <pedro@redhat.com>
7758
7759 PR gdb/18702
7760 Add checking of floatformats setup on x86_64 hosts.
7761 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7762 (smallval, bigval): New labels/constants.
7763 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7764 float" after loading bigval and smallval.
7765
7766 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7767
7768 * gdb.ada/fun_overload_menu.exp: New testcase.
7769 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7770
7771 2015-12-04 Josh Stone <jistone@redhat.com>
7772
7773 * gdb.base/catch-fork-static.exp: New.
7774
7775 2015-12-03 Yao Qi <yao.qi@linaro.org>
7776
7777 * gdb.base/sizeof.c: Don't include stdio.h and
7778 ../lib/unbuffer_output.c.
7779 (main): New variable 'size' and 'value'. Remove printf and
7780 gdb_unbuffer_output. Assign return value to size and value.
7781 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7782 at the beginning.
7783 (check_sizeof): Check the result by printing variable 'size'.
7784 (check_valueof): Check the result by printing variable 'value'.
7785
7786 2015-12-01 Yao Qi <yao.qi@linaro.org>
7787
7788 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7789 for aarch64*-*-linux* target.
7790
7791 2015-11-30 Pedro Alves <palves@redhat.com>
7792
7793 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7794
7795 2015-11-30 Pedro Alves <palves@redhat.com>
7796
7797 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7798 Handle non-stop mode vCont replies.
7799
7800 2015-11-30 Pedro Alves <palves@redhat.com>
7801
7802 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7803 prepare_for_testing. Start gdb with "set non-stop on" appended to
7804 GDBFLAGS. Lax expected stop output.
7805
7806 2015-11-27 Yao Qi <yao.qi@linaro.org>
7807
7808 * gdb.arch/arm-neon.exp: New.
7809 * gdb.arch/arm-neon.c: New.
7810
7811 2015-11-27 Yao Qi <yao.qi@linaro.org>
7812
7813 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7814
7815 2015-11-27 Yao Qi <yao.qi@linaro.org>
7816
7817 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7818 frames-invalid annotation.
7819
7820 2015-11-27 Yao Qi <yao.qi@linaro.org>
7821
7822 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7823
7824 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7825
7826 * gdb.threads/names.exp: New file.
7827 * gdb.threads/names.c: New file.
7828 * README: Mention gdb,no_thread_names.
7829
7830 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7831
7832 PR 19297
7833 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7834 support" error.
7835
7836 2015-11-24 Pedro Alves <palves@redhat.com>
7837
7838 PR 17539
7839 * gdb.base/display.exp: Expect displays to be sorted in ascending
7840 order. Use multi_line.
7841 * gdb.base/solib-display.exp: Likewise.
7842
7843 2015-11-24 Pedro Alves <palves@redhat.com>
7844
7845 PR 17539
7846 * gdb.base/display.exp: Expect displays to be sorted in ascending
7847 order. Use multi_line.
7848 * gdb.base/solib-display.exp: Likewise.
7849
7850 2015-11-24 Pedro Alves <palves@redhat.com>
7851
7852 PR 17539
7853 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7854 threads in ascending order.
7855 * gdb.base/foll-fork.exp: Likewise.
7856 * gdb.base/foll-vfork.exp: Likewise.
7857 * gdb.base/multi-forks.exp: Likewise.
7858 * gdb.mi/mi-nonstop.exp: Likewise.
7859 * gdb.mi/mi-nsintrall.exp: Likewise.
7860 * gdb.multi/base.exp: Likewise.
7861 * gdb.multi/multi-arch.exp: Likewise.
7862 * gdb.python/py-inferior.exp: Likewise.
7863 * gdb.threads/break-while-running.exp: Likewise.
7864 * gdb.threads/execl.exp: Likewise.
7865 * gdb.threads/gcore-thread.exp: Likewise.
7866 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7867 * gdb.threads/kill.exp: Likewise.
7868 * gdb.threads/linux-dp.exp: Likewise.
7869 * gdb.threads/multiple-step-overs.exp: Likewise.
7870 * gdb.threads/next-bp-other-thread.exp: Likewise.
7871 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7872 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7873 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7874 * gdb.threads/thread-find.exp: Likewise.
7875 * gdb.threads/tls.exp: Likewise.
7876 * lib/mi-support.exp (mi_reverse_list): Delete.
7877 (mi_check_thread_states): No longer reverse list.
7878
7879 2015-11-24 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7882 use lowercase.
7883
7884 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7885
7886 * gdb.trace/actions.c: Include trace-common.h.
7887 (main): Add a location for a fast tracepoint.
7888 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7889 the normal tracepoints.
7890 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7891
7892 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7893
7894 * save-trace.exp: Factor out code to these...
7895 (gdb_save_tracepoints): New.
7896 (gdb_load_tracepoints): New.
7897 (do_save_load_test): New.
7898
7899 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7900
7901 * gdb.base/asmlabel.exp: New test.
7902 * gdb.base/asmlabel.c: New test case.
7903
7904 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7905
7906 * gdb.base/wrong_frame_bt_full-main.c: New file.
7907 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7908 * gdb.base/wrong_frame_bt_full.exp: New file.
7909
7910 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7911
7912 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7913
7914 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7915
7916 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7917 pstate register when comparing registers values in
7918 sparc64-*-linux-gnu targets to avoid spurious differences.
7919
7920 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7921
7922 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7923
7924 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7925
7926 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7927 as type argument to gdb_compile.
7928 * gdb.base/nested-subp2.exp: Likewise.
7929 * gdb.base/nested-subp3.exp: Likewise.
7930
7931 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7932
7933 * lib/dwarf.exp (_note): Fix left shift of negative value.
7934 * gdb.trace/trace-condition.exp: Likewise.
7935
7936 2015-11-13 Yao Qi <yao.qi@linaro.org>
7937
7938 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7939 comments about d10v.
7940 (test_scalar_returns): Likewise.
7941 * gdb.base/d10v.ld: Remove.
7942 * gdb.base/overlays.exp: Remove the target triplet checking for
7943 d10v-*-*.
7944 * gdb.base/structs.exp (test_struct_returns): Remove the
7945 comments about d10v.
7946 (test_struct_calls): Likewise.
7947
7948 2015-11-13 Yao Qi <yao.qi@linaro.org>
7949
7950 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7951 * gdb.base/gnu_vector.c: Don't include stdio.h.
7952 (main): Don't print res and call add_some_intvecs.
7953
7954 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7955
7956 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7957 macro.
7958 (func5): Removed.
7959 (func4): Use FAST_TRACEPOINT_LABEL.
7960 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7961 macro.
7962 (func): Removed.
7963 (thread_function): Use FAST_TRACEPOINT_LABEL.
7964 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7965 (func): Remove.
7966 (marker): Use FAST_TRACEPOINT_LABEL.
7967 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7968 (pendfunc1): Remove.
7969 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7970 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7971 (foo): Remove.
7972 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7973 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7974 macro.
7975 (func): Remove.
7976 (marker): Use FAST_TRACEPOINT_LABEL.
7977 * gdb.trace/trace-common.h: New header.
7978 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7979 macro.
7980 (func): Remove.
7981 (marker): Use FAST_TRACEPOINT_LABEL.
7982 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7983 (func): Remove.
7984 (thread_function): Use FAST_TRACEPOINT_LABEL.
7985
7986 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7987
7988 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7989 in front.
7990 * gdb.trace/change-loc.exp: Use global pcreg definition.
7991 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7992 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7993 in front.
7994 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7995 * gdb.trace/pending.exp: Likewise.
7996 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7997 * gdb.trace/trace-break.exp: Likewise.
7998 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7999 in front.
8000 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8001 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8002 in front.
8003 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8004
8005 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8006
8007 * gdb.ada/fin_fun_out: New testcase.
8008
8009 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8010
8011 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8012 value associated with DW_AT_byte_size.
8013 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8014 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8015 DW_AT_upper_bound.
8016
8017 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8018
8019 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8020 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8021 version.
8022 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8023 gdb.dwarf2/dw2-canonicalize-type.exp,
8024 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8025 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8026 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8027 provided by gdb_target_symbol_prefix_flags_asm.
8028 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8029 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8030 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8031 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8032 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8033 macros where needed). Use this macro for symbols which require
8034 the prefix provided by SYMBOL_PREFIX.
8035
8036 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8037
8038 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8039 New procs.
8040 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8041 representing expressions, of more than one list element.
8042 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8043 to prepend linker symbol prefix to f.
8044 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8045 table_1 and table_2.
8046 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8047 Likewise, for f and g.
8048 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8049 for ptr.
8050 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8051 for main.
8052 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8053 table_1_ptr and table_2_ptr.
8054
8055 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8056 Joel Brobecker <brobecker@adacore.com>
8057
8058 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8059
8060 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8061
8062 * gdb.reverse/s390-mvcle.c: New test.
8063 * gdb.reverse/s390-mvcle.exp: New file.
8064 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8065
8066 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8067
8068 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8069
8070 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8071
8072 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8073 reaching marker2.
8074 * gdb.reverse/getresuid-reverse.exp: Likewise.
8075 * gdb.reverse/pipe-reverse.exp: Likewise.
8076 * gdb.reverse/readv-reverse.exp: Likewise.
8077 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8078 * gdb.reverse/time-reverse.exp: Likewise.
8079 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8080
8081 2015-10-30 Yao Qi <yao.qi@linaro.org>
8082
8083 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8084 (empty_cycle): Remove.
8085 (main): Don't call empty_cycle. Don't use watch_count_done.
8086 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8087 empty_cycle. Rewrite the code counting HW watchpoints.
8088
8089 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8090
8091 * gdb.reverse/fstatat-reverse.c: New test.
8092 * gdb.reverse/fstatat-reverse.exp: New file.
8093 * gdb.reverse/getresuid-reverse.c: New test.
8094 * gdb.reverse/getresuid-reverse.exp: New file.
8095 * gdb.reverse/pipe-reverse.c: New test.
8096 * gdb.reverse/pipe-reverse.exp: New file.
8097 * gdb.reverse/readv-reverse.c: New test.
8098 * gdb.reverse/readv-reverse.exp: New file.
8099 * gdb.reverse/recvmsg-reverse.c: New test.
8100 * gdb.reverse/recvmsg-reverse.exp: New file.
8101 * gdb.reverse/time-reverse.c: New test.
8102 * gdb.reverse/time-reverse.exp: New file.
8103 * gdb.reverse/waitpid-reverse.c: New test.
8104 * gdb.reverse/waitpid-reverse.exp: New file.
8105
8106 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8107
8108 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8109
8110 2015-10-26 Doug Evans <dje@google.com>
8111
8112 PR symtab/17391
8113 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8114 * gdb.dwarf2/bad-regnum.c: New file.
8115 * gdb.dwarf2/bad-regnum.exp: New file.
8116
8117 2015-10-26 Doug Evans <dje@google.com>
8118
8119 PR python/18938
8120 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8121 file.
8122
8123 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8124
8125 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8126 for a change by "Mention language in compile error message".
8127
8128 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8129
8130 PR python/18073
8131 * gdb.python/py-type.c (C::a_method): New.
8132 (C::a_const_method): New.
8133 (C::a_static_method): New.
8134 (a_function): New.
8135 * gdb.python/py-type.exp (test_fields): Test getting fields
8136 from function and method.
8137
8138 2015-10-21 Keven Boell <keven.boell@intel.com>
8139
8140 * gdb.fortran/vla-alloc-assoc.exp: New file.
8141 * gdb.fortran/vla-datatypes.exp: New file.
8142 * gdb.fortran/vla-datatypes.f90: New file.
8143 * gdb.fortran/vla-history.exp: New file.
8144 * gdb.fortran/vla-ptype-sub.exp: New file.
8145 * gdb.fortran/vla-ptype.exp: New file.
8146 * gdb.fortran/vla-sizeof.exp: New file.
8147 * gdb.fortran/vla-sub.f90: New file.
8148 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8149 * gdb.fortran/vla-value-sub-finish.exp: New file.
8150 * gdb.fortran/vla-value-sub.exp: New file.
8151 * gdb.fortran/vla-value.exp: New file.
8152 * gdb.fortran/vla-ptr-info.exp: New file.
8153 * gdb.mi/mi-vla-fortran.exp: New file.
8154 * gdb.mi/vla.f90: New file.
8155
8156 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8157
8158 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8159 of hardwired timeout value.
8160
8161 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8162 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8165 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8166
8167 2015-10-19 Josh Stone <jistone@redhat.com>
8168
8169 * gdb.base/catch-syscall.c: Include <sched.h>.
8170 (unknown_syscall): New variable.
8171 (main): Trigger a vfork and an unknown syscall.
8172 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8173 (unknown_syscall_number): Likewise.
8174 (check_call_to_syscall): Accept an optional syscall pattern.
8175 (check_return_from_syscall): Likewise.
8176 (check_continue): Likewise.
8177 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8178 (test_catch_syscall_skipping_return): New test toggling off 'catch
8179 syscall' to step over the syscall return, then toggling back on.
8180 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8181 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8182 (do_syscall_tests): Call test_catch_syscall_without_args and
8183 test_catch_syscall_mid_vfork.
8184 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8185 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8186
8187 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8188
8189 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8190 print g_vE): Add new pass patterns.
8191 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8192 print various symbol names for vptr fields.
8193
8194 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8195
8196 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8197 results.
8198
8199 2015-10-12 Yao Qi <yao.qi@linaro.org>
8200
8201 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8202
8203 2015-10-12 Yao Qi <yao.qi@linaro.org>
8204
8205 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8206 is aarch64*-*-linux*.
8207
8208 2015-10-12 Yao Qi <yao.qi@linaro.org>
8209
8210 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8211 (can_relocate_bcond_true): ... it.
8212 (can_relocate_bcond_false): New function.
8213 (foo): Likewise.
8214 (can_relocate_bl): Likewise.
8215 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8216 can_relocate_bl.
8217
8218 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8219
8220 * gdb.base/nested-addr.c: New file.
8221 * gdb.base/nested-addr.exp: New testcase.
8222
8223 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8224
8225 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8226 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8227 its output. Ignore the output of "record goto begin" and instead
8228 check that GDB is replaying.
8229
8230 2015-10-09 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8233 (top level): Use it in the run with no args test.
8234
8235 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8236
8237 * gdb.dlang/properties.exp: New file.
8238
8239 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8240
8241 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8242 whether or not address 0x1000 is mapped on the target.
8243
8244 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8247 build.
8248
8249 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8250
8251 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8252 instruction-history test.
8253
8254 2015-09-28 Doug Evans <dje@google.com>
8255
8256 * gdb.base/gcore.c (array_func): Add reference to static_array.
8257
8258 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8259
8260 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8261 source line.
8262
8263 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8264
8265 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8266 short or char as base type.
8267
8268 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8269
8270 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8271 to allow any size enum.
8272
8273 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8274
8275 * gdb.ada/array_ptr_renaming.exp: New testcase.
8276 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8277 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8278
8279 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8280
8281 * gdb.trace/ftrace-lock.c: New file.
8282 * gdb.trace/ftrace-lock.exp: New file.
8283
8284 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8285
8286 * gdb.arch/insn-reloc.c: New file.
8287 * gdb.arch/ftrace-insn-reloc.exp: New file.
8288
8289 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8290
8291 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8292 instruction.
8293 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8294 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8295 * gdb.trace/range-stepping.c: Likewise.
8296 * gdb.trace/trace-break.c: Likewise.
8297 * gdb.trace/trace-mt.c (thread_function): Likewise.
8298 * gdb.trace/ftrace.c (marker): Likewise.
8299 * gdb.trace/trace-condition.c (marker): Likewise.
8300 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8301 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8302 is_aarch64_target.
8303
8304 2015-09-18 Doug Evans <xdje42@gmail.com>
8305
8306 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8307 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8308
8309 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8310
8311 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8312 the breakpoint.
8313
8314 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8315
8316 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8317 the pending breakpoint. Remove timeout override for "Run till
8318 MI pending breakpoint on pendfunc3 on thread 2" test.
8319
8320 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8321
8322 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8323 filename pattern.
8324
8325 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8326
8327 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8328 in breakpoint filename pattern.
8329
8330 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8331
8332 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8333
8334 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8335
8336 * gdb.linespec/explicit.exp: Check for readline support for
8337 tab-completion tests. Fix obvious typo.
8338
8339 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8340
8341 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8342 and replay.
8343
8344 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8345
8346 * gdb.btrace/non-stop.c: New.
8347 * gdb.btrace/non-stop.exp: New.
8348
8349 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8350 Yao Qi <yao.qi@linaro.org>
8351
8352 * gdb.trace/trace-condition.c: New file.
8353 * gdb.trace/trace-condition.exp: New file.
8354
8355 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8356
8357 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8358 for testing bytecode compilation.
8359
8360 2015-09-16 Pedro Alves <palves@redhat.com>
8361 Sandra Loosemore <sandra@codesourcery.com>
8362
8363 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8364 (SECONDS): Redefine.
8365 (main): Call pthread_kill and alarm early.
8366 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8367 support.
8368 (test): If the target can't hardware step and doesn't support
8369 displaced stepping, increase the timeout.
8370
8371 2015-09-16 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8374 (enable_debug): New procedures.
8375 (test): Use them. Bail out if waiting for threads fails.
8376 (top level): Bail out if a test fails.
8377
8378 2015-09-16 Yao Qi <yao.qi@linaro.org>
8379
8380 * gdb.asm/asm-source.exp: Set asm-arch for
8381 aarch64*-*-* target.
8382 * gdb.asm/aarch64.inc: New file.
8383
8384 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8385
8386 * gdb.ada/array_of_variable_length.exp: New testcase.
8387 * gdb.ada/array_of_variable_length/foo.adb: New file.
8388 * gdb.ada/array_of_variable_length/pck.adb: New file.
8389 * gdb.ada/array_of_variable_length/pck.ads: New file.
8390
8391 2015-09-15 Doug Evans <dje@google.com>
8392
8393 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8394 of function static local variable.
8395
8396 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8397
8398 * gdb.threads/tls-so_extern.exp: New test file.
8399 * gdb.threads/tls-so_extern.c: New test file.
8400 * gdb.threads/tls-so_extern_main.c: New test file.
8401
8402 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8403
8404 * gdb.opt/solib-intra-step-lib.c: New file.
8405 * gdb.opt/solib-intra-step-main.c: New file.
8406 * gdb.opt/solib-intra-step.exp: New file.
8407
8408 2015-09-15 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8411 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8412
8413 2015-09-14 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.base/hook-stop-continue.c: Delete.
8416 * gdb.base/hook-stop-continue.exp: Delete.
8417 * gdb.base/hook-stop-frame.c: Delete.
8418 * gdb.base/hook-stop-frame.exp: Delete.
8419 * gdb.base/hook-stop.c: New file.
8420 * gdb.base/hook-stop.exp: New file.
8421
8422 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8423
8424 * gdb.ada/access_to_packed_array.exp: New testcase.
8425 * gdb.ada/access_to_packed_array/foo.adb: New file.
8426 * gdb.ada/access_to_packed_array/pack.adb: New file.
8427 * gdb.ada/access_to_packed_array/pack.ads: New file.
8428
8429 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8430
8431 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8432 buffer size test.
8433
8434 2015-09-11 Don Breazeal <donb@codesourcery.com>
8435
8436 * gdb.base/foll-exec.c: Add copyright header. Fix
8437 formatting issues.
8438 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8439 (do_exec_tests): Use clean_restart in place of zap_session,
8440 and for test initialization. Fix formatting issues. Use
8441 fail in place of perror.
8442 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8443 an expect statement to match an expression with output from
8444 the program under debug.
8445 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8446 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8447 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8448 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8449 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8450
8451 2015-09-09 Doug Evans <dje@google.com>
8452
8453 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8454
8455 2015-09-09 Doug Evans <dje@google.com>
8456
8457 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8458
8459 2015-09-09 Doug Evans <dje@google.com>
8460
8461 * gdb.base/savedregs.exp: Fix typo.
8462
8463 2015-09-09 Pedro Alves <palves@redhat.com>
8464
8465 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8466
8467 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8468
8469 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8470 command actually switches threads. Give up on remaining
8471 tests if target fails to stop at breakpoint.
8472
8473 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8474
8475 * gdb.ada/funcall_char.exp: New testcase.
8476 * gdb.ada/funcall_char/foo.adb: New file.
8477
8478 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8479
8480 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8481 expected outputs. Add two testcases for completing ambiguous
8482 functions.
8483 * gdb.ada/complete/aux_pck.adb: New file.
8484 * gdb.ada/complete/aux_pck.ads: New file.
8485 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8486 Ambiguous_Func functions.
8487 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8488 * gdb.ada/complete/pck.adb: Likewise.
8489
8490 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8491
8492 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8493 failures to run the test program under GDB.
8494
8495 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8496
8497 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8498 to C.
8499
8500 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8501
8502 * gdb.base/run-after-attach.exp: New test file.
8503 * gdb.base/run-after-attach.c: New test file.
8504
8505 2015-08-26 Don Breazeal <donb@codesourcery.com>
8506
8507 * gdb.base/foll-exec-2.c: New test program.
8508 * gdb.base/foll-exec-2.exp: New test.
8509
8510 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8511
8512 * gdb.base/nested-subp1.exp: New file.
8513 * gdb.base/nested-subp1.c: New file.
8514 * gdb.base/nested-subp2.exp: New file.
8515 * gdb.base/nested-subp2.c: New file.
8516 * gdb.base/nested-subp3.exp: New file.
8517 * gdb.base/nested-subp3.c: New file.
8518
8519 2015-08-24 Pedro Alves <palves@redhat.com>
8520
8521 * gdb.server/connect-without-multi-process.c: New file.
8522 * gdb.server/connect-without-multi-process.exp: New file.
8523
8524 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8525
8526 * gdb.opt/inline-markers.c: Make z int.
8527
8528 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8529
8530 * gdb.opt/inline-markers.c: Make z volatile.
8531
8532 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8533
8534 * gdb.opt/inline-bt.c: New volatile global z.
8535 * gdb.opt/inline-cmds.c: Likewise.
8536 * gdb.opt/inline-locals.c: Likewise.
8537 * gdb.opt/inline-markers.c: New extern global z.
8538 (marker): Use z.
8539 (inline_fn): Likewise.
8540
8541 2015-08-24 Pedro Alves <palves@redhat.com>
8542
8543 * config/m32r-stub.exp: Remove file.
8544 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8545 * gdb.base/call-rt-st.exp: Likewise.
8546 * gdb.base/call-strs.exp: Likewise.
8547 * gdb.base/default.exp: Remove references to h8300-*-hms and
8548 *-*-udi*.
8549 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8550
8551 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8552
8553 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8554 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8555 and "return" use KFAIL when GDB can not read/write the vector
8556 return value.
8557
8558 2015-08-21 Gary Benson <gbenson@redhat.com>
8559
8560 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8561
8562 2015-08-20 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.server/solib-list.exp: No longer expect an interior stop in
8565 non-stop mode.
8566
8567 2015-08-20 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.server/connect-stopped-target.c: New file.
8570 * gdb.server/connect-stopped-target.exp: New file.
8571
8572 2015-08-20 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.dwarf2/comp-unit-lang.exp: New file.
8575 * gdb.dwarf2/comp-unit-lang.c: New file.
8576
8577 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8578
8579 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8580 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8581
8582 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8583
8584 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8585 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8586
8587 2015-08-18 Doug Evans <dje@google.com>
8588 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8589
8590 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8591 skip_python_tests. New arg prompt_regexp.
8592 (skip_python_tests): New function.
8593 * lib/mi-support.exp (mi_skip_python_tests): New function.
8594 * gdb.python/py-mi-objfile-gdb.py: New file.
8595 * gdb.python/py-mi-objfile.c: New file.
8596 * gdb.python/py-mi-objfile.exp: New file.
8597
8598 2015-08-17 Keith Seitz <keiths@redhat.com>
8599
8600 * gdb.linespec/explicit.exp: Move strace test from here ...
8601 * gdb.trace/strace.exp: ... to here.
8602
8603 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8604
8605 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8606 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8607
8608 2015-08-14 Doug Evans <xdje42@gmail.com>
8609
8610 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8611 inferior before selecting a new file.
8612
8613 2015-08-14 Doug Evans <xdje42@gmail.com>
8614
8615 * gdb.mi/mi-disassemble.exp: Update.
8616 * gdb.base/disasm-optim.S: New file.
8617 * gdb.base/disasm-optim.c: New file.
8618 * gdb.base/disasm-optim.h: New file.
8619 * gdb.base/disasm-optim.exp: New file.
8620
8621 2015-08-14 Keith Seitz <keiths@redhat.com>
8622
8623 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8624 "evaluated-by".
8625
8626 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8627
8628 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8629
8630 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8631
8632 * gdb.ada/fun_renaming.exp: New testcase.
8633 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8634 * gdb.ada/fun_renaming/pack.adb: New file.
8635 * gdb.ada/fun_renaming/pack.ads: New file.
8636
8637 2015-08-12 Keith Seitz <keiths@redhat.com>
8638
8639 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8640 gdb_get_line_number.
8641
8642 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8643
8644 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8645 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8646 gdb.base/dso2dso.exp: New files.
8647
8648 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8649 Pedro Alves <palves@redhat.com>
8650 Keith Seitz <keiths@redhat.com>
8651
8652 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8653 GDBFLAGS.
8654
8655 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8656
8657 * gdb.base/gdbhistsize-history.exp
8658 (test_histsize_history_setting): Use save_vars.
8659 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8660 Use save_vars.
8661 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8662 * gdb.base/readline.exp: Use save_vars.
8663
8664 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8665
8666 * lib/gdb.exp (save_vars): New proc.
8667
8668 2015-08-11 Keith Seitz <keiths@redhat.com>
8669
8670 * gdb.base/help.exp: Update help_breakpoint_text.
8671
8672 2015-08-11 Keith Seitz <keiths@redhat.com>
8673
8674 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8675 (at toplevel): Call test_explicit_breakpoints.
8676 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8677 breakpoints.
8678 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8679 breakpoint conditions, "-cond".
8680
8681 2015-08-11 Keith Seitz <keiths@redhat.com>
8682
8683 * gdb.linespec/3explicit.c: New file.
8684 * gdb.linespec/cpexplicit.cc: New file.
8685 * gdb.linespec/cpexplicit.exp: New file.
8686 * gdb.linespec/explicit.c: New file.
8687 * gdb.linespec/explicit.exp: New file.
8688 * gdb.linespec/explicit2.c: New file.
8689 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8690 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8691 before using in the matching pattern.
8692 Clarify that `prefix' is a regular expression.
8693
8694 2015-08-11 Keith Seitz <keiths@redhat.com>
8695
8696 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8697 test.
8698 Add tests for missing ",FMT" and ",".
8699
8700 2015-08-10 Doug Evans <dje@google.com>
8701 Keith Seitz <keiths@redhat.com>
8702
8703 PR gdb/17960
8704 * gdb.base/completion.exp: Add location completer tests.
8705
8706 2015-08-07 Pedro Alves <palves@redhat.com>
8707
8708 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8709 tests here.
8710 (top level): Run do_test with and without displaced stepping.
8711
8712 2015-08-07 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.base/valgrind-disp-step.c: New file.
8715 * gdb.base/valgrind-disp-step.exp: New file.
8716
8717 2015-08-07 Pedro Alves <palves@redhat.com>
8718
8719 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8720 Delete function.
8721 (main): Add alarm. Run an infinite loop instead of calling
8722 wait_threads.
8723 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8724 comment.
8725 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8726 Delete function.
8727 (main): Add alarm. Run an infinite loop instead of calling
8728 wait_threads.
8729 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8730 comment.
8731
8732 2015-08-07 Pedro Alves <palves@redhat.com>
8733
8734 * gdb.base/checkpoint-ns.exp: New file.
8735 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8736 standard_testfile.
8737
8738 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8739
8740 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8741 * gdb.btrace/instruction_history.exp: Update.
8742 * gdb.btrace/tsx.exp: New.
8743 * gdb.btrace/tsx.c: New.
8744
8745 2015-08-06 Pedro Alves <palves@redhat.com>
8746
8747 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8748 increase timeout.
8749 * gdb.reverse/until-precsave.exp: Bump timeouts.
8750
8751 2015-08-06 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8754
8755 2015-08-06 Pedro Alves <palves@redhat.com>
8756
8757 PR gdb/18749
8758 * gdb.threads/process-dies-while-handling-bp.c: New file.
8759 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8760
8761 2015-08-06 Pedro Alves <palves@redhat.com>
8762
8763 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8764 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8765
8766 2015-08-05 Pedro Alves <palves@redhat.com>
8767
8768 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8769 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8770
8771 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8772
8773 * gdb.base/bp-permanent.exp: Report test as unsupported if
8774 the target cannot stop at the permanent breakpoint.
8775
8776 2015-08-03 Doug Evans <dje@google.com>
8777
8778 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8779 10000.
8780
8781 2015-08-03 Doug Evans <dje@google.com>
8782
8783 * Makefile.in (workers/%.worker, build-perf): New rule.
8784 (GDB_PERFTEST_MODE): New variable.
8785 (check-perf): Use it.
8786 (clean): Clean up gdb.perf parallel build subdirs.
8787 * lib/build-piece.exp: New file.
8788 * lib/gdb.exp (make_gdb_parallel_path): New function
8789 (standard_output_file, standard_temp_file): Call it.
8790 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8791 of $GDB_PARALLEL.
8792 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8793
8794 2015-08-03 Doug Evans <dje@google.com>
8795
8796 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8797 (LOG_FILE_NAME): New global.
8798 (TextReporter.__init__): Initialize self.txt_sum.
8799 (TextReporter.report): Add support for multiple data-points.
8800 Move report to perftest.sum, put raw data in perftest.log.
8801 (TextReporter.start): Open sum and log files.
8802 (TextReporter.end): Close sum and log files.
8803 * gdb.perf/lib/perftest/testresult.py
8804 (SingleStatisticTestResult.record): Handle multiple data-points.
8805
8806 2015-07-31 Pedro Alves <palves@redhat.com>
8807
8808 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8809 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8810 kill_wait_spawned_process instead of explicit "kill -9".
8811 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8812 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8813 kill_wait_spawned_process.
8814 * gdb.base/attach-twice.exp: Likewise.
8815 * gdb.base/attach.exp: Likewise.
8816 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8817 gdb_test_multiple.
8818 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8819 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8820 kill_wait_spawned_process.
8821 * gdb.base/valgrind-infcall.exp: Likewise.
8822 * gdb.multi/multi-attach.exp: Likewise.
8823 * gdb.python/py-prompt.exp: Likewise.
8824 * gdb.python/py-sync-interp.exp: Likewise.
8825 * gdb.server/ext-attach.exp: Likewise.
8826 * gdb.threads/attach-into-signal.exp (corefunc): Use
8827 spawn_wait_for_attach, spawn_id_get_pid and
8828 kill_wait_spawned_process.
8829 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8830 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8831 spawn_id_get_pid and kill_wait_spawned_process.
8832 * gdb.threads/attach-stopped.exp (corefunc): Use
8833 spawn_wait_for_attach, spawn_id_get_pid and
8834 kill_wait_spawned_process.
8835 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8836 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8837 kill_wait_spawned_process instead of explicit "kill -9".
8838 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8839 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8840 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8841 processes. Don't map cygwin/windows pids here. Now returns a
8842 spawn id list.
8843
8844 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8845
8846 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8847 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8848 correct patch.
8849
8850 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8851
8852 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8853
8854 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8855
8856 Reapply:
8857 2014-05-21 Mark Wielaard <mjw@redhat.com>
8858
8859 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8860
8861 2015-07-30 Pedro Alves <palves@redhat.com>
8862
8863 * linux-low.c (handle_extended_wait): Set the child's last
8864 reported status to TARGET_WAITKIND_STOPPED.
8865
8866 2015-07-30 Pedro Alves <palves@redhat.com>
8867
8868 PR threads/18600
8869 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8870 only shows inferior 1.
8871
8872 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8873 Pedro Alves <palves@redhat.com>
8874
8875 PR threads/18600
8876 * gdb.threads/fork-plus-threads.c: New file.
8877 * gdb.threads/fork-plus-threads.exp: New file.
8878
8879 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8880
8881 * gdb.base/batch-preserve-term-settings.exp
8882 (test_terminal_settings_preserved_after_cli_exit): Use
8883 send_quit_command.
8884
8885 2015-07-29 Pedro Alves <palves@redhat.com>
8886 Don Breazeal <donb@codesourcery.com>
8887
8888 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8889 output from both inferior_spawn_id and gdb_spawn_id.
8890
8891 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8892
8893 * gdb.threads/attach-into-signal.exp (corefunc): Use
8894 with_test_prefix on nested loops, uniquefying the test messages.
8895
8896 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8897
8898 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8899 commit.
8900
8901 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8902
8903 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8904 New proc.
8905 (test_terminal_settings_preserved_after_sigterm): New test.
8906
8907 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8908
8909 * gdb.base/batch-preserve-term-settings.exp
8910 (test_terminal_settings_preserved_after_cli_exit): New test.
8911
8912 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8913
8914 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8915 manipulation of saved_gdbflags.
8916 (test_terminal_settings_preserved): Remove global declaration of
8917 the unused variable pagination_prompt. Remove manipulation of
8918 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8919 GDBFLAGS.
8920
8921 2015-07-29 Pedro Alves <palves@redhat.com>
8922
8923 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8924
8925 2015-07-29 Pedro Alves <palves@redhat.com>
8926
8927 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8928 at the top.
8929
8930 2015-07-29 Pedro Alves <palves@redhat.com>
8931
8932 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8933 (main): Call gdb_unbuffer_output.
8934 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8935 (main): Call gdb_unbuffer_output.
8936 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8937 (main): Call gdb_unbuffer_output.
8938 * gdb.base/call-strs.exp: Adjust to step over the
8939 gdb_unbuffer_output call.
8940 * gdb.base/catch-gdb-caused-signals.c: Include
8941 "../lib/unbuffer_output.c".
8942 (main): Call gdb_unbuffer_output.
8943 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8944 (main): Call gdb_unbuffer_output.
8945 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8946 (main): Call gdb_unbuffer_output.
8947 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8948 (main): Call gdb_unbuffer_output.
8949 * gdb.base/shlib-call.exp: Adjust to step over the
8950 gdb_unbuffer_output call.
8951 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8952 (main): Call gdb_unbuffer_output.
8953 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8954 (main): Call gdb_unbuffer_output.
8955 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8956 (main): Rename to ...
8957 (test): ... this.
8958 (main): Reimplement.
8959 * gdb.base/varargs.exp: Run to test instead of to main.
8960 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8961 (main): Call gdb_unbuffer_output.
8962
8963 2015-07-29 Pedro Alves <palves@redhat.com>
8964
8965 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8966 factore out from mi_continue_dprintf. For call-style dprintfs,
8967 expect dprintf output out of $inferior_spawn_id.
8968 (mi_continue_dprintf): Use mi_expect_dprintf.
8969 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8970 (main): Call gdb_unbuffer_output.
8971
8972 2015-07-29 Pedro Alves <palves@redhat.com>
8973
8974 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8975 (default_mi_gdb_start): Set inferior_spawn_id instead of
8976 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8977 gdb_spawn_id.
8978 (mi_gdb_test): Always expect inferior output from both
8979 $inferior_spawn_id and $gdb_spawn_id.
8980
8981 2015-07-29 Pedro Alves <palves@redhat.com>
8982
8983 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8984 send_inferior and $inferior_spawn_id.
8985
8986 2015-07-29 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.gdb/complaints.exp (test_initial_complaints)
8989 (test_serial_complaints, test_short_complaints): Use
8990 gdb_test_stdio.
8991 (test_empty_complaint): Handle $inferior_spawn_id !=
8992 $gdb_spawn_id.
8993
8994 2015-07-29 Pedro Alves <palves@redhat.com>
8995
8996 * gdb.base/varargs.exp: Use gdb_test_stdio.
8997
8998 2015-07-29 Pedro Alves <palves@redhat.com>
8999
9000 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9001
9002 2015-07-29 Pedro Alves <palves@redhat.com>
9003
9004 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9005
9006 2015-07-29 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9009 parameter into two new parameters, "inf_result" and "gdb_result".
9010 Expect inferior output and gdb output from $inferior_spawn_id and
9011 $gdb_spawn_id, respectively. Adjust all callers.
9012
9013 2015-07-29 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9016 of gdb_test_sequence.
9017
9018 2015-07-29 Pedro Alves <palves@redhat.com>
9019
9020 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9021 (saw_spurious_output): Expect inferior output from
9022 $inferior_spawn_id. Use gdb_test_stdio.
9023
9024 2015-07-29 Pedro Alves <palves@redhat.com>
9025
9026 * gdb.base/dprintf.exp: Use standard_testfile. Change
9027 prepare_for_testing call.
9028 (srcfile): Don't set.
9029 (restart): New procedure.
9030 (test_dprintf): New procecure, use to continue over dprintfs.
9031 (test_call, test_agent): New procedures, tests moved here.
9032 Restart gdb and recreate dprintfs. Adjust expected output.
9033
9034 2015-07-29 Pedro Alves <palves@redhat.com>
9035
9036 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9037
9038 2015-07-29 Pedro Alves <palves@redhat.com>
9039
9040 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9041
9042 2015-07-29 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9045 gdb_test_stdio.
9046
9047 2015-07-29 Pedro Alves <palves@redhat.com>
9048
9049 * lib/gdb.exp (gdb_test_stdio): New procedure.
9050
9051 2015-07-29 Pedro Alves <palves@redhat.com>
9052
9053 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9054
9055 2015-07-29 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.base/call-signal-resume.exp: Remove check for
9058 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9059 * gdb.base/unwindonsignal.exp: Likewise.
9060 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9061 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9062
9063 2015-07-29 Pedro Alves <palves@redhat.com>
9064
9065 * gdb.base/siginfo-addr.c (pass): New function.
9066 (handler): Call it iff si_addr is correct.
9067 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9068 Set a breakpoint at "pass" and continue to it.
9069
9070 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9071
9072 * gdb.python/py-objfile.exp: Make some tests have unique names.
9073 * gdb.python/py-pp-registration.exp: Likewise.
9074
9075 2015-07-28 Pedro Alves <palves@redhat.com>
9076
9077 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9078
9079 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9080
9081 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9082
9083 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9084
9085 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9086
9087 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9088
9089 * gdb.base/gdb-sigterm-2.exp: New test.
9090
9091 2015-07-25 Doug Evans <xdje42@gmail.com>
9092
9093 Revert:
9094 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9095 (workers/%.worker, build-perf): New rule.
9096 (GDB_PERFTEST_MODE): New variable.
9097 (check-perf): Use it.
9098 (clean): Clean up gdb.perf parallel build subdirs.
9099 * lib/build-piece.exp: New file.
9100 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9101 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9102 name.
9103 (standard_temp_file): Ditto.
9104 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9105 of $GDB_PARALLEL.
9106
9107 2015-07-24 Doug Evans <dje@google.com>
9108
9109 * gdb.perf/lib/perftest/utils.py: New file.
9110 * gdb.perf/gm-hello.cc: New file.
9111 * gdb.perf/gm-pervasive-typedef.cc: New file.
9112 * gdb.perf/gm-pervasive-typedef.h: New file.
9113 * gdb.perf/gm-std.cc: New file.
9114 * gdb.perf/gm-std.h: New file.
9115 * gdb.perf/gm-use-cerr.cc: New file.
9116 * gdb.perf/gm-utils.h: New file.
9117 * gdb.perf/gmonster-null-lookup.py: New file.
9118 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9119 * gdb.perf/gmonster-print-cerr.py: New file.
9120 * gdb.perf/gmonster-ptype-string.py: New file.
9121 * gdb.perf/gmonster-runto-main.py: New file.
9122 * gdb.perf/gmonster-select-file.py: New file.
9123 * gdb.perf/gmonster1-null-lookup.exp: New file.
9124 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9125 * gdb.perf/gmonster1-print-cerr.exp: New file.
9126 * gdb.perf/gmonster1-ptype-string.exp: New file.
9127 * gdb.perf/gmonster1-runto-main.exp: New file.
9128 * gdb.perf/gmonster1-select-file.exp: New file.
9129 * gdb.perf/gmonster1.cc: New file.
9130 * gdb.perf/gmonster1.exp: New file.
9131 * gdb.perf/gmonster2-null-lookup.exp: New file.
9132 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9133 * gdb.perf/gmonster2-print-cerr.exp: New file.
9134 * gdb.perf/gmonster2-ptype-string.exp: New file.
9135 * gdb.perf/gmonster2-runto-main.exp: New file.
9136 * gdb.perf/gmonster2-select-file.exp: New file.
9137 * gdb.perf/gmonster2.cc: New file.
9138 * gdb.perf/gmonster2.exp: New file.
9139
9140 2015-07-24 Doug Evans <dje@google.com>
9141
9142 * gdb.perf/README: New file.
9143 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9144 * lib/gen-perf-test.exp: New file.
9145
9146 2015-07-24 Doug Evans <dje@google.com>
9147
9148 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9149 (PerfTest::startup): New function.
9150 (PerfTest::run): Return result of calling body.
9151 (PerfTest::assemble): Rewrite.
9152 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9153 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9154 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9155 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9156 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9157
9158 2015-07-24 Doug Evans <dje@google.com>
9159
9160 * lib/gdb.exp (clean_restart): Make executable optional.
9161
9162 2015-07-24 Doug Evans <dje@google.com>
9163
9164 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9165 compiler_info references.
9166 * gdb.cp/temargs.exp: Ditto.
9167 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9168 (get_compiler_info): Early exit if already computed. Set compiler_info
9169 to "unknown" if there was a problem.
9170 (test_compiler_info): Add function comment. Call get_compiler_info.
9171
9172 2015-07-24 Doug Evans <dje@google.com>
9173
9174 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9175 (workers/%.worker, build-perf): New rule.
9176 (GDB_PERFTEST_MODE): New variable.
9177 (check-perf): Use it.
9178 (clean): Clean up gdb.perf parallel build subdirs.
9179 * lib/build-piece.exp: New file.
9180 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9181 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9182 name.
9183 (standard_temp_file): Ditto.
9184 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9185 of $GDB_PARALLEL.
9186
9187 2015-07-24 Doug Evans <dje@google.com>
9188
9189 * lib/future.exp (gdb_default_target_compile): New option
9190 "early_flags".
9191 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9192 --as-needed.
9193
9194 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9195
9196 * gdb.base/catch-syscall.exp: Call gdb_exit before
9197 gdb_skip_xml_test.
9198
9199 2015-07-24 Pedro Alves <palves@redhat.com>
9200
9201 * gdb.python/py-events.exp: Accept output between the stop event
9202 and the prompt.
9203 * gdb.python/py-evsignal.exp: Likewise.
9204 * gdb.python/py-evthreads.exp: Likewise.
9205
9206 2015-07-24 Pedro Alves <palves@redhat.com>
9207
9208 PR gdb/18717
9209 * gdb.threads/non-ldr-exit.c: New file.
9210 * gdb.threads/non-ldr-exit.exp: New file.
9211
9212 2015-07-24 Yao Qi <yao.qi@linaro.org>
9213
9214 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9215 restarting process.
9216
9217 2015-07-24 Yao Qi <yao.qi@linaro.org>
9218
9219 * gdb.server/ext-restart.exp: New file.
9220
9221 2015-07-24 Yao Qi <yao.qi@linaro.org>
9222
9223 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9224 argument options.
9225 * gdb.server/ext-wrapper.exp: New file.
9226
9227 2015-07-23 Doug Evans <dje@google.com>
9228
9229 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9230 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9231
9232 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9233
9234 * gdb.ada/var_arr_typedef.exp: New testcase.
9235 * gdb.ada/var_arr_typedef/pack.adb: New file.
9236 * gdb.ada/var_arr_typedef/pack.ads: New file.
9237 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9238
9239 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9240
9241 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9242
9243 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9244
9245 * gdb.arch/i386-biarch-core.exp: Replace istarget
9246 by "complete set gnutarget". Remove expectation for the "core-file"
9247 command.
9248
9249 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9250
9251 Revert the previous commit:
9252 Tests for validate symbol file using build-id.
9253
9254 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9255
9256 Tests for validate symbol file using build-id.
9257 * gdb.base/solib-mismatch-lib.c: New file.
9258 * gdb.base/solib-mismatch-libmod.c: New file.
9259 * gdb.base/solib-mismatch.c: New file.
9260 * gdb.base/solib-mismatch.exp: New file.
9261
9262 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9263
9264 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9265 nios2-*-linux*.
9266 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9267 * gdb.base/siginfo.exp: Likewise.
9268 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9269
9270 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9271
9272 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9273 Move it to ...
9274 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9275 ... here.
9276 * gdb.trace/range-stepping.exp: Check that the target supports
9277 range stepping.
9278
9279 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9280
9281 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9282
9283 2015-07-14 Pedro Alves <palves@redhat.com>
9284
9285 * gdb.base/killed-outside.exp: New file.
9286 * gdb.base/killed-outside.c: New file.
9287
9288 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9289
9290 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9291 (n at main): New.
9292 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9293
9294 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9295
9296 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9297 infcall tests instead of setting up for KFAIL.
9298
9299 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9300
9301 * gdb.btrace/record_goto-step.exp: New.
9302
9303 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9304
9305 PR compile/18484
9306 * gdb.compile/compile.c (struct struct_type): Add volatile to
9307 selffield's type.
9308 * gdb.compile/compile.exp
9309 (compile code struct_object.selffield = &struct_object): Skip further
9310 struct_object tests if this one xfails.
9311
9312 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9313
9314 PR exp/18617
9315 * gdb.trace/ax.exp: Add test.
9316
9317 2015-07-07 Yao Qi <yao.qi@linaro.org>
9318
9319 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9320 instead of istarget "aarch64*-*-*".
9321 * gdb.arch/aarch64-fp.exp: Likewise.
9322 * gdb.base/float.exp: Likewise.
9323 * gdb.reverse/aarch64.exp: Likewise.
9324 * lib/gdb.exp (is_aarch64_target): New proc.
9325
9326 2015-07-07 Yao Qi <yao.qi@linaro.org>
9327
9328 * lib/gdb.exp (is_aarch32_target): New proc.
9329 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9330 instead of "istarget "arm*-*-*"".
9331 * gdb.arch/arm-disp-step.exp: Likewise.
9332 * gdb.arch/thumb-bx-pc.exp: Likewise.
9333 * gdb.arch/thumb-prologue.exp: Likewise.
9334 * gdb.arch/thumb-singlestep.exp: Likewise.
9335 * gdb.base/disp-step-syscall.exp: Likewise.
9336 * gdb.base/float.exp: Likewise.
9337
9338 2015-07-07 Yao Qi <yao.qi@linaro.org>
9339
9340 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9341 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9342
9343 2015-07-07 Yao Qi <yao.qi@linaro.org>
9344
9345 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9346 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9347 if it exists.
9348 * gdb.multi/multi-arch.exp: Likewise.
9349
9350 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9351
9352 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9353 print.
9354
9355 2015-07-07 Yao Qi <yao.qi@linaro.org>
9356
9357 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9358
9359 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9360
9361 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9362 '[' and ']' characters.
9363
9364 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9365
9366 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9367
9368 2015-06-29 Pedro Alves <palves@redhat.com>
9369
9370 PR threads/18127
9371 * gdb.threads/hand-call-new-thread.c: New file.
9372 * gdb.threads/hand-call-new-thread.c: New file.
9373
9374 2015-06-26 Keith Seitz <keiths@redhat.com>
9375 Doug Evans <dje@google.com>
9376
9377 PR 16253
9378 * gdb.cp/var-tag-2.cc: New file.
9379 * gdb.cp/var-tag-3.cc: New file.
9380 * gdb.cp/var-tag-4.cc: New file.
9381 * gdb.cp/var-tag.cc: New file.
9382 * gdb.cp/var-tag.exp: New file.
9383
9384 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9385
9386 * gdb.base/history-duplicates.exp: New test.
9387
9388 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9389
9390 * gdb.base/completion.exp: Test the completion of the "focus"
9391 command.
9392
9393 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9394
9395 * gdb.arch/amd64-prologue-skip.S: New file.
9396 * gdb.arch/amd64-prologue-skip.exp: New file.
9397
9398 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9399
9400 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9401 is_address_zero_readable check.
9402
9403 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9404
9405 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9406 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9407
9408 2015-06-24 Yao Qi <yao.qi@linaro.org>
9409
9410 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9411 linux targets.
9412
9413 2015-06-24 Yao Qi <yao.qi@linaro.org>
9414
9415 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9416 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9417 * gdb.base/siginfo-thread.exp: Likewise.
9418
9419 2015-06-22 Yao Qi <yao.qi@linaro.org>
9420
9421 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9422
9423 2015-06-22 Yao Qi <yao.qi@linaro.org>
9424
9425 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9426 aarch64*-*-*.
9427 (skip_hw_watchpoint_tests): Likewise.
9428
9429 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9430
9431 * gdb.base/gdbinit-history.exp: Test the interaction between
9432 setting GDBHISTSIZE and setting the history size via .gdbinit.
9433
9434 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9435
9436 PR gdb/16999
9437 * gdb.base/gdbhistsize-history.exp: New test.
9438
9439 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9440
9441 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9442 with GDBHISTSIZE.
9443 * gdb.base/readline.exp: Likewise.
9444
9445 2015-06-17 Yao Qi <yao.qi@linaro.org>
9446
9447 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9448 line.
9449
9450 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9451
9452 * gdb.base/gdbinit-history.exp: Add test case to check that
9453 an unlimited history file does not get truncated on exit.
9454
9455 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9456
9457 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9458 (VECTOR): New macro. Use it...
9459 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9460 ...for these typedefs.
9461 (int8, char1, int1, double1): New typedefs.
9462 (struct just_int2, struct two_int2): New structures.
9463 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9464 (add_structvecs, add_singlevecs): New functions.
9465 (main): Call add_some_intvecs twice.
9466 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9467 the compile and exit upon failure. Try compiling for the "native"
9468 architecture. Test inferior function calls with vector arguments
9469 and vector return value handling with "finish" and "return".
9470
9471 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9472
9473 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9474 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9475 PE file.
9476 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9477
9478 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9479
9480 PR breakpoints/16465
9481 * gdb.mi/mi-dprintf-pending.c: New file.
9482 * gdb.mi/mi-dprintf-pending.exp: New test.
9483 * gdb.mi/mi-dprintf-pendshr.c: New file.
9484
9485 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9486 Mircea Gherzan <mircea.gherzan@intel.com>
9487
9488 * gdb.arch/i386-mpx-map.c: New file.
9489 * gdb.arch/i386-mpx-map.exp: New File.
9490
9491 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9492
9493 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9494 * gdb.arch/i386-mpx.exp: Indentation fixed.
9495
9496 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9497
9498 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9499 function and improved indentation.
9500 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9501 gdb_test_multiple. Added additional tests to skip the test.
9502
9503 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9504
9505 * gdb.arch/i386-avx512.c: Change path in include file.
9506 * gdb.arch/i386-avx512.exp: Change include dir path
9507 compilation flag.
9508 * gdb.arch/i386-mpx.c: Change path in include file.
9509 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9510 flag.
9511
9512 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9513
9514 * gdb.compile/compile-print.exp (compile print *vararray@3)
9515 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9516
9517 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9518
9519 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9520 (do not keep jit in memory): ... this.
9521 (expect 5): Change it to ...
9522 (expect no 5): ... this.
9523
9524 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9525
9526 PR gdb/15564
9527 * gdb.mi/mi-detach.exp: New file.
9528
9529 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9530
9531 PR symtab/18392
9532 * gdb.arch/amd64-tailcall-self.S: New file.
9533 * gdb.arch/amd64-tailcall-self.c: New file.
9534 * gdb.arch/amd64-tailcall-self.exp: New file.
9535
9536 2015-05-28 Don Breazeal <donb@codesourcery.com>
9537
9538 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9539 tests for remote targets by checking is_target_gdbserver.
9540
9541 2015-05-27 Doug Evans <dje@google.com>
9542
9543 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9544 * gdb.dwarf2/opaque-type-lookup.c: New file.
9545 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9546
9547 2015-05-26 Doug Evans <dje@google.com>
9548
9549 * gdb.cp/iostream.cc: New file.
9550 * gdb.cp/iostream.exp: New file.
9551
9552 2015-05-26 Doug Evans <dje@google.com>
9553
9554 * gdb.dwarf2/dw2-op-call.exp: Update.
9555 * gdb.dwarf2/dw4-sig-types.exp: Update.
9556 * gdb.dwarf2/implptr.exp: Update.
9557 * gdb.mi/mi-cmd-param-changed.exp: Update.
9558
9559 2015-05-26 Doug Evans <dje@google.com>
9560
9561 * gdb.python/py-lazy-string.c: New file.
9562 * gdb.python/py-lazy-string.exp: New file.
9563 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9564 (main): Update. Add estring3.
9565 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9566 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9567
9568 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9569 Yao Qi <yao.qi@linaro.org>
9570
9571 * gdb.reverse/aarch64.c: New.
9572 * gdb.reverse/aarch64.exp: New.
9573
9574 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9575
9576 * lib/gdb.exp (supports_process_record): Return true for
9577 aarch64*-linux*.
9578 (supports_reverse): Likewise.
9579
9580 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9581
9582 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9583 Use with_test_prefix.
9584
9585 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9586
9587 * gdb.base/completion.exp: Add test for completion of layout
9588 names.
9589
9590 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9591
9592 * lib/gdb.exp (skip_tui_tests): New proc.
9593 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9594
9595 2015-05-19 Pedro Alves <palves@redhat.com>
9596
9597 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9598 Save the whole env array instead of just HOME. Unset HISTSIZE in
9599 the environment while testing. Restore whole environment
9600 afterwards.
9601
9602 2015-05-16 Doug Evans <xdje42@gmail.com>
9603
9604 * gdb.guile/scm-ports.c: New file.
9605 * gdb.guile/scm-ports.exp: Add memory port tests.
9606
9607 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9608
9609 * gdb.compile/compile-print.c: New file.
9610 * gdb.compile/compile-print.exp: New file.
9611
9612 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9613
9614 * gdb.compile/compile-ops.exp: Cast param to void.
9615 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9616 (compile code struct_object.selffield = &struct_object): Add xfail.
9617
9618 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9619
9620 * gdb.ada/arr_enum_with_gap: New testcase.
9621
9622 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9623
9624 * gdb.ada/byte_packed_arr: New testcase.
9625
9626 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9627
9628 * gdb.ada/pckd_neg: New testcase.
9629
9630 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9631
9632 PR gdb/17820
9633 * gdb.base/gdbinit-history.exp: New test.
9634 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9635 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9636
9637 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9638
9639 * gdb.python/py-xmethods.cc: Enhance test case.
9640 * gdb.python/py-xmethods.exp: New tests.
9641 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9642 function.
9643 (B_indexoper): Likewise.
9644 (global_dm_list) : Add new xmethod worker functions.
9645
9646 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9647
9648 * gdb.base/coredump-filter.exp: Correctly unset
9649 "coredump_var_addr" array.
9650
9651 2015-05-08 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.server/non-existing-program.exp: Unset spawn_id.
9654
9655 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9656
9657 PR python/18291
9658 * gdb.python/py-xmethods.exp: Add tests.
9659
9660 2015-05-08 Yao Qi <yao.qi@linaro.org>
9661
9662 PR gdb/18208
9663 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9664 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9665 function set_coredump_filter, and remove remote_exec call.
9666 Remove argument ipid. Callers update.
9667 (top level): Don't get inferior's PID.
9668
9669 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9670
9671 * gdb.base/watch_thread_num.exp: Skip test on targets without
9672 access watchpoints.
9673
9674 2015-05-06 Pedro Alves <palves@redhat.com>
9675
9676 PR server/18081
9677 * gdb.server/non-existing-program.exp: New file.
9678
9679 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9680
9681 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9682
9683 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9684
9685 * gdb.ada/out_of_line_in_inlined: New testcase.
9686
9687 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9688
9689 * gdb.ada/var_rec_arr: New testcase.
9690
9691 2015-04-30 Yao Qi <yao.qi@linaro.org>
9692
9693 * gdb.base/break-idempotent.exp: If
9694 skip_hw_watchpoint_multi_tests returns true, skip the tests
9695 on "rwatch" and "awatch".
9696
9697 2015-04-30 Yao Qi <yao.qi@linaro.org>
9698
9699 * gdb.base/relativedebug.exp: Invoke gdb command
9700 "info sharedlibrary", and if libc.so doesn't have debug info,
9701 skip the test.
9702
9703 2015-04-29 Doug Evans <dje@google.com>
9704
9705 * gdb.python/py-xmethods.exp: Add ptype tests.
9706 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9707 get_result_type method.
9708
9709 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9710
9711 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9712 the target does not support hardware watchpoints.
9713
9714 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9715
9716 * gdb.base/break-always.exp: Abort testing if writing to memory
9717 causes an error.
9718
9719 2015-04-28 Doug Evans <dje@google.com>
9720
9721 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9722 * gdb.python/py-pp-registration.exp: ... here. New file.
9723 * gdb.python/py-pp-registration.c: New file.
9724 * gdb.python/py-pp-registration.py: New file.
9725
9726 2015-04-28 Doug Evans <dje@google.com>
9727
9728 * gdb.python/py-bad-printers.c: New file.
9729 * gdb.python/py-bad-printers.py: New file.
9730 * gdb.python/py-bad-printers.exp: New file.
9731
9732 2015-04-28 Sasha Smundak <asmundak@google.com>
9733
9734 * gdb.python/py-type.exp: New test.
9735
9736 2015-04-28 Andy Wingo <wingo@igalia.com>
9737
9738 * gdb.python/py-parameter.exp:
9739 * gdb.guile/scm-parameter.exp: Escape the path that we are
9740 matching against, as it might contain characters that are special
9741 to regular expressions.
9742
9743 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9744
9745 * gdb.ada/rec_comp: New testcase.
9746
9747 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9748
9749 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9750 before using it.
9751
9752 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9753
9754 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9755 new tests for verilog output.
9756
9757 2015-04-24 Yao Qi <yao.qi@linaro.org>
9758
9759 * boards/remote-gdbserver-on-localhost.exp: New file.
9760
9761 2015-04-23 Pedro Alves <palves@redhat.com>
9762
9763 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9764 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9765 "end of file", remove $inferior_spawn_id from the indirect list.
9766
9767 2015-04-23 Pedro Alves <palves@redhat.com>
9768
9769 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9770
9771 2015-04-23 Pedro Alves <palves@redhat.com>
9772
9773 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9774 on $any_spawn_id instead of only on $gdb_spawn_id.
9775
9776 2015-04-21 Pierre Muller <muller@sourceware.org>
9777
9778 PR pascal/17815
9779 * lib/pascal.exp (gpc_compile): Add new option "class".
9780 (fpc_compile): Likewise.
9781 * gdb.pascal/case-insensitive-symbols.pas: New file.
9782 * gdb.pascal/case-insensitive-symbols.exp: New file.
9783
9784 2015-04-20 Gary Benson <gbenson@redhat.com>
9785
9786 * gdb.base/attach.exp: Fix three extended remote failures.
9787
9788 2015-04-17 Gary Benson <gbenson@redhat.com>
9789
9790 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9791 the main executable over the remote protocol.
9792
9793 2015-04-16 Pedro Alves <palves@redhat.com>
9794
9795 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9796 a new gdbserver if gdbserver_reconnect_p is set.
9797
9798 2015-04-16 Pedro Alves <palves@redhat.com>
9799
9800 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9801 is set, don't exit gdbserver.
9802
9803 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9804
9805 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9806 appropriate .insn, such that an older assembler can be used.
9807 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9808 the z/Architecture instruction set on 31-bit targets as well.
9809
9810 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9811
9812 * gdb.go/handcall.exp: Remove all logic related to the first
9813 breakpoint and rely on go_runto_main instead.
9814 * gdb.go/strings.exp: Likewise.
9815 * gdb.go/unsafe.exp: Likewise.
9816 * gdb.go/hello.exp: Likewise. Also rename the remaining
9817 breakpoint marker to "breakpoint 1".
9818 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9819 * gdb.go/strings.go: Likewise.
9820 * gdb.go/unsafe.go: Likewise.
9821 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9822 "set breakpoint 2 here" and rename the remaining breakpoint marker
9823 to "breakpoint 1".
9824
9825 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9826
9827 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9828 if itertools.imap is not present.
9829 * gdb.python/py-objfile.exp: Add parentheses.
9830 * gdb.python/py-type.exp: Same.
9831 * gdb.python/py-unwind-maint.py: Same.
9832
9833 2015-04-15 Yao Qi <yao.qi@linaro.org>
9834
9835 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9836 of ":$ptr_size" and set its form explicitly.
9837
9838 2015-04-15 Pedro Alves <palves@redhat.com>
9839 Yao Qi <yao.qi@linaro.org>
9840
9841 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9842 timeout by factor of 4.
9843 (test_regular_watch): Likewise.
9844 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9845 * gdb.reverse/sigall-reverse.exp: Likewise.
9846 * gdb.reverse/until-precsave.exp: Likewise.
9847 * lib/gdb.exp (with_timeout_factor): New proc.
9848 (gdb_expect): Move some code to ...
9849 (get_largest_timeout): ... here. New procedure.
9850
9851 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9852
9853 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9854
9855 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9856
9857 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9858 to write to the .text section.
9859
9860 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9861
9862 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9863 Handle the case of targets that do not provide PID information.
9864
9865 2015-04-13 Yao Qi <yao.qi@linaro.org>
9866
9867 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9868 and use expect instead of gdb_expect.
9869
9870 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9871
9872 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9873 "coredump_var_addr" to avoid naming conflict with other testcases.
9874
9875 2015-04-10 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9878 gdb_test_sequence and gdb_assert.
9879
9880 2015-04-10 Pedro Alves <palves@redhat.com>
9881
9882 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9883 test messages that don't include the breakpoint address.
9884
9885 2015-04-10 Yao Qi <yao.qi@linaro.org>
9886
9887 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9888 false for some offset and width combinations which aren't
9889 supported by linux kernel.
9890
9891 2015-04-10 Pedro Alves <palves@redhat.com>
9892
9893 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9894 procedure, factored out from ...
9895 (top level): ... here. Add "set displaced-stepping" testing axis.
9896 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9897 parameter "displaced". Use it.
9898 (top level): Use foreach and add "set displaced-stepping" testing
9899 axis.
9900
9901 2015-04-10 Pedro Alves <palves@redhat.com>
9902
9903 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9904 Remove comment.
9905 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9906 both the address of the instruction that triggers the watchpoint
9907 and the address of the instruction immediately after, and use
9908 those addresses for the test. Fix comment.
9909
9910 2015-04-10 Pedro Alves <palves@redhat.com>
9911
9912 * gdb.base/sigstep.exp (breakpoint_to_handler)
9913 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9914 Test "backtrace" in handler.
9915 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9916 (top level): Add new "displaced" test axis to
9917 breakpoint_to_handler, breakpoint_to_handler_entry and
9918 breakpoint_over_handler.
9919
9920 2015-04-10 Pedro Alves <palves@redhat.com>
9921
9922 PR gdb/18216
9923 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9924
9925 2015-04-10 Yao Qi <yao.qi@linaro.org>
9926
9927 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9928 (test_add_rn_pc): New function.
9929 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9930 (top level): Invoke test_add_rn_pc.
9931
9932 2015-04-10 Pedro Alves <palves@redhat.com>
9933
9934 PR gdb/13858
9935 * gdb.base/step-over-no-symbols.exp: New file.
9936
9937 2015-04-09 Andy Wingo <wingo@igalia.com>
9938
9939 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9940 after the Python tests.
9941
9942 2015-04-08 Keith Seitz <keiths@redhat.com>
9943
9944 PR python/16699
9945 * gdb.python/py-completion.exp: New tests for completion.
9946 * gdb.python/py-completion.py (CompleteLimit1): New class.
9947 (CompleteLimit2): Likewise.
9948 (CompleteLimit3): Likewise.
9949 (CompleteLimit4): Likewise.
9950 (CompleteLimit5): Likewise.
9951 (CompleteLimit6): Likewise.
9952 (CompleteLimit7): Likewise.
9953
9954 2015-04-08 Pedro Alves <palves@redhat.com>
9955
9956 PR gdb/18214
9957 PR gdb/18216
9958 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9959 function.
9960 (main): Install it as SIGUSR1 handler.
9961 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9962 parameter. Always use "setup" as prefix. Toggle "set
9963 displaced-stepping" off/on depending on global. Don't switch to
9964 thread 1 here.
9965 (top level): Add displaced stepping "off/on" test axis. Update
9966 "setup" calls. Wrap each subtest with with_test_prefix. Test
9967 continuing with a queued signal in each thread.
9968
9969 2015-04-08 Pedro Alves <palves@redhat.com>
9970
9971 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9972 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9973 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9974 Return early if running to main fails.
9975 * gdb.trace/while-stepping.exp: Likewise.
9976
9977 2015-04-07 Pedro Alves <palves@redhat.com>
9978
9979 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9980 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9981 interact with inferior program.
9982
9983 2015-04-07 Pedro Alves <palves@redhat.com>
9984
9985 * lib/gdb.exp (inferior_spawn_id): New global.
9986 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9987 spawn id after processing the user code.
9988 (default_gdb_start): Set inferior_spawn_id.
9989 (send_inferior): New procedure.
9990 * lib/gdbserver-support.exp (gdbserver_start): Set
9991 inferior_spawn_id.
9992 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9993
9994 2015-04-07 Pedro Alves <palves@redhat.com>
9995
9996 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9997 * lib/gdbserver-support.exp (gdbserver_start): Make
9998 $server_spawn_id global.
9999 (gdbserver_start): Don't wait for gdbserver's spawn id with
10000 expect_background.
10001 (close_gdbserver): New procedure.
10002 (gdb_exit): Rename the default version and reimplement.
10003
10004 2015-04-07 Pedro Alves <palves@redhat.com>
10005
10006 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10007 append the substituted item, not the original item.
10008
10009 2015-04-07 Pedro Alves <palves@redhat.com>
10010
10011 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10012 gdb_expect.
10013
10014 2015-04-07 Pedro Alves <palves@redhat.com>
10015
10016 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10017 output appearing once only.
10018
10019 2015-04-07 Pedro Alves <palves@redhat.com>
10020
10021 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10022 that doesn't expect anything. Return early if running to main
10023 fails.
10024
10025 2015-04-07 Yao Qi <yao.qi@linaro.org>
10026
10027 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10028 (child_function): Call alarm.
10029 (main): Move call to alarm into the loop.
10030 * gdb.threads/non-stop-fair-events.exp: Build program with
10031 -DTIMEOUT=$timeout.
10032
10033 2015-04-06 Doug Evans <xdje42@gmail.com>
10034
10035 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10036 Fix dest parameter to board_info.
10037 (fpc_compile): Ditto.
10038 (gdb_compile_pascal): Rename dest arg to destfile.
10039
10040 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10041
10042 * gdb.ada/funcall_ref.exp: New file.
10043 * gdb.ada/funcall_ref/foo.adb: New file.
10044
10045 2015-04-02 Yao Qi <yao.qi@linaro.org>
10046
10047 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10048 is remote.
10049
10050 2015-04-02 Gary Benson <gbenson@redhat.com>
10051
10052 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10053
10054 2015-04-01 Sasha Smundak <asmundak@google.com>
10055
10056 * gdb.python/py-unwind-maint.c: New file.
10057 * gdb.python/py-unwind-maint.exp: New test.
10058 * gdb.python/py-unwind-maint.py: New file.
10059 * gdb.python/py-unwind.c: New file.
10060 * gdb.python/py-unwind.exp: New test.
10061 * gdb.python/py-unwind.py: New test.
10062
10063 2015-04-01 Pedro Alves <palves@redhat.com>
10064
10065 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10066 to fail instead of non-existent $test.
10067
10068 2015-04-01 Pedro Alves <palves@redhat.com>
10069
10070 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10071 GDBFLAGS if not empty.
10072
10073 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10074
10075 * gdb.ada/complete.exp: Remove "multi_line".
10076 * gdb.ada/info_exc.exp: Remove "multi_line".
10077 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10078 * gdb.ada/ptype_field.exp: Remove "multi_line".
10079 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10080 * gdb.ada/tagged.exp: Remove "multi_line".
10081 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10082 [multi_line ...]
10083 * gdb.btrace/delta.exp: Likewise.
10084 * gdb.btrace/exception.exp: Likewise.
10085 * gdb.btrace/function_call_history.exp: Likewise.
10086 * gdb.btrace/instruction_history.exp: Likewise.
10087 * gdb.btrace/nohist.exp: Likewise.
10088 * gdb.btrace/record_goto.exp: Likewise.
10089 * gdb.btrace/segv.exp: Likewise.
10090 * gdb.btrace/stepi.exp: Likewise.
10091 * gdb.btrace/tailcall.exp: Likewise.
10092 * gdb.btrace/unknown_functions.exp: Likewise.
10093 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10094 * lib/gdb.exp: Add the "multi_line" helper.
10095
10096 2015-04-01 Pedro Alves <palves@redhat.com>
10097
10098 * gdb.threads/tid-reuse.c: New file.
10099 * gdb.threads/tid-reuse.exp: New file.
10100
10101 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10102
10103 PR corefiles/16092
10104 * gdb.base/coredump-filter.c: New file.
10105 * gdb.base/coredump-filter.exp: Likewise.
10106
10107 2015-03-27 Petr Machata <pmachata@redhat.com>
10108
10109 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10110 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10111 (Dwarf::assemble): Initialize them.
10112 (Dwarf::lines): New function.
10113
10114 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10115
10116 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10117 SYMBOL_PREFIX for x86_64-*-cygwin.
10118
10119 2015-03-26 Andy Wingo <wingo@igalia.com>
10120
10121 PR symtab/18148
10122 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10123 const_value but not a location.
10124 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10125 location defined in non-main CUs are visible.
10126
10127 2015-03-26 Yao Qi <yao.qi@linaro.org>
10128
10129 PR testsuite/18139
10130 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10131 Add a line number entry for the same line.
10132 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10133 Add a line number entry for the same line.
10134
10135 2015-03-26 Yao Qi <yao.qi@linaro.org>
10136
10137 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10138 .int 0.
10139 (func): Likewise. Add .Lfunc_1 label.
10140 Use .Lfunc_1 label.
10141 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10142 .int 0.
10143 (func): Likewise.
10144 Use .Lfunc_1 label.
10145
10146 2015-03-26 Yao Qi <yao.qi@linaro.org>
10147
10148 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10149 Call gdb_compile instead to compile each .s files without debug
10150 information.
10151
10152 2015-03-26 Yao Qi <yao.qi@linaro.org>
10153
10154 * gdb.base/savedregs.exp (process_saved_regs): Make
10155 "Saved registers:" optional in the pattern.
10156
10157 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10158
10159 * gdb.btrace/next.exp: Merged into step.exp.
10160 * gdb.btrace/finish.exp: Merged into step.exp.
10161 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10162 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10163 "record goto" and checking the exact replay position.
10164 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10165 check for "Recording format" in "info record" output.
10166 * gdb.btrace/record_goto.exp: Choose test file based on target.
10167 * gdb.btrace/x86-record_goto.S: Renamed into ...
10168 * gdb.btrace/x86_64-record_goto.S: ... this.
10169 * gdb.btrace/i686-record_goto.S: New.
10170 * gdb.btrace/x86-tailcall.S: Renamed into ...
10171 * gdb.btrace/x86_64-tailcall.S: ... this.
10172 * gdb.btrace/i686-tailcall.S: New.
10173 * gdb.btrace/x86-tailcall.c: Renamed into ...
10174 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10175 separate statements. Update test.
10176 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10177 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10178 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10179 * gdb.btrace/tailcall.exp: Choose test file based on target.
10180 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10181
10182 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10183
10184 * gdb.btrace/exception.exp: Increase BTS buffer size.
10185
10186 2015-03-24 Pedro Alves <palves@redhat.com>
10187
10188 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10189
10190 2015-03-24 Pedro Alves <palves@redhat.com>
10191
10192 * gdb.threads/schedlock.exp (test_step): No longer expect that
10193 "set scheduler-locking step" with "next" over a function call runs
10194 threads unlocked.
10195
10196 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10197
10198 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10199
10200 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10201
10202 PR breakpoints/16466
10203 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10204 * gdb.mi/mi-pending.c (thread_func): New function.
10205 (int main): Add threading support required.
10206 * gdb.mi/mi-pending.exp: Add tests for this issue.
10207 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10208 (pendfunc2): Remove stdio dependency.
10209 * gdb.mi/mi-pendshr2.c: New file.
10210
10211 2015-03-23 Keith Seitz <keiths@redhat.com>
10212
10213 * gdb.linespec/keywords.c: New file.
10214 * gdb.linespec/keywords.exp: New file.
10215
10216 2015-03-23 Keith Seitz <keiths@redhat.com>
10217
10218 PR gdb/18021
10219 * gdb.dwarf2/staticvirtual.exp: New test.
10220
10221 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10222
10223 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10224 * README: Remove HP-UX and gdb.hp.
10225 (configuration):
10226 * configure: Regenerate.
10227 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10228 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10229 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10230 gdb.hp/gdb.defects/Makefile.
10231 * gdb.hp/Makefile.in: File deleted.
10232 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10233 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10234 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10235 * gdb.hp/gdb.aCC/run.c: File deleted.
10236 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10237 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10238 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10239 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10240 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10241 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10242 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10243 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10244 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10245 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10246 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10247 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10248 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10249 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10250 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10251 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10252 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10253 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10254 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10255 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10256 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10257 * gdb.hp/gdb.compat/average.c: File deleted.
10258 * gdb.hp/gdb.compat/sum.c: File deleted.
10259 * gdb.hp/gdb.compat/xdb.c: File deleted.
10260 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10261 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10262 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10263 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10264 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10265 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10266 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10267 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10268 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10269 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10270 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10271 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10272 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10273 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10274 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10275 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10276 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10277 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10278 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10279 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10280 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10281 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10282 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10283 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10284 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10285 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10286 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10287 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10288 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10289 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10290 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10291 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10292 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10293 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10294 * gdb.hp/tools/odump: File deleted.
10295
10296 2015-03-19 Pedro Alves <palves@redhat.com>
10297
10298 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10299 (saw_thread_3): New globals.
10300 (top level): Increment them when an event for the corresponding
10301 thread is seen.
10302 (no thread starvation): New test.
10303
10304 2015-03-19 Pedro Alves <palves@redhat.com>
10305
10306 * gdb.threads/continue-pending-status.c: New file.
10307 * gdb.threads/continue-pending-status.exp: New file.
10308
10309 2015-03-18 Pedro Alves <palves@redhat.com>
10310
10311 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10312 Use gdb_is_target_remote instead of is_remote. Use
10313 gdb_test_multiple instead of gdb_expect. Exit early if
10314 gdb_test_multiple hits its internal matches. Tighten stepi tests
10315 expected output. Fail on exit with any signal, instead of just
10316 SIGILL.
10317
10318 2015-03-18 Yao Qi <yao.qi@linaro.org>
10319
10320 PR tdep/18107
10321 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10322 variable.
10323 * gdb.base/catch-syscall.exp: Don't skip it on
10324 aarch64*-*-linux* target. Remove elements in all_syscalls.
10325 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10326 target.
10327 (setup_all_syscalls): New proc.
10328
10329 2015-03-16 Yao Qi <yao.qi@linaro.org>
10330
10331 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10332 (top level): Skip tests if valid_addr_p returns false for
10333 $cmd1 or $cmd2.
10334
10335 2015-03-11 Andy Wingo <wingo@igalia.com>
10336
10337 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10338
10339 2015-03-11 Yao Qi <yao.qi@linaro.org>
10340
10341 * gdb.base/catch-syscall.exp: Fix typo in comments.
10342
10343 2015-03-11 Yao Qi <yao.qi@linaro.org>
10344
10345 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10346
10347 2015-03-09 Pedro Alves <palves@redhat.com>
10348
10349 * dg-extract-results.py: Delete.
10350
10351 2015-03-09 Pedro Alves <palves@redhat.com>
10352
10353 Merge dg-extract-results.sh from GCC upstream (r218843).
10354
10355 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10356 * dg-extract-results.sh: Use --text with grep to avoid issues with
10357 binary files. Fall back to cat -v, if that doesn't work.
10358
10359 2015-03-05 Pedro Alves <palves@redhat.com>
10360
10361 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10362
10363 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10364
10365 * lib/mi-support.exp (mi_expect_interrupt): Accept
10366 alternative event for when in all-stop mode.
10367
10368 2015-03-04 Pedro Alves <palves@redhat.com>
10369
10370 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10371
10372 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10373
10374 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10375
10376 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10377
10378 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10379 regexps for GDB's current line display, accept a hex address
10380 preceding the line number.
10381
10382 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10383
10384 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10385 the 'arch1' variable for "s390*-linux*" targets.
10386
10387 2015-03-04 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10390 (main): Pass missing retval argument to pthread_join call.
10391
10392 2015-03-02 Pedro Alves <palves@redhat.com>
10393
10394 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10395 (top level): Call do_test with non-stop as well.
10396
10397 2015-03-02 Pedro Alves <palves@redhat.com>
10398
10399 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10400 -1.
10401
10402 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10403
10404 * gdb.arch/s390-vregs.exp: New test.
10405 * gdb.arch/s390-vregs.S: New file.
10406
10407 2015-02-27 Pedro Alves <palves@redhat.com>
10408
10409 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10410 call to catch_command_errors.
10411 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10412 catch_command_errors.
10413
10414 2015-02-27 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10417 "true" for boolean result.
10418 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10419 prototype of main.
10420
10421 2015-02-27 Pedro Alves <palves@redhat.com>
10422
10423 * lib/unbuffer_output.c: New file.
10424 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10425 (main): Call gdb_unbuffer_output.
10426
10427 2015-02-27 Yao Qi <yao.qi@linaro.org>
10428
10429 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10430 target.
10431
10432 2015-02-26 Doug Evans <dje@google.com>
10433
10434 * gdb.cp/class2.cc (Dbase, D): New classes.
10435 (main): New local delta.
10436 * gdb.cp/class2.exp: Test printing delta.
10437 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10438 (dynbar): New global.
10439 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10440
10441 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10442
10443 * gdb.compile/compile-ifunc.c: New file.
10444 * gdb.compile/compile-ifunc.exp: New file.
10445
10446 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10447
10448 * gdb.base/structs.exp: Check for correct struct on finish.
10449
10450 2015-02-26 Yao Qi <yao.qi@linaro.org>
10451
10452 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10453 is zero.
10454
10455 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10456
10457 * gdb.arch/cordic.ko.bz2: New file.
10458 * gdb.arch/cordic.ko.debug.bz2: New file.
10459 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10460
10461 2015-02-25 Yao Qi <yao.qi@linaro.org>
10462
10463 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10464 aarch64*-*-* target.
10465
10466 2015-02-23 Pedro Alves <palves@redhat.com>
10467
10468 * lib/gdb.exp (delete_breakpoints): Rewrite using
10469 gdb_test_multiple.
10470
10471 2015-02-23 Pedro Alves <palves@redhat.com>
10472
10473 * gdb.base/info-os.c: Include stdlib.h.
10474
10475 2015-02-22 Doug Evans <xdje42@gmail.com>
10476
10477 PR symtab/17855
10478 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10479 is read after symbols have been re-read.
10480 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10481 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10482
10483 2015-02-21 Doug Evans <dje@google.com>
10484
10485 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10486
10487 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10488
10489 PR corefiles/17808
10490 * gdb.arch/i386-biarch-core.core.bz2: New file.
10491 * gdb.arch/i386-biarch-core.exp: New file.
10492
10493 2015-02-21 Pedro Alves <palves@redhat.com>
10494
10495 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10496 runto_main fails.
10497
10498 2015-02-20 Pedro Alves <palves@redhat.com>
10499
10500 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10501 info probes.
10502
10503 2015-02-20 Pedro Alves <palves@redhat.com>
10504
10505 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10506
10507 2015-02-20 Pedro Alves <palves@redhat.com>
10508
10509 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10510 clean_restart before gdb_target_supports_trace.
10511
10512 2015-02-20 Pedro Alves <palves@redhat.com>
10513
10514 PR threads/18006
10515 * gdb.threads/clone-thread_db.c: New file.
10516 * gdb.threads/clone-thread_db.exp: New file.
10517
10518 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10519
10520 PR breakpoints/16812
10521 * gdb.base/catch-gdb-caused-signals.c: New file.
10522 * gdb.base/catch-gdb-caused-signals.exp: New file.
10523
10524 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10525
10526 * configure: Regenerated.
10527 * configure.ac: Use GDB_AC_TRANSFORM.
10528 * aclocal.m4: sinclude ../transform.m4.
10529
10530 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10531
10532 * lib/dtrace.exp: New file.
10533 * gdb.base/dtrace-probe.exp: Likewise.
10534 * gdb.base/dtrace-probe.d: Likewise.
10535 * gdb.base/dtrace-probe.c: Likewise.
10536 * lib/pdtrace.in: Likewise.
10537 * configure.ac: Output variables with the transformed names of
10538 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10539 * configure: Regenerated.
10540
10541 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10542
10543 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10544 expected message when trying to access $_probe_* convenience
10545 variables while not on a probe.
10546
10547 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10548
10549 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10550
10551 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10552
10553 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10554 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10555
10556 2015-02-10 Doug Evans <xdje42@gmail.com>
10557
10558 * lib/gdb.exp (gdb_load): Always return a result.
10559
10560 2015-02-10 Pedro Alves <palves@redhat.com>
10561
10562 * gdb.threads/signal-sigtrap.c: New file.
10563 * gdb.threads/signal-sigtrap.exp: New file.
10564
10565 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10566
10567 * gdb.trace/no-attach-trace.c: New file.
10568 * gdb.trace/no-attach-trace.exp: New file.
10569
10570 2015-02-09 Mark Wielaard <mjw@redhat.com>
10571
10572 * gdb.dwarf2/atomic.c: New file.
10573 * gdb.dwarf2/atomic-type.exp: Likewise.
10574
10575 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10576
10577 * gdb.btrace/buffer-size.exp: Update "info record" output.
10578 * gdb.btrace/delta.exp: Update "info record" output.
10579 * gdb.btrace/enable.exp: Update "info record" output.
10580 * gdb.btrace/finish.exp: Update "info record" output.
10581 * gdb.btrace/instruction_history.exp: Update "info record" output.
10582 * gdb.btrace/next.exp: Update "info record" output.
10583 * gdb.btrace/nexti.exp: Update "info record" output.
10584 * gdb.btrace/step.exp: Update "info record" output.
10585 * gdb.btrace/stepi.exp: Update "info record" output.
10586 * gdb.btrace/nohist.exp: Update "info record" output.
10587
10588 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10589
10590 * gdb.btrace/buffer-size: New.
10591
10592 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10593
10594 * gdb.btrace/delta.exp: Update "info record" output.
10595 * gdb.btrace/enable.exp: Update "info record" output.
10596 * gdb.btrace/finish.exp: Update "info record" output.
10597 * gdb.btrace/instruction_history.exp: Update "info record" output.
10598 * gdb.btrace/next.exp: Update "info record" output.
10599 * gdb.btrace/nexti.exp: Update "info record" output.
10600 * gdb.btrace/step.exp: Update "info record" output.
10601 * gdb.btrace/stepi.exp: Update "info record" output.
10602 * gdb.btrace/nohist.exp: Update "info record" output.
10603
10604 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10605
10606 PR gdb/15678
10607 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10608
10609 2015-02-06 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10612 macro.
10613 (seconds_left, again): New globals.
10614 (main): Wait seconds_left in a 1-second sleep loop instead of
10615 sleeping 180 seconds. If 'again' is set, reset the seconds
10616 counter.
10617 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10618 'again' in the inferior before detaching. Print the seconds left.
10619 (options): New global.
10620 (top level): Build program with -DTIMEOUT=$timeout.
10621
10622 2015-02-06 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10625 determine how many seconds to pass to 'alarm'.
10626 * gdb.base/gdb-sigterm.exp (top level): Build program with
10627 -DTIMEOUT=$timeout.
10628 (do_test): Return success/failure indication. Add more verbose
10629 logging. Don't fail if 200 single steps are seen. Instead, fail
10630 when the test times out.
10631 (passes): New global.
10632 (top level): Break the testing loop if testing fails on any
10633 iteration. Use gdb_assert.
10634
10635 2015-02-04 Don Breazeal <donb@codesourcery.com>
10636
10637 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10638 and initialize them.
10639 (ipc_cleanup): New function.
10640 (main): Don't declare shmid, semid, and msqid. Add a call to
10641 atexit so that we call ipc_cleanup on exit.
10642
10643 2015-02-04 Pedro Alves <palves@redhat.com>
10644
10645 * boards/native-extended-gdbserver.exp: Remove any target variant
10646 specifications from the board name before clearing the isremote
10647 flag from board_info.
10648
10649 2015-01-31 Doug Evans <xdje42@gmail.com>
10650
10651 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10652
10653 2015-01-31 Gary Benson <gbenson@redhat.com>
10654
10655 * gdb.base/completion.exp: Disable completion limiting for
10656 existing tests. Add new tests to check completion limiting.
10657 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10658
10659 2015-01-31 Doug Evans <xdje42@gmail.com>
10660
10661 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10662
10663 2015-01-31 Doug Evans <xdje42@gmail.com>
10664
10665 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10666 entries. Duplicate file section script entries.
10667 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10668 inlined entries. Add test for safe-path rejection.
10669 * gdb.python/py-section-script.c: Add duplicate inlined section script
10670 entries. Duplicate file section script entries.
10671 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10672 inlined entries. Add test for safe-path rejection.
10673
10674 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10675
10676 * gdb.ada/disc_arr_bound: New testcase.
10677
10678 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10679
10680 * gdb.ada/mi_var_array: New testcase.
10681
10682 2015-01-27 Doug Evans <dje@google.com>
10683
10684 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10685 Add test for objfile.filename, objfile.username after objfile
10686 has been unloaded.
10687
10688 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10689
10690 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10691 the second test to print the name attribute of value
10692 returned by the call to gdb.lookup_type, and adjust
10693 the expected output accordingly.
10694
10695 2015-01-25 Mark Wielaard <mjw@redhat.com>
10696
10697 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10698 * gdb.base/disp-step-fork.c: Include unistd.h.
10699 * gdb.base/siginfo-obj.c: Include stdio.h.
10700 * gdb.base/siginfo-thread.c: Likewise.
10701 * gdb.mi/non-stop.c: Include unistd.h.
10702 * gdb.mi/nsthrexec.c: Include stdio.h.
10703 * gdb.mi/pthreads.c: Include unistd.h.
10704 * gdb.modula2/unbounded1.c (main): Declare returns int.
10705 * gdb.reverse/consecutive-reverse.c: Likewise.
10706 * gdb.threads/create-fail.c: Include unistd.h.
10707 * gdb.threads/killed.c: Likewise.
10708 * gdb.threads/linux-dp.c: Likewise.
10709 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10710 * gdb.threads/non-ldr-exc-2.c: Likewise.
10711 * gdb.threads/non-ldr-exc-3.c: Likewise.
10712 * gdb.threads/non-ldr-exc-4.c: Likewise.
10713 * gdb.threads/pthreads.c: Include unistd.h.
10714 (main): Declare returns int.
10715 * gdb.threads/tls-main.c (foo): New declaration.
10716 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10717
10718 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10719
10720 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10721 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10722
10723 2015-01-15 Mark Wielaard <mjw@redhat.com>
10724
10725 * gdb.base/noreturn-return.c: New file.
10726 * gdb.base/noreturn-return.exp: New file.
10727 * gdb.base/noreturn-finish.c: New file.
10728 * gdb.base/noreturn-finish.exp: New file.
10729
10730 2015-01-23 Pedro Alves <palves@redhat.com>
10731
10732 * gdb.threads/continue-pending-after-query.c: New file.
10733 * gdb.threads/continue-pending-after-query.exp: New file.
10734
10735 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10736 Simon Marchi <simon.marchi@ericsson.com>
10737
10738 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10739 * gdb.base/valgrind-db-attach.exp: Same.
10740 * gdb.base/valgrind-infcall.exp: Same.
10741 * lib/mi-support.exp (default_mi_gdb_start): Same.
10742 * lib/prompt.exp (default_prompt_gdb_start): Same.
10743 * lib/gdb.exp (default_gdb_spawn): Same.
10744 (gdb_interact): New.
10745
10746
10747 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10748
10749 * gdb.compile/compile.exp (pointer to jit function): New test.
10750
10751 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10752
10753 * lib/gdb.exp (supports_process_record): Return true for
10754 powerpc*-*-linux*.
10755 (supports_reverse): Likewise.
10756
10757 2015-01-15 Don Breazeal <donb@codesourcery.com>
10758
10759 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10760 instead of checking whether the target board is remote and
10761 use spawn_wait_for_attach instead of exec/sleep.
10762 * gdb.base/attach-twice.exp: Likewise.
10763
10764 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10765
10766 * gdb.ada/var_arr_attrs: New testcase.
10767
10768 2015-01-14 Pedro Alves <palves@redhat.com>
10769 Joel Brobecker <brobecker@adacore.com>
10770
10771 PR gdb/17525
10772 * gdb.base/bp-cmds-execution-x-script.c: New file.
10773 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10774 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10775
10776 2015-01-14 Pedro Alves <palves@redhat.com>
10777
10778 PR cli/17828
10779 * gdb.base/batch-preserve-term-settings.c: New file.
10780 * gdb.base/batch-preserve-term-settings.exp: New file.
10781
10782 2015-01-13 Doug Evans <dje@google.com>
10783
10784 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10785 binary.
10786
10787 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10788
10789 * Makefile.in (clean mostlyclean): Do not delete *.py.
10790
10791 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10792
10793 * gdb.python/py-lookup-type.exp: New file.
10794
10795 2015-01-12 Pedro Alves <palves@redhat.com>
10796
10797 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10798 restore GDBFLAGS before returning.
10799
10800 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10801
10802 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10803 is_amd64_regs_target and is_x86_like_target.
10804
10805 2015-01-11 Doug Evans <xdje42@gmail.com>
10806
10807 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10808 is given without an explicit form.
10809 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10810 attributes.
10811 * gdb.dwarf/corrupt.exp: Ditto.
10812 * gdb.dwarf2/enum-type.exp: Ditto.
10813 * gdb.trace/entry-values.exp: Ditto.
10814 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10815
10816 2015-01-11 Doug Evans <xdje42@gmail.com>
10817
10818 PR gdb/15830
10819 * gdb.base/maint.exp: Remove references to "maint demangle".
10820 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10821 Add tests for explicitly specifying language to demangle.
10822 * gdb.dlang/demangle.exp: Ditto.
10823
10824 2015-01-09 Pedro Alves <palves@redhat.com>
10825
10826 * gdb.threads/non-stop-fair-events.c: New file.
10827 * gdb.threads/non-stop-fair-events.exp: New file.
10828
10829 2015-01-09 Pedro Alves <palves@redhat.com>
10830
10831 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10832 the global scope. Set a breakpoint after all threads are started
10833 rather than stepping over two source lines. Expect the prompt.
10834 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10835 global.
10836 (NUM): Now 15.
10837 (main): Use threads_started_barrier to wait for all threads to
10838 start. Main thread no longer calls thread_function. Exit after
10839 180 seconds.
10840 (loop): New function.
10841 (thread_function): Wait on threads_started_barrier barrier. Call
10842 'loop' at each iteration.
10843 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10844 threads have started, instead of hardcoding number of "next"
10845 steps. Use an access watchpoint instead of a write watchpoint.
10846
10847 2015-01-09 Pedro Alves <palves@redhat.com>
10848
10849 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10850 (thread_func): Wait on barrier.
10851 (main): Wait for all threads to start before stopping GDB.
10852 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10853 global.
10854 (thread1_func, thread2_func): Wait on barrier.
10855 (main): Wait for all threads to start before stopping GDB.
10856 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10857 New global.
10858 (thread1_func, thread2_func): Wait on barrier.
10859 (main): Wait for all threads to start before stopping GDB.
10860
10861 2015-01-09 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.threads/attach-many-short-lived-threads.c: New file.
10864 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10865
10866 2014-01-09 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10869 instead of to thread 2.
10870 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10871 Add barrier around each pthread_create call instead of around all
10872 calls.
10873 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10874 Set a break on thread_function and have the child threads hit it
10875 one at at a time.
10876
10877 2015-01-09 Pedro Alves <palves@redhat.com>
10878
10879 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10880 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10881 false.
10882 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10883 checking whether the target board is remote.
10884 * gdb.multi/multi-attach.exp: Likewise.
10885 * gdb.python/py-sync-interp.exp: Likewise.
10886 * gdb.server/ext-attach.exp: Likewise.
10887 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10888 tests that need to attach, instead of checking whether the target
10889 board is remote at the top of the file.
10890
10891 2015-01-08 Yao Qi <yao@codesourcery.com>
10892
10893 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10894
10895 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10896
10897 Fix testcase compilation.
10898 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10899
10900 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10901
10902 * gdb.python/py-type.exp: Add a couple test about empty
10903 array creation, and negative-length array creation.
10904
10905 2015-01-02 Doug Evans <xdje42@gmail.com>
10906
10907 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10908
10909 2015-01-02 Doug Evans <dje@google.com>
10910
10911 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10912
10913 2014-12-29 Yao Qi <yao@codesourcery.com>
10914
10915 * gdb.trace/entry-values.exp: Update comments. Rename variable
10916 bar_call_foo to returned_from_foo.
10917
10918 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10919
10920 PR gdb/17394
10921 * gdb.linespec/break-asm-file.c: New file.
10922 * gdb.linespec/break-asm-file.exp: New file.
10923 * gdb.linespec/break-asm-file0.s: New file.
10924 * gdb.linespec/break-asm-file1.s: New file.
10925
10926 2014-12-18 Nigel Stephens <nigel@mips.com>
10927 Maciej W. Rozycki <macro@codesourcery.com>
10928
10929 * gdb.base/float.exp: Handle the new output from "info float" on
10930 MIPS targets.
10931
10932 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10933
10934 Fix MinGW compilation.
10935 * gdb.compile/compile-ops.exp: Update untested message if
10936 !skip_compile_feature_tests.
10937 * gdb.compile/compile-setjmp.exp: Likewise.
10938 * gdb.compile/compile-tls.exp: Likewise.
10939 * gdb.compile/compile.exp: Likewise.
10940 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10941 supported on this host".
10942
10943 2014-12-16 Doug Evans <xdje42@gmail.com>
10944
10945 * boards/stabs.exp: New file.
10946
10947 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10948
10949 * gdb.base/completion.exp: Adjust to format changes of "maint
10950 print user-registers".
10951
10952 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10953
10954 PR server/17457
10955 * gdb.arch/aarch64-fp.c: New file.
10956 * gdb.arch/aarch64-fp.exp: New file.
10957
10958 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10959
10960 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10961 r210637, r210913, r211666, r215400, r215817).
10962
10963 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10964 * dg-extract-results.py: New file.
10965 * dg-extract-results.sh: Use it if the environment seems
10966 suitable.
10967
10968 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10969
10970 * dg-extract-results.py (parse_run): Handle warnings that
10971 are printed before a test harness is run.
10972
10973 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10974
10975 * dg-extract-results.py (Named): Remove __cmp__ method.
10976 (output_variation): Use a key to sort variation.harnesses.
10977
10978 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10979
10980 * dg-extract-results.py: For Python 3, force sys.stdout to
10981 handle surrogate escape sequences.
10982 (safe_open): New function.
10983 (output_segment, main): Use it.
10984
10985 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10986
10987 * dg-extract-results.py (Prog.result_re): Include options
10988 in test name.
10989
10990 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10991
10992 * dg-extract-results.py (output_variation): Always sort if
10993 do_sum.
10994
10995 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10996
10997 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10998 as long as we get pagination notifications.
10999
11000 2014-12-15 Jason Merrill <jason@redhat.com>
11001
11002 * Makefile.in (check-gdb.%): Restore.
11003 * README: Mention it.
11004
11005 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11006
11007 * gdb.ada/str_uninit: New testcase.
11008
11009 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11010
11011 PR symtab/17642
11012 * gdb.base/vla-stub-define.c: New file.
11013 * gdb.base/vla-stub.c: New file.
11014 * gdb.base/vla-stub.exp: New file.
11015
11016 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11017 Jan Kratochvil <jan.kratochvil@redhat.com>
11018 Tom Tromey <tromey@redhat.com>
11019
11020 * configure.ac: Add gdb.compile/.
11021 * configure: Regenerate.
11022 * gdb.compile/Makefile.in: New file.
11023 * gdb.compile/compile-ops.exp: New file.
11024 * gdb.compile/compile-ops.c: New file.
11025 * gdb.compile/compile-tls.c: New file.
11026 * gdb.compile/compile-tls.exp: New file.
11027 * gdb.compile/compile-constvar.S: New file.
11028 * gdb.compile/compile-constvar.c: New file.
11029 * gdb.compile/compile-mod.c: New file.
11030 * gdb.compile/compile-nodebug.c: New file.
11031 * gdb.compile/compile-setjmp-mod.c: New file.
11032 * gdb.compile/compile-setjmp.c: New file.
11033 * gdb.compile/compile-setjmp.exp: New file.
11034 * gdb.compile/compile-shlib.c: New file.
11035 * gdb.compile/compile.c: New file.
11036 * gdb.compile/compile.exp: New file.
11037 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11038
11039 2014-12-12 Tom Tromey <tromey@redhat.com>
11040
11041 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11042 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11043
11044 2014-12-12 Doug Evans <dje@google.com>
11045
11046 * lib/gdb-python.exp (get_python_valueof): New function.
11047 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11048
11049 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11050
11051 * gdb.base/completion.exp: Add test for completion of "info
11052 registers ".
11053
11054 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11055
11056 * gdb.base/func-ptrs.c: New file.
11057 * gdb.base/func-ptrs.exp: New file.
11058
11059 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11060
11061 PR breakpoints/17012
11062 * gdb.base/dprintf-detach.c: New file.
11063 * gdb.base/dprintf-detach.exp: New file.
11064
11065 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11066
11067 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11068 * lib/gdb.exp (target_is_gdbserver): New procedure.
11069
11070 2014-12-08 Doug Evans <dje@google.com>
11071
11072 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11073
11074 2014-12-05 Yao Qi <yao@codesourcery.com>
11075
11076 * gdb.guile/scm-error.exp: Remove the third argument to
11077 gdb_remote_download.
11078 * gdb.guile/scm-frame-args.exp: Likewise.
11079 * gdb.guile/scm-section-script.exp: Likewise.
11080
11081 2014-12-05 Yao Qi <yao@codesourcery.com>
11082
11083 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11084
11085 2014-12-04 Doug Evans <dje@google.com>
11086
11087 * gdb.python/py-objfile.exp: Add tests for
11088 objfile.add_separate_debug_file.
11089
11090 2014-12-04 Doug Evans <dje@google.com>
11091
11092 * lib/gdb.exp (get_build_id): New function.
11093 (build_id_debug_filename_get): Rewrite to use it.
11094 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11095
11096 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11097
11098 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11099 `method(long)', not just 0x0.
11100 * gdb.cp/nsalias.exp: Align code labels to 4.
11101 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11102 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11103 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11104 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11105 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11106 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11107
11108 2014-12-02 Doug Evans <dje@google.com>
11109
11110 PR symtab/17602
11111 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11112 * gdb.cp/anon-ns2.cc: ... here. New file.
11113 * gdb.cp/anon-ns.exp: Update.
11114
11115 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11116
11117 * gdb.python/py-events.py (inferior_call_handler): New.
11118 (register_changed_handler, memory_changed_handler): New.
11119 (test_events.invoke): Register new handlers.
11120 * gdb.python/py-events.exp: Add tests for inferior call,
11121 memory_changed and register_changed events.
11122
11123 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11124
11125 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11126 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11127 if the linker doesn't understand this.
11128
11129 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11130
11131 * gdb.python/python.exp: Change expected reply to help().
11132
11133 2014-12-01 Yao Qi <yao@codesourcery.com>
11134
11135 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11136 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11137 * configure: Re-generated.
11138
11139 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11140
11141 * gdb.cp/chained-calls.cc: New file.
11142 * gdb.cp/chained-calls.exp: New file.
11143 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11144
11145 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11146
11147 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11148 * gdb.dwarf2/symtab-producer.exp: Same.
11149 * gdb.gdb/python-interrupts.exp: Same.
11150 * gdb.gdb/python-selftest.exp: Same.
11151 * gdb.python/py-linetable.exp: Same.
11152 * gdb.python/py-type.exp: Same.
11153 * gdb.python/py-value-cc.exp: Same.
11154 * gdb.python/py-value.exp: Same.
11155
11156 2014-11-28 Yao Qi <yao@codesourcery.com>
11157
11158 * gdb.base/break-probes.exp: Match library name prefixed with
11159 sysroot.
11160
11161 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11162
11163 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11164 test expected output. Add parentheses for the call to print.
11165 Remove L suffix from integers.
11166
11167 2014-11-26 Doug Evans <dje@google.com>
11168
11169 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11170
11171 2014-11-22 Yao Qi <yao@codesourcery.com>
11172
11173 * gdb.trace/entry-values.c: Remove asms.
11174 (foo): Add foo_label.
11175 (bar): Add bar_label.
11176 * gdb.trace/entry-values.exp: Remove code computing foo's
11177 length and bar's length.
11178 (Dwarf::assemble): Invoke function_range for bar and use
11179 MACRO_AT_func for foo.
11180
11181 2014-11-22 Yao Qi <yao@codesourcery.com>
11182
11183 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11184 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11185 Use .Lgcc43_procstart instead of gcc43.
11186
11187 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11188
11189 * gdb.ada/n_arr_bound: New testcase.
11190
11191 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11192
11193 PR breakpoints/10737
11194 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11195 test_catch_syscall_multi_arch.
11196 (test_catch_syscall_multi_arch): New function.
11197
11198 2014-11-20 Doug Evans <xdje42@gmail.com>
11199
11200 * gdb.base/maint.exp: Update expected output.
11201
11202 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11203
11204 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11205 4-byte instruction on S390.
11206
11207 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11208
11209 * gdb.ada/arr_arr: New testcase.
11210
11211 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11212
11213 * gdb.ada/pkd_arr_elem: New Testcase.
11214
11215 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11216
11217 * gdb.reverse/break-precsave: Expect completion message for
11218 core file reads.
11219 * gdb.reverse/consecutive-precsave.exp: Likewise.
11220 * gdb.reverse/finish-precsave.exp: Likewise.
11221 * gdb.reverse/i386-precsave.exp: Likewise.
11222 * gdb.reverse/machinestate-precsave.exp: Likewise.
11223 * gdb.reverse/sigall-precsave.exp: Likewise.
11224 * gdb.reverse/solib-precsave.exp: Likewise.
11225 * gdb.reverse/step-precsave.exp: Likewise.
11226 * gdb.reverse/until-precsave.exp: Likewise.
11227 * gdb.reverse/watch-precsave.exp: Likewise.
11228
11229 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11230
11231 * gdb.base/bp-permanent.c: Include unistd.h.
11232 * gdb.python/py-framefilter-mi.c (main): Add return type.
11233 * gdb.python/py-framefilter.c (main): Likewise.
11234 * gdb.trace/actions-changed.c (main): Likewise.
11235
11236 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11237
11238 * gdb.mi/until.c: Add eye-catchers.
11239 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11240 line numbers.
11241
11242 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11243
11244 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11245 function header variants in break1.c.
11246 * gdb.base/ena-dis-br.exp: Likewise.
11247 * gdb.base/hbreak2.exp: Likewise.
11248 * gdb.reverse/until-precsave.exp: Drop references to removed
11249 non-prototype function header variants in ur1.c.
11250 * gdb.reverse/until-reverse.exp: Likewise.
11251
11252 2014-11-17 Petr Machata <pmachata@redhat.com>
11253
11254 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11255 ${_cu_offset_size} bytes abbrev offset.
11256
11257 2014-11-15 Doug Evans <xdje42@gmail.com>
11258
11259 PR symtab/17559
11260 * gdb.base/line-symtabs.exp: New file.
11261 * gdb.base/line-symtabs.c: New file.
11262 * gdb.base/line-symtabs.h: New file.
11263
11264 2014-11-14 Yao Qi <yao@codesourcery.com>
11265
11266 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11267 (func): Add label func_label.
11268 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11269 Replace low_pc and high_pc with MACRO_AT_range.
11270 Replace name, low_pc and high_pc with MACRO_AT_func.
11271
11272 2014-11-14 Yao Qi <yao@codesourcery.com>
11273
11274 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11275 Replace name, low_pc and high_pc with MACRO_AT_func.
11276
11277 2014-11-14 Yao Qi <yao@codesourcery.com>
11278
11279 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11280 produce debug information.
11281 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11282
11283 2014-11-14 Yao Qi <yao@codesourcery.com>
11284
11285 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11286 object and get function length.
11287 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11288 with MACRO_AT_func.
11289 (top-level): Replace gdb_compile and clean_restart with
11290 prepare_for_testing.
11291 * gdb.dwarf2/main.c (main): Add label main_label.
11292
11293 2014-11-14 Yao Qi <yao@codesourcery.com>
11294
11295 * lib/dwarf.exp (function_range): New procedure.
11296 (Dwarf::_handle_macro_at_func): New procedure.
11297 (Dwarf::_handle_macro_at_range): New procedure.
11298 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11299
11300 2014-11-14 Yao Qi <yao@codesourcery.com>
11301
11302 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11303 (_handle_attribute): New procedure.
11304
11305 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11306
11307 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11308 * gdb.base/call-sc.c (zed): Likewise.
11309 * gdb.base/checkpoint.c (main): Likewise.
11310 * gdb.base/dump.c (main): Likewise.
11311 * gdb.base/gcore.c (main): Likewise.
11312 * gdb.base/huge.c (main): Likewise.
11313 * gdb.base/multi-forks.c (main): Likewise.
11314 * gdb.base/pr10179-a.c (main): Likewise.
11315 * gdb.base/savedregs.c (main): Likewise.
11316 * gdb.base/sigaltstack.c (main): Likewise.
11317 * gdb.base/siginfo.c (main): Likewise.
11318 * gdb.base/structs.c (zed): Likewise.
11319 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11320 * gdb.mi/mi-syn-frame.c (main): Likewise.
11321 * gdb.mi/until.c (foo, main): Likewise.
11322 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11323 * gdb.base/solib-weak.c (foo): Declare.
11324 * gdb.base/attach-twice.c: Include stdio.h.
11325 * gdb.base/weaklib1.c: Likewise.
11326 * gdb.base/weaklib2.c: Likewise.
11327 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11328 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11329 unistd.h.
11330 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11331 * gdb.mi/mi-exit-code.c: Likewise.
11332 * gdb.base/break-interp-lib.c: Include string.h.
11333 * gdb.base/coremaker.c: Likewise.
11334 * gdb.base/testenv.c: Likewise.
11335 * gdb.python/py-finish-breakpoint.c: Likewise.
11336 * gdb.base/inferior-died.c: Include sys/wait.h.
11337 * gdb.base/fileio.c: Include time.h.
11338 * gdb.base/async-shell.c: Include unistd.h.
11339 * gdb.base/dprintf-non-stop.c: Likewise.
11340 * gdb.base/info-os.c: Likewise.
11341 * gdb.mi/mi-console.c: Likewise.
11342 * gdb.mi/watch-nonstop.c: Likewise.
11343 * gdb.python/py-events.c: Likewise.
11344 * gdb.base/async.c (baz): Move up before its invocation.
11345 * gdb.base/code_elim2.c (my_global_func): Likewise.
11346 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11347 * gdb.base/advance.c (func2): Likewise.
11348
11349 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11350
11351 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11352 variant.
11353 * gdb.base/annota3.c: Likewise.
11354 * gdb.base/async.c: Likewise.
11355 * gdb.base/average.c: Likewise.
11356 * gdb.base/call-ar-st.c: Likewise.
11357 * gdb.base/call-rt-st.c: Likewise.
11358 * gdb.base/call-sc.c: Likewise.
11359 * gdb.base/call-strs.c: Likewise.
11360 * gdb.base/ending-run.c: Likewise.
11361 * gdb.base/execd-prog.c: Likewise.
11362 * gdb.base/exprs.c: Likewise.
11363 * gdb.base/foll-exec.c: Likewise.
11364 * gdb.base/foll-fork.c: Likewise.
11365 * gdb.base/foll-vfork.c: Likewise.
11366 * gdb.base/funcargs.c: Likewise.
11367 * gdb.base/gcore.c: Likewise.
11368 * gdb.base/jump.c: Likewise.
11369 * gdb.base/langs0.c: Likewise.
11370 * gdb.base/langs1.c: Likewise.
11371 * gdb.base/langs2.c: Likewise.
11372 * gdb.base/mips_pro.c: Likewise.
11373 * gdb.base/nodebug.c: Likewise.
11374 * gdb.base/opaque0.c: Likewise.
11375 * gdb.base/opaque1.c: Likewise.
11376 * gdb.base/recurse.c: Likewise.
11377 * gdb.base/run.c: Likewise.
11378 * gdb.base/scope0.c: Likewise.
11379 * gdb.base/scope1.c: Likewise.
11380 * gdb.base/setshow.c: Likewise.
11381 * gdb.base/setvar.c: Likewise.
11382 * gdb.base/shmain.c: Likewise.
11383 * gdb.base/shr1.c: Likewise.
11384 * gdb.base/shr2.c: Likewise.
11385 * gdb.base/sigall.c: Likewise.
11386 * gdb.base/signals.c: Likewise.
11387 * gdb.base/so-indr-cl.c: Likewise.
11388 * gdb.base/solib2.c: Likewise.
11389 * gdb.base/structs.c: Likewise.
11390 * gdb.base/sum.c: Likewise.
11391 * gdb.base/vforked-prog.c: Likewise.
11392 * gdb.base/watchpoint.c: Likewise.
11393 * gdb.reverse/shr2.c: Likewise.
11394 * gdb.reverse/until-reverse.c: Likewise.
11395 * gdb.reverse/ur1.c: Likewise.
11396 * gdb.reverse/watch-reverse.c: Likewise.
11397
11398 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11399
11400 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11401 variant.
11402 * gdb.base/sepdebug.exp: Drop references to removed code.
11403
11404 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11405
11406 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11407 variant. Preserve original line numbering.
11408 * gdb.base/list1.c: Likewise.
11409
11410 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11411
11412 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11413 variant.
11414 * gdb.base/break1.c: Likewise.
11415 * gdb.base/break.exp: Drop references to removed code.
11416
11417 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11418
11419 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11420 variant.
11421
11422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11423
11424 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11425
11426 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11427
11428 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11429 logic into perform_all_tests() and invoke it with and without
11430 function header prototypes.
11431 (do_function_calls): Remove conditional XFAIL for PR 5318.
11432 (rerun_and_prepare): Remove duplicate code.
11433 (perform_all_tests): New. Main logic moved here.
11434
11435 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11436
11437 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11438 code guarded by #ifdef NO_PROTOTYPES.
11439 (t_double_many_args): Likewise.
11440 (DEF_FUNC_MANY_ARGS_1): Likewise.
11441 (DEF_FUNC_VALUES_1): Likewise.
11442 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11443 guarded by #ifdef PROTOTYPES.
11444
11445 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11446
11447 * gdb.mi/mi-console.c: Add eye-catcher.
11448 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11449 instead of literal line number.
11450
11451 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11452
11453 * gdb.base/shr2.c: Add eye-catcher.
11454 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11455 line number.
11456
11457 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11458
11459 * gdb.base/jump.c: Add eye-catchers.
11460 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11461 numbers.
11462
11463 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11464
11465 * gdb.base/execd-prog.c: Add eye-catchers.
11466 * gdb.base/foll-exec.c: Likewise.
11467 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11468 line numbers.
11469
11470 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11471
11472 * gdb.base/ending-run.c: Add eye-catchers.
11473 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11474 literal line numbers.
11475
11476 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11477
11478 * gdb.base/call-rt-st.c: Add eye-catchers.
11479 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11480 literal line numbers.
11481
11482 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11483
11484 * gdb.base/call-ar-st.c: Add eye-catchers.
11485 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11486 literal line numbers.
11487
11488 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11489
11490 * gdb.base/average.c: Add eye-catchers.
11491 * gdb.base/sum.c: Likewise.
11492 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11493 regexps dynamically.
11494
11495 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11496
11497 * gdb.base/solib1.c: Add eye-catchers.
11498 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11499 literal line numbers.
11500
11501 2014-11-12 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11504 leader has exited.
11505
11506 2014-11-12 Pedro Alves <palves@redhat.com>
11507
11508 * gdb.arch/i386-bp_permanent.c: New file.
11509 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11510 (srcfile): Set to i386-bp_permanent.c.
11511 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11512 that stepi does not execute the 'leave' instruction, instead of
11513 testing it does execute.
11514 * gdb.base/bp-permanent.c: New file.
11515 * gdb.base/bp-permanent.exp: New file.
11516
11517 2014-11-10 Doug Evans <xdje42@gmail.com>
11518
11519 PR symtab/17564
11520 * gdb.base/symtab-search-order.exp: New file.
11521 * gdb.base/symtab-search-order.c: New file.
11522 * gdb.base/symtab-search-order-1.c: New file.
11523 * gdb.base/symtab-search-order-shlib-1.c: New file.
11524
11525 2014-11-07 Pedro Alves <palves@redhat.com>
11526
11527 PR gdb/17511
11528 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11529 i?86-*-linux*.
11530
11531 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11532
11533 PR c++/17494
11534 * gdb.cp/pr17494.cc: New file.
11535 * gdb.cp/pr17494.exp: New file.
11536
11537 2014-11-02 Yao Qi <yao@codesourcery.com>
11538
11539 * gdb.python/python.exp: Get working directory and match the
11540 output of "set extended-prompt \\w " with it.
11541
11542 2014-10-30 Doug Evans <dje@google.com>
11543
11544 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11545 in objfiles.
11546 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11547 in progspaces.
11548
11549 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11550
11551 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11552 * gdb.base/realname-expand.exp: Likewise.
11553 * gdb.linespec/macro-relative.exp: Likewise.
11554
11555 2014-10-29 Pedro Alves <palves@redhat.com>
11556
11557 PR gdb/17408
11558 * gdb.threads/schedlock.c (some_function): New function.
11559 (call_function): New global.
11560 (MAYBE_CALL_SOME_FUNCTION): New macro.
11561 (thread_function): Call it.
11562 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11563 and use it instead of a global counter. Adjust all callers.
11564 (get_current_thread): Use "find current thread" for test message
11565 here rather than having all callers pass down the same string.
11566 (goto_loop): New procedure, factored out from ...
11567 (my_continue): ... this.
11568 (step_ten_loops): Change parameter from test message to command to
11569 use. Adjust.
11570 (list_count): Delete global.
11571 (check_result): New procedure, factored out from duplicate top
11572 level code.
11573 (continue tests): Wrap in with_test_prefix.
11574 (test_step): New procedure, factored out from duplicate top level
11575 code.
11576 (top level): Test "step" in combination with all scheduler-locking
11577 modes. Test "next" in combination with all scheduler-locking
11578 modes, and in combination with stepping over a function call or
11579 not.
11580 * gdb.threads/next-bp-other-thread.c: New file.
11581 * gdb.threads/next-bp-other-thread.exp: New file.
11582
11583 2014-10-29 Pedro Alves <palves@redhat.com>
11584
11585 PR python/17372
11586 * gdb.python/python.exp: Test a multi-line command that spawns
11587 interactive Python.
11588 * gdb.base/multi-line-starts-subshell.exp: New file.
11589
11590 2014-10-29 Yao Qi <yao@codesourcery.com>
11591
11592 * gdb.base/fileio.exp: Make directories on host.
11593
11594 2014-10-29 Yao Qi <yao@codesourcery.com>
11595
11596 * gdb.base/fileio.c (test_write): Close the file.
11597
11598 2014-10-28 Pedro Alves <palves@redhat.com>
11599
11600 PR gdb/12623
11601 * gdb.base/sigstep.c (no_handler): New global.
11602 (main): If 'no_handler is true, set the signal handlers to
11603 SIG_IGN.
11604 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11605 with_sw_watch and no_handler parameters. Handle them.
11606 (top level) <stepping over handler when stopped at a breakpoint
11607 test>: Add a test axis for testing with a software watchpoint, and
11608 another for testing with the signal handler set to SIG_IGN.
11609 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11610 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11611
11612 2014-10-28 Pedro Alves <palves@redhat.com>
11613
11614 PR gdb/17511
11615 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11616 * gdb.base/sigstep.exp (other_handler_location): New global.
11617 (advance): Support stepping into the signal handler, and running
11618 commands while in the handler.
11619 (in_handler_map): New global.
11620 (top level): In the advance test, add combinations for getting
11621 into the handler with stepping commands, and for running commands
11622 in the handler. Add comment descripting the advancei tests.
11623
11624 2014-10-28 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.base/sigstep.exp: Use build_executable instead of
11627 prepare_for_testing.
11628 (top level): Move code that starts GDB, runs to main and creates a
11629 display to ...
11630 (restart): ... this new procedure.
11631 (top level): Move backtrace from signal handler test to ...
11632 (validate_backtrace): ... this new procedure.
11633 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11634 with_test_prefix. Always restart GDB.
11635 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11636 with_test_prefix. Always restart GDB. No need to delete
11637 breakpoints after the test.
11638 (test_skip_handler): Remove prefix parameter.
11639 (skip_over_handler, breakpoint_to_handler)
11640 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11641 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11642 restart GDB. No need to delete breakpoints after the test.
11643 (top level): Use foreach to call the test procedures with
11644 different commands.
11645
11646 2014-10-28 Pedro Alves <palves@redhat.com>
11647
11648 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11649 instead of GNATS numbers.
11650 * gdb.base/sigbpt.exp: Likewise.
11651 * gdb.base/siginfo.exp: Likewise.
11652 * gdb.base/sigstep.exp: Likewise.
11653
11654 2014-10-27 Pedro Alves <palves@redhat.com>
11655
11656 * gdb.base/sigstep.c (dummy): New global.
11657 (main): Issue a couple writes to the new global.
11658 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11659 procedures.
11660 (skip_over_handler): Use test_skip_handler.
11661 (top level): Call skip_over_handler for stepi and nexti too.
11662 (breakpoint_over_handler): Use test_skip_handler.
11663 (top level): Call breakpoint_over_handler for stepi and nexti too.
11664
11665 2014-10-27 Yao Qi <yao@codesourcery.com>
11666
11667 * gdb.trace/tfile.c (adjust_function_address)
11668 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11669 function descriptor.
11670
11671 2014-10-24 Don Breazeal <donb@codesourcery.com>
11672
11673 * gdb.base/foll-fork.exp (test_follow_fork,
11674 catch_fork_child_follow): Check for updated fork messages emitted
11675 from infrun.c.
11676 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11677 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11678 vfork_and_exec_child_follow_through_step): Check for updated vfork
11679 messages emitted from infrun.c.
11680
11681 2014-10-24 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.base/corefile.exp: Remove references to ultrix.
11684 * gdb.base/interrupt.exp: Likewise.
11685 * gdb.base/whatis.exp: Likewise.
11686 * gdb.gdb/selftest.exp: Likewise.
11687 * gdb.threads/manythreads.exp: Likewise.
11688 * gdb.threads/print-threads.exp: Likewise.
11689 * gdb.threads/pthreads.exp:: Likewise.
11690 * gdb.threads/schedlock.exp: Likewise.
11691
11692 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11693
11694 * gdb.cp/non-trivial-retval.cc: Add a test case.
11695 * gdb.cp/non-trivial-retval.exp: Add a test.
11696
11697 2014-10-20 Yao Qi <yao@codesourcery.com>
11698
11699 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11700 * gdb.python/py-objfile-script-gdb.py: New file.
11701 * gdb.python/py-objfile-script.exp: Update reference to
11702 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11703 of remote_download. Remove the dest file.
11704
11705 2014-10-20 Yao Qi <yao@codesourcery.com>
11706
11707 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11708 * gdb.base/step-line.exp: Likewise.
11709 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11710 * gdb.dwarf2/dw2-basic.exp: Likewise.
11711 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11712 * gdb.dwarf2/dw2-filename.exp: Likewise.
11713 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11714 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11715 * gdb.dwarf2/dw2-producer.exp: Likewise.
11716 * gdb.dwarf2/mac-fileno.exp: Likewise.
11717 * gdb.python/py-frame-args.exp: Likewise.
11718 * gdb.python/py-framefilter.exp: Likewise.
11719 * gdb.python/py-mi.exp: Likewise.
11720 * gdb.python/py-objfile-script.exp: Likewise
11721 * gdb.python/py-pp-integral.exp: Likewise.
11722 * gdb.python/py-pp-re-notag.exp: Likewise.
11723 * gdb.python/py-prettyprint.exp: Likewise.
11724 * gdb.python/py-section-script.exp: Likewise.
11725 * gdb.python/py-typeprint.exp: Likewise.
11726 * gdb.python/py-xmethods.exp: Likewise.
11727 * gdb.stabs/weird.exp: Likewise.
11728 * gdb.xml/tdesc-regs.exp: Likewise.
11729
11730 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11731
11732 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11733 (out_cu): Use addr_len for the size of addresses.
11734 (out_line): Likewise. Size DW_LNE_set_address instruction
11735 according to addr_len.
11736 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11737 (FUNC): Add START_INSNS to definition.
11738
11739 2014-10-18 Yao Qi <yao@codesourcery.com>
11740
11741 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11742 gdb_has_argv0 return true.
11743 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11744 check [target_info exists noargs], check [gdb_has_argv0]
11745 instead.
11746 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11747 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11748 procedures.
11749
11750 2014-10-17 Doug Evans <dje@google.com>
11751
11752 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11753 event.
11754 * gdb.python/py-events.py: Add clear_objfiles event.
11755
11756 2014-10-17 Doug Evans <dje@google.com>
11757
11758 * gdb.python/py-objfile.exp: Test progspace attribute.
11759
11760 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11761
11762 * gdb.guile/scm-breakpoint.exp: Do not assume any
11763 directory separators when matching source file paths.
11764 * gdb.python/py-breakpoint.exp: Likewise.
11765 * gdb.reverse/break-precsave.exp: Likewise.
11766 * gdb.reverse/break-reverse.exp: Likewise.
11767 * gdb.reverse/consecutive-precsave.exp: Likewise.
11768 * gdb.reverse/finish-precsave.exp: Likewise.
11769 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11770 * gdb.reverse/finish-reverse.exp: Likewise.
11771 * gdb.reverse/i386-precsave.exp: Likewise.
11772 * gdb.reverse/i387-env-reverse.exp: Likewise.
11773 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11774 * gdb.reverse/machinestate-precsave.exp: Likewise.
11775 * gdb.reverse/machinestate.exp: Likewise.
11776 * gdb.reverse/sigall-precsave.exp: Likewise.
11777 * gdb.reverse/solib-precsave.exp: Likewise.
11778 * gdb.reverse/step-precsave.exp: Likewise.
11779 * gdb.reverse/until-precsave.exp: Likewise.
11780 * gdb.reverse/watch-precsave.exp: Likewise.
11781 * gdb.reverse/watch-reverse.exp: Likewise.
11782
11783 2014-10-17 Yao Qi <yao@codesourcery.com>
11784
11785 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11786 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11787
11788 2014-10-17 Pedro Alves <palves@redhat.com>
11789
11790 PR gdb/17471
11791 * gdb.base/bg-execution-repeat.c: New file.
11792 * gdb.base/bg-execution-repeat.exp: New file.
11793
11794 2014-10-17 Pedro Alves <palves@redhat.com>
11795
11796 PR gdb/17300
11797 * gdb.base/continue-all-already-running.c: New file.
11798 * gdb.base/continue-all-already-running.exp: New file.
11799
11800 2014-10-17 Pedro Alves <palves@redhat.com>
11801
11802 PR gdb/17472
11803 * gdb.base/annota-input-while-running.c: New file.
11804 * gdb.base/annota-input-while-running.exp: New file.
11805
11806 2014-10-17 Pedro Alves <palves@redhat.com>
11807
11808 * gdb.base/callfuncs.exp: emove references to osf.
11809 * gdb.base/sigall.exp: Likewise.
11810 * gdb.gdb/selftest.exp: Likewise.
11811 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11812 * gdb.mi/non-stop.c: Likewise.
11813 * gdb.mi/pthreads.c: Likewise.
11814 * gdb.reverse/sigall-precsave.exp: Likewise.
11815 * gdb.reverse/sigall-reverse.exp: Likewise.
11816 * gdb.threads/pthreads.c: Likewise.
11817 * gdb.threads/pthreads.exp: Likewise.
11818
11819 2014-10-17 Yao Qi <yao@codesourcery.com>
11820
11821 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11822 check 'target_info exists noargs'.
11823 (test_command_prompt_position): Likewise.
11824 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11825 Remove "set args".
11826 (progvar_simple_while_test): Likewise.
11827 (progvar_complex_if_while_test): Likewise.
11828 (if_while_breakpoint_command_test): Likewise.
11829 (infrun_breakpoint_command_test): Likewise.
11830 (breakpoint_command_test): Likewise.
11831 (watchpoint_command_test): Likewise.
11832 (bp_deleted_in_command_test): Likewise.
11833 (temporary_breakpoint_commands): Likewise.
11834
11835 2014-10-16 Yao Qi <yao@codesourcery.com>
11836
11837 * gdb.base/remotetimeout.exp: Remove noargs checking.
11838
11839 2014-10-15 Pedro Alves <palves@redhat.com>
11840
11841 PR breakpoints/9649
11842 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11843 * gdb.base/breakpoint-in-ro-region.exp
11844 (probe_target_hardware_step): New procedure.
11845 (top level): Probe hardware stepping and hardware breakpoint
11846 support. Test stepping through a read-only region, with both
11847 "breakpoint auto-hw" on and off and both "always-inserted" on and
11848 off.
11849
11850 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11851
11852 * gdb.dlang/demangle.exp: Update for demangling changes.
11853
11854 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11855
11856 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11857 * gdb.cp/non-trivial-retval.exp: Add new tests.
11858
11859 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11860
11861 PR c++/13403
11862 PR c++/15154
11863 * gdb.cp/non-trivial-retval.cc: New file.
11864 * gdb.cp/non-trivial-retval.exp: New file.
11865
11866 2014-10-15 Yao Qi <yao@codesourcery.com>
11867
11868 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11869 remote host.
11870
11871 2014-10-15 Yao Qi <yao@codesourcery.com>
11872
11873 * gdb.python/py-symbol.exp: Match file base name if host is
11874 remote, otherwise match file name with dir name.
11875 * gdb.python/py-symtab.exp: Likewise.
11876 * gdb.python/python.exp: Likewise.
11877
11878 2014-10-15 Yao Qi <yao@codesourcery.com>
11879
11880 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11881 pattern.
11882 * gdb.python/py-symtab.exp: Likewise.
11883 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11884 locationn.
11885
11886 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11887
11888 * gdb.ada/addr_arith: New testcase.
11889
11890 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11891
11892 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11893 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11894 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11895 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11896
11897 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11898
11899 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11900 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11901 * gdb.arch/stap-eval-lang-ada.exp: New file.
11902
11903 2014-10-14 Yao Qi <yao@codesourcery.com>
11904
11905 * gdb.mi/mi-var-child.c (nothing1): New function.
11906 (nothing2): New function.
11907 (do_children_tests): Set function pointers by nothing1 and
11908 nothing2.
11909 * gdb.mi/mi-var-child.exp: Step over new added statements.
11910 Update test to match the new output.
11911 * gdb.mi/var-cmd.c (nothing1): New function.
11912 (nothing2): New function.
11913 (do_children_tests): Set function pointers by nothing1 and
11914 nothing2.
11915 * gdb.mi/mi-var-display.exp: Update test to match output.
11916 Step to the line specified by $line_dct_nothing.
11917 Increase the number of lines to step.
11918
11919 2014-10-14 Yao Qi <yao@codesourcery.com>
11920
11921 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11922 tests.
11923 * gdb.mi/mi2-var-child.exp: Likewise.
11924
11925 2014-10-13 Doug Evans <dje@google.com>
11926
11927 * gdb.python/py-objfile.exp: Change name of file name test.
11928
11929 2014-10-13 Doug Evans <dje@google.com>
11930
11931 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11932 from the start of the CU.
11933
11934 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11935 Yao Qi <yao@codesourcery.com>
11936
11937 Fix "save breakpoints" for "catch" command.
11938 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11939 Remove -nonewline. Match also the added "main" line.
11940
11941 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11942
11943 Fix "save breakpoints" for "disable $bpnum" command.
11944 * gdb.base/save-bp.c (main): Add label.
11945 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11946
11947 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11948
11949 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11950
11951 2014-10-11 Yao Qi <yao@codesourcery.com>
11952
11953 * gdb.server/server-kill.exp: Execute command
11954 "set remote trace-status-packet on" before "tstatus".
11955
11956 2014-10-11 Yao Qi <yao@codesourcery.com>
11957
11958 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11959 (main): Call getppid.
11960 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11961 and continue to it. Read variable "server_pid".
11962
11963 2014-10-11 Yao Qi <yao@codesourcery.com>
11964
11965 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11966
11967 2014-10-11 Yao Qi <yao@codesourcery.com>
11968
11969 * gdb.threads/thread-find.exp: Don't execute command
11970 "info threads".
11971 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11972 * gdb.threads/linux-dp.exp: Don't check the condition
11973 $threads_created equals to zero.
11974
11975 2014-10-10 Pedro Alves <palves@redhat.com>
11976
11977 * gdb.base/bigcore.exp: Remove references to IRIX.
11978 * gdb.base/funcargs.exp: Likewise.
11979 * gdb.base/interrupt.exp: Likewise.
11980 * gdb.base/mips_pro.exp: Likewise.
11981 * gdb.base/nodebug.exp: Likewise.
11982 * gdb.base/setvar.exp: Likewise.
11983 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11984
11985 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11986 Pedro Alves <palves@redhat.com>
11987
11988 PR symtab/14466
11989 * gdb.base/vdso-warning.c: New file.
11990 * gdb.base/vdso-warning.exp: New file.
11991
11992 2014-10-02 Doug Evans <dje@google.com>
11993
11994 * gdb.base/structs.c (main): Don't run forever.
11995
11996 2014-10-02 Pedro Alves <palves@redhat.com>
11997
11998 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11999 (top level) <stop threads 1, stop threads 2>: Use it.
12000
12001 2014-10-02 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.threads/break-while-running.exp (test): Add new
12004 'update_thread_list' argument. Skip "info threads" if false.
12005 (top level): Add new 'update_thread_list' axis.
12006
12007 2014-10-02 Pedro Alves <palves@redhat.com>
12008
12009 PR breakpoints/17431
12010 * gdb.base/execl-update-breakpoints.c: New file.
12011 * gdb.base/execl-update-breakpoints.exp: New file.
12012
12013 2014-10-01 Pedro Alves <palves@redhat.com>
12014
12015 * gdb.base/breakpoint-in-ro-region.c: New file.
12016 * gdb.base/breakpoint-in-ro-region.exp: New file.
12017
12018 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12019
12020 * gdb.mi/mi-exit-code.exp: New file.
12021 * gdb.mi/mi-exit-code.c: New file.
12022
12023 2014-09-30 Yao Qi <yao@codesourcery.com>
12024
12025 * lib/prelink-support.exp (build_executable_own_libs): Error if
12026 the target isn't native.
12027
12028 2014-09-30 Yao Qi <yao@codesourcery.com>
12029
12030 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12031 false.
12032
12033 2014-09-22 Pedro Alves <palves@redhat.com>
12034
12035 * gdb.threads/break-while-running.exp: New file.
12036 * gdb.threads/break-while-running.c: New file.
12037
12038 2014-09-19 Yao Qi <yao@codesourcery.com>
12039
12040 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12041 Invoke test. Restart GDB with --readnow and invoke test again.
12042
12043 2014-09-19 Yao Qi <yao@codesourcery.com>
12044
12045 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12046 proc set_breakpoint_on_gcd_function. Invoke
12047 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12048 invoke set_breakpoint_on_gcd_function again.
12049
12050 2014-09-18 Doug Evans <dje@google.com>
12051
12052 * gdb.dwarf2/symtab-producer.exp: New file.
12053
12054 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12055
12056 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12057 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12058 * gdb.base/global-var-nested-by-dso.c: Likewise.
12059 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12060
12061 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12062 Pedro Alves <palves@redhat.com>
12063
12064 * gdb.base/watch-bitfields.exp: Pass string other than test file
12065 name to prepare_for_testing.
12066 (watch): New procedure.
12067 (expect_watchpoint): Use with_test_prefix.
12068 (top level): Factor out tests to ...
12069 (test_watch_location, test_regular_watch): ... these new
12070 procedures, and use with_test_prefix and gdb_continue_to_end.
12071
12072 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12073
12074 PR breakpoints/12526
12075 * gdb.base/watch-bitfields.exp: New file.
12076 * gdb.base/watch-bitfields.c: New file.
12077
12078 2014-09-16 Pedro Alves <palves@redhat.com>
12079
12080 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12081 software and hardware addresses, not software address against
12082 itself.
12083
12084 2014-09-16 Pedro Alves <palves@redhat.com>
12085
12086 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12087 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12088
12089 2014-09-16 Pedro Alves <palves@redhat.com>
12090
12091 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12092 files.
12093 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12094 "*-*-vxworks*" throughout.
12095 * gdb.base/break.exp: Likewise.
12096 * gdb.base/default.exp: Likewise.
12097 * gdb.base/scope.exp: Likewise.
12098 * gdb.base/sepdebug.exp: Likewise.
12099 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12100 throughout.
12101 * gdb.base/run.c: Likewise.
12102 * gdb.base/sepdebug.c: Likewise.
12103 * gdb.hp/gdb.aCC/run.c: Likewise.
12104 * gdb.reverse/until-reverse.c: Likewise.
12105 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12106
12107 2014-09-16 Yao Qi <yao@codesourcery.com>
12108
12109 * boards/local-remote-host-native.exp: New file.
12110
12111 2014-09-14 Doug Evans <xdje42@gmail.com>
12112
12113 * gdb.threads/queue-signal.c (thread_count): New variable.
12114 (thread_count_mutex, thread_count_condvar): New variables.
12115 (incr_thread_count, wait_all_threads_running): New functions.
12116 (main): Wait for all threads to be in their thread functions.
12117
12118 2014-09-13 Doug Evans <xdje42@gmail.com>
12119
12120 * gdb.threads/queue-signal.c: New file.
12121 * gdb.threads/queue-signal.exp: New file.
12122
12123 2014-09-13 Doug Evans <xdje42@gmail.com>
12124
12125 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12126 be consistent with what default_gdb_init uses.
12127 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12128 the plain text of the prompt. Add some logging printfs.
12129 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12130
12131 2014-09-12 Pedro Alves <palves@redhat.com>
12132
12133 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12134 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12135 * gdb.arch/i386-size-overlap.exp: Likewise.
12136 * gdb.arch/i386-size.exp: Likewise.
12137 * gdb.arch/i386-unwind.exp: Likewise.
12138 * gdb.base/a2-run.exp: Likewise.
12139 * gdb.base/break.exp: Likewise.
12140 * gdb.base/charset.exp: Likewise.
12141 * gdb.base/chng-syms.exp: Likewise.
12142 * gdb.base/commands.exp: Likewise.
12143 * gdb.base/dbx.exp: Likewise.
12144 * gdb.base/find.exp: Likewise.
12145 * gdb.base/funcargs.exp: Likewise.
12146 * gdb.base/jit-simple.exp: Likewise.
12147 * gdb.base/reread.exp: Likewise.
12148 * gdb.base/sepdebug.exp: Likewise.
12149 * gdb.base/step-bt.exp: Likewise.
12150 * gdb.cp/mb-inline.exp: Likewise.
12151 * gdb.cp/mb-templates.exp: Likewise.
12152 * gdb.objc/basicclass.exp: Likewise.
12153 * gdb.threads/killed.exp: Likewise.
12154
12155 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12156
12157 PR tdep/17379
12158 * gdb.arch/powerpc-stackless.S: New file.
12159 * gdb.arch/powerpc-stackless.exp: New file.
12160
12161 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12162
12163 * gdb.base/attach.c: Include unistd.h.
12164 (main): Call alarm. Add label postloop.
12165 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12166 gdb_breakpoint, gdb_continue_to_breakpoint.
12167 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12168
12169 2014-09-11 Pedro Alves <palves@redhat.com>
12170
12171 PR gdb/17347
12172 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12173 * gdb.base/attach.exp (test_command_line_attach_run): New
12174 procedure.
12175 (top level): Call it.
12176
12177 2014-09-11 Pedro Alves <palves@redhat.com>
12178
12179 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12180 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12181 (do_command_attach_tests): Use spawn_wait_for_attach.
12182 * gdb.base/solib-overlap.exp: Likewise.
12183 * gdb.multi/multi-attach.exp: Likewise.
12184 * gdb.python/py-prompt.exp: Likewise.
12185 * gdb.python/py-sync-interp.exp: Likewise.
12186 * gdb.server/ext-attach.exp: Likewise.
12187
12188 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12189
12190 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12191 command in testcase. Simplify testcase.
12192
12193 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12194
12195 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12196
12197 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12198
12199 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12200
12201 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12202
12203 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12204
12205 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12206
12207 * gdb.dwarf2/dynarr-ptr.c: New file.
12208 * gdb.dwarf2/dynarr-ptr.exp: New file.
12209
12210 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12211
12212 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12213 of 30 rather than hardcoding 120 for a slow test case. Take the
12214 `gdb,timeout' target setting into account for this calculation.
12215 Don't extend the timeout for the test cases that don't need it.
12216
12217 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12218
12219 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12220 a factor of 2 for a slow test case. Take the `gdb,timeout'
12221 target setting into account for this calculation.
12222 * gdb.reverse/until-precsave.exp: Increase the timeout by
12223 a factor of 15 and 3 respectively rather than adding 120
12224 for a pair of slow test cases. Take the `gdb,timeout'
12225 target setting into account for this calculation.
12226
12227 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12228
12229 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12230 timeout, don't pass one down to gdb_expect.
12231 (gdb_expect): Rework timeout selection.
12232
12233 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12234
12235 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12236 exception on timeout.
12237 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12238 (gdbserver_start_extended): Catch any `gdbserver_start' error
12239 exceptions.
12240 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12241 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12242 `gdbserver_gdb_load' error exceptions.
12243
12244 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12245
12246 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12247 120 on waiting for the TCP socket to open.
12248
12249 2014-09-09 Doug Evans <xdje42@gmail.com>
12250
12251 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12252 _caller_matches, _any_caller_is, _any_caller_matches.
12253
12254 2014-09-09 Doug Evans <xdje42@gmail.com>
12255
12256 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12257
12258 2014-09-09 Yao Qi <yao@codesourcery.com>
12259
12260 * gdb.mi/mi-var-display.exp: Set print symbol off.
12261
12262 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12263
12264 PR gdb/17035
12265 * gdb.base/commands.exp: Add tests to verify user-defined
12266 commands with empty bodies.
12267 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12268 python commands in `show user command`.
12269 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12270 scheme commands in `show user command`.
12271
12272 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12273
12274 PR python/17355
12275 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12276 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12277 * gdb.python/py-framefilter-invalidarg.exp: New file.
12278 * gdb.python/py-framefilter-invalidarg.py: New file.
12279
12280 2014-09-06 Doug Evans <xdje42@gmail.com>
12281
12282 PR 15276
12283 * gdb.python/py-caller-is.c: New file.
12284 * gdb.python/py-caller-is.exp: New file.
12285
12286 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12287
12288 PR gdb/17235
12289 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12290 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12291
12292 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12293
12294 PR fortran/17237
12295 * gdb.fortran/print-formatted.exp: New file.
12296 * gdb.fortran/print-formatted.f90: Likewise.
12297
12298 2014-09-03 Sasha Smundak <asmundak@google.com>
12299
12300 * gdb.python/py-frame.exp: Test Frame.read_register.
12301
12302 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12303
12304 PR python/16699
12305 * gdb.python/py-completion.exp: New file.
12306 * gdb.python/py-completion.py: Likewise.
12307
12308 2014-08-28 Doug Evans <dje@google.com>
12309
12310 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12311 eax,etc. are live with values set by gdb and thus the compiler can't
12312 use them.
12313 * gdb.arch/i386-pseudo.c (main): Ditto.
12314
12315 2014-08-27 Doug Evans <dje@google.com>
12316
12317 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12318
12319 2014-08-25 Doug Evans <dje@google.com>
12320
12321 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12322 (main): Ditto.
12323
12324 2014-08-25 Doug Evans <dje@google.com>
12325
12326 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12327
12328 2014-08-24 Yao Qi <yao@codesourcery.com>
12329
12330 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12331 symbol off.
12332 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12333
12334 2014-08-22 Doug Evans <dje@google.com>
12335
12336 PR 17276
12337 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12338 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12339 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12340
12341 2014-08-22 Yao Qi <yao@codesourcery.com>
12342
12343 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12344 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12345 * gdb.python/python.exp: Likewise. Use .py file on the host
12346 instead of the build.
12347
12348 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12349
12350 * gdb.threads/gcore-stale-thread.c: New file.
12351 * gdb.threads/gcore-stale-thread.exp: New file.
12352
12353 2014-08-21 Pedro Alves <palves@redhat.com>
12354
12355 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12356 * gdb.base/gcore-relro-pie.exp: Likewise.
12357 * gdb.base/gcore-relro.exp: Likewise.
12358 * gdb.base/gcore.exp: Likewise.
12359 * gdb.base/print-symbol-loading.exp: Likewise.
12360 * gdb.threads/gcore-thread.exp: Likewise.
12361 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12362
12363 2014-08-20 Pedro Alves <palves@redhat.com>
12364 Jan Kratochvil <jan.kratochvil@redhat.com>
12365
12366 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12367 configure.
12368 (EXPECT): Handle READ1 being set.
12369 (all): Depend on EXTRA_RULES.
12370 (check-read1, expect-read1, read1.so, read1): New rules.
12371 * README (Testsuite Parameters): Document the READ1 make variable.
12372 (Race detection): New section.
12373 * configure: Regenerate.
12374 * configure.ac: If build==host==target, and running under a
12375 GNU/glibc system, add read1 to the extra Makefile rules.
12376 (EXTRA_RULES): AC_SUBST it.
12377 * lib/read1.c: New file.
12378
12379 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12380
12381 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12382 the handling of variables declared as a typedef to an array
12383 which a DW_AT_data_location attribute.
12384
12385 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12386 Pedro Alves <palves@redhat.com>
12387
12388 PR symtab/14604
12389 PR symtab/14605
12390 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12391 gdb_test.
12392
12393 2014-08-19 Pedro Alves <palves@redhat.com>
12394
12395 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12396
12397 2014-08-19 Yao Qi <yao@codesourcery.com>
12398
12399 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12400 right line.
12401
12402 2014-08-18 David Blaikie <dblaikie@gmail.com>
12403
12404 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12405
12406 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12407
12408 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12409 attribute in array range.
12410
12411 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12412
12413 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12414
12415 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12416
12417 PR c++/17132
12418 * gdb.cp/pr17132.cc: New file.
12419 * gdb.cp/pr17132.exp: New file.
12420
12421 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12422
12423 * gdb.python/py-xmethods.py (A_getarrayind)
12424 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12425 Use 'print' with function call syntax.
12426 (E_method_matcher.match): Fix tab vs space indentation mixup.
12427
12428 2014-08-15 Yao Qi <yao@codesourcery.com>
12429
12430 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12431 false.
12432
12433 2014-08-15 Yao Qi <yao@codesourcery.com>
12434
12435 * gdb.cp/casts.exp: Set print symbol off.
12436 * gdb.cp/class2.exp: Likewise.
12437 * gdb.cp/overload.exp: Likewise.
12438 * gdb.cp/templates.exp: Likewise.
12439
12440 2014-08-11 Doug Evans <dje@google.com>
12441
12442 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12443 (test_load_shlib): Update.
12444
12445 2014-08-09 Yao Qi <yao@codesourcery.com>
12446
12447 * gdb.base/display.exp: Invoke is_address_zero_readable.
12448 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12449 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12450 * gdb.base/hbreak-unmapped.exp: Return if
12451 is_address_zero_readable returns true.
12452 * gdb.base/signest.exp: Likewise.
12453 * gdb.base/signull.exp: Likewise.
12454 * gdb.base/sigbpt.exp: Likewise.
12455 * gdb.guile/scm-disasm.exp: Do the test if
12456 is_address_zero_readable returns false.
12457 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12458 * gdb.python/py-arch.exp: Likewise.
12459 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12460 * lib/gdb.exp (is_address_zero_readable): New proc.
12461
12462 2014-08-09 Yao Qi <yao@codesourcery.com>
12463
12464 PR testsuite/13443
12465 * gdb.mi/mi-var-display.exp: Make test messages unique.
12466
12467 2014-08-04 Tom Tromey <tromey@redhat.com>
12468
12469 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12470 target 0".
12471
12472 2014-08-04 Tom Tromey <tromey@redhat.com>
12473
12474 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12475 "target_resume".
12476
12477 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12478
12479 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12480 inner_vla_struct_object_size.
12481 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12482 as xfail.
12483
12484 2014-07-30 Pedro Alves <palves@redhat.com>
12485
12486 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12487 comment.
12488
12489 2014-07-29 Yao Qi <yao@codesourcery.com>
12490
12491 PR gdb/17206
12492 * gdb.base/until-nodebug.exp: New.
12493
12494 2014-07-28 Doug Evans <xdje42@gmail.com>
12495
12496 PR guile/17203
12497 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12498 previously existing parameter, and previously ambiguously spelled
12499 parameter.
12500
12501 2014-07-28 Will Newton <will.newton@linaro.org>
12502
12503 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12504
12505 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12506 Doug Evans <xdje42@gmail.com>
12507
12508 PR guile/17146
12509 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12510
12511 2014-07-25 Pedro Alves <palves@redhat.com>
12512
12513 * gdb.threads/signal-command-handle-nopass.c: New file.
12514 * gdb.threads/signal-command-handle-nopass.exp: New file.
12515 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12516 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12517 * gdb.threads/signal-delivered-right-thread.c: New file.
12518 * gdb.threads/signal-delivered-right-thread.exp: New file.
12519
12520 2014-07-25 Pedro Alves <palves@redhat.com>
12521
12522 * gdb.base/double-prompt-target-event-error.exp
12523 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12524 match.
12525 (cancel_pagination_in_target_event): Rework double prompt
12526 detection.
12527 * gdb.base/paginate-after-ctrl-c-running.exp
12528 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12529 <return>' match.
12530 * gdb.base/paginate-bg-execution.exp
12531 (test_bg_execution_pagination_return)
12532 (test_bg_execution_pagination_cancel): Remove '-notransfer
12533 <return>' matches.
12534 * gdb.base/paginate-execution-startup.exp
12535 (test_fg_execution_pagination_return)
12536 (test_fg_execution_pagination_cancel): Remove '-notransfer
12537 <return>' matches.
12538 * gdb.base/paginate-inferior-exit.exp
12539 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12540 match.
12541 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12542 * lib/gdb.exp (pagination_prompt): Run text through
12543 string_to_regexp.
12544 (gdb_test_multiple): Match $pagination_prompt instead of
12545 "<return>".
12546 (string_to_regexp): Move to lib/gdb-utils.exp.
12547
12548 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12549
12550 * gdb.arch/amd64-entry-value-paramref.S: New file.
12551 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12552 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12553 * gdb.arch/amd64-optimout-repeat.S: New file.
12554 * gdb.arch/amd64-optimout-repeat.c: New file.
12555 * gdb.arch/amd64-optimout-repeat.exp: New file.
12556
12557 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12558
12559 PR gdb/17170
12560 * gdb.base/statistics.exp: New file.
12561
12562 2014-07-17 Doug Evans <dje@google.com>
12563
12564 PR gdb/17170
12565 * gdb.base/maint.exp: Update testing of per-command stats.
12566
12567 2014-07-16 Pedro Alves <palves@redhat.com>
12568
12569 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12570 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12571 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12572 (tfile_write_buf): New functions.
12573 (add_memory_block): Rewrite using the above.
12574 (adjust_function_address): New function.
12575 (FUNCTION_ADDRESS): New macro.
12576 (write_basic_trace_file): Remove short_x local, and use
12577 tfile_write_16. Change type of func_addr local to unsigned long
12578 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12579 here. Cast argument of add_memory_block to char pointer.
12580 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12581 (main): Remove parameters.
12582 * gdb.trace/tfile.exp: Remove nowarnings.
12583
12584 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12585
12586 * gdb.base/debug-expr.exp: Test string evaluation with
12587 "debug expression" on.
12588
12589 2014-07-15 Pedro Alves <palves@redhat.com>
12590
12591 * gdb.base/reread.exp: Use clean_restart.
12592
12593 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12594
12595 * gdb.arch/avr-flash-qualifer.c: New.
12596 * gdb.arch/avr-flash-qualifer.exp: New.
12597
12598 2014-07-14 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12601 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12602
12603 2014-07-14 Pedro Alves <palves@redhat.com>
12604
12605 * gdb.base/double-prompt-target-event-error.c: New file.
12606 * gdb.base/double-prompt-target-event-error.exp: New file.
12607
12608 2014-07-14 Pedro Alves <palves@redhat.com>
12609
12610 PR gdb/17072
12611 * gdb.base/paginate-inferior-exit.c: New file.
12612 * gdb.base/paginate-inferior-exit.exp: New file.
12613
12614 2014-07-14 Pedro Alves <palves@redhat.com>
12615
12616 PR gdb/17072
12617 * gdb.base/paginate-bg-execution.c: New file.
12618 * gdb.base/paginate-bg-execution.exp: New file.
12619
12620 2014-07-14 Pedro Alves <palves@redhat.com>
12621
12622 PR gdb/17072
12623 * gdb.base/paginate-execution-startup.c: New file.
12624 * gdb.base/paginate-execution-startup.exp: New file.
12625 * lib/gdb.exp (pagination_prompt): New global.
12626 (default_gdb_spawn): New procedure, factored out from
12627 default_gdb_spawn.
12628 (default_gdb_start): Adjust to call default_gdb_spawn.
12629 (gdb_spawn): New procedure.
12630
12631 2014-07-14 Pedro Alves <palves@redhat.com>
12632
12633 * lib/gdb.exp (gdb_assert): New procedure.
12634 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12635
12636 2014-07-14 Pedro Alves <palves@redhat.com>
12637
12638 * gdb.base/execution-termios.c: New file.
12639 * gdb.base/execution-termios.exp: New file.
12640
12641 2014-07-14 Tom Tromey <tromey@redhat.com>
12642
12643 * gdb.cp/vla-cxx.cc: New file.
12644 * gdb.cp/vla-cxx.exp: New file.
12645
12646 2014-07-14 Tom Tromey <tromey@redhat.com>
12647
12648 * gdb.reverse/rerun-prec.c: New file.
12649 * gdb.reverse/rerun-prec.exp: New file.
12650
12651 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12652 Maciej W. Rozycki <macro@codesourcery.com>
12653
12654 * lib/gdb-utils.exp: New file.
12655 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12656 inline `gdb_init_command' processing.
12657 (gdb_start_cmd): Likewise.
12658 * lib/mi-support.exp (mi_run_cmd): Likewise.
12659 * README: Document `gdb_init_command' and `gdb_init_commands'.
12660
12661 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12662
12663 Fix false FAIL running under a very long directory name.
12664 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12665 and "set print elements 10000". Twice.
12666
12667 2014-07-11 Yao Qi <yao@codesourcery.com>
12668
12669 * gdb.base/exprs.exp: "set print symbol off".
12670
12671 2014-07-11 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.threads/kill.c: New file.
12674 * gdb.threads/kill.exp: New file.
12675
12676 2014-07-10 Yao Qi <yao@codesourcery.com>
12677
12678 * gdb.trace/tfile.c (write_basic_trace_file)
12679 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12680 address written to trace file.
12681
12682 2014-07-09 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.base/attach-wait-input.exp: New file.
12685 * gdb.base/attach-wait-input.c: New file.
12686
12687 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12688
12689 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12690 setting up test structures.
12691 (main): Call new test function.
12692 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12693 test function, continue into test function and walk test
12694 structures.
12695
12696 2014-07-02 Yao Qi <yao@codesourcery.com>
12697
12698 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12699 'bar_start' at the beginning of functions 'foo' and 'bar'
12700 respectively.
12701 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12702 instead of 'foo' and 'bar'.
12703
12704 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12705
12706 * gdb.btrace/segv.exp: New.
12707 * gdb.btrace/segv.c: New.
12708
12709 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12710
12711 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12712 instruction.
12713
12714 2014-06-30 Mark Wielaard <mjw@redhat.com>
12715
12716 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12717 vulture, vilify, villar): New volatile array constants.
12718 (vindictive, vegetation): New const volatile array constants.
12719 * gdb.base/volatile.exp: Test volatile and const volatile array
12720 types.
12721
12722 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12723
12724 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12725 target lacks support for awatch, rwatch, or hbreak.
12726
12727 2014-06-27 Yao Qi <yao@codesourcery.com>
12728
12729 * gdb.multi/dummy-frame-restore.exp: New.
12730 * gdb.multi/dummy-frame-restore.c: New.
12731
12732 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12733
12734 * gdb.btrace/gcore.exp: New.
12735
12736 2014-06-23 Pedro Alves <palves@redhat.com>
12737
12738 * gdb.base/watchpoint-reuse-slot.c: New file.
12739 * gdb.base/watchpoint-reuse-slot.exp: New file.
12740
12741 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12742
12743 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12744 progspace's filename in 'info', 'enable' and 'disable' command
12745 tests.
12746
12747 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12748
12749 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12750 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12751 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12752
12753 2014-06-20 Gary Benson <gbenson@redhat.com>
12754
12755 * gdb.arch/i386-avx.exp: Fix include file location.
12756 * gdb.arch/i386-sse.exp: Likewise.
12757
12758 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12759
12760 * gdb.dlang/expression.exp: New file.
12761
12762 2014-06-19 Pedro Alves <palves@redhat.com>
12763
12764 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12765 out from ...
12766 (top level): ... here. Iterate running tests under different
12767 scheduler-locking settings.
12768
12769 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12770
12771 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12772 to DW_FORM_addr and use non-zero addresses.
12773
12774 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12775
12776 PR gdb/17017
12777 * gdb.python/py-xmethods.cc: Add global function call counters and
12778 increment them in their respective functions. Remove "cout"
12779 statements.
12780 * gdb.python/py-xmethods.exp: Make tests check the global function
12781 call counters instead of depending on inferior IO.
12782
12783 2014-06-18 Don Breazeal <donb@codesourcery.com>
12784
12785 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12786 Deleted procedure.
12787 (explicit_fork_parent_follow): Deleted procedure.
12788 (explicit_fork_child_follow): Deleted procedure.
12789 (test_follow_fork): New procedure.
12790 (do_fork_tests): Replace calls to deleted procedures with
12791 calls to test_follow_fork and reset GDB for subsequent
12792 procedure calls.
12793
12794 2014-06-17 Yao Qi <yao@codesourcery.com>
12795
12796 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12797 CP1252.
12798
12799 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12800
12801 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12802 Initialize ptr and S explicitly.
12803 (skip_type_update_when_not_use_rtti_test): Likewise.
12804
12805 2014-06-16 Keith Seitz <keiths@redhat.com>
12806
12807 PR mi/15863
12808 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12809 the inferior is started.
12810
12811 2014-06-16 Pedro Alves <palves@redhat.com>
12812
12813 * gdb.base/break-main-file-remove-fail.c: New file.
12814 * gdb.base/break-main-file-remove-fail.exp: New file.
12815 * gdb.base/break-unload-file.exp: Use build_executable instead of
12816 prepare_for_testing.
12817 (test_break): New parameter "initial_load". Handle it.
12818 (top level): Add initial_load cmdline/file axis.
12819
12820 2014-06-12 Tom Tromey <tromey@redhat.com>
12821
12822 * gdb.base/completion.exp: Don't use directory name in test.
12823
12824 2014-06-09 Gary Benson <gbenson@redhat.com>
12825
12826 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12827 separate the always-available ANSI-standard signals from the
12828 signals that require checking.
12829 (main): Likewise.
12830 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12831 Likewise.
12832 (main): Likewise.
12833
12834 2014-06-07 Keith Seitz <keiths@redhat.com>
12835
12836 Revert:
12837 PR c++/16253
12838 * gdb.cp/var-tag.cc: New file.
12839 * gdb.cp/var-tag.exp: New file.
12840 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12841 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12842 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12843 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12844
12845 2014-06-06 Doug Evans <xdje42@gmail.com>
12846
12847 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12848
12849 2014-06-06 Pedro Alves <palves@redhat.com>
12850
12851 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12852 in target debug output instead of looking at RSP packets,
12853 disabling the test on any target that uses hardware stepping.
12854 Update comments.
12855
12856 2014-06-06 Pedro Alves <palves@redhat.com>
12857
12858 * gdb.base/break-unload-file.exp: Fix typo.
12859
12860 2014-06-06 Yao Qi <yao@codesourcery.com>
12861
12862 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12863 from "jit_function" to "^jit_function".
12864
12865 2014-06-06 Yao Qi <yao@codesourcery.com>
12866
12867 * gdb.base/async.c (foo): Add one statement.
12868 * gdb.base/async.exp: Get the next instruction address and
12869 match the output of "nexti" by instruction address. Match
12870 the hex address in the output of "finish".
12871
12872 2014-06-06 Gary Benson <gbenson@redhat.com>
12873
12874 * gdb.base/call-signals.c: Remove preprocessor conditionals
12875 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12876 SIGSEGV and SIGTERM.
12877 * gdb.base/sigall.c: Likewise.
12878 * gdb.base/unwindonsignal.c: Likewise.
12879 * gdb.reverse/sigall-reverse.c: Likewise.
12880
12881 2014-06-06 Yao Qi <yao@codesourcery.com>
12882
12883 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12884 readable, skip the test.
12885
12886 2014-06-06 Yao Qi <yao@codesourcery.com>
12887
12888 * gdb.threads/staticthreads.c (thread_function): Move the line
12889 setting breakpoint on forward.
12890 * gdb.threads/staticthreads.exp: Update comments.
12891
12892 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12893
12894 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12895 "history-append! type error".
12896
12897 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12898
12899 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12900 erroneous dprintf expected input.
12901
12902 2014-06-04 Doug Evans <xdje42@gmail.com>
12903
12904 * gdb.guile/scm-generics.exp: Delete.
12905
12906 2014-06-04 Doug Evans <xdje42@gmail.com>
12907
12908 * gdb.guile/scm-breakpoint.exp: Update.
12909 Add tests for breakpoint registration.
12910
12911 2014-06-04 Tom Tromey <tromey@redhat.com>
12912
12913 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12914 VLA-in-union.
12915 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12916 inner_vla_struct, vla_union types. Initialize objects of those
12917 types and compute their sizes.
12918
12919 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12920 Hui Zhu <hui@codesourcery.com>
12921
12922 * gdb.base/fileio.exp: Add test for shell not available as well as
12923 available.
12924 * gdb.base/fileio.c (test_system): Check for shell twice.
12925
12926 2014-06-04 Yao Qi <yao@codesourcery.com>
12927
12928 * gdb.base/auto-connect-native-target.exp: Remove redundant
12929 space from the regexp pattern.
12930
12931 2014-06-04 Yao Qi <yao@codesourcery.com>
12932
12933 * gdb.base/default.exp: Replace "child" with "native" in
12934 regexp pattern.
12935
12936 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12937
12938 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12939 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12940 * gdb.python/py-xmethods.py: Python script supporting the
12941 new testcase and tests.
12942
12943 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12944 Pedro Alves <palves@redhat.com>
12945
12946 PR breakpoints/17000
12947 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12948 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12949
12950 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12951
12952 * gdb.base/subst.exp: Add tests to verify partial path matching
12953 output.
12954
12955 2014-06-03 Pedro Alves <palves@redhat.com>
12956
12957 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12958 target that doesn't use software single-stepping.
12959
12960 2014-06-03 Pedro Alves <palves@redhat.com>
12961
12962 PR breakpoints/17000
12963 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12964 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12965
12966 2014-06-02 Doug Evans <xdje42@gmail.com>
12967
12968 * gdb.guile/scm-parameter.exp: New file.
12969
12970 2014-06-02 Doug Evans <xdje42@gmail.com>
12971
12972 * gdb.guile/scm-cmd.c: New file.
12973 * gdb.guile/scm-cmd.exp: New file.
12974
12975 2014-06-02 Doug Evans <xdje42@gmail.com>
12976
12977 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12978 pretty-printer lookup.
12979 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12980 (make-pp_s-printer): Call it.
12981 (make-pretty-printer-from-dict): New function.
12982 (lookup-pretty-printer-maker-from-dict): New function.
12983 (*pretty-printer*): Simplify.
12984 (make-objfile-pp_s-printer): New function.
12985 (install-objfile-pretty-printers!): New function.
12986 (make-progspace-pp_s-printer): New function.
12987 (install-progspace-pretty-printers!): New function.
12988 * gdb.guile/scm-progspace.c: New file.
12989 * gdb.guile/scm-progspace.exp: New file.
12990
12991 2014-06-02 Pedro Alves <palves@redhat.com>
12992
12993 * gdb.base/dprintf-bp-same-addr.c: New file.
12994 * gdb.base/dprintf-bp-same-addr.exp: New file.
12995
12996 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12997
12998 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12999 * gdb.arch/powerpc-power.s: Likewise.
13000
13001 2014-06-02 Joel Brobecker <brobecker@adacore.com>
13002
13003 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13004
13005 2014-06-01 Yao Qi <yao@codesourcery.com>
13006
13007 * gdb.base/watchpoint.exp (test_watch_location): Check null
13008 pointer can be dereferenced. If not, do the test, otherwise
13009 skip it.
13010
13011 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13012
13013 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13014 results.
13015 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13016
13017 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13018
13019 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13020 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13021 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13022 * gdb.arch/amd64-invalid-stack-top.c: New file.
13023 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13024
13025 2014-05-30 Pedro Alves <palves@redhat.com>
13026
13027 PR breakpoints/17000
13028 * gdb.base/sss-bp-on-user-bp.c: New file.
13029 * gdb.base/sss-bp-on-user-bp.exp: New file.
13030
13031 2014-05-30 David Blaikie <dblaikie@gmail.com>
13032
13033 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13034 gnu_inline semantics via attribute.
13035 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13036 source explicitly specifies the required semantics.
13037
13038 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13039
13040 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13041
13042 2014-05-29 Pedro Alves <palves@redhat.com>
13043 Tom Tromey <tromey@redhat.com>
13044
13045 * gdb.base/async-shell.exp: Don't enable target-async.
13046 * gdb.base/async.exp
13047 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13048 parameter. Adjust.
13049 (top level): Don't test with "target-async".
13050 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13051 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13052 * gdb.base/inferior-died.exp: Don't enable target-async.
13053 * gdb.base/interrupt-noterm.exp: Likewise.
13054 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13055 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13056 * gdb.mi/mi-nonstop.exp: Likewise.
13057 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13058 * gdb.mi/mi-nsintrall.exp: Likewise.
13059 * gdb.mi/mi-nsmoribund.exp: Likewise.
13060 * gdb.mi/mi-nsthrexec.exp: Likewise.
13061 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13062 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13063 * gdb.python/py-evsignal.exp: Don't enable target-async.
13064 * gdb.python/py-evthreads.exp: Likewise.
13065 * gdb.python/py-prompt.exp: Likewise.
13066 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13067 * gdb.server/solib-list.exp: Don't enable target-async.
13068 * gdb.threads/thread-specific-bp.exp: Likewise.
13069 * lib/mi-support.exp: Adjust to use mi-async.
13070
13071 2014-05-29 Pedro Alves <palves@redhat.com>
13072
13073 PR gdb/13860
13074 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13075 reason, even in sync mode.
13076
13077 2014-05-29 Pedro Alves <palves@redhat.com>
13078 Hui Zhu <hui@codesourcery.com>
13079
13080 PR PR15693
13081 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13082 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13083 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13084 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13085
13086 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13087
13088 * config/monitor.exp (gdb_target_monitor): Replace use of
13089 "set remotebaud" by "set serial baud".
13090
13091 2014-05-26 Andy Wingo <wingo@igalia.com>
13092
13093 * gdb.guile/scm-breakpoint.exp:
13094 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13095 properties instead of gdb-object-properties.
13096
13097 2014-05-26 Yao Qi <yao@codesourcery.com>
13098
13099 * gdb.server/no-thread-db.exp: Specify source file name
13100 explicitly when setting a breakpoint.
13101
13102 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13103
13104 * gdb.btrace/vdso.c: New.
13105 * gdb.btrace/vdso.exp: New.
13106
13107 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13108
13109 * gdb.base/gcore.exp (capture_command_output): Move ...
13110 * lib/gdb.exp (capture_command_output): ... here.
13111
13112 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13113
13114 * gdb.btrace/data.exp: Test memory access during btrace replay.
13115
13116 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13117
13118 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13119
13120 2014-05-21 Pedro Alves <palves@redhat.com>
13121
13122 PR gdb/13860
13123 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13124 (top level): Test that output related to execution commands is
13125 sent to the console with CLI commands, but not with MI commands.
13126 Test that breakpoint events are always mirrored to the console.
13127 Also expect the new source line to be output after a "next" in
13128 async mode too. Make it a pass/fail test.
13129 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13130 output.
13131 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13132
13133 2014-05-21 Pedro Alves <palves@redhat.com>
13134
13135 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13136 Use them to test variations of "list" after reaching a breakpoint.
13137 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13138 Test "list" with listsize 10 after reaching a breakpoint.
13139 * gdb.python/python.exp (decode_line current location line
13140 number): Adjust expected line number.
13141
13142 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13143
13144 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13145 behavior for $args, pass it directly to "run".
13146
13147 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13148
13149 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13150 30000 to 65536.
13151
13152 2014-05-21 Pedro Alves <palves@redhat.com>
13153
13154 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13155 auto-connect-native-target off".
13156 * gdb.base/auto-connect-native-target.c: New file.
13157 * gdb.base/auto-connect-native-target.exp: New file.
13158
13159 2014-05-21 Pedro Alves <palves@redhat.com>
13160
13161 * gdb.base/default.exp: Test "target native" instead of "target
13162 child".
13163
13164 2014-05-21 Mark Wielaard <mjw@redhat.com>
13165
13166 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13167
13168 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13169
13170 Fix TLS access for -static -pthread.
13171 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13172 <HAVE_TLS> (thread_function, main): Initialize it.
13173 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13174 Add clean_restart.
13175 <$have_tls != "">: Check TLSVAR.
13176
13177 2014-05-21 Pedro Alves <palves@redhat.com>
13178
13179 * gdb.base/dcache-line-read-error.c: New.
13180 * gdb.base/dcache-line-read-error.exp: New.
13181
13182 2014-05-20 Pedro Alves <palves@redhat.com>
13183
13184 * gdb.base/compare-sections.c: New file.
13185 * gdb.base/compare-sections.exp: New file.
13186
13187 2014-05-20 Pedro Alves <palves@redhat.com>
13188
13189 * gdb.base/break-idempotent.c: New file.
13190 * gdb.base/break-idempotent.exp: New file.
13191
13192 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13193
13194 * gdb.btrace/nohist.exp: New.
13195
13196 2014-05-20 Yao Qi <yao@codesourcery.com>
13197
13198 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13199 gdb.reverse directory and gdb_reverse_timeout exists in board
13200 setting.
13201 * README: Document gdb_reverse_timeout.
13202
13203 2014-05-20 Yao Qi <yao@codesourcery.com>
13204
13205 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13206 'test_file_name'. Treat args as a string instead of a list.
13207 (gdb_init): Rename argument 'args' by 'test_file_name'.
13208
13209 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13210
13211 * gdb.arch/powerpc-power.exp: New file.
13212 * gdb.arch/powerpc-power.s: New file.
13213
13214 2014-05-16 Doug Evans <dje@google.com>
13215
13216 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13217 * gdb.base/completion.exp: Check that all expected files exist
13218 before doing file completion.
13219
13220 2014-05-16 Doug Evans <dje@google.com>
13221
13222 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13223 Update.
13224 (do_syscall_tests_without_xml): Update.
13225
13226 2014-05-16 Pedro Alves <palves@redhat.com>
13227
13228 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13229 instead of "unknown output after running".
13230
13231 2014-05-16 Yao Qi <yao@codesourcery.com>
13232
13233 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13234 file1.txt from host at the end.
13235 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13236
13237 2014-05-15 Doug Evans <dje@google.com>
13238
13239 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13240 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13241 loading file. Add test for TU lookup.
13242
13243 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13244
13245 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13246 calling "-exec-arguments" or "set args" before running the
13247 inferior.
13248
13249 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13250
13251 * lib/mi-support.exp (mi_expect_stop): Expect message for
13252 inferiors that exit with non-zero exit code.
13253
13254 2014-05-14 Yao Qi <yao@codesourcery.com>
13255
13256 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13257 match absolute path on remote host.
13258 (test_file_list_exec_source_files): Remove "/" from the
13259 pattern.
13260
13261 2014-05-14 Yao Qi <yao@codesourcery.com>
13262
13263 * boards/local-remote-host-notty.exp (${board}_file): New
13264 proc.
13265
13266 2014-05-07 Kyle McMartin <kyle@redhat.com>
13267
13268 Pushed by Joel Brobecker <brobecker@adacore.com>.
13269 * gdb.arch/aarch64-atomic-inst.c: New file.
13270 * gdb.arch/aarch64-atomic-inst.exp: New file.
13271
13272 2014-05-07 Yao Qi <yao@codesourcery.com>
13273
13274 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13275 in current context" too.
13276
13277 2014-05-05 Keith Seitz <keiths@redhat.com>
13278
13279 * gdb.linespec/ls-dollar.exp: Add test for linespec
13280 file:convenience_variable.
13281
13282 2014-05-05 Yao Qi <yao@codesourcery.com>
13283
13284 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13285 traceframes into tfile and ctf trace files. Read data from
13286 trace file and test collected data.
13287 (gdb_collect_locals_test): Likewise.
13288 (gdb_unavailable_registers_test): Likewise.
13289 (gdb_unavailable_floats): Likewise.
13290 (gdb_collect_globals_test): Likewise.
13291 (top-level): Append "ctf" to trace_file_targets if GDB
13292 supports.
13293
13294 2014-05-05 Yao Qi <yao@codesourcery.com>
13295
13296 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13297 code to ...
13298 (gdb_collect_args_test_1): ... it. New proc.
13299 (gdb_collect_locals_test): Move some code to ...
13300 (gdb_collect_locals_test_1): ... it. New proc.
13301 (gdb_unavailable_registers_test): Move some code to ...
13302 (gdb_unavailable_registers_test_1): ... it. New proc.
13303 (gdb_unavailable_floats): Move some code to ...
13304 (gdb_unavailable_floats_1): ... it. New proc.
13305
13306 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13307
13308 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13309 probes to test for bitness recognition.
13310 * gdb.arch/amd64-stap-optional-prefix.exp
13311 (test_probe_value_without_reg): New procedure.
13312 Add code to test for different kinds of bitness.
13313
13314 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13315
13316 PR breakpoints/16889
13317 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13318 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13319
13320 2014-05-01 Pedro Alves <palves@redhat.com>
13321
13322 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13323 gdb_file_cmd if no file is specified.
13324 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13325 last_loaded_file to set the remote exec-file.
13326
13327 2014-05-01 Pedro Alves <palves@redhat.com>
13328
13329 * boards/local-remote-host.exp: New file.
13330
13331 2014-05-01 Pedro Alves <palves@redhat.com>
13332
13333 * boards/local-remote-host.exp: Rename to ...
13334 * boards/local-remote-host-notty.exp: ... this.
13335
13336 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13337
13338 * gdb.ada/dyn_arrayidx: New testcase.
13339
13340 2014-04-26 Yao Qi <yao@codesourcery.com>
13341
13342 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13343 and compute the length of function main. Save it in
13344 $main_length.
13345 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13346 (top-level): Use gdb_compile to compile objects into
13347 executable and restart GDB. Remove invocation to
13348 prepare_for_testing.
13349
13350 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13351 Pedro Alves <palves@redhat.com>
13352
13353 PR server/16255
13354 * gdb.multi/multi-attach.c: New file.
13355 * gdb.multi/multi-attach.exp: New file.
13356
13357 2014-04-25 Pedro Alves <palves@redhat.com>
13358
13359 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13360 user.
13361 (top level): Test that "set remote conditional-breakpoints-packet
13362 off" works as intended.
13363 * gdb.base/dprintf.exp: Test that "set remote
13364 breakpoint-commands-packet off" works as intended.
13365 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13366 New function.
13367 (top level): Call it.
13368 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13369 remote fast-tracepoints-packet off" works as intended.
13370 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13371 * lib/gdb.exp (gdb_is_target_remote): ... here.
13372
13373 2014-04-24 David Blaikie <dblaikie@gmail.com>
13374
13375 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13376 ensure clang would not discard them.
13377 * gdb.base/gdbvars.c: Ditto.
13378 * gdb.base/memattr.c: Ditto.
13379 * gdb.base/whatis.c: Ditto.
13380 * gdb.python/py-prettyprint.c: Ditto.
13381 * gdb.trace/actions.c: Ditto.
13382 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13383 ensure clang would not discard it.
13384
13385 2014-04-24 David Blaikie <dblaikie@gmail.com>
13386
13387 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13388 clang to emit the full definition of type required by the test
13389 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13390
13391 2014-04-24 David Blaikie <dblaikie@gmail.com>
13392
13393 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13394 coax Clang into emitting the definition of the type.
13395 * gdb.cp/pr10728-x.h (y): Ditto.
13396 * gdb.cp/pr10728-y.cc (y): Ditto.
13397
13398 2014-04-24 David Blaikie <dblaikie@gmail.com>
13399
13400 * gdb.base/label.exp: XFAIL label related tests under Clang.
13401 * gdb.cp/cplabel.exp: Ditto.
13402 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13403 under Clang those using labels.
13404
13405 2014-04-25 Yao Qi <yao@codesourcery.com>
13406
13407 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13408 double_label.
13409 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13410 partial_label and double_label.
13411
13412 2014-04-24 David Blaikie <dblaikie@gmail.com>
13413
13414 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13415
13416 2014-04-24 David Blaikie <dblaikie@gmail.com>
13417
13418 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13419 of the function to work across GCC and Clang.
13420 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13421 pointer types (const void ** const V void **).
13422
13423 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13424 Walfred Tedeschi <walfred.tedeschi@intel.com>
13425
13426 * Makefile.in (EXECUTABLES): Added i386-avx512.
13427 * gdb.arch/i386-avx512.c: New file.
13428 * gdb.arch/i386-avx512.exp: Likewise.
13429
13430 2014-04-23 Keith Seitz <keiths@redhat.com>
13431
13432 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13433 (mi_make_breakpoint_table): New procedure.
13434 (mi_create_breakpoint): Use mi_make_breakpoint
13435 and return the result.
13436 (mi_make_breakpoint): New procedure.
13437 (mi_build_kv_pairs): New procedure.
13438
13439 * gdb.mi/mi-break.exp: Remove unused globals,
13440 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13441 All callers updated.
13442 * gdb.mi/mi-dprintf.exp: Use variable to track command
13443 number.
13444 Update all callers of mi_create_breakpoint and use
13445 mi_make_breakpoint_table.
13446 Remove any unused global variables.
13447 * gdb.mi/mi-nonstop.exp: Likewise.
13448 * gdb.mi/mi-nsintrall.exp: Likewise.
13449 * gdb.mi/mi-nsmoribund.exp: Likewise.
13450 * gdb.mi/mi-nsthrexec.exp: Likewise.
13451 * gdb.mi/mi-reverse.exp: Likewise.
13452 * gdb.mi/mi-simplerun.exp: Likewise.
13453 * gdb.mi/mi-stepn.exp: Likewise.
13454 * gdb.mi/mi-syn-frame.exp: Likewise.
13455 * gdb.mi/mi-until.exp: Likewise.
13456 * gdb.mi/mi-var-cp.exp: Likewise.
13457 * gdb.mi/mi-var-display.exp: Likewise.
13458 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13459 * gdb.mi/mi2-var-child.exp: Likewise.
13460 * gdb.mi/mi-vla-c99.exp: Likewise.
13461 * lib/mi-support.exp: Likewise.
13462
13463 From Ian Lance Taylor <iant@cygnus.com>:
13464 * lib/gdb.exp (parse_args): New procedure.
13465
13466 2014-04-23 Pedro Alves <palves@redhat.com>
13467
13468 * gdb.base/break-unload-file.c: New file.
13469 * gdb.base/break-unload-file.exp: New file.
13470 * gdb.base/sym-file-lib.c (baz): New function.
13471 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13472 field.
13473 (load): Store the segment's mapped size.
13474 (unload): New function.
13475 (unload_shlib): New function.
13476 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13477 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13478 set a breakpoint at baz, and call it.
13479 * gdb.base/sym-file.exp: New tests for stale breakpoint
13480 instructions.
13481
13482 2014-04-23 Pedro Alves <palves@redhat.com>
13483
13484 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13485 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13486 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13487 * gdb.base/hbreak-unmapped.c: New file.
13488 * gdb.base/hbreak-unmapped.exp: New file.
13489 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13490 * lib/gdb.exp (gdb_is_target_remote): ... here.
13491
13492 2014-04-22 Pedro Alves <palves@redhat.com>
13493
13494 * gdb.base/consecutive-step-over.c: New file.
13495 * gdb.base/consecutive-step-over.exp: New file.
13496
13497 2014-04-22 Pedro Alves <palves@redhat.com>
13498
13499 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13500 instead of send_gdb/gdb_expect.
13501
13502 2014-04-22 Yao Qi <yao@codesourcery.com>
13503
13504 * lib/trace-support.exp (generate_tracefile): New procedure.
13505 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13506 return 0.
13507 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13508 if generate_tracefile returns 1.
13509
13510 2014-04-18 Tom Tromey <palves@redhat.com>
13511 Pedro alves <tromey@redhat.com>
13512
13513 PR backtrace/15558
13514 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13515 with a backtrace limit.
13516 * gdb.python/py-frame-inline.exp: Test running to an inline
13517 function with a backtrace limit, and printing the newest frame.
13518 * gdb.python/py-frame-inline.c (main): Call f.
13519
13520 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13521
13522 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13523
13524 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13525
13526 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13527 Drop prefix from unsupported source file path.
13528
13529 2014-04-17 Yao Qi <yao@codesourcery.com>
13530
13531 * lib/gdb.exp (with_target_charset): New proc.
13532 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13533 with_target_charset.
13534 (test_print_strings): Likewise.
13535 (test_repeat_bytes): Likewise.
13536 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13537 for some tests.
13538
13539 2014-04-16 Keith Seitz <keiths@redhat.com>
13540
13541 PR gdb/15827
13542 * gdb.dwarf2/corrupt.c: New file.
13543 * gdb.dwarf2/corrupt.exp: New file.
13544
13545 2014-04-16 Keith Seitz <keiths@redhat.com>
13546
13547 PR c++/16597
13548 * gdb.cp/namelessclass.cc: New file.
13549 * gdb.cp/namelessclass.exp: New file.
13550 * gdb.cp/namelessclass.S: New file.
13551
13552 2014-04-16 Doug Evans <dje@google.com>
13553
13554 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13555 Add comment.
13556 (gdbserver_default_get_comm_port): New function.
13557 (gdbserver_start): Check if board file provided
13558 "gdbserver,get_comm_port" and use it if so.
13559 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13560 (gdb,socketport): Set to "stdio".
13561 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13562 (stdio_gdbserver_template): Delete.
13563 (${board}_get_remote_address): Update.
13564 (${board}_build_remote_cmd): Delete.
13565 (${board}_get_comm_port): New function.
13566 (${board}_spawn): Update.
13567 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13568 Delete.
13569 (${board}_get_remote_address): Update.
13570 (${board}_get_comm_port): New function.
13571
13572 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13573
13574 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13575 appearing in any order.
13576
13577 2014-04-15 Doug Evans <dje@google.com>
13578
13579 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13580 uninitialized value of "description".
13581
13582 2014-04-15 Keith Seitz <keiths@redhat.com>
13583
13584 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13585 Remove unused globals.
13586 (test_running_the_program): Likewise.
13587 (test_controlled_execution): Likewise.
13588 (test_controlling_breakpoints): Likewise.
13589 (test_program_termination): Likewise.
13590
13591 2014-04-15 Keith Seitz <keiths@redhat.com>
13592
13593 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13594 unused globals.
13595 (test_rbreak_creation_and_listing): Likewise.
13596 (test_ignore_count): Likewise.
13597 (test_error): Likewise.
13598
13599 2014-04-15 Pedro Alves <palves@redhat.com>
13600
13601 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13602 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13603 sym-file-loader.c.
13604 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13605 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13606 to sym-file-loader.c.
13607 (struct library): Forward declare.
13608 (load_shlib, lookup_function): Change prototypes.
13609 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13610 (translate_offset): Remove declarations.
13611 (get_text_addr): New declaration.
13612 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13613 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13614 sym-file-loader.h.
13615 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13616 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13617 here from sym-file-loader.h.
13618 (struct library): New structure.
13619 (load_shlib, lookup_function): Change prototypes and adjust to
13620 work with a struct library.
13621 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13622 (translate_offset): Make static.
13623 (get_text_addr): New function.
13624 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13625
13626 2014-04-15 Pedro Alves <palves@redhat.com>
13627
13628 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13629
13630 2014-04-15 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.base/sym-file-loader.c: Include <limits.h>.
13633 (SELF_LINK): New define.
13634 (get_origin): New function.
13635 (load_shlib): Use it.
13636 * gdb.base/sym-file.exp: Don't early return if the target is
13637 remote. Use runto_main, and issue fail is that fails. Use
13638 gdb_load_shlibs.
13639 (shlib_name): Delete.
13640 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13641
13642 2014-04-15 Pedro Alves <palves@redhat.com>
13643
13644 * gdb.base/sym-file.exp: Remove regex characters from test
13645 message. Don't refer to breakpoint numbers in test messages.
13646
13647 2014-04-14 Keith Seitz <keiths@redhat.com>
13648
13649 PR c++/16253
13650 * gdb.cp/var-tag.cc: New file.
13651 * gdb.cp/var-tag.exp: New file.
13652 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13653 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13654 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13655 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13656
13657 2014-04-14 Tom Tromey <tromey@redhat.com>
13658
13659 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13660 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13661 type.
13662 * gdb.cp/enum-class.exp: New file.
13663 * gdb.cp/enum-class.cc: New file.
13664
13665 2014-04-14 Tom Tromey <tromey@redhat.com>
13666
13667 * gdb.dwarf2/enum-type.exp: New file.
13668
13669 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13670
13671 * gdb.mi/mi-vla-c99.exp: New file.
13672 * gdb.mi/vla.c: New file.
13673
13674 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13675
13676 * gdb.base/vla-datatypes.c: New file.
13677 * gdb.base/vla-datatypes.exp: New file.
13678
13679 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13680
13681 * gdb.base/vla-ptr.c: New file.
13682 * gdb.base/vla-ptr.exp: New file.
13683
13684 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13685
13686 * gdb.dwarf2/count.exp: New file.
13687
13688 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13689
13690 * gdb.base/vla-sideeffect.c: New file.
13691 * gdb.base/vla-sideeffect.exp: New file.
13692
13693 2014-04-14 David Blaikie <dblaikie@gmail.com>
13694
13695 * gdb.mi/non-stop.c: Add return value for non-void function return
13696 statement.
13697 * gdb.threads/staticthreads.c: Ditto.
13698
13699 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13700 Doug Evans <xdje42@gmail.com>
13701
13702 * gdb.guile/scm-value.c: Improve test case.
13703 * gdb.guile/scm-value.exp: Add new test.
13704
13705 2014-04-11 David Blaikie <dblaikie@gmail.com>
13706
13707 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13708 override Clang's default.
13709
13710 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13711
13712 Revert the following changes (regressions):
13713
13714 * gdb.base/vla-sideeffect.c: New file.
13715 * gdb.base/vla-sideeffect.exp: New file.
13716
13717 * gdb.dwarf2/count.exp: New file.
13718
13719 * gdb.base/vla-multi.c: New file.
13720 * gdb.base/vla-multi.exp: New file.
13721
13722 * gdb.base/vla-ptr.c: New file.
13723 * gdb.base/vla-ptr.exp: New file.
13724
13725 * gdb.base/vla-datatypes.c: New file.
13726 * gdb.base/vla-datatypes.exp: New file.
13727
13728 * gdb.mi/mi-vla-c99.exp: New file.
13729 * gdb.mi/vla.c: New file.
13730
13731 2014-04-11 Keith Seitz <keiths@redhat.com>
13732
13733 PR c++/16675
13734 * gdb.cp/cpsizeof.exp: New file.
13735 * gdb.cp/cpsizeof.cc: New file.
13736
13737 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13738
13739 * gdb.mi/mi-vla-c99.exp: New file.
13740 * gdb.mi/vla.c: New file.
13741
13742 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13743
13744 * gdb.base/vla-datatypes.c: New file.
13745 * gdb.base/vla-datatypes.exp: New file.
13746
13747 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13748
13749 * gdb.base/vla-ptr.c: New file.
13750 * gdb.base/vla-ptr.exp: New file.
13751
13752 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13753
13754 * gdb.base/vla-multi.c: New file.
13755 * gdb.base/vla-multi.exp: New file.
13756
13757 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13758
13759 * gdb.dwarf2/count.exp: New file.
13760
13761 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13762
13763 * gdb.base/vla-sideeffect.c: New file.
13764 * gdb.base/vla-sideeffect.exp: New file.
13765
13766 2014-04-11 Yao Qi <yao@codesourcery.com>
13767
13768 * gdb.base/completion.exp: Check file exists before running tests
13769 on file completion.
13770
13771 2014-04-10 Pedro Alves <palves@redhat.com>
13772
13773 * gdb.base/cond-eval-mode.c: New file.
13774 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13775 prepare_for_testing to build the new file. Check result of
13776 runto_main.
13777 (test_break, test_watch): New procedures.
13778 (top level): Use them.
13779
13780 2014-04-08 Pierre Muller <muller@sourceware.org>
13781
13782 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13783 Ctrl-V use for mingw hosts.
13784
13785 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13786
13787 * gdb.python/py-value.c: Improve test case.
13788 * gdb.python/py-value.exp: Add new test.
13789
13790 2014-04-07 David Blaikie <dblaikie@gmail.com>
13791
13792 * lib/compiler.c: Identify the clang compiler.
13793 * lib/compiler.cc: Ditto.
13794
13795 2014-04-03 Yao Qi <yao@codesourcery.com>
13796
13797 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13798
13799 2014-04-01 Anton Blanchard <anton@samba.org>
13800
13801 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13802 messages unique.
13803
13804 2014-04-01 Anton Blanchard <anton@samba.org>
13805
13806 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13807 prepare_for_testing.
13808
13809 2014-04-01 Anton Blanchard <anton@samba.org>
13810
13811 * gdb.arch/ppc64-atomic-inst.c: Remove.
13812 * gdb.arch/ppc64-atomic-inst.S: New file.
13813 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13814
13815 2014-03-31 Doug Evans <dje@google.com>
13816
13817 * gdb.base/print-symbol-loading-lib.c: New file.
13818 * gdb.base/print-symbol-loading-main.c: New file.
13819 * gdb.base/print-symbol-loading.exp: New file.
13820
13821 2014-03-31 Yao Qi <yao@codesourcery.com>
13822
13823 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13824
13825 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13826
13827 * gdb.ada/mi_dyn_arr: New testcase.
13828
13829 2014-03-27 Doug Evans <dje@google.com>
13830
13831 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13832
13833 2014-03-27 Yao Qi <yao@codesourcery.com>
13834
13835 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13836 if target is nios2-*-*.
13837
13838 2014-03-26 Yao Qi <yao@codesourcery.com>
13839
13840 * lib/gdb.exp (readline_is_used): New proc.
13841 * gdb.base/completion.exp: Move tests on command complete up.
13842 Skip the rest of tests if readline is not used.
13843 * gdb.ada/complete.exp: Skp the test if readline is not
13844 used.
13845 * gdb.base/filesym.exp: Likewise.
13846 * gdb.base/macscp.exp: Likewise.
13847 * gdb.base/readline-ask.exp: Likewise.
13848 * gdb.base/readline.exp: Likewise.
13849 * gdb.python/py-cmd.exp: Likewise.
13850 * gdb.trace/tfile.exp: Likewise.
13851
13852 2014-03-26 Yao Qi <yao@codesourcery.com>
13853
13854 * gdb.base/macscp.exp: Fix code format issues.
13855
13856 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13857
13858 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13859 * gdb.asm/powerpc64le.inc: New file.
13860
13861 2014-03-25 Pedro Alves <palves@redhat.com>
13862 Doug Evans <dje@google.com>
13863
13864 * gdb.base/source-execution.c: New file.
13865 * gdb.base/source-execution.exp: New file.
13866 * gdb.base/source-execution.gdb: New file.
13867
13868 2014-03-24 Doug Evans <dje@google.com>
13869
13870 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13871 using fission.
13872
13873 2014-03-24 Hui Zhu <hui@codesourcery.com>
13874 Pedro Alves <palves@redhat.com>
13875
13876 PR breakpoints/16101
13877 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13878 test pass/fail messages. Detect missing support for dprintf when
13879 breakpoints are actually inserted.
13880 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13881 breakpoints are actually inserted.
13882 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13883 fails.
13884
13885 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13886
13887 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13888
13889 2014-03-22 Doug Evans <xdje42@gmail.com>
13890
13891 * gdb.python/python.exp (python not supported): Verify multi-line
13892 python command issues an error.
13893 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13894 guile command issues an error.
13895
13896 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13897
13898 * gdb.threads/thread-specific.exp: Handle the lack of usable
13899 $this_breakpoint and $this_thread.
13900
13901 2014-03-21 Hui Zhu <hui@codesourcery.com>
13902
13903 * gdb.base/attach.exp (do_command_attach_tests): New.
13904
13905 2014-03-20 Tom Tromey <tromey@redhat.com>
13906 Pedro Alves <palves@redhat.com>
13907
13908 PR cli/15718
13909 * gdb.base/condbreak-call-false.c: New file.
13910 * gdb.base/condbreak-call-false.exp: New file.
13911
13912 2014-03-20 Pedro Alves <palves@redhat.com>
13913
13914 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13915 Delete.
13916 (block_signals, unblock_signals): Delete.
13917 (child_function_2, main): Remove references to deleted variable
13918 and functions.
13919
13920 2014-03-20 Pedro Alves <palves@redhat.com>
13921
13922 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13923 Use pthread_kill to signal thread 2.
13924 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13925 Adjust to make the test send itself a signal rather than using the
13926 host's "kill" command.
13927
13928 2014-03-20 Pedro Alves <palves@redhat.com>
13929
13930 * gdb.threads/multiple-step-overs.c: New file.
13931 * gdb.threads/multiple-step-overs.exp: New file.
13932 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13933 Adjust expected infrun debug output.
13934
13935 2014-03-20 Pedro Alves <palves@redhat.com>
13936
13937 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13938 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13939
13940 2014-03-20 Pedro Alves <palves@redhat.com>
13941
13942 PR breakpoints/7143
13943 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13944 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13945 of gdb_test_multiple.
13946 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13947 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13948
13949 2014-03-20 Pedro Alves <palves@redhat.com>
13950
13951 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13952 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13953
13954 2014-03-19 Pedro Alves <palves@redhat.com>
13955
13956 * gdb.base/async.exp: Remove early return.
13957
13958 2014-03-19 Pedro Alves <palves@redhat.com>
13959
13960 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13961
13962 2014-03-19 Pedro Alves <palves@redhat.com>
13963
13964 * gdb.base/async.exp (test_background): Expect \r\n after
13965 "completed." in the fail pattern.
13966
13967 2014-03-19 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.base/async.exp (test_background): New procedure.
13970 Use it for all background execution command tests.
13971
13972 2014-03-19 Pedro Alves <palves@redhat.com>
13973
13974 * gdb.base/async.exp: Use prepare_for_testing.
13975
13976 2014-03-19 Pedro Alves <palves@redhat.com>
13977
13978 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13979 the same line.
13980
13981 2014-03-19 Pedro Alves <palves@redhat.com>
13982
13983 * gdb.base/async.c (main): Add "jump here" and "until here" line
13984 marker comments.
13985 * gdb.base/async.exp (jump_here): New global.
13986 (jump& test): Use it.
13987 (until_here): New global.
13988 (until& test): Use it.
13989
13990 2014-03-19 Pedro Alves <palves@redhat.com>
13991
13992 * gdb.base/async.exp: Don't frob gdb_protocol.
13993
13994 2014-03-18 Doug Evans <xdje42@gmail.com>
13995
13996 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13997 Fix spelling of exec-done-display.
13998
13999 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14000
14001 PR gdb/15358
14002 * gdb.base/gdb-sigterm.c: New file.
14003 * gdb.base/gdb-sigterm.exp: New file.
14004
14005 2014-03-18 Pedro Alves <palves@redhat.com>
14006
14007 PR gdb/13860
14008 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14009 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14010 solib-event.
14011
14012 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14013
14014 * gdb.ada/pckd_arr_ren: New testcase.
14015
14016 2014-03-13 Doug Evans <xdje42@gmail.com>
14017
14018 PR guile/16612
14019 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14020 collect after discarding symbols.
14021
14022 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14023 Doug Evans <xdje42@gmail.com>
14024
14025 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14026 to history survives a gc.
14027
14028 2014-03-13 Pedro Alves <palves@redhat.com>
14029
14030 * gdb.base/default.exp: Don't test "target procfs".
14031
14032 2014-03-13 Pedro Alves <palves@redhat.com>
14033
14034 * gdb.base/default.exp: Update "target child" and "target procfs"
14035 tests to not expect "Unix".
14036
14037 2014-03-12 Tom Tromey <tromey@redhat.com>
14038
14039 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14040 New procs. Add target-async tests.
14041 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14042 Add target-async tests.
14043
14044 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14045
14046 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14047 'func_start' and 'func_end' for the beginning and end of the
14048 function code, respectively.
14049 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14050 'func_end' instead of 'func' and 'main'.
14051
14052 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14053
14054 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14055 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14056 generate the debug info assembler source.
14057
14058 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14059
14060 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14061 * gdb.dwarf2/arr-subrange.exp: Likewise.
14062 * gdb.dwarf2/dwz.exp: Likewise.
14063 * gdb.dwarf2/method-ptr.exp: Likewise.
14064 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14065 * gdb.dwarf2/subrange.exp: Likewise.
14066 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14067 * gdb.dwarf2/implptrpiece.exp: Likewise.
14068 * gdb.dwarf2/nostaticblock.exp: Likewise.
14069
14070 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14071
14072 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14073 directory to absolute path name arguments.
14074
14075 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14076
14077 * gdb.ada/tagged_access: New testcase.
14078
14079 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14080
14081 * gdb.btrace/data.exp: Update expected output.
14082
14083 2014-03-06 Yao Qi <yao@codesourcery.com>
14084
14085 * gdb.trace/pr16508.exp: New file.
14086
14087 2014-03-05 Pedro Alves <palves@redhat.com>
14088
14089 PR gdb/16575
14090 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14091 procedure.
14092 (top level): Adjust to use it. Add tests that exercise breakpoint
14093 interaction with the code-cache.
14094
14095 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14096
14097 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14098 test for 'history-append!'.
14099
14100 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14101
14102 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14103 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14104 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14105 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14106 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14107 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14108
14109 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14110
14111 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14112 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14113 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14114
14115 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14116
14117 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14118
14119 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14120
14121 * gdb.dwarf2/arr-stride.c: New file.
14122 * gdb.dwarf2/arr-stride.exp: New file.
14123
14124 2014-02-26 Pedro Alves <palves@redhat.com>
14125
14126 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14127 that won't ever trigger. Make sure that GDB reports the correct
14128 breakpoint that caused the stop.
14129
14130 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14131
14132 PR gdb/16626
14133 * gdb.base/auto-load-script: New file.
14134 * gdb.base/auto-load.c: New file.
14135 * gdb.base/auto-load.exp: New file.
14136
14137 PR gdb/16626
14138 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14139
14140 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14141
14142 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14143 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14144
14145 2014-02-24 Doug Evans <dje@google.com>
14146
14147 * lib/gdb.exp (run_on_host): Log error output if program fails.
14148
14149 2014-02-21 Pedro Alves <palves@redhat.com>
14150
14151 * gdb.threads/step-after-sr-lock.c: Rename to ...
14152 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14153 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14154 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14155 ... this.
14156
14157 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14158
14159 PR tdep/16397
14160 * gdb.arch/amd64-stap-special-operands.exp: New file.
14161 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14162 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14163 * gdb.arch/amd64-stap-triplet.S: Likewise.
14164 * gdb.arch/amd64-stap-triplet.c: Likewise.
14165
14166 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14167
14168 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14169 in .section pseudo-op.
14170
14171 2014-02-20 lin zuojian <manjian2006@gmail.com>
14172 Joel Brobecker <brobecker@adacore.com>
14173 Doug Evans <xdje42@gmail.com>
14174
14175 PR symtab/16581
14176 * gdb.dwarf2/dw2-icycle.S: New file.
14177 * gdb.dwarf2/dw2-icycle.c: New file.
14178 * gdb.dwarf2/dw2-icycle.exp: New file.
14179
14180 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14181
14182 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14183 operations on gdb.Value objects.
14184 * gdb.python/py-value-cc.exp: Add new test to test operations on
14185 gdb.Value objects.
14186
14187 2014-02-18 Doug Evans <dje@google.com>
14188
14189 * Makefile.in (TESTS): New variable.
14190 (expanded_tests, expanded_tests_or_none): New variables
14191 (check-single): Pass $(expanded_tests_or_none) to runtest.
14192 (check-parallel): Only run tests in $(TESTS) if non-empty.
14193 (check/no-matching-tests-found): New rule.
14194 * README: Document TESTS makefile variable.
14195
14196 2014-02-18 Doug Evans <dje@google.com>
14197
14198 * Makefile.in (check-parallel): rm -rf outputs temp.
14199
14200 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14201
14202 Fix "ERROR: no fileid for" in the testsuite.
14203 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14204
14205 2014-02-12 Doug Evans <dje@google.com>
14206
14207 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14208 (MISCELLANEOUS): New variable.
14209 (clean): rm -rf $(MISCELLANEOUS).
14210 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14211 dwp live in the same directory as symlinks, with each symlink pointed
14212 to a differently named file in a different directory.
14213
14214 2014-02-11 Doug Evans <dje@google.com>
14215
14216 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14217 of Tcl file commands.
14218
14219 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14220
14221 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14222 "kill -SIGUSR1 -1".
14223
14224 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14225
14226 * gdb.ada/tick_length_array_enum_idx: New testcase.
14227
14228 2014-02-10 Doug Evans <xdje42@gmail.com>
14229
14230 * configure.ac (AC_OUTPUT): Add gdb.guile.
14231 * configure: Regenerate.
14232 * lib/gdb-guile.exp: New file.
14233 * lib/gdb.exp (get_target_charset): New function.
14234 * gdb.base/help.exp: Update expected output from "apropos apropos".
14235 * gdb.guile/Makefile.in: New file.
14236 * gdb.guile/guile.exp: New file.
14237 * gdb.guile/scm-arch.c: New file.
14238 * gdb.guile/scm-arch.exp: New file.
14239 * gdb.guile/scm-block.c: New file.
14240 * gdb.guile/scm-block.exp: New file.
14241 * gdb.guile/scm-breakpoint.c: New file.
14242 * gdb.guile/scm-breakpoint.exp: New file.
14243 * gdb.guile/scm-disasm.c: New file.
14244 * gdb.guile/scm-disasm.exp: New file.
14245 * gdb.guile/scm-equal.c: New file.
14246 * gdb.guile/scm-equal.exp: New file.
14247 * gdb.guile/scm-error.exp: New file.
14248 * gdb.guile/scm-error.scm: New file.
14249 * gdb.guile/scm-frame-args.c: New file.
14250 * gdb.guile/scm-frame-args.exp: New file.
14251 * gdb.guile/scm-frame-args.scm: New file.
14252 * gdb.guile/scm-frame-inline.c: New file.
14253 * gdb.guile/scm-frame-inline.exp: New file.
14254 * gdb.guile/scm-frame.c: New file.
14255 * gdb.guile/scm-frame.exp: New file.
14256 * gdb.guile/scm-generics.exp: New file.
14257 * gdb.guile/scm-gsmob.exp: New file.
14258 * gdb.guile/scm-iterator.c: New file.
14259 * gdb.guile/scm-iterator.exp: New file.
14260 * gdb.guile/scm-math.c: New file.
14261 * gdb.guile/scm-math.exp: New file.
14262 * gdb.guile/scm-objfile-script-gdb.in: New file.
14263 * gdb.guile/scm-objfile-script.c: New file.
14264 * gdb.guile/scm-objfile-script.exp: New file.
14265 * gdb.guile/scm-objfile.c: New file.
14266 * gdb.guile/scm-objfile.exp: New file.
14267 * gdb.guile/scm-ports.exp: New file.
14268 * gdb.guile/scm-pretty-print.c: New file.
14269 * gdb.guile/scm-pretty-print.exp: New file.
14270 * gdb.guile/scm-pretty-print.scm: New file.
14271 * gdb.guile/scm-section-script.c: New file.
14272 * gdb.guile/scm-section-script.exp: New file.
14273 * gdb.guile/scm-section-script.scm: New file.
14274 * gdb.guile/scm-symbol.c: New file.
14275 * gdb.guile/scm-symbol.exp: New file.
14276 * gdb.guile/scm-symtab-2.c: New file.
14277 * gdb.guile/scm-symtab.c: New file.
14278 * gdb.guile/scm-symtab.exp: New file.
14279 * gdb.guile/scm-type.c: New file.
14280 * gdb.guile/scm-type.exp: New file.
14281 * gdb.guile/scm-value-cc.cc: New file.
14282 * gdb.guile/scm-value-cc.exp: New file.
14283 * gdb.guile/scm-value.c: New file.
14284 * gdb.guile/scm-value.exp: New file.
14285 * gdb.guile/source2.scm: New file.
14286 * gdb.guile/types-module.cc: New file.
14287 * gdb.guile/types-module.exp: New file.
14288
14289 2014-02-10 Yao Qi <yao@codesourcery.com>
14290
14291 PR testsuite/16543
14292 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14293 * configure: Regenerated.
14294 * Makefile.in: New file.
14295
14296 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14297
14298 * gdb.python/py-framefilter.exp: Fix typo.
14299
14300 2014-02-08 Yao Qi <yao@codesourcery.com>
14301
14302 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14303 that no =breakpoint-modified is emitted when breakpoints are
14304 modified through MI commands.
14305
14306 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14307 Pedro Alves <palves@redhat.com>
14308
14309 * gdb.threads/step-after-sr-lock.c: New file.
14310 * gdb.threads/step-after-sr-lock.exp: New file.
14311
14312 2014-02-07 Pedro Alves <palves@redhat.com>
14313
14314 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14315
14316 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14317
14318 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14319 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14320
14321 2014-02-06 Doug Evans <xdje42@gmail.com>
14322
14323 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14324 output.
14325
14326 * gdb.gdb/python-interrupts.exp: New file.
14327
14328 2014-02-05 Yao Qi <yao@codesourcery.com>
14329
14330 * gdb.trace/report.exp (use_collected_data): Test the output
14331 of "info threads" and "info inferiors".
14332
14333 2014-02-05 Yao Qi <yao@codesourcery.com>
14334
14335 Revert this patch:
14336
14337 2013-05-24 Yao Qi <yao@codesourcery.com>
14338
14339 * gdb.trace/tfile.exp: Test inferior and thread.
14340
14341 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14342
14343 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14344 on a function.
14345 * gdb.base/step-bt.c: Call hello via function pointer to make
14346 sure its first instruction is executed on powerpc64le-linux.
14347
14348 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14349
14350 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14351
14352 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14353
14354 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14355 of the test patterns for use on little-endian systems.
14356
14357 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14358
14359 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14360 (decimal_vector): Fix for little-endian.
14361
14362 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14363
14364 * gdb.arch/sparc-sysstep.exp: New file.
14365 * gdb.arch/sparc-sysstep.c: Likewise.
14366
14367 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14368
14369 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14370
14371 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14372
14373 2014-01-23 Tom Tromey <tromey@redhat.com>
14374
14375 * gdb.ada/array_char_idx: New testcase.
14376
14377 2014-01-23 Tom Tromey <tromey@redhat.com>
14378
14379 PR python/16487:
14380 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14381 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14382 classes.
14383
14384 2014-01-23 Tom Tromey <tromey@redhat.com>
14385
14386 PR python/16491:
14387 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14388 string from an inferior frame.
14389 * gdb.python/py-framefilter-mi.exp: Update.
14390
14391 2014-01-22 Doug Evans <dje@google.com>
14392
14393 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14394
14395 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14396
14397 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14398
14399 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14400
14401 * gdb.trace/entry-values.exp: Remove excess space character from
14402 regex patterns. Handle s390 call instruction.
14403
14404 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14405
14406 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14407 define "*_start" label. Make "name" static.
14408 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14409 ${name} by references to ${name}_start.
14410
14411 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14412
14413 * gdb.base/info-macros.exp: Remove "debug" from the compile
14414 options.
14415
14416 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14417
14418 * gdb.dlang/demangle.exp: New file.
14419
14420 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14421
14422 * gdb.dlang/primitive-types.exp: New file.
14423
14424 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14425
14426 * configure.ac: Create gdb.dlang/Makefile.
14427 * configure: Regenerate.
14428 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14429 * gdb.dlang/Makefile.in: New file.
14430 * lib/d-support.exp: New file.
14431 * lib/gdb.exp (skip_d_tests): New proc.
14432
14433 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14434
14435 * gdb.btrace/delta.exp: Check reverse stepi.
14436 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14437 * gdb.btrace/finish.exp: New.
14438 * gdb.btrace/next.exp: New.
14439 * gdb.btrace/nexti.exp: New.
14440 * gdb.btrace/record_goto.c: Add comments.
14441 * gdb.btrace/step.exp: New.
14442 * gdb.btrace/stepi.exp: New.
14443 * gdb.btrace/multi-thread-step.c: New.
14444 * gdb.btrace/multi-thread-step.exp: New.
14445 * gdb.btrace/rn-dl-bind.c: New.
14446 * gdb.btrace/rn-dl-bind.exp: New.
14447 * gdb.btrace/data.c: New.
14448 * gdb.btrace/data.exp: New.
14449 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14450
14451 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14452
14453 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14454 * gdb.btrace/exception.exp: Update.
14455 * gdb.btrace/instruction_history.exp: Update.
14456 * gdb.btrace/record_goto.exp: Update.
14457 * gdb.btrace/tailcall.exp: Update.
14458 * gdb.btrace/unknown_functions.exp: Update.
14459 * gdb.btrace/delta.exp: New.
14460
14461 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14462
14463 * gdb.btrace/record_goto.exp: Add backtrace test.
14464 * gdb.btrace/tailcall.exp: Add backtrace test.
14465
14466 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14467
14468 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14469 * gdb.btrace/record_goto.c: New.
14470 * gdb.btrace/record_goto.exp: New.
14471 * gdb.btrace/x86-record_goto.S: New.
14472
14473 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14474
14475 * gdb.btrace/function_call_history.exp: Update tests.
14476 * gdb.btrace/instruction_history.exp: Update tests.
14477
14478 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14479
14480 * gdb.btrace/function_call_history.exp: Fix expected field
14481 order for "record function-call-history".
14482 Add new tests for "record function-call-history /c".
14483 * gdb.btrace/exception.cc: New.
14484 * gdb.btrace/exception.exp: New.
14485 * gdb.btrace/tailcall.exp: New.
14486 * gdb.btrace/x86-tailcall.S: New.
14487 * gdb.btrace/x86-tailcall.c: New.
14488 * gdb.btrace/unknown_functions.c: New.
14489 * gdb.btrace/unknown_functions.exp: New.
14490 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14491
14492 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14493
14494 * gdb.btrace/instruction_history.exp: Update.
14495 * gdb.btrace/function_call_history.exp: Update.
14496
14497 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14498
14499 * gdb.btrace/function_call_history.exp: Fix expected function
14500 trace.
14501 * gdb.btrace/instruction_history.exp: Initialize traced.
14502 Remove traced_functions.
14503
14504 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14505
14506 * gdb.btrace/function_call_history.exp: Update
14507 * gdb.btrace/instruction_history.exp: Update.
14508
14509 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14510
14511 * gdb.btrace/enable.exp: Update expected text.
14512
14513 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14514
14515 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14516 bytes.
14517
14518 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14519
14520 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14521
14522 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14523
14524 * lib/gdb.exp (supports_process_record): Return true for
14525 arm*-linux*. (supports_reverse): Likewise.
14526
14527 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14528
14529 PR python/15464
14530 PR python/16113
14531 * gdb.python/py-type.c: Enhance test case.
14532 * gdb.python/py-value-cc.cc: Likewise
14533 * gdb.python/py-type.exp: Add new tests.
14534 * gdb.python/py-value-cc.exp: Likewise
14535
14536 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14537 Pedro Alves <palves@redhat.com>
14538
14539 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14540 Make "name" extern.
14541 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14542 references to ${name}_start by references to ${name}.
14543
14544 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14545
14546 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14547
14548 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14549
14550 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14551
14552 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14553 Pedro Alves <palves@redhat.com>
14554
14555 * gdb.mi/mi-info-os.exp: Connect to the target with
14556 mi_gdb_target_load.
14557
14558 2014-01-08 Pedro Alves <palves@redhat.com>
14559
14560 * gdb.threads/reconnect-signal.c: New file.
14561 * gdb.threads/reconnect-signal.exp: New file.
14562
14563 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14564
14565 * gdb.base/source-dir.exp: New file.
14566
14567 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14568
14569 * gdb.ada/mi_interface: New testcase.
14570
14571 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14572
14573 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14574 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14575 gdb.ada/pp-rec-component/pck.ads: New files.
14576
14577 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14578
14579 * gdb.python/py-pp-integral.c: New file.
14580 * gdb.python/py-pp-integral.py: New file.
14581 * gdb.python/py-pp-integral.exp: New file.
14582
14583 For older changes see ChangeLog-1993-2013.
14584 \f
14585 ;; Local Variables:
14586 ;; mode: change-log
14587 ;; left-margin: 8
14588 ;; fill-column: 74
14589 ;; version-control: never
14590 ;; End:
14591
14592 Copyright 2014-2018 Free Software Foundation, Inc.
14593 Copying and distribution of this file, with or without modification,
14594 are permitted provided the copyright notice and this notice are preserved.