1 2019-07-30 Tom Tromey <tromey@adacore.com>
3 * gdb.ada/display_nested.exp: New file.
4 * gdb.ada/display_nested/foo.adb: New file.
5 * gdb.ada/display_nested/pack.adb: New file.
6 * gdb.ada/display_nested/pack.ads: New file.
8 2019-07-30 Christian Biesinger <cbiesinger@google.com>
10 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
12 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
14 2019-07-30 Tom de Vries <tdevries@suse.de>
16 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
19 2019-07-30 Tom de Vries <tdevries@suse.de>
22 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
23 (exec_is_pie): New proc.
25 2019-07-29 Christian Biesinger <cbiesinger@google.com>
27 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
29 2019-07-29 Christian Biesinger <cbiesinger@google.com>
31 * gdb.python/py-objfile.c: Add global and static vars.
32 * gdb.python/py-objfile.exp: Test new functions Objfile.
33 lookup_global_symbol and lookup_static_symbol.
35 2019-07-29 Tom Tromey <tom@tromey.com>
37 * lib/tuiterm.exp (Term::_csi_@): New proc.
38 (Term::_csi_X): Don't move cursor.
40 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
42 * gdb.base/options.exp: Update backtrace - completion to
43 new option -frame-info.
44 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
45 Test new 'set print frame-info'. Test backtrace -frame-info
46 overriding 'set print frame-info'.
47 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
48 Test new 'set print frame-info'.
49 Verify consistency of backtrace with and without filters, with and
51 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
54 2019-07-29 Tom de Vries <tdevries@suse.de>
56 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
59 2019-07-29 Tom de Vries <tdevries@suse.de>
61 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
62 is a substring of the first for "complete non-unique file name".
64 2019-07-29 Tom de Vries <tdevries@suse.de>
66 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
69 2019-07-29 Tom de Vries <tdevries@suse.de>
71 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
72 Pass prompt_regexp parameter to gdb_test_multiple calls.
74 2019-07-29 Tom de Vries <tdevries@suse.de>
76 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
77 print registers" regexps.
79 2019-07-29 Tom de Vries <tdevries@suse.de>
81 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
83 2019-07-29 Tom de Vries <tdevries@suse.de>
86 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
87 (skip_python_tests_prompt): Add prompt_regexp argument to
88 gdb_test_multiple calls.
90 2019-07-27 Tom Tromey <tom@tromey.com>
92 * gdb.tui/main.exp: New file.
94 2019-07-27 Tom Tromey <tom@tromey.com>
96 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
98 * gdb.tui/empty.exp: New file.
100 2019-07-27 Tom Tromey <tom@tromey.com>
102 * lib/tuiterm.exp (spawn): New proc.
103 (Term::resize): New proc.
104 * gdb.tui/resize.exp: New file.
106 2019-07-27 Tom Tromey <tom@tromey.com>
108 * gdb.tui/list.exp: New file.
110 2019-07-27 Tom Tromey <tom@tromey.com>
112 * gdb.tui/regs.exp: New file.
114 2019-07-27 Tom Tromey <tom@tromey.com>
116 * gdb.tui/basic.exp: Add "layout split" test.
118 2019-07-27 Tom Tromey <tom@tromey.com>
120 * gdb.tui/basic.exp: Add "layout asm" test.
122 2019-07-27 Tom Tromey <tom@tromey.com>
124 * lib/tuiterm.exp: New file.
125 * gdb.tui/basic.exp: New file.
127 2019-07-27 Kevin Buettner <kevinb@redhat.com>
129 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
130 Enable tests associated with this flag. Adjust regex
131 referencing "foo_low" to now refer to "foo_cold" instead.
133 2019-07-27 Kevin Buettner <kevinb@redhat.com>
135 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
136 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
137 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
138 foo_cold. Revise comments to match.
139 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
140 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
141 were wrapped into this proc; Call do_test in loop from outermost
143 (foo_low): Rename all occurrences to "foo_cold".
144 (backtrace from baz): New test.
145 (x2/i foo_cold): New test.
146 (info line *foo_cold): New test.
148 2019-07-26 Tom de Vries <tdevries@suse.de>
150 * gdb.arch/i386-pkru.exp: Fix unterminated string.
152 2019-07-25 Tom de Vries <tdevries@suse.de>
155 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
156 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
157 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
158 (skip_libstdcxx_probe_tests): ... here.
159 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
161 2019-07-24 Tom de Vries <tdevries@suse.de>
164 * gdb.objc/basicclass.m: Include stdio.h.
165 * gdb.objc/nondebug.m: Same.
166 * gdb.objc/objcdecode.m: Same.
168 2019-07-24 Tom de Vries <tdevries@suse.de>
171 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
174 2019-07-24 Tom de Vries <tdevries@suse.de>
177 * gdb.multi/tids.exp: Update error messages for info threads.
179 2019-07-24 Tom de Vries <tdevries@suse.de>
181 * gdb.base/info-types.exp: Allow info types to print info for more than
184 2019-07-23 Tom de Vries <tdevries@suse.de>
187 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
188 gdb_spawn_with_cmdline_opts.
190 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
192 * gdb.arch/arm-cmse-sgstubs.c: New test.
193 * gdb.arch/arm-cmse-sgstubs.exp: New file.
195 2019-07-23 Tom de Vries <tdevries@suse.de>
198 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
199 issuing next command.
201 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
203 * gdb.ada/info_auto_lang.exp: Update expected results.
204 * gdb.base/info-types.c: Add additional types to check.
205 * gdb.base/info-types.exp: Update expected results.
207 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
209 * gdb.base/info-types.c: New file.
210 * gdb.base/info-types.exp: New file.
212 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
214 * gdb.arch/riscv-bp-infcall.c: New file.
215 * gdb.arch/riscv-bp-infcall.exp: New file.
217 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
220 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
222 2019-07-14 Tom de Vries <tdevries@suse.de>
225 * gdb.objc/basicclass.exp: Fix unterminated string.
227 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
228 Andrew Burgess <andrew.burgess@embecosm.com>
230 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
231 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
233 * gdb.fortran/vla-value.exp: Print elements of an array with
235 * gdb.fortran/vla.f90: Setup an array with negative bounds for
238 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
240 * gdb.base/options.exp (expect_string): Dequote strings in
242 (test-string): Test strings with different quoting and reindent.
244 2019-07-10 Tom Tromey <tromey@adacore.com>
246 * gdb.ada/mi_ex_cond.exp: Update expected results.
247 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
248 * gdb.ada/mi_catch_ex.exp: Update expected results.
249 * gdb.ada/mi_catch_assert.exp: Update expected results.
250 * gdb.ada/catch_ex.exp (catch_exception_info)
251 (catch_exception_entry, catch_assert_entry)
252 (catch_unhandled_entry): Update.
253 * gdb.ada/catch_assert_if.exp: Update expected results.
255 2019-07-10 Richard Bunt <richard.bunt@arm.com>
256 Stephen Roberts <stephen.roberts@arm.com>
258 * gdb.base/define.exp: Restore original prompt.
260 2019-07-09 Pedro Alves <palves@redhat.com>
262 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
264 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
265 * gdb.python/py-breakpoint.exp: No longer expect that "catch
266 throw" creates breakpoint.
267 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
270 2019-07-09 Pedro Alves <palves@redhat.com>
273 * gdb.cp/except-multi-location-lib.cc: New.
274 * gdb.cp/except-multi-location-main.cc: New.
275 * gdb.cp/except-multi-location.exp: New.
277 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
279 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
280 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
281 argument and update callers.
283 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
285 * gdb.arch/amd64-break-on-asm-line.S: New file.
286 * gdb.arch/amd64-break-on-asm-line.exp: New file.
288 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
290 * gdb.base/printcmds.exp: Test printing C string and
291 C wide string convenience vars without transiting via the inferior.
292 Also make test names unique.
294 2019-07-08 Alan Hayward <alan.hayward@arm.com>
296 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
298 2019-07-04 Pedro Alves <palves@redhat.com>
300 * lib/gdb.exp (foreach_with_prefix): Don't return early if
301 body returned ok(0), break(3) or continue(4).
302 * gdb.testsuite/foreach_with_prefix.exp: New file.
304 2019-07-04 Alan Hayward <alan.hayward@arm.com>
306 * gdb.server/unittest.exp: Allow 0 unit tests to run.
308 2019-07-03 Pedro Alves <palves@redhat.com>
310 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
313 2019-07-03 Pedro Alves <palves@redhat.com>
316 * gdb.base/shell.exp: Load completion-support.exp.
317 Adjust expected error output. Add completion tests.
319 2019-07-03 Pedro Alves <palves@redhat.com>
321 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
324 2019-07-03 Pedro Alves <palves@redhat.com>
326 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
327 (expect_integer): Adjust to expect "-string".
328 (expect_string): New.
329 (all_options): Expect "-string".
330 (test-flag, test-boolean): Adjust to expect "-string".
331 (test-string): New proc.
332 (top level): Call it.
334 2019-07-03 Pedro Alves <palves@redhat.com>
336 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
337 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
338 the expected output in the success.
340 2019-07-03 Pedro Alves <palves@redhat.com>
342 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
343 Split one gdb_test_multiple call in two to avoid a race.
345 2019-07-03 Pedro Alves <palves@redhat.com>
347 * gdb.base/with.c: New file.
348 * gdb.base/with.exp: New file.
350 2019-07-03 Pedro Alves <palves@redhat.com>
352 * gdb.base/settings.exp: Replace all references to "maint
353 test-settings set" with references to "maint set test-settings",
354 and all references to "maint test-settings show" with references
355 to "maint show test-settings".
357 2019-07-03 Pedro Alves <palves@redhat.com>
359 * gdb.base/settings.exp (test-string): Adjust expected out when
360 testing "maint test-settings show filename"
362 2019-07-02 Pedro Alves <palves@redhat.com>
364 * gdb.base/options.exp (test-info-threads): New procedure.
365 (top level): Call it.
367 2019-06-28 Tom Tromey <tromey@adacore.com>
369 * gdb.dwarf2/ada-linkage-name.c: New file.
370 * gdb.dwarf2/ada-linkage-name.exp: New file.
372 2019-06-27 Tom Tromey <tromey@adacore.com>
374 * gdb.cp/constexpr-field.exp: Use setup_xfail.
376 2019-06-26 Tom de Vries <tdevries@suse.de>
378 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
380 2019-06-26 Tom de Vries <tdevries@suse.de>
382 * gdb.base/index-cache.exp: Add back missing debug option.
384 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
386 * gdb.base/alias.exp: Test non matching/non existing prefixes.
388 2019-06-25 Tom de Vries <tdevries@suse.de>
391 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
393 2019-06-24 Tom de Vries <tdevries@suse.de>
395 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
397 2019-06-24 Tom de Vries <tdevries@suse.de>
399 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
400 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
401 * gdb.trace/unavailable-dwarf-piece.exp: Same.
403 2019-06-24 Tom de Vries <tdevries@suse.de>
405 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
407 2019-06-21 Tom de Vries <tdevries@suse.de>
409 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
411 2019-06-21 Tom de Vries <tdevries@suse.de>
415 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
418 2019-06-19 Tom Tromey <tromey@adacore.com>
420 * gdb.ada/length_cond.exp: Add intro comment.
422 2019-06-19 Tom Tromey <tromey@adacore.com>
424 * gdb.ada/length_cond.exp: New file.
425 * gdb.ada/length_cond/length_cond.adb: New file.
426 * gdb.ada/length_cond/pck.adb: New file.
427 * gdb.ada/length_cond/pck.ads: New file.
429 2019-06-18 Tom de Vries <tdevries@suse.de>
431 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
433 2019-06-18 Tom Tromey <tromey@adacore.com>
435 * gdb.base/list0.h: Add comment explaining control character.
437 2019-06-18 Tom de Vries <tdevries@suse.de>
439 * boards/fission.exp: Break up long debug_flags line.
441 2019-06-16 Tom de Vries <tdevries@suse.de>
444 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
447 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
450 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
451 improve detection of bug gdb/24541.
453 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
456 * gdb.base/index-cache.exp (uses_readnow,
457 expecting_index_cache_use): Define global variable.
458 (test_cache_enabled_miss, test_cache_enabled_hit): Use
459 expecting_index_cache_use.
461 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
462 Andrew Burgess <andrew.burgess@embecosm.com>
464 * gdb.fortran/pointers.f90: New file.
465 * gdb.fortran/print_type.exp: New file.
466 * gdb.fortran/vla-ptype.exp: Adapt expected results.
467 * gdb.fortran/vla-type.exp: Likewise.
468 * gdb.fortran/vla-value.exp: Likewise.
469 * gdb.mi/mi-vla-fortran.exp: Likewise.
471 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
473 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
474 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
475 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
478 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
480 * gdb.base/annota1.exp: Update expected results.
481 * gdb.cp/annota2.exp: Likewise.
482 * gdb.cp/annota3.exp: Likewise.
484 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
486 * gdb.base/style-logging.exp: Remove path from test name.
488 2019-06-14 Tom Tromey <tromey@adacore.com>
491 * gdb.base/style-logging.exp: New file.
493 2019-06-14 Tom Tromey <tromey@adacore.com>
495 * gdb.base/symfile-warn.exp: New file.
496 * gdb.base/symfile-warn.c: New file.
498 2019-06-14 Tom Tromey <tromey@adacore.com>
500 * gdb.base/annotate-symlink.exp: New file.
502 2019-06-14 Tom Tromey <tromey@adacore.com>
504 * gdb.ada/set_wstr.exp: Add reassignment test.
506 2019-06-14 Tom Tromey <tromey@adacore.com>
508 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
509 'unchecked_access and 'unrestricted_access as well.
511 2019-06-14 Tom Tromey <tromey@adacore.com>
514 * gdb.ada/vla.exp: Update tests.
515 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
518 2019-06-13 Pedro Alves <palves@redhat.com>
520 * gdb.base/settings.exp (test-integer): Test junk after
523 2019-06-13 Pedro Alves <palves@redhat.com>
525 * gdb.base/options.exp (test-thread-apply): New.
526 (top level): Call it.
528 2019-06-13 Pedro Alves <palves@redhat.com>
530 * gdb.base/options.exp (test-frame-apply): New.
531 (top level): Test print commands with different "frame apply"
534 2019-06-13 Pedro Alves <palves@redhat.com>
536 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
537 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
538 'max_completions' parameter and handle it.
539 (test_gdb_completion_offers_commands): New.
541 2019-06-13 Pedro Alves <palves@redhat.com>
543 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
545 2019-06-13 Pedro Alves <palves@redhat.com>
547 * gdb.base/options.exp (test-backtrace): New.
548 (top level): Call it.
550 2019-06-13 Pedro Alves <palves@redhat.com>
552 * gdb.guile/scm-frame-args.exp: Use "set print
553 raw-frame-arguments" instead of "set print raw frame-arguments".
554 * gdb.python/py-frame-args.exp: Likewise.
556 2019-06-13 Pedro Alves <palves@redhat.com>
558 * gdb.compile/compile.exp: Adjust expected output to option
561 2019-06-13 Pedro Alves <palves@redhat.com>
563 * gdb.base/options.exp: Build executable.
564 (test-print): New procedure.
565 (top level): Call it, once for "print" and another for "compile
568 2019-06-13 Pedro Alves <palves@redhat.com>
570 * gdb.base/options.c: New file.
571 * gdb.base/options.exp: New file.
573 2019-06-13 Pedro Alves <palves@redhat.com>
575 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
576 that "o" is ambiguous.
578 2019-06-13 Pedro Alves <palves@redhat.com>
580 * gdb.base/settings.c: New file.
581 * gdb.base/settings.exp: New file.
583 2019-06-13 Pedro Alves <palves@redhat.com>
585 * gdb.base/completion.exp: Fix comment typo.
587 2019-06-13 Pedro Alves <palves@redhat.com>
589 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
592 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
594 * gdb.fortran/block-data.f: New.
595 * gdb.fortran/block-data.exp: New.
597 2019-06-11 Tom de Vries <tdevries@suse.de>
600 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
603 2019-06-11 Tom de Vries <tdevries@suse.de>
606 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
608 2019-06-11 Tom de Vries <tdevries@suse.de>
610 * boards/readnow.exp: New file.
612 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
614 * gdb.fortran/vla-sizeof.exp: Update expected results.
616 2019-06-06 Amos Bird <amosbird@gmail.com>
618 * gdb.base/annota1.exp (thread_switch): Add test for
619 thread-exited annotation.
621 2019-06-06 Tom Tromey <tromey@adacore.com>
623 * gdb.base/maint.exp: Expect command started/finished output.
625 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
627 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
629 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
631 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
633 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
634 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
635 * gdb.arch/riscv-unwind-long-insn.c: New file.
636 * gdb.arch/riscv-unwind-long-insn.exp: New file.
638 2019-06-04 Christian Biesinger <cbiesinger@google.com>
640 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
642 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
644 * lib/gdb.exp (help_list_trailer): New regexp variable
645 factorizing the help trailer message.
646 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
647 arg to allow to better factorize various tests.
648 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
649 (test_prefix_command_help): Use help_list_trailer.
650 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
651 * gdb.guile/scm-cmd.exp: Likewise.
652 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
653 * gdb.base/help.exp: Use test_user_defined_class_help.
654 * gdb.base/style.exp: Add tests for styling of help and apropos.
655 * lib/gdb-utils.exp (style): Add title and highlight styles.
657 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
659 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
661 * gdb.base/default.exp: Update for new convenience variables.
663 2019-05-29 Tom Tromey <tromey@adacore.com>
665 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
666 to "break complete ada" test case's regexp.
668 2019-05-29 Tom Tromey <tromey@adacore.com>
671 * gdb.cp/constexpr-field.exp: New file.
672 * gdb.cp/constexpr-field.cc: New file.
674 2019-05-29 Tom Tromey <tromey@adacore.com>
676 * gdb.base/finish.exp (finish_no_print): New proc.
677 (finish_tests): Call it.
679 2019-05-24 Tom de Vries <tdevries@suse.de>
681 * gdb.dwarf2/gdb-add-index.exp: New file.
683 2019-05-22 Tom Tromey <tromey@adacore.com>
685 * gdb.base/info-shared.exp (check_info_shared): Use "style".
686 * gdb.base/style.exp: Use "style".
687 * lib/gdb-utils.exp (style): New proc.
689 2019-05-22 Tom de Vries <tdevries@suse.de>
691 * gdb.base/align.exp: Require c++11.
693 2019-05-22 Tom de Vries <tdevries@suse.de>
696 * gdb.python/py-mi-var-info-path-expression.exp: Call
697 mi_skip_python_tests to check if python is supported.
699 2019-05-22 Alan Hayward <alan.hayward@arm.com>
701 * gdb.arch/aarch64-pauth.c: New test.
702 * gdb.arch/aarch64-pauth.exp: New file.
704 2019-05-22 Alan Hayward <alan.hayward@arm.com>
706 * README (Re-running Tests Outside The Testsuite): New section.
708 2019-05-21 Tom de Vries <tdevries@suse.de>
710 * gdb.arch/amd64-eval.exp: Require c++11.
711 * gdb.base/max-depth.exp: Same.
712 * gdb.compile/compile-cplus-array-decay.exp: Same.
713 * gdb.cp/meth-typedefs.exp: Same.
714 * gdb.cp/subtypes.exp: Same.
715 * gdb.cp/temargs.exp: Same.
717 2019-05-21 Alan Hayward <alan.hayward@arm.com>
719 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
721 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
724 * gdb.fortran/complex.exp: Remove setup_kfail calls.
725 * gdb.fortran/printing-types.exp: Add new test.
726 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
728 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
731 2019-05-17 Alan Hayward <alan.hayward@arm.com>
733 * README (Running the Testsuite): Change example.
734 (Testsuite Parameters): Remove TRANSCRIPT.
735 * lib/gdb.exp: Remove TRANSCRIPT check.
737 2019-05-17 Alan Hayward <alan.hayward@arm.com>
739 * README (Testsuite Parameters): Add replay logging to
741 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
742 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
743 as a comma separated list.
744 (gdb_debug_init): Override procedure.
746 2019-05-17 Alan Hayward <alan.hayward@arm.com>
748 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
749 (gdb_write_cmd_file): New procedure.
750 * lib/gdbserver-support.exp (gdbserver_start): Call
751 gdbserver_write_cmd_file.
752 (gdbserver_write_cmd_file): New procedure.
754 2019-05-17 Alan Hayward <alan.hayward@arm.com>
756 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
757 (delete_breakpoints): Likewise.
758 (gdb_run_cmd): Likewise.
759 (gdb_start_cmd): Likewise.
760 (gdb_starti_cmd): Likewise.
761 (gdb_internal_error_resync): Likewise.
762 (gdb_test_multiple): Likewise.
763 (gdb_reinitialize_dir): Likewise.
764 (default_gdb_exit): Likewise.
765 (gdb_file_cmd): Mark kill as optional.
766 (default_gdb_start): Call gdb_stdin_log_init.
767 (send_gdb): Call gdb_stdin_log_write.
768 (rerun_to_main): Mark Y as an answer.
769 (gdb_stdin_log_init): New function.
770 (gdb_stdin_log_write): Likewise.
772 2019-05-17 Alan Hayward <alan.hayward@arm.com>
774 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
775 * gdb.base/debug-expr.exp: Likewise.
776 * gdb.base/foll-fork.exp: Likewise.
777 * gdb.base/foll-vfork.exp: Likewise.
778 * gdb.base/fork-print-inferior-events.exp: Likewise.
779 * gdb.base/gdb-sigterm.exp: Likewise.
780 * gdb.base/gdbinit-history.exp: Likewise.
781 * gdb.base/osabi.exp: Likewise.
782 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
783 * gdb.base/ui-redirect.exp: Likewise.
784 * gdb.gdb/unittest.exp: Likewise.
785 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
786 * gdb.mi/mi-watch.exp: Likewise.
787 * gdb.mi/new-ui-mi-sync.exp: Likewise.
788 * gdb.mi/user-selected-context-sync.exp: Likewise.
789 * gdb.python/python.exp: Disable debug test when debugging.
790 * gdb.threads/check-libthread-db.exp: Disable when debugging.
791 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
793 * gdb.threads/stepi-random-signal.exp: Likewise.
795 2019-05-17 Alan Hayward <alan.hayward@arm.com>
797 * Makefile.in: Pass through GDB_DEBUG.
798 * README (Testsuite Parameters): Add GDB_DEBUG.
799 (gdb,debug): Add board setting.
800 * lib/gdb.exp (default_gdb_start): Start debugging.
801 (gdb_debug_enabled): New procedure.
802 (gdb_debug_init): Likewise.
804 2019-05-17 Alan Hayward <alan.hayward@arm.com>
806 * Makefile.in: Pass through GDB_DEBUG.
807 * README (Testsuite Parameters): Add GDB_DEBUG.
808 (gdb,debug): Add board setting.
809 * lib/gdb.exp (default_gdb_start): Start debugging.
810 (gdb_debug_enabled): New procedure.
811 (gdb_debug_init): Likewise.
813 2019-05-17 Alan Hayward <alan.hayward@arm.com>
815 * gdb.base/ui-redirect.exp: Add debug redirect tests.
817 2019-05-17 Alan Hayward <alan.hayward@arm.com>
819 * gdb.base/ui-redirect.exp: Test redirection.
821 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
823 * gdb.mi/mi-complete.exp: New file.
824 * gdb.mi/mi-complete.cc: Likewise.
826 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
828 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
829 indexed and sliced arrays, and pointers to arrays.
831 2019-05-14 Tom Tromey <tromey@adacore.com>
833 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
836 2019-05-14 Tom de Vries <tdevries@suse.de>
838 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
839 selection entry encoding.
841 2019-05-10 Tom Tromey <tromey@adacore.com>
843 * gdb.ada/info_exc.exp: Add "complete" test.
845 2019-05-09 Tom de Vries <tdevries@suse.de>
847 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
850 2019-05-09 Tom de Vries <tdevries@suse.de>
852 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
855 2019-05-08 Joel Brobecker <brobecker@adacore.com>
857 * gdb.ada/frame_arg_lang.exp: New testcase.
858 * gdb.ada/frame_arg_lang/bla.adb: New file.
859 * gdb.ada/frame_arg_lang/pck.ads: New file.
860 * gdb.ada/frame_arg_lang/pck.adb: New file.
861 * gdb.ada/frame_arg_lang/foo.c: New file.
863 2019-05-08 Tom Tromey <tromey@adacore.com>
865 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
867 2019-05-08 Tom Tromey <tromey@adacore.com>
869 * gdb.base/ptype-offsets.exp: Update tests.
871 2019-05-08 Tom Tromey <tromey@adacore.com>
873 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
875 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
878 2019-05-08 Tom Tromey <tromey@adacore.com>
880 * gdb.ada/vla.exp: New file.
881 * gdb.ada/vla/vla.adb: New file.
883 2019-05-07 Tom de Vries <tdevries@suse.de>
885 * gdb.base/index-cache.exp (ls_host): Fix return statement.
887 2019-05-07 Tom de Vries <tdevries@suse.de>
890 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
893 2019-05-07 Tom de Vries <tdevries@suse.de>
896 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
897 .debug_aranges section.
899 2019-05-07 Tom de Vries <tdevries@suse.de>
902 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
904 2019-05-06 Tom de Vries <tdevries@suse.de>
906 * lib/gdb.exp (exec_has_index_section): New proc.
907 * gdb.base/index-cache.exp: Handle case that binfile contains an index
910 2019-05-04 Tom de Vries <tdevries@suse.de>
912 * boards/cc-with-debug-names.exp: New file.
914 2019-05-03 Tom Tromey <tromey@adacore.com>
916 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
917 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
918 * gdb.ada/char_enum.exp: Add test.
920 2019-05-03 Tom de Vries <tdevries@suse.de>
922 * boards/cc-with-gdb-index.exp: New file.
924 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
926 * gdb.rust/simple.exp: Add new test case.
927 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
928 (main): Initialise an instance of the new struct.
930 2019-05-01 Tom Tromey <tromey@adacore.com>
932 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
935 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
938 2019-05-01 Tom Tromey <tromey@adacore.com>
940 * gdb.ada/packed_array_assign.exp: Add packed assignment
943 2019-05-01 Tom de Vries <tdevries@suse.de>
945 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
947 2019-05-01 Tom de Vries <tdevries@suse.de>
949 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
951 2019-04-30 Ali Tamur <tamur@google.com>
953 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
955 2019-04-30 Tom Tromey <tromey@adacore.com>
957 * lib/ada.exp (find_ada_tool): New proc.
958 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
959 * gdb.ada/catch_ex_std.exp: New file.
960 * gdb.ada/catch_ex_std/foo.adb: New file.
961 * gdb.ada/catch_ex_std/some_package.adb: New file.
962 * gdb.ada/catch_ex_std/some_package.ads: New file.
964 2019-04-30 Tom Tromey <tromey@adacore.com>
967 * gdb.cp/temargs.cc: Add test code from PR.
969 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
971 * gdb.fortran/vla-datatypes.exp: Update expected results.
972 * gdb.fortran/vla-ptype.exp: Likewise.
973 * gdb.fortran/vla-type.exp: Likewise.
974 * gdb.fortran/vla-value.exp: Likewise.
976 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
978 * gdb.fortran/ptr-indentation.exp: Update expected results.
979 * gdb.fortran/ptype-on-functions.exp: Likewise.
980 * gdb.fortran/vla-ptr-info.exp: Likewise.
981 * gdb.fortran/vla-value.exp: Likewise.
983 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
985 * gdb.fortran/ptype-on-functions.exp: New file.
986 * gdb.fortran/ptype-on-functions.f90: New file.
988 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
990 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
993 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
995 * gdb.fortran/complex.exp: Expand.
996 * gdb.fortran/complex.f: Renamed to...
997 * gdb.fortran/complex.f90: ...this, and extended to add more
1000 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1002 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1005 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1006 Richard Bunt <richard.bunt@arm.com>
1008 * gdb.base/max-depth.c: New file.
1009 * gdb.base/max-depth.exp: New file.
1010 * gdb.python/py-nested-maps.c: New file.
1011 * gdb.python/py-nested-maps.exp: New file.
1012 * gdb.python/py-nested-maps.py: New file.
1013 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1014 (test_all_common): Call test_max_depth.
1015 * gdb.fortran/max-depth.exp: New file.
1016 * gdb.fortran/max-depth.f90: New file.
1017 * gdb.go/max-depth.exp: New file.
1018 * gdb.go/max-depth.go: New file.
1019 * gdb.modula2/max-depth.exp: New file.
1020 * gdb.modula2/max-depth.c: New file.
1021 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1023 2019-04-29 Tom de Vries <tdevries@suse.de>
1025 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1027 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1029 * gdb.base/callexit.exp: Test may-call-functions off.
1031 2019-04-25 Keith Seitz <keiths@redhat.com>
1034 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1035 (another_incomplete_struct, test_incomplete): New definitions.
1036 (main): Use new definitions.
1037 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1040 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1044 * gdb.base/coredump-filter-build-id.exp: New file.
1046 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1048 * Makefile.in: Pass through GDBSERVER_DEBUG.
1049 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1050 (gdbserver,debug): Add board setting.
1051 * gdb.trace/tspeed.exp: Skip when debugging.
1052 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1053 * lib/gdbserver-support.exp: Likewise
1055 2019-04-24 Tom Tromey <tromey@adacore.com>
1057 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1060 2019-04-24 Tom Tromey <tromey@adacore.com>
1062 * gdb.arch/amd64-eval.exp: Test bitfield return.
1063 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1064 (class Foo) <return_bitfields>: New method.
1067 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1069 * gdb.cp/many-args.cc: New file.
1070 * gdb.cp/many-args.exp: New file.
1072 2019-04-23 Tom de Vries <tdevries@suse.de>
1075 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1077 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1079 * gdb.trace/backtrace.exp: Use nopie flag.
1080 * gdb.trace/circ.exp: Likewise.
1081 * gdb.trace/collection.exp: Likewise.
1082 * gdb.trace/ftrace.exp: Likewise.
1083 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1084 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1085 * gdb.trace/qtro.exp: Likewise.
1086 * gdb.trace/read-memory.exp: Likewise.
1087 * gdb.trace/report.exp: Likewise.
1088 * gdb.trace/tfile.exp: Likewise.
1089 * gdb.trace/tfind.exp: Likewise.
1090 * gdb.trace/unavailable.exp: Likewise.
1092 2019-04-22 Pedro Alves <palves@redhat.com>
1094 * gdb.base/solib-probes-nosharedlibrary.c,
1095 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1097 2019-04-19 Tom Tromey <tromey@adacore.com>
1099 * gdb.ada/ptype_union.c: New file.
1100 * gdb.ada/ptype_union.exp: New file.
1102 2019-04-19 Tom Tromey <tromey@adacore.com>
1105 * gdb.base/list0.h (foo): Add a control-l character.
1107 2019-04-18 Tom de Vries <tdevries@suse.de>
1110 * boards/local-board.exp: Set sysroot to "".
1112 2019-04-18 Tom de Vries <tdevries@suse.de>
1113 Pedro Alves <palves@redhat.com>
1116 * gdb.threads/vfork-follow-child-exec.c: New file.
1117 * gdb.threads/vfork-follow-child-exec.exp: New file.
1118 * gdb.threads/vfork-follow-child-exit.c: New file.
1119 * gdb.threads/vfork-follow-child-exit.exp: New file.
1121 2019-04-15 Leszek Swirski <leszeks@google.com>
1123 * gdb.arch/amd64-eval.cc: New file.
1124 * gdb.arch/amd64-eval.exp: New file.
1126 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1128 * gdb.server/sysroot.c: New test.
1129 * gdb.server/sysroot.exp: New file.
1130 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1133 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1135 * gdb.base/align.exp: Extend test to cover structures containing
1138 2019-04-11 Tom de Vries <tdevries@suse.de>
1140 * boards/cc-with-dwz-m.exp: New file.
1141 * boards/cc-with-dwz.exp: New file.
1142 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1144 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1146 * gdb.base/start-cpp.exp: New file.
1147 * gdb.base/start-cpp.cc: New file.
1149 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1151 * gdb.python/py-thrhandle.exp: Adjust tests to call
1152 thread_from_handle instead of thread_from_thread_handle.
1154 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1156 * gdb.python/py-thrhandle.exp: Add tests for
1157 gdb.InferiorThread.handle.
1159 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1161 * gdb.python/py-function.exp: Check calling helper function from
1163 * lib/gdb.exp (gdb_supported_languages): New proc.
1165 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1167 * gdb.base/complex-parts.c: New file.
1168 * gdb.base/complex-parts.exp: New file.
1170 2019-04-01 Tom Tromey <tromey@adacore.com>
1173 * gdb.dwarf2/dw2-ranges-main.c: New file.
1174 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1175 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1177 2019-03-30 Simon Marchi <simark@simark.ca>
1179 * gdb.base/default.exp: Add values for $_gdb_major and
1182 2019-03-29 Tom Tromey <tromey@adacore.com>
1184 * gdb.base/help.exp: Tighten apropos regexp.
1186 2019-03-29 Keith Seitz <keiths@redhat.com>
1188 * gdb.fortran/array-bounds.exp: New file.
1189 * gdb.fortran/array-bounds.f90: New file.
1191 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1193 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1195 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1197 * gdb.multi/hello.c (main): Increase alarm timer.
1199 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1201 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1202 factor when no hardware watchpoint support.
1204 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1205 Pedro Alves <palves@redhat.com>
1207 * boards/local-board.exp: set sysroot to /.
1209 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1211 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1214 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1216 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1218 (make_container): Initialise new field.
1219 * gdb.python/py-prettyprint.exp: Add new tests.
1220 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1221 <display_hint>: New method.
1223 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1225 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1226 gdb_continue_to_breakpoint more throughout this test.
1227 (run_lang_tests) Supply unique test names, and use
1230 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1232 * gdb.base/finish-pretty.exp: Update expected results.
1233 * gdb.base/pretty-print.c: New file.
1234 * gdb.base/pretty-print.exp: New file.
1236 2019-03-25 Pedro Alves <palves@redhat.com>
1238 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1239 move comments outside list. Append '-i "" eof' section.
1241 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1243 * README: Add pie options.
1244 * gdb.base/break-interp.exp: Ensure pie is disabled.
1245 * gdb.base/dump.exp: Likewise.
1246 * lib/gdb.exp (gdb_compile): Add pie option.
1248 2019-03-19 Tom Tromey <tromey@adacore.com>
1250 * gdb.mi/mi2-cli-display.c: New file.
1251 * gdb.mi/mi2-cli-display.exp: New file.
1253 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1254 Tom Tromey <tromey@adacore.com>
1256 * gdb.ada/ptype_array/pck.adb: New file.
1257 * gdb.ada/ptype_array/pck.ads: New file.
1258 * gdb.ada/ptype_array/foo.adb: New file.
1259 * gdb.ada/ptype_array.exp: New file.
1261 2019-03-14 Tom Tromey <tromey@adacore.com>
1263 * gdb.base/style.exp: Add "set style sources" test.
1265 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1267 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1268 * mi-breakpoint-multiple-locations.exp: ... this.
1269 (make_breakpoints_pattern): New proc.
1270 (do_test): Add mi_version parameter, test -break-insert,
1271 -break-info and =breakpoint-created.
1273 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1275 * config/default.exp: Remove 'load_lib gdb.exp'.
1276 * config/monitor.exp: Likewise.
1277 * config/sid.exp: Likewise.
1278 * config/sim.exp: Likewise.
1279 * config/slite.exp: Likewise.
1280 * config/unix.exp: Likewise.
1281 * gdb.base/default.exp: Remove unhelpful comment.
1283 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1285 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1287 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1289 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1291 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1293 * gdb.fortran/type-kinds.exp: Update expected results.
1295 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1297 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1299 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1301 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1303 (test_basic_parsing_of_type_kinds): Expand types tested.
1304 (test_parsing_invalid_type_kinds): New function.
1306 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1308 * gdb.fortran/intrinsics.exp: New file.
1309 * gdb.fortran/intrinsics.f90: New file.
1310 * gdb.fortran/type-kinds.exp: New file.
1312 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1314 * gdb.fortran/dot-ops.exp: New file.
1316 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1318 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1319 Check upper and lower case logical literals.
1321 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1323 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1324 Remove duplicate tests.
1326 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1328 * lib/gdb.exp (builtin_cd): rename of cd.
1329 (cd): Override builtin.
1331 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1333 * gdb.fortran/function-calls.exp: New file.
1334 * gdb.fortran/function-calls.f90: New test.
1336 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1338 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1339 on user program standard output.
1340 * gdb.fortran/short-circuit-argument-list.f90: Record function
1343 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1345 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1348 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1351 * gdb.base/interrupt-daemon-attach.c,
1352 gdb.base/interrupt-daemon-attach.exp: New test.
1354 2019-02-27 Pedro Alves <palves@redhat.com>
1356 * gdb.base/page.exp: Add tests for "set width/height -1".
1358 2019-02-27 Pedro Alves <palves@redhat.com>
1360 * gdb.base/page.exp: Add tests for "set/show width/height" with
1363 2019-02-27 Tom Tromey <tromey@adacore.com>
1365 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1367 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1370 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1372 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1373 tests for structs with static members.
1375 2019-02-26 Tom Tromey <tromey@adacore.com>
1377 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1378 ValueError, not TypeError.
1380 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1382 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1383 call from main program.
1385 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1387 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1388 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1389 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1390 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1391 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1393 2019-02-22 Keith Seitz <keiths@redhat.com>
1396 * gdb.base/symlink-sourcefile.c: New file.
1397 * gdb.base/symlink-sourcefile.exp: New file.
1399 2019-02-20 Tom Tromey <tom@tromey.com>
1401 * gdb.base/info_qt.exp: Update.
1403 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1405 * gdb.base/source.exp: Move "error in sourced script" code to
1407 * gdb.base/source-error.gdb: Move contents to
1408 source-error-1.gdb. Add new code to source source-error-1.gdb.
1409 * gdb.base/source-error-1.gdb: New file, from previous
1412 2019-02-17 Tom Tromey <tom@tromey.com>
1414 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1416 * gdb.base/style.c (SOME_MACRO): New macro.
1418 2019-02-17 Tom Tromey <tom@tromey.com>
1420 * gdb.base/style.exp: Add line-wrapping tests.
1421 * gdb.base/page.exp: Add test for quitting during pagination.
1423 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1425 * gdb.ada/big_packed_array: New testcase.
1426 * gdb.ada/homonym.exp: Fix incorrect expected output for
1427 "break <homonym__get_value>" test.
1429 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1431 PR breakpoints/21870
1432 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1433 and prepare_for_testing. Add comment.
1434 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1435 redundant cleanup call. Clean up comment.
1437 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1439 PR breakpoints/21870
1440 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1441 * gdb.arch/aarch64-dbreg-contents.c: New file.
1443 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1445 * gdb.ada/mi_ref_changeable: New testcase.
1447 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1449 * gdb.base/attach.exp: Add double attach test.
1451 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1453 * lib/gdb.exp (default_gdb_start): Don't match pagination
1455 (gdb_init): Set stty_init.
1457 2019-01-27 Tom Tromey <tom@tromey.com>
1459 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1462 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1464 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1466 (struct struct_static_02_02): Likewise.
1467 (struct struct_static_02_03): Likewise.
1468 (struct struct_static_02_04): Likewise.
1469 (struct struct_static_04_01): Likewise.
1470 (struct struct_static_04_02): Likewise.
1471 (struct struct_static_04_03): Likewise.
1472 (struct struct_static_04_04): Likewise.
1473 (struct struct_static_06_01): Likewise.
1474 (struct struct_static_06_02): Likewise.
1475 (struct struct_static_06_03): Likewise.
1476 (struct struct_static_06_04): Likewise.
1477 (cmp_struct_static_02_01): Likewise.
1478 (cmp_struct_static_02_02): Likewise.
1479 (cmp_struct_static_02_03): Likewise.
1480 (cmp_struct_static_02_04): Likewise.
1481 (cmp_struct_static_04_01): Likewise.
1482 (cmp_struct_static_04_02): Likewise.
1483 (cmp_struct_static_04_03): Likewise.
1484 (cmp_struct_static_04_04): Likewise.
1485 (cmp_struct_static_06_01): Likewise.
1486 (cmp_struct_static_06_02): Likewise.
1487 (cmp_struct_static_06_03): Likewise.
1488 (cmp_struct_static_06_04): Likewise.
1489 (call_all): Test new structs.
1490 * gdb.base/infcall-nested-structs.exp: Likewise.
1492 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1493 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1495 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1496 * gdb.base/stack-protector.c: New test.
1497 * gdb.base/stack-protector.exp: New file.
1498 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1499 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1501 (gdb_compile): Remove stack protector for GCC and prevent
1504 2019-01-16 Keith Seitz <keiths@redhat.com>
1507 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1509 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1511 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1513 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1515 * gdb.arch/powerpc-vector-regs.c: New file.
1516 * gdb.arch/powerpc-vector-regs.exp: New file.
1518 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1520 * gdb.arch/altivec-regs.exp: Fix the list passed to
1521 gdb_expect_list when testing "info vector".
1523 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1525 * gdb.base/style.exp: Don't include path in testname.
1527 2019-01-10 Keith Seitz <keiths@redhat.com>
1531 * gdb.dwarf2/multidictionary.exp: New file.
1533 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1535 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1536 (test_gnuv3_style_demangling): ... this.
1537 (test_lucid_style_demangling): Remove.
1538 (test_arm_style_demangling): Remove.
1539 (test_hp_style_demangling): Remove.
1540 (do_tests): Remove calls to the above.
1542 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1544 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1547 2019-01-06 Tom Tromey <tom@tromey.com>
1550 * gdb.dwarf2/typedef-void-finish.exp: New file.
1552 2018-12-28 Tom Tromey <tom@tromey.com>
1553 Simon Marchi <simark@simark.ca>
1555 * gdb.base/jit-exec.exp: New file.
1556 * gdb.base/jit-exec.c: New file.
1557 * gdb.base/jit-execd.c: New file.
1559 2018-12-28 Tom Tromey <tom@tromey.com>
1561 * gdb.base/style.exp: Update test to check for address styling.
1563 2018-12-28 Tom Tromey <tom@tromey.com>
1565 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1568 2018-12-28 Tom Tromey <tom@tromey.com>
1570 * gdb.base/style.exp: Add test for version number styling.
1572 2018-12-28 Tom Tromey <tom@tromey.com>
1574 * gdb.base/style.exp: Add test for print_address_symbolic.
1576 2018-12-28 Tom Tromey <tom@tromey.com>
1578 * gdb.base/style.exp: Add test for breakpoint setting.
1580 2018-12-28 Tom Tromey <tom@tromey.com>
1582 * gdb.base/style.exp: Add test for variable names.
1584 2018-12-28 Tom Tromey <tom@tromey.com>
1586 * gdb.base/style.exp: New file.
1587 * gdb.base/style.c: New file.
1589 2018-12-28 Tom Tromey <tom@tromey.com>
1591 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1593 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1594 the TERM environment variable.
1596 2018-12-27 Tom Tromey <tom@tromey.com>
1598 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1601 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1603 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1604 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1606 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1608 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1609 Filename a.adb changed to bp_fun_addr.adb.
1610 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1612 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1614 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1615 non-PIE executables.
1616 * README: Mention the gdb,nopie_flag board setting.
1617 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1619 * gdb.arch/amd64-entry-value.exp: Likewise.
1620 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1621 * gdb.arch/i386-float.exp: Likewise.
1622 * gdb.arch/i386-signal.exp: Likewise.
1623 * gdb.mi/mi-reg-undefined.exp: Likewise.
1625 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1628 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1630 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1632 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1633 Update order of results accordingly.
1635 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1637 * gdb.base/annota1.exp: Update a test regexp.
1639 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1641 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1643 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1645 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1646 (reuse_time): Initialize to REUSE_TIME_CAP.
1647 (check_rc): New function.
1648 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1649 Check pthread_create rc.
1650 (spawner_thread_func): Check pthread_create and pthread_join rc.
1652 2018-12-08 Pedro Alves <palves@redhat.com>
1654 * gdb.base/list.exp (test_forward_search): Rename to ...
1655 (test_forward_reverse_search): ... this. Also test reverse-search
1656 and the forward-search alias.
1658 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1660 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1661 local timeout variable before return, and remove all local timeout
1663 (gdb_load): Likewise.
1665 2018-12-01 Tom de Vries <tdevries@suse.de>
1667 * gdb.base/gdb-caching-proc.exp: New file.
1669 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1671 * Makefile.in (TIMESTAMP): New variable.
1672 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1674 (check-single-racy): Likewise.
1675 (check/%.exp): Likewise.
1676 (check-racy/%.exp): Likewise.
1677 (workers/%.worker): Likewise.
1678 (build-perf): Likewise.
1679 (check-perf): Likewise.
1680 * README: Describe new "TS" and "TS_FORMAT" variables.
1681 * print-ts.py: New file.
1683 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1686 * gdb.python/python.exp: Test command repetition after
1689 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1691 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1692 is correctly aligned.
1694 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1696 * gdb.ada/info_auto_lang.exp: New testcase.
1697 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1698 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1699 * gdb.ada/info_auto_lang/some_c.c: New file.
1701 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1703 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1704 FUNC_lang language syntax.
1706 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1708 * gdb.base/info_minsym.c: New file.
1709 * gdb.base/info_minsym.exp: New file.
1711 2018-11-19 Tom Tromey <tom@tromey.com>
1714 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1715 * gdb.rust/expr.exp: Update expected output. Change one test.
1717 2018-11-19 Tom Tromey <tom@tromey.com>
1719 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1721 2018-11-19 Pedro Alves <palves@redhat.com>
1723 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1724 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1725 see the expected warning.
1727 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1730 * gdb.cp/infcall-nodebug-lib.c: New test.
1731 * gdb.cp/infcall-nodebug-main.c: New test.
1732 * gdb.cp/infcall-nodebug.exp: New file.
1734 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1736 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1739 2018-11-09 Tom de Vries <tdevries@suse.de>
1741 * gdb.base/msym-lang.c: New test.
1742 * gdb.base/msym-lang.exp: New file.
1743 * gdb.base/msym-lang-main.c: New test.
1745 2018-11-08 Tom Tromey <tom@tromey.com>
1749 * gdb.base/warning.exp: New file.
1751 2018-11-08 Jan Beulich <jbeulich@suse.com>
1753 * testsuite/gdb.arch/i386-avx512.c,
1754 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1756 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1758 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1761 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1763 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1764 * gdb.dwarf2/missing-type-name.exp: New file.
1766 2018-11-06 Tom de Vries <tdevries@suse.de>
1768 * gdb.base/many-headers.c: New test.
1769 * gdb.base/many-headers.exp: New file.
1771 2018-11-06 Jim Wilson <jimw@sifive.com>
1773 * gdb.base/code_elim.exp: For riscv, set additional_flags
1774 to include -msmall-data-limit=0.
1776 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1778 * gdb.ada/watch_minus_l: New testcase.
1780 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1782 * gdb.arch/aix-sighandle.c: New file.
1783 * gdb.arch/aix-sighandle.exp: New file.
1785 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1787 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1788 registers being unions.
1790 2018-10-31 Tom de Vries <tdevries@suse.de>
1792 * lib/valgrind.exp: New file.
1793 (vgdb_start, vgdb_stop): New procs, factored out of ...
1794 * gdb.base/valgrind-bt.exp: ... here, ...
1795 * gdb.base/valgrind-disp-step.exp: ... here and ...
1796 * gdb.base/valgrind-infcall.exp: ... here.
1798 2018-10-31 Tom de Vries <tdevries@suse.de>
1800 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1802 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1804 * gdb.dwarf2/void-type.c: New file.
1805 * gdb.dwarf2/void-type.exp: New file.
1807 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1809 * gdb.base/info_qt.c: New file.
1810 * gdb.base/info_qt.exp: New file.
1812 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1814 * gdb.arch/powerpc-htm-regs.c: New file.
1815 * gdb.arch/powerpc-htm-regs.exp: New file.
1817 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1819 * gdb.arch/powerpc-tar.c: New file.
1820 * gdb.arch/powerpc-tar.exp: New file.
1822 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1824 * gdb.arch/powerpc-ppr-dscr.c: New file.
1825 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1827 2018-10-25 Tom de Vries <tdevries@suse.de>
1829 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1831 2018-10-24 Tom de Vries <tdevries@suse.de>
1833 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1834 longer exists error.
1836 2018-10-24 Tom de Vries <tdevries@suse.de>
1838 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1840 2018-10-24 Tom de Vries <tdevries@suse.de>
1842 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1843 --db-attach in valgrind.
1845 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1847 * gdb.arch/riscv-reg-aliases.c: New file.
1848 * gdb.arch/riscv-reg-aliases.exp: New file.
1850 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1852 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1854 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1856 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1858 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1860 * gdb.cp/ovldbreak.exp: Fix regexps.
1862 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1864 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1866 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1869 * gdb.base/restore.exp: New test to check if "restore" with an
1870 invalid file doesn't segfault.
1872 2018-10-18 Tom de Vries <tdevries@suse.de>
1874 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1875 * gdb.ada/excep_handle.exp: Same.
1876 * gdb.ada/mi_string_access.exp: Same.
1877 * gdb.ada/mi_var_union.exp: Same.
1878 * gdb.arch/arc-analyze-prologue.exp: Same.
1879 * gdb.arch/arc-decode-insn.exp: Same.
1880 * gdb.base/readnever.exp: Same.
1881 * gdb.fortran/printing-types.exp: Same.
1882 * gdb.guile/scm-lazy-string.exp: Same.
1884 2018-10-16 Tom de Vries <tdevries@suse.de>
1887 * gdb.base/catch-follow-exec.c: Add copyright notice.
1888 * gdb.base/catch-follow-exec.exp: Rewrite to use
1889 gdb_spawn_with_cmdline_opts. Require gdb-native.
1891 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1893 * gdb.trace/actions-changed.exp: Check for arch support.
1894 * gdb.trace/actions.exp: Likewise.
1895 * gdb.trace/ax.exp: Likewise.
1896 * gdb.trace/backtrace.exp: Likewise.
1897 * gdb.trace/change-loc.exp: Likewise.
1898 * gdb.trace/deltrace.exp: Likewise.
1899 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1900 * gdb.trace/ftrace.exp: Likewise.
1901 * gdb.trace/infotrace.exp: Check for arch support.
1902 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1903 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1904 * gdb.trace/mi-tsv-changed.exp: Likewise.
1905 * gdb.trace/packetlen.exp: Likewise.
1906 * gdb.trace/passc-dyn.exp: Likewise.
1907 * gdb.trace/passcount.exp: Likewise.
1908 * gdb.trace/pending.exp: Likewise.
1909 * gdb.trace/range-stepping.exp: Check for shlib support.
1910 * gdb.trace/report.exp: Check for arch support.
1911 * gdb.trace/save-trace.exp: Likewise.
1912 * gdb.trace/signal.exp: Check for signal support.
1913 * gdb.trace/tfind.exp: Check for arch support.
1914 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1915 * gdb.trace/trace-common.h: Add comment.
1916 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1917 * gdb.trace/trace-enable-disable.exp: Likewise.
1918 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1919 * gdb.trace/tracecmd.exp: Check for arch support.
1920 * gdb.trace/tspeed.exp: Check for shlib and target support.
1921 * gdb.trace/tstatus.exp: Check for arch support.
1922 * gdb.trace/tsv.exp: Likewise.
1923 * gdb.trace/while-dyn.exp: Likewise.
1924 * gdb.trace/while-stepping.exp: Likewise.
1925 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1927 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1929 * gdb.trace/tspeed.exp: Remove nowarnings.
1930 (prepare_for_trace_test): Declare "global ipalib".
1931 * gdb.trace/tspeed.c: Include unistd.h.
1932 (main): Remove superfluous printf argument.
1934 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1936 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1937 directory prefix on the filename.
1939 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1941 * gdb.gdb/unittest.exp: Update expected message informing that
1942 selftests have been disabled.
1943 * gdb.server/unittest.exp: Likewise.
1945 2018-10-09 Tom de Vries <tdevries@suse.de>
1947 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1950 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1953 * gdb.cp/virtbase2.cc: New file.
1954 * gdb.cp/virtbase2.exp: New file.
1956 2018-10-06 Tom Tromey <tom@tromey.com>
1959 * gdb.python/py-inferior.exp: Add architecture test.
1961 2018-10-06 Tom Tromey <tom@tromey.com>
1963 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1964 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1966 2018-10-06 Tom Tromey <tom@tromey.com>
1968 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1969 of a "throw" catchpoint.
1971 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1973 * gdb.base/info-proc.exp: Update string expected from "help info
1976 2018-10-04 Tom Tromey <tom@tromey.com>
1978 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1979 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1980 (test_initial_complaints, test_empty_complaints): Update.
1981 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1983 2018-10-04 Tom Tromey <tom@tromey.com>
1986 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1987 * lib/gdb.exp (gdb_file_cmd): Update.
1988 * gdb.stabs/weird.exp (print_weird_var): Update.
1989 * gdb.server/solib-list.exp: Update.
1990 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1991 * gdb.mi/mi-cli.exp: Update.
1992 * gdb.linespec/linespec.exp: Update.
1993 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1994 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1995 * gdb.cp/cp-relocate.exp: Update.
1996 * gdb.base/sym-file.exp: Update.
1997 * gdb.base/relocate.exp: Update.
1998 * gdb.base/readnever.exp: Update.
1999 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2000 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2001 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2002 * gdb.base/code_elim.exp: Update.
2003 * gdb.base/break-unload-file.exp (test_break): Update.
2004 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2005 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2007 * gdb.base/attach.exp (do_attach_tests): Update.
2008 * gdb.base/sepdebug.exp: Update.
2009 * gdb.python/py-section-script.exp: Update.
2011 2018-10-04 Tom Tromey <tom@tromey.com>
2014 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2015 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2018 2018-10-04 Tom Tromey <tom@tromey.com>
2020 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2021 set width and height to 0.
2022 (test_command_line_attach_run): Use -quiet.
2024 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2026 * lib/gdb.exp (skip_ifunc_tests): New.
2027 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2028 other compile failures.
2029 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2031 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2033 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2034 is_amd64_regs_target.
2036 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2038 * gdb.arch/aarch64-sighandler-regs.c: New test.
2039 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2040 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2042 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2044 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2047 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2049 * gdb.base/frame-selection.exp: New file.
2050 * gdb.base/frame-selection.c: New file.
2052 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2054 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2058 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2060 * gdb.base/large-frame-1.c: New file.
2061 * gdb.base/large-frame-2.c: New file.
2062 * gdb.base/large-frame.exp: New file.
2063 * gdb.base/large-frame.h: New file.
2065 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2068 * gdb.base/write_mem.exp: New test.
2069 * gdb.base/write_mem.c: Likewise.
2071 2018-09-23 Tom Tromey <tom@tromey.com>
2074 * gdb.python/py-parameter.exp: Add test for parameter that throws
2077 2018-09-23 Tom Tromey <tom@tromey.com>
2080 * gdb.python/py-template.exp (test_template_arg): Add test for
2081 negative template argument number.
2083 2018-09-23 Tom Tromey <tom@tromey.com>
2086 * gdb.python/python.exp: Add test for post_event error.
2088 2018-09-23 Tom Tromey <tom@tromey.com>
2091 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2092 convert pointers to int and long.
2094 2018-09-23 Tom Tromey <tom@tromey.com>
2097 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2098 signed-ness conversion tests.
2100 2018-09-23 Tom Tromey <tom@tromey.com>
2103 * gdb.python/py-value.exp (test_float_conversion): New proc.
2106 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2108 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2110 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2112 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2114 * gdb.base/utf8-identifiers.exp: Likewise.
2115 * gdb.cp/cpcompletion.exp: Likewise.
2116 * gdb.linespec/cpcompletion.exp: Likewise.
2117 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2118 * gdb.linespec/cpls-ops.exp: Likewise.
2120 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2121 Chris January <chris.january@arm.com>
2123 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2124 * gdb.fortran/short-circuit-argument-list.exp: New file.
2125 * gdb.fortran/short-circuit-argument-list.f90: New test.
2127 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2129 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2130 "arch=" keyword when executing "-stack-list-frames".
2132 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2134 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2135 "arch=" keyword when executing "-stack-list-frames".
2137 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2139 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2142 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2145 * gdb.python/python.exp: Test gdb.execute("show commands").
2147 2018-09-16 Tom Tromey <tom@tromey.com>
2149 * gdb.base/new-ui.exp (do_execution_tests): Update.
2150 * gdb.base/dbx.exp (test_breakpoints): Update.
2152 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2154 * lib/gdb.exp (gdb_simple_compile): Add proc.
2155 (is_elf_target): Use gdb_simple_compile.
2156 (skip_altivec_tests): Likewise.
2157 (skip_vsx_tests): Likewise.
2158 (skip_tsx_tests): Likewise.
2159 (skip_btrace_tests): Likewise.
2160 (skip_btrace_pt_tests): Likewise.
2161 (gdb_can_simple_compile): Likewise.
2162 (gdb_has_argv0): Likewise.
2163 (gdb_target_symbol_prefix): Likewise.
2164 (target_supports_scheduler_locking): Likewise.
2166 2018-09-13 Tom Tromey <tom@tromey.com>
2168 * Makefile.in (TAGS): Recognize proc_with_prefix and
2171 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2173 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2176 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2178 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2179 and a few other Inferior properties when the Inferior is no
2182 2018-09-13 Tom Tromey <tom@tromey.com>
2185 * gdb.rust/simple.exp: Add test for enum field access error.
2187 2018-09-13 Tom Tromey <tom@tromey.com>
2190 * gdb.rust/simple.rs (EmptyEnum): New type.
2192 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2194 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2196 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2197 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2198 * gdb.python/py-symtab.exp: Update test printing an objfile.
2200 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2202 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2205 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2207 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2208 (support_complex_tests): Use gdb_can_simple_compile.
2209 (is_ilp32_target): Likewise.
2210 (is_lp64_target): Likewise.
2211 (is_64_target): Likewise.
2212 (is_amd64_regs_target): Likewise.
2213 (is_aarch32_target): Likewise.
2214 (gdb_int128_helper): Likewise.
2216 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2218 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2220 2018-09-10 Jerome Guitton <guitton@adacore.com>
2222 * gdb.ada/same_component_name: Add test for case of tagged record
2223 with variable-length fields.
2225 2018-09-10 Xavier Roirand <roirand@adacore.com>
2227 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2228 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2229 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2230 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2232 2018-09-10 Xavier Roirand <roirand@adacore.com>
2234 * gdb.ada/mi_string_access.exp: New testcase.
2235 * gdb.ada/mi_string_access/bar.adb: New file.
2236 * gdb.ada/mi_string_access/pck.adb: New file.
2237 * gdb.ada/mi_string_access/pck.asd: New file.
2239 2018-09-10 Xavier Roirand <roirand@adacore.com>
2241 * gdb.ada/mi_var_union.exp: New testcase.
2242 * gdb.ada/mi_var_union/bar.adb: New file.
2243 * gdb.ada/mi_var_union/pck.adb: New file.
2244 * gdb.ada/mi_var_union/pck.asd: New file.
2246 2018-09-08 Tom Tromey <tom@tromey.com>
2248 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2250 2018-09-08 Tom Tromey <tom@tromey.com>
2253 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2254 (register_pretty_printers): Register new printer.
2255 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2257 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2258 (an_int_type3): New global.
2260 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2262 * gdb.ada/expr_with_funcall: New testcase.
2264 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2266 * gdb.ada/packed_array_assign: New testcase.
2268 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2270 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2271 names, and add test prefixes to make test names unique.
2273 2018-09-05 Tom de Vries <tdevries@suse.de>
2275 * gdb.dwarf2/varval.exp: Add test.
2277 2018-09-04 Gary Benson <gbenson@redhat.com>
2279 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2280 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2282 2018-08-31 Tom Tromey <tom@tromey.com>
2284 * gdb.rust/simple.rs: Rename second variable "v".
2286 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2288 * gdb.base/funcargs.c (use_a): New function.
2289 (recurse): Call use_a.
2291 2018-08-29 Keith Seitz <keiths@redhat.com>
2293 * gdb.compile/compile-cplus-anonymous.cc: New file.
2294 * gdb.compile/compile-cplus-anonymous.exp: New file.
2295 * gdb.compile/compile-cplus-array-decay.cc: New file.
2296 * gdb.compile/compile-cplus-array-decay.exp: New file.
2297 * gdb.compile/compile-cplus-inherit.cc: New file.
2298 * gdb.compile/compile-cplus-inherit.exp: New file.
2299 * gdb.compile/compile-cplus-member.cc: New file.
2300 * gdb.compile/compile-cplus-member.exp: New file.
2301 * gdb.compile/compile-cplus-method.cc: New file.
2302 * gdb.compile/compile-cplus-method.exp: New file.
2303 * gdb.compile/compile-cplus-mod.c: "New" file.
2304 * gdb.compile/compile-cplus-namespace.cc: New file.
2305 * gdb.compile/compile-cplus-namespace.exp: New file.
2306 * gdb.compile/compile-cplus-nested.cc: New file.
2307 * gdb.compile/compile-cplus-nested.exp: New file.
2308 * gdb.compile/compile-cplus-print.c: "New" file.
2309 * gdb.compile/compile-cplus-print.exp: "New" file.
2310 * gdb.compile/compile-cplus-virtual.cc: New file.
2311 * gdb.compile/compile-cplus-virtual.exp: New file.
2312 * gdb.compile/compile-cplus.c: "New" file.
2313 * gdb.compile/compile-cplus.exp: "New" file.
2314 * lib/compile-support.exp: New file.
2316 2018-08-16 Gary Benson <gbenson@redhat.com>
2319 * gdb.base/batch-exit-status.exp: New file.
2320 * gdb.base/batch-exit-status.good-commands: Likewise.
2321 * gdb.base/batch-exit-status.bad-commands: Likewise.
2323 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2325 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2326 (struct struct02): Likewise.
2327 (struct struct03): Likewise.
2328 (struct struct04): Likewise.
2329 (struct struct_01_01): New struct.
2330 (struct struct_01_02): Likewise.
2331 (struct struct_01_03): Likewise.
2332 (struct struct_01_04): Likewise.
2333 (struct struct_02_01): Likewise.
2334 (struct struct_02_02): Likewise.
2335 (struct struct_02_03): Likewise.
2336 (struct struct_02_04): Likewise.
2337 (struct struct_04_01): Likewise.
2338 (struct struct_04_02): Likewise.
2339 (struct struct_04_03): Likewise.
2340 (struct struct_04_04): Likewise.
2341 (struct struct_05_01): Likewise.
2342 (struct struct_05_02): Likewise.
2343 (struct struct_05_03): Likewise.
2344 (struct struct_05_04): Likewise.
2345 (cmp_struct01): Remove function.
2346 (cmp_struct02): Likewise.
2347 (cmp_struct03): Likewise.
2348 (cmp_struct04): Likewise.
2349 (cmp_struct_01_01): Add Function.
2350 (cmp_struct_01_02): Likewise.
2351 (cmp_struct_01_03): Likewise.
2352 (cmp_struct_01_04): Likewise.
2353 (cmp_struct_02_01): Likewise.
2354 (cmp_struct_02_02): Likewise.
2355 (cmp_struct_02_03): Likewise.
2356 (cmp_struct_02_04): Likewise.
2357 (cmp_struct_04_01): Likewise.
2358 (cmp_struct_04_02): Likewise.
2359 (cmp_struct_04_03): Likewise.
2360 (cmp_struct_04_04): Likewise.
2361 (cmp_struct_05_01): Likewise.
2362 (cmp_struct_05_02): Likewise.
2363 (cmp_struct_05_03): Likewise.
2364 (cmp_struct_05_04): Likewise.
2365 (call_all): Add new structs.
2366 * gdb.base/infcall-nested-structs.exp: Likewise.
2368 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2370 * gdb.python/py-framefilter-mi.exp: Update regexp to
2371 check for "arch" field in frame output.
2373 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2375 * gdb.dwarf2/dw2-ranges-func.c: New file.
2376 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2378 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2380 * gdb.base/term.exp: Compare terminal settings with values from
2382 * gdb.base/term.c: Get and set terminal settings.
2384 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2386 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2387 accommodate new "arch" field in frame output.
2388 * gdb.mi/mi-return.exp: Likewise.
2389 * gdb.mi/mi-stack.exp: Likewise.
2390 * gdb.mi/mi-syn-frame.exp: Likewise.
2391 * gdb.mi/user-selected-context-sync.exp: Likewise.
2393 2018-08-19 Michael Spang <spang@google.com>
2396 * gdb.base/gcore-tls-pie.c: New file.
2397 * gdb.base/gcore-tls-pie.exp: New file.
2399 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2401 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2402 * gdb.dwarf2/varval.c: New file.
2403 * gdb.dwarf2/varval.exp: New file.
2405 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2408 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2410 2018-08-16 Keith Seitz <keiths@redhat.com>
2412 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2413 tests expected to pass.
2415 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2417 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2418 -data-disassemble -a.
2419 (test_disassembly_bogus_args): Likewise.
2421 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2423 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2425 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2427 * gdb.base/vla-optimized-out.exp: Add new test.
2429 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2431 * gdb.base/vla-optimized-out-o3.exp: Delete.
2432 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2433 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2436 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2439 * gdb.server/extended-remote-restart.c: New file.
2440 * gdb.server/extended-remote-restart.exp: New file.
2442 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2444 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2445 "set variable index = 42".
2447 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2449 * boards/index-cache-gdb.exp: New file.
2450 * gdb.dwarf2/index-cache.exp: New file.
2451 * gdb.dwarf2/index-cache.c: New file.
2452 * gdb.base/maint.exp: Check if we are using the index cache.
2454 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2456 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2459 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2461 * dg-extract-results.sh: Move to toplevel contrib.
2462 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2463 * Makefile.in (check-parallel-racy): Likewise.
2465 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2467 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2468 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2469 tests if the target supports scheduler locking.
2471 2018-08-04 Tom de Vries <tdevries@suse.de>
2473 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2475 2018-08-02 Tom Tromey <tom@tromey.com>
2478 * gdb.cp/temargs.exp: Test "info address" of a template
2481 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2483 * gdb.python/py-mi-var-info-path-expression.c: New file.
2484 * gdb.python/py-mi-var-info-path-expression.py: New file.
2485 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2487 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2489 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2490 error after "cannot resolve name" string.
2492 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2494 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2496 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2498 2018-07-28 Tom de Vries <tdevries@suse.de>
2500 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2502 2018-07-26 Tom de Vries <tdevries@suse.de>
2504 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2506 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2508 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2511 2018-07-26 Tom de Vries <tdevries@suse.de>
2513 PR breakpoints/23366
2514 * gdb.base/catch-follow-exec.c: New test.
2515 * gdb.base/catch-follow-exec.exp: New file.
2517 2018-07-25 Tom de Vries <tdevries@suse.de>
2519 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2520 vla-optimized-out.c.
2522 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2524 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2525 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2527 2018-07-20 Tom de Vries <tdevries@suse.de>
2529 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2531 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2533 2018-07-19 Tom de Vries <tdevries@suse.de>
2535 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2538 2018-07-18 Tom de Vries <tdevries@suse.de>
2540 * gdb.base/vla-optimized-out.c: New test.
2541 * gdb.base/vla-optimized-out.exp: New file.
2543 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2545 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2546 message "No address associated with hostname" when gdbserver
2547 cannot resolve the hostname.
2549 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2551 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2552 Add some test prefixes to make tests unique.
2554 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2556 * gdb.base/frameapply.c: New file.
2557 * gdb.base/frameapply.exp: New file.
2559 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2561 * gdb.base/skip.exp: Update expected error message.
2563 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2564 Jan Kratochvil <jan.kratochvil@redhat.com>
2565 Paul Fertser <fercerpav@gmail.com>
2566 Tsutomu Seki <sekiriki@gmail.com>
2568 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2570 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2572 * boards/native-gdbserver.exp: Likewise.
2573 * gdb.server/run-without-local-binary.exp: Improve regexp used
2574 for detecting when a remote debugging connection succeeds.
2575 * gdb.server/server-connect.exp: New file.
2576 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2577 Do not prefix the port number with ":".
2578 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2579 support for detecting and using it. Add '$debughost_gdbserver'
2580 to the list of arguments used to start gdbserver. Handle case
2581 when gdbserver cannot resolve a network name.
2583 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2586 * gdb.base/ptype-offsets.cc (struct static_member): New
2588 (main) <stmember>: New variable.
2589 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2590 with a static member in it.
2592 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2594 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2595 watchpoints enabled and disabled.
2597 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2599 * gdb.base/examine-backward.exp: Still run tests around address
2600 0x0, even if address 0x0 is not readable. Update the pattern for
2601 matching address 0x0 in expected output.
2603 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2605 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2608 2018-07-04 Tom de Vries <tdevries@suse.de>
2610 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2612 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2615 * gdb.arch/mips-disassembler-options.exp: New test.
2616 * gdb.arch/mips-disassembler-options.s: New test source.
2618 2018-06-29 Pedro Alves <palves@redhat.com>
2620 * gdb.threads/names.exp: Adjust expected "info threads" output.
2622 2018-06-29 Pedro Alves <palves@redhat.com>
2624 * gdb.opt/inline-break.exp (line number, address): Add "info
2627 2018-06-29 Pedro Alves <palves@redhat.com>
2629 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2630 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2631 number and address and running to them.
2633 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2635 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2637 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2639 * lib/compiler.c: Remove executable permission flag.
2641 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2643 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2645 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2647 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2649 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2651 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2653 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2654 address argument is omitted.
2656 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2658 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2660 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2663 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2664 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2666 2018-06-26 Tom Tromey <tom@tromey.com>
2669 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2670 * gdb.rust/simple.rs (struct SimpleLayout): New.
2672 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2674 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2675 "info registers" output.
2677 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2679 * gdb.base/watchpoint-hw-attach.c: New test.
2680 * gdb.base/watchpoint-hw-attach.exp: New file.
2682 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2684 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2686 * boards/dwarf4-gdb-index.exp: Likewise.
2687 * boards/fission-dwp.exp: Likewise.
2689 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2691 * gdb.base/float128.exp: Add comment and improved fail message
2692 to the failure case of "print large128" test.
2694 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2696 * configure.ac: Remove AC_PREREQ.
2697 * configure: Re-generate.
2699 2018-06-19 Pedro Alves <palves@redhat.com>
2701 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2702 (func_extern_caller): New.
2703 (main): Call func_extern_caller.
2704 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2707 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2710 * gdb.cp/typedef-base.cc: New file.
2711 * gdb.cp/typedef-base.exp: New file.
2713 2018-06-18 Tom de Vries <tdevries@suse.de>
2715 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2717 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2718 Richard Bunt <Richard.Bunt@arm.com>
2720 * gdb.threads/attach-slow-waitpid.c: New file.
2721 * gdb.threads/attach-slow-waitpid.exp: New file.
2722 * gdb.threads/slow-waitpid.c: New file.
2724 2018-06-14 Pedro Alves <palves@redhat.com>
2726 * gdb.base/fork-running-state.c: Include <errno.h>.
2727 (exit_if_relative_exits): New.
2728 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2730 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2733 2018-06-14 Tom de Vries <tdevries@suse.de>
2736 * gdb.base/finish-pretty.c: New test.
2737 * gdb.base/finish-pretty.exp: New file.
2739 2018-06-14 Pedro Alves <palves@redhat.com>
2741 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2742 gdb's expected startup output.
2744 2018-06-14 Pedro Alves <palves@redhat.com>
2746 * lib/selftest-support.exp (selftest_setup): Remove inlined
2749 2018-06-14 Tom de Vries <tdevries@suse.de>
2751 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2752 matching of breakpoint printing.
2754 2018-06-13 Tom de Vries <tdevries@suse.de>
2757 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2758 (fork_child): ... here, and ...
2759 (fork_parent): ... here.
2761 2018-06-12 Tom de Vries <tdevries@suse.de>
2763 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2765 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2766 Stephen Roberts <stephen.roberts@arm.com>
2768 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2769 rewrite test to describe action performed, rather than possible
2772 2018-06-08 Gary Benson <gbenson@redhat.com>
2774 * gdb.threads/check-libthread-db.exp: New file.
2775 * gdb.threads/check-libthread-db.c: Likewise.
2777 2018-06-05 Tom Tromey <tom@tromey.com>
2779 * gdb.base/default.exp: Update expected "show version" output.
2781 2018-06-05 Tom Tromey <tom@tromey.com>
2784 * gdb.cp/static-print-quit.exp: Update.
2785 * lib/gdb.exp (pagination_prompt): Update.
2786 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2787 * gdb.python/python.exp: Update.
2789 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2791 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2793 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2795 * gdb.ada/bp_fun_addr: New testcase.
2797 2018-06-01 Tom Tromey <tom@tromey.com>
2799 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2801 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2802 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2803 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2804 * gdb.base/maint.exp (maint_pass_if): Update.
2806 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2808 * gdb.base/endian.exp: New test.
2809 * gdb.base/endian.c: New test source.
2811 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2814 * gdb.base/bt-selected-frame.c: New file.
2815 * gdb.base/bt-selected-frame.exp: New file.
2816 * lib/gdb.exp (get_current_frame_number): New function.
2818 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2819 Pedro Alves <palves@redhat.com>
2821 * gdb.threads/tls-core.c: Include <stdlib.h>
2822 (thread_proc): Call `abort'.
2823 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2824 (tls_core_test): New procedure, bits factored out from ...
2825 (top level): ... here. Test both native cores and gcore cores.
2827 2018-05-23 Tom Tromey <tom@tromey.com>
2829 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2831 2018-05-23 Tom Tromey <tom@tromey.com>
2833 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2835 (test_short_complaints): Likewise.
2836 (test_empty_complaints): Likewise.
2837 (test_initial_complaints): Update.
2839 2018-05-23 Tom Tromey <tom@tromey.com>
2841 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2843 2018-05-23 Tom Tromey <tom@tromey.com>
2845 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2846 (test_short_complaints): Update.
2848 2018-05-22 Pedro Alves <palves@redhat.com>
2850 * gdb.base/remote.exp: Only gdb_start after compiling the
2851 testcase. Issue "disconnect" before testing "set remote" command
2852 defaults. Issue clean_restart before running to main.
2854 2018-05-22 Pedro Alves <palves@redhat.com>
2856 * gdb.base/remote.exp: Adjust expected output of "show remote
2857 memory-write-packet-size". Add tests for "set remote
2858 memory-write-packet-size 0" and "set remote
2859 memory-write-packet-size fixed/limit".
2861 2018-05-22 Pedro Alves <palves@redhat.com>
2864 * gdb.base/utf8-identifiers.c: New file.
2865 * gdb.base/utf8-identifiers.exp: New file.
2867 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2869 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2871 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2873 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2875 2018-05-18 Tom Tromey <tom@tromey.com>
2877 * gdb.base/ptype-offsets.exp: Update.
2879 2018-05-17 Keith Seitz <keiths@redhat.com>
2881 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2882 in expected breakpoint stop locations.
2883 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2884 move to proper scope to test variable values.
2885 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2886 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2888 (main): Call not_inline_func3.
2889 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2890 inline_func1, inline_func2, and inline_func3. Test that when each
2891 breakpoint is hit, GDB properly reports both the stop location
2892 and the backtrace. Repeat tests for temporary breakpoints.
2894 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2896 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2897 rather then trying to access it in determining whether the PID
2898 of `gdbserver' could have been retrieved.
2900 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2902 * gdb.arch/amd64-init-x87-values.S: New file.
2903 * gdb.arch/amd64-init-x87-values.exp: New file.
2905 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2907 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2909 2018-05-04 Tom Tromey <tom@tromey.com>
2912 * gdb.python/python.exp: Test multi-line execute.
2914 2018-05-04 Tom Tromey <tom@tromey.com>
2917 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2919 2018-05-04 Tom Tromey <tom@tromey.com>
2922 * gdb.base/define.exp: Test defining a user command inside a user
2924 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2926 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2927 Pedro Alves <palves@redhat.com>
2929 PR breakpoints/19806 and support for PR external/20207.
2930 * gdb.base/watchpoint-unaligned.c: New file.
2931 * gdb.base/watchpoint-unaligned.exp: New file.
2933 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2935 * gdb.base/maint.exp: Make test names unique, use
2936 test_prefix_command_help to test 'help maint info', and remove
2937 repeated test of 'help maint'.
2939 2018-05-04 Tom Tromey <tom@tromey.com>
2942 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2945 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2947 * gdb.base/maint.exp: Process output from 'maint print registers'
2950 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2952 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2955 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2957 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2960 2018-05-02 Pedro Alves <palves@redhat.com>
2962 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2963 to_log_command renames.
2964 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2966 2018-05-02 Tom Tromey <tom@tromey.com>
2968 * gdb.python/py-parameter.exp: Set test message.
2970 2018-05-02 Tom Tromey <tom@tromey.com>
2973 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2974 PARAM_ZUINTEGER_UNLIMITED tests.
2976 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2979 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2982 2018-04-30 Tom Tromey <tom@tromey.com>
2984 * gdb.python/py-type.exp: Check align attribute.
2985 * gdb.python/py-type.c: New "aligncheck" global.
2987 2018-04-30 Tom Tromey <tom@tromey.com>
2990 * gdb.dwarf2/dw2-align.exp: New file.
2991 * gdb.cp/align.exp: New file.
2992 * gdb.base/align.exp: New file.
2993 * lib/gdb.exp (gdb_int128_helper): New proc.
2994 (has_int128_c, has_int128_cxx): New caching procs.
2996 2018-04-27 Tom Tromey <tom@tromey.com>
2999 * gdb.rust/simple.exp: Add inclusive range tests.
3001 2018-04-26 Pedro Alves <palves@redhat.com>
3003 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3004 ifunc breakpoint locations correctly of ifunc breakpoints set
3005 while the program resolves the ifunc.
3007 2018-04-26 Pedro Alves <palves@redhat.com>
3009 * gdb.base/gnu-ifunc-final.c: New file.
3010 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3011 * gdb.base/gnu-ifunc.exp (executable): Delete.
3012 (staticexecutable): Adjust.
3013 (lib_opts, exec_opts): Delete.
3014 (make_binsuffix, build, set-break): New procedures.
3015 (misc_tests): New, with tests factored out from the top level.
3016 (top level): Test different combinations of ifunc resolver name,
3017 resolver with and with debug info, and ifunc target with and
3018 without debug info. Wrap static tests with with_target_prefix.
3020 2018-04-26 Pedro Alves <palves@redhat.com>
3022 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3023 return type" warnings.
3025 2018-04-25 Pedro Alves <palves@redhat.com>
3027 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3029 * gdb.base/kill-after-signal.exp: Likewise.
3030 * gdb.threads/kill.exp: Likewise.
3032 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3033 Sergio Durigan Junior <sergiodj@redhat.com>
3034 Pedro Alves <palves@redhat.com>
3036 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3037 regexps to expect for '[Inferior ... detached]' as well.
3038 * gdb.base/attach.exp: Likewise.
3039 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3040 "gdb_continue_to_end".
3041 (test_catch_syscall_with_wrong_args): Likewise.
3042 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3043 ']'. Don't set 'verbose' on.
3044 * gdb.base/foll-vfork.exp: Likewise.
3045 * gdb.base/fork-print-inferior-events.c: New file.
3046 * gdb.base/fork-print-inferior-events.exp: New file.
3047 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3048 '[Inferior ... has been killed]' message.
3049 * gdb.base/kill-after-signal.exp: Likewise.
3050 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3052 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3054 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3055 regexps to expect for '[Inferior ... detached]' as well.
3056 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3058 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3061 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3063 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3065 * gdb.threads/multiple-successive-infcall.c: New test.
3066 * gdb.threads/multiple-successive-infcall.exp: New file.
3068 2018-04-17 Tom Tromey <tom@tromey.com>
3070 * gdb.rust/simple.rs (Union): New type.
3071 (main): New local "u".
3072 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3074 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3076 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3077 number information in output of "whereis" command.
3078 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3080 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3082 * gdb.ada/info_types.exp: Adjust expected output to the line
3083 numbers now printed by "info var/func/type".
3084 * gdb.base/completion.exp: Likewise.
3085 * gdb.base/included.exp: Likewise.
3086 * gdb.cp/cp-relocate.exp: Likewise.
3087 * gdb.cp/cplusfuncs.exp: Likewise.
3088 * gdb.cp/namespace.exp: Likewise.
3089 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3091 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3093 * gdb.btrace/cpu.exp: New.
3095 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3097 * gdb.base/step-indirect-call-thunk.exp: New.
3098 * gdb.base/step-indirect-call-thunk.c: New.
3099 * gdb.reverse/step-indirect-call-thunk.exp: New.
3100 * gdb.reverse/step-indirect-call-thunk.c: New.
3102 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3104 * gdb.base/pie-fork.c: New file.
3105 * gdb.base/pie-fork.exp: New file.
3107 2018-04-11 Tom Tromey <tom@tromey.com>
3109 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3111 2018-04-10 Pedro Alves <palves@redhat.com>
3113 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3114 exits. Instead loop running forever.
3115 (fork_parent): Run forever too.
3117 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3119 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3120 mi_continue_to_line.
3121 * gdb.mi/mi-stack.c (callee4): Add comment.
3123 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3125 * gdb.mi/mi-stack.exp: Fix indentation.
3127 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3130 * gdb.arch/amd64-osabi.exp: New file.
3132 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3135 * gdb.base/osabi.exp: New file.
3137 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3139 * gdb.cp/static-typedef-print.exp: New file.
3140 * gdb.cp/static-typedef-print.cc: New file.
3142 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3144 * gdb.ada/varsize_limit: New testcase.
3146 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3148 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3150 * gdb.ada/notcplusplus: New testcase.
3152 * gdb.base/c-linkage-name.c: New file.
3153 * gdb.base/c-linkage-name.exp: New testcase.
3155 2018-03-26 Tom Tromey <tom@tromey.com>
3157 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3158 * gdb.python/py-framefilter.py (name_error): New global.
3159 (ErrorInName.function): Use name_error.
3161 2018-03-26 Tom Tromey <tom@tromey.com>
3164 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3166 2018-03-23 Keith Seitz <keiths@redhat.com>
3169 * gdb.cp/subtypes.exp: New file.
3170 * gdb.cp/subtypes.h: New file.
3171 * gdb.cp/subtypes.cc: New file.
3172 * gdb.cp/subtypes-2.cc: New file.
3174 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3176 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3177 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3178 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3179 -nostartfiles when compiling the test. Confirm that all registers
3180 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3182 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3184 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3185 option, syntax was wrong anyway.
3186 * gdb.arch/arm-disp-step.exp: Likewise.
3187 * gdb.arch/sparc64-regs.exp: Likewise.
3188 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3189 option, syntax was wrong anyway, switch to use
3190 prepare_for_testing.
3191 * gdb.arch/i386-disp-step.exp: Likewise.
3193 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3195 * gdb.ada/exec_changed.exp: Replace "target_info exists
3196 use_gdb_stub" by "use_gdb_stub".
3197 * gdb.ada/start.exp: Likewise.
3198 * gdb.base/async-shell.exp: Likewise.
3199 * gdb.base/attach-pie-misread.exp: Likewise.
3200 * gdb.base/attach-wait-input.exp: Likewise.
3201 * gdb.base/break-entry.exp: Likewise.
3202 * gdb.base/break-interp.exp: Likewise.
3203 * gdb.base/dprintf-detach.exp: Likewise.
3204 * gdb.base/nostdlib.exp: Likewise.
3205 * gdb.base/solib-nodir.exp: Likewise.
3206 * gdb.base/statistics.exp: Likewise.
3207 * gdb.base/testenv.exp: Likewise.
3208 * gdb.mi/mi-exec-run.exp: Likewise.
3209 * gdb.mi/mi-start.exp: Likewise.
3210 * gdb.multi/dummy-frame-restore.exp: Likewise.
3211 * gdb.multi/multi-arch-exec.exp: Likewise.
3212 * gdb.multi/multi-arch.exp: Likewise.
3213 * gdb.multi/tids.exp: Likewise.
3214 * gdb.multi/watchpoint-multi.exp: Likewise.
3215 * gdb.python/py-events.exp: Likewise.
3216 * gdb.threads/attach-into-signal.exp: Likewise.
3217 * gdb.threads/attach-stopped.exp: Likewise.
3218 * gdb.threads/threadapply.exp: Likewise.
3219 * lib/selftest-support.exp: Likewise.
3221 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3223 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3225 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3227 * gdb.perf/template-breakpoints.cc: New file.
3228 * gdb.perf/template-breakpoints.exp: New file.
3229 * gdb.perf/template-breakpoints.py: New file.
3231 2018-03-19 Tom Tromey <tom@tromey.com>
3233 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3235 * gdb.rust/simple.exp: Test bare identifier form of struct
3238 2018-03-19 Tom Tromey <tom@tromey.com>
3240 * gdb.gdb/observer.exp: Remove.
3242 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3244 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3245 "qualified" option when setting breakpoints.
3246 * gdb.trace/backtrace.exp: Likewise.
3247 * gdb.trace/circ.exp: Likewise.
3248 * gdb.trace/collection.exp: Likewise.
3249 * gdb.trace/disconnected-tracing.exp: Likewise.
3250 * gdb.trace/ftrace-lock.exp: Likewise.
3251 * gdb.trace/ftrace.exp: Likewise.
3252 * gdb.trace/infotrace.exp: Likewise.
3253 * gdb.trace/packetlen.exp: Likewise.
3254 * gdb.trace/passc-dyn.exp: Likewise.
3255 * gdb.trace/qtro.exp: Likewise.
3256 * gdb.trace/read-memory.exp: Likewise.
3257 * gdb.trace/report.exp: Likewise.
3258 * gdb.trace/signal.exp: Likewise.
3259 * gdb.trace/status-stop.exp: Likewise.
3260 * gdb.trace/strace.exp: Likewise.
3261 * gdb.trace/tfind.exp: Likewise.
3262 * gdb.trace/trace-break.exp: Likewise.
3263 * gdb.trace/trace-condition.exp: Likewise.
3264 * gdb.trace/trace-mt.exp: Likewise.
3265 * gdb.trace/tstatus.exp: Likewise.
3266 * gdb.trace/tsv.exp: Likewise.
3267 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3268 * gdb.trace/unavailable.exp: Likewise.
3269 * gdb.trace/while-dyn.exp: Likewise.
3271 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3273 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3274 that libinproctrace is copied to the target.
3276 2018-03-14 Tom Tromey <tom@tromey.com>
3279 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3281 * gdb.base/wchar.exp: Likewise.
3283 2018-03-14 Tom Tromey <tom@tromey.com>
3286 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3289 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3292 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3293 "target" to remote_exec.
3295 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3298 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3299 ${board}_upload): Remove.
3301 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3303 * gdb.cp/watch-cp.cc: New test.
3304 * gdb.cp/watch-cp.exp: New file.
3306 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3308 * gdb.base/infcall-nested-structs.exp: New file.
3309 * gdb.base/infcall-nested-structs.c: New file.
3310 * gdb.base/float.exp: Add riscv support.
3312 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3314 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3315 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3317 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3319 * gdb.server/abspath.exp: New file.
3320 * lib/gdb.exp (with_cwd): New procedure.
3322 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3324 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3326 (gdb_is_target_remote_prompt): New proc.
3327 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3328 (gdb_is_target_native): Pass prompt parameter to
3331 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3333 * gdb.base/load-command.c: New file.
3334 * gdb.base/load-command.exp: New file.
3335 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3336 (gdb_is_target_1): ...this, and generalize for other targets
3338 (gdb_is_target_remote): Use gdb_is_target_1.
3339 (gdb_is_target_native): use gdb_is_target_1.
3341 2018-02-26 Tom Tromey <tom@tromey.com>
3344 * gdb.python/py-framefilter.exp: Update test.
3346 2018-02-26 Tom Tromey <tom@tromey.com>
3348 * gdb.dwarf2/variant.c: New file.
3349 * gdb.dwarf2/variant.exp: New file.
3351 2018-02-26 Tom Tromey <tom@tromey.com>
3353 * gdb.rust/simple.exp: Accept more possible results in enum test.
3355 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3357 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3360 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3362 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3363 name of a variable: $actual_linejj -> $actual_line.
3365 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3367 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3369 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3371 * gdb.btrace/buffer-size.exp: Do not force BTS.
3373 2018-02-14 Pedro Alves <palves@redhat.com>
3375 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3378 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3380 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3383 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3385 * gdb.cp/m-static.exp: Check type of optimized out static
3388 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3390 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3391 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3393 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3394 Leszek Swirski <leszeks@google.com>
3396 * gdb.python/py-prettyprint.c
3397 (struct to_string_returns_value_inner,
3398 struct to_string_returns_value_wrapper): New.
3399 (main): Add tsrvw variable.
3400 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3401 ToStringReturnsValueWrapper): New classes.
3402 (register_pretty_printers): Register new pretty-printers.
3403 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3404 recursive pretty printer.
3405 * gdb.python/py-mi.exp: Likewise.
3407 2018-02-01 Leszek Swirski <leszeks@google.com>
3409 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3410 functions with the same name as an include file are parsed
3413 2018-02-01 Yao Qi <yao.qi@linaro.org>
3415 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3418 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3420 * gdb.arch/powerpc-prologue-frame.s: New file.
3421 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3422 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3424 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3426 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3428 2018-01-30 Pedro Alves <palves@redhat.com>
3431 * gdb.base/interrupt-daemon.c: New.
3432 * gdb.base/interrupt-daemon.exp: New.
3433 * gdb.multi/multi-term-settings.c: New.
3434 * gdb.multi/multi-term-settings.exp: New.
3436 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3438 * gdb.base/break.exp: Save the location where the breakpoint
3439 on break.c:47 was actually inserted when debugging the version
3440 compiled at -O2 and use it in the expected output of the "info
3441 break" test performed soon after.
3443 2018-01-22 Pedro Alves <palves@redhat.com>
3444 Sergio Durigan Junior <sergiodj@redhat.com>
3446 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3447 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3449 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3451 * gdb.base/break-include.c, gdb.base/break-include.inc,
3452 gdb.base/break-include.exp: New files.
3453 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3454 line number now being the actual line number where the breakpoint
3456 * gdb.mi/mi-break.exp: Likewise.
3457 * gdb.mi/mi-reverse.exp: Likewise.
3458 * gdb.mi/mi-simplerun.exp: Ditto.
3460 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3462 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3464 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3466 2018-01-21 Don Breazeal <donb@codesourcery.com>
3467 Andrew Burgess <andrew.burgess@embecosm.com>
3469 * gdb.mi/basics.c: Add new global.
3470 * gdb.mi/mi-frame-regs.exp: New file.
3471 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3474 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3476 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3477 non-parameter, and on an unknown symbol.
3479 2018-01-19 Tom Tromey <tom@tromey.com>
3481 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3482 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3484 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3486 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3487 setrlimit and chdir to int.
3489 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3491 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3493 (my_tend): Likewise.
3494 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3495 rationale of avoiding FP- and vector instructions.
3497 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3499 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3500 "info reg" with "\[ \t\]*".
3501 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3503 * gdb.arch/s390-multiarch.exp: Ditto.
3504 * gdb.base/pc-fp.exp: Ditto.
3505 * gdb.reverse/i386-precsave.exp: Ditto.
3506 * gdb.reverse/i386-reverse.exp: Ditto.
3507 * gdb.reverse/i387-env-reverse.exp: Ditto.
3508 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3510 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3512 * lib/gdb.exp (gdb_compile): Re-enable use of
3513 universal_compile_options for languages other than Rust.
3515 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3517 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3519 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3522 * gdb.base/solib-vanish.exp: New.
3523 * gdb.base/solib-vanish-main.c: New.
3524 * gdb.base/solib-vanish-lib1.c: New.
3525 * gdb.base/solib-vanish-lib2.c: New.
3527 2018-01-17 Yao Qi <yao.qi@linaro.org>
3529 * gdb.compile/compile.exp: Match the address printed for
3530 frame in the output of command "bt".
3532 2018-01-15 Tom Tromey <tom@tromey.com>
3534 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3537 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3539 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3541 (prepare): Return 0 on error, 1 on success.
3543 2018-01-12 Pedro Alves <palves@redhat.com>
3545 * gdb.base/continue-after-aborted-step-over.c: New.
3546 * gdb.base/continue-after-aborted-step-over.exp: New.
3548 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3550 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3551 options when not creating an executable.
3553 2018-01-11 Pedro Alves <palves@redhat.com>
3556 * gdb.server/stop-reply-no-thread.c: New file.
3557 * gdb.server/stop-reply-no-thread.exp: New file.
3559 2018-01-10 Pedro Alves <palves@redhat.com>
3562 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3563 functions too. Test setting breakpoints and printing C functions
3564 with no debug info too.
3565 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3567 2018-01-10 Pedro Alves <palves@redhat.com>
3570 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3573 2018-01-10 Pedro Alves <palves@redhat.com>
3576 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3578 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3580 * gdb.server/unittest.exp: Match the output in non-development
3583 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3585 * gdb.gdb/unittest.exp: Match output in non-development mode.
3587 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3589 * gdb.ada/access_tagged_param.exp: Relax expected output
3590 for value of "ObjL" in "continue" to pck.inspect breakpoint
3593 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3595 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3596 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3598 2018-01-05 Pedro Alves <palves@redhat.com>
3601 * gdb.base/libsegfault.exp: New.
3603 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3606 * gdb.ada/access_tagged_param.exp: New file.
3607 * gdb.ada/access_tagged_param/foo.adb: New file.
3609 2018-01-05 Pedro Alves <palves@redhat.com>
3612 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3613 exercise lower case too, and to exercise both full matching and
3616 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3618 * gdb.ada/rename_subscript_param: New testcase.
3620 2018-01-05 Jerome Guitton <guitton@adacore.com>
3622 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3624 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3626 * gdb.ada/convvar_comp: New testcase.
3628 2018-01-05 Xavier Roirand <roirand@adacore.com>
3630 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3631 (My_Table): New global variable.
3632 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3634 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3637 * gdb.ada/maint_with_ada: New testcase.
3639 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3642 * gdb.ada/bp_c_mixed_case: New testcase.
3644 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3647 * gdb.ada/complete.exp: Add "complete break ada" test.
3649 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3652 * gdb.ada/info_addr_mixed_case: New testcase.
3654 2018-01-03 Xavier Roirand <roirand@adacore.com>
3656 * gdb.ada/excep_handle.exp: New testcase.
3657 * gdb.ada/excep_handle/foo.adb: New file.
3658 * gdb.ada/excep_handle/pck.ads: New file.
3660 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3662 * gdb.base/step-line.c: Add extra empty line in copyright header.
3663 * gdb.base/step-line.inp: Likewise.
3665 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3667 * gdb.ada/dyn_stride.exp: Add slice test.
3669 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3671 * gdb.ada/dyn_stride: New testcase.
3673 2017-12-27 Stafford Horne <shorne@gmail.com>
3675 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3676 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3678 2017-12-27 Stafford Horne <shorne@gmail.com>
3680 * gdb.base/reggroups.c: New file.
3681 * gdb.base/reggroups.exp: New file.
3683 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3685 * gdb.dwarf2/ada-valprint-error.c: New file.
3686 * gdb.dwarf2/ada-valprint-error.exp: New file.
3688 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3690 * gdb.ada/assign_arr: New testcase.
3692 2017-12-18 Xavier Roirand <roirand@adacore.com>
3694 * gdb.ada/funcall_ptr: New testcase.
3696 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3699 * gdb.base/ptype-offsets.cc: New file.
3700 * gdb.base/ptype-offsets.exp: New file.
3702 2017-12-15 Yao Qi <yao.qi@linaro.org>
3704 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3707 2017-12-15 Xavier Roirand <roirand@adacore.com>
3709 * gdb.ada/same_component_name: New testcase.
3711 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3713 * gdb.ada/str_binop_equal: New testcase.
3715 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3717 * gdb.ada/task_switch_in_core: New testcase.
3719 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3721 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3722 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3723 call test_bkpt_qualified.
3724 (test_bkpt_qualified): New proc.
3726 2017-12-13 Pedro Alves <palves@redhat.com>
3728 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3729 Tighten regexp by matching with an anchor.
3731 2017-12-13 Pedro Alves <palves@redhat.com>
3733 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3734 ("expression with namespace"): New set of tests.
3735 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3736 (Nested::Test_NS::qux): New.
3737 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3738 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3740 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3742 * gdb.base/server-del-break.c: New file.
3743 * gdb.base/server-del-break.exp: New file.
3745 2017-12-12 Stafford Horne <shorne@gmail.com>
3747 * gdb.xml/tdesc-regs.exp: Add or1k support.
3749 2017-12-12 Stafford Horne <shorne@gmail.com>
3751 * gdb.base/bp-permanent.c: Define nop of or1k.
3753 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3755 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3756 output with components being reordered.
3758 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3760 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3761 output with components being reordered.
3763 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3764 Pedro Alves <palves@redhat.com>
3766 * gdb.base/maint.exp (check for .gdb_index): Check also for
3768 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3769 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3770 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3771 (.gdb_index used after symbol reloading): Support also .debug_names.
3772 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3774 2017-12-08 Yao Qi <yao.qi@linaro.org>
3776 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3777 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3779 2017-12-08 Yao Qi <yao.qi@linaro.org>
3781 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3782 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3784 2017-12-08 Yao Qi <yao.qi@linaro.org>
3786 * gdb.arch/aarch64-tagged-pointer.c: New file.
3787 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3789 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3791 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3794 2017-12-07 Keith Seitz <keiths@redhat.com>
3796 PR breakpoints/22569
3797 * gdb.linespec/ls-errs.exp: Change expected result of "break
3798 -source this file has spaces.c -line 3".
3799 Check that an explicit source file followed by whitespace is
3800 identified as an invalid explicit location.
3802 2017-12-07 Keith Seitz <keiths@redhat.com>
3804 * gdb.cp/nested-types.cc: New file.
3805 * gdb.cp/nested-types.exp: New file.
3806 * lib/cp-support.exp: Load data-structures.exp library.
3807 (debug_cp_test_ptype_class): New global.
3808 (cp_ptype_class_verbose, next_line): New procedures.
3809 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3810 Add and document new return value.
3811 Switch the list of lines to a queue.
3812 Add support for new `type' key for nested type definitions.
3813 Add debugging/troubleshooting messages.
3814 * lib/data-structures.exp: New file.
3816 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3818 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3819 with proc_with_prefix, don't use with_test_prefix.
3821 2017-12-07 Tom Tromey <tom@tromey.com>
3823 * gdb.base/break.exp: Add test for empty "commands".
3825 2017-12-07 Yao Qi <yao.qi@linaro.org>
3827 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3828 malloc and catch syscall.
3830 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3832 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3833 tests for explicit locations.
3835 2017-12-06 Pedro Alves <palves@redhat.com>
3837 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3838 force-disabling XML descriptions.
3840 2017-12-04 Pedro Alves <palves@redhat.com>
3843 * gdb.arch/amd64-disp-step-avx.S: New file.
3844 * gdb.arch/amd64-disp-step-avx.exp: New file.
3846 2017-12-03 Pedro Alves <palves@redhat.com>
3848 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3850 (parent_function): Print distinct messages when waitpid fails, or
3851 the child exits with a signal, or the child exits for an unhandled
3853 * gdb.threads/process-dies-while-detaching.exp
3854 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3855 it. Wait for both inferior output and GDB's prompt. Use an
3856 indirect spawn id list.
3857 (do_detach): New parameter 'child_exit'. Use it to compute
3858 expected inferior output.
3859 (test_detach, test_detach_watch, test_detach_killed_outside):
3860 Adjust to pass down the expected child exit kind.
3862 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3863 Sergio Durigan Junior <sergiodj@redhat.com>
3864 Pedro Alves <palves@redhat.com>
3866 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3868 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3870 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3871 to 'symbol-file' and 'add-symbol-file' can be
3872 position-independent.
3874 2017-12-01 Yao Qi <yao.qi@linaro.org>
3876 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3877 the URL in copyright header.
3878 * gdb.arch/aarch64-fp.exp: Likewise.
3879 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3880 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3881 * gdb.base/expand-psymtabs.exp: Likewise.
3882 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3883 * gdb.fortran/common-block.exp: Likewise.
3884 * gdb.fortran/common-block.f90: Likewise.
3885 * gdb.fortran/logical.exp: Likewise.
3886 * gdb.fortran/vla-datatypes.f90: Likewise.
3887 * gdb.fortran/vla-sub.f90: Likewise.
3889 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3891 * gdb.ada/repeat_dyn: New testcase.
3893 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3895 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3896 Update for changed thread numbering.
3897 * gdb.cell/bt.exp: Update for changed GDB output.
3899 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3901 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3902 setting isremote by hand.
3903 * boards/dwarf4-gdb-index.exp: Likewise.
3904 * boards/fission.exp: Likewise.
3905 * boards/stabs.exp: Likewise.
3907 2017-11-30 Pedro Alves <palves@redhat.com>
3909 * gdb.linespec/cpls-ops.exp
3910 (check_explicit_skips_function_argument): Extract the underlying
3911 type of size_t instead of hardcoding it.
3913 2017-11-29 Pedro Alves <palves@redhat.com>
3916 * gdb.linespec/cpls-abi-tag.cc: New file.
3917 * gdb.linespec/cpls-abi-tag.exp: New file.
3919 2017-11-29 Pedro Alves <palves@redhat.com>
3921 * gdb.base/langs.exp: Use -qualified.
3922 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3924 * gdb.cp/namespace.exp: Use -qualified.
3925 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3926 (overload-3, template-overload, template-ret-type, const-overload)
3927 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3929 (test_driver): Call them.
3930 * gdb.cp/save-bp-qualified.cc: New.
3931 * gdb.cp/save-bp-qualified.exp: New.
3932 * gdb.linespec/explicit.exp: Test -qualified.
3933 * lib/completion-support.exp (completion::explicit_opts_list): Add
3935 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3937 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3939 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3941 2017-11-29 Tom Tromey <tom@tromey.com>
3943 * gdb.base/relocate.exp: Update invalid argument test.
3944 Add new tests for invalid arguments.
3946 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3948 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3950 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3952 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3954 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3955 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3956 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3958 * gdb.cp/shadow.cc (B.func): Return 0.
3960 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3962 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3963 expected output in gdb_expect call to allow the exception
3964 message to be present as well. Fix syntax confusion to avoid
3965 TCL thinking that exception_name is an array.
3967 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3969 * gdb.arch/spu-info.c: Include <unistd.h>.
3970 (do_signal_test): Fix broken calls to write.
3971 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3972 Fix checks for empty mailboxes. Update signal tests for corrected
3973 do_signal_test routine. Allow nonzero event status.
3974 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3975 * gdb.cell/arch.exp: Use standard_output_file.
3976 * gdb.cell/break.exp: Likewise.
3977 * gdb.cell/bt.exp: Likewise.
3978 * gdb.cell/core.exp: Likewise.
3979 * gdb.cell/dwarfaddr.exp: Likewise.
3980 * gdb.cell/ea-cache.exp: Likewise.
3981 * gdb.cell/ea-standalone.exp: Likewise.
3982 * gdb.cell/f-regs.exp: Likewise.
3983 * gdb.cell/fork.exp: Likewise.
3984 * gdb.cell/gcore.exp: Likewise.
3985 * gdb.cell/mem-access.exp: Likewise.
3986 * gdb.cell/ptype.exp: Likewise.
3987 * gdb.cell/registers.exp: Likewise.
3988 * gdb.cell/sizeof.exp: Likewise.
3989 * gdb.cell/solib-symbol.exp: Likewise.
3990 * gdb.cell/solib.exp: Likewise.
3992 2017-11-25 Pedro Alves <palves@redhat.com>
3994 * gdb.base/complete-empty.exp: New file.
3995 * gdb.base/completion.exp: Adjust.
3997 2017-11-25 Pedro Alves <palves@redhat.com>
3999 * gdb.linespec/cpls-ops.cc: New file.
4000 * gdb.linespec/cpls-ops.exp: New file.
4001 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4002 factored out from ...
4003 (test_complete_prefix_range): ... this.
4005 2017-11-24 Pedro Alves <palves@redhat.com>
4007 * gdb.linespec/cpcompletion.exp: New file.
4008 * gdb.linespec/cpls-hyphen.cc: New file.
4009 * gdb.linespec/cpls.cc: New file.
4010 * gdb.linespec/cpls2.cc: New file.
4011 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4012 test to use test_gdb_complete_unique. Add label completion,
4013 keyword completion and explicit location completion tests.
4014 * lib/completion-support.exp: New file.
4016 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4018 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4019 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4020 when hitting an exception catchpoint.
4022 2017-11-22 Yao Qi <yao.qi@linaro.org>
4024 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4026 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4028 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4029 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4030 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4032 2017-11-22 Yao Qi <yao.qi@linaro.org>
4034 * gdb.base/info-os.exp: Pass pthreads.
4035 * gdb.multi/multi-attach.exp: Likewise.
4037 2017-11-22 Yao Qi <yao.qi@linaro.org>
4039 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4042 2017-11-22 Yao Qi <yao.qi@linaro.org>
4044 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4045 * gdb.base/break-interp.exp: Likewise.
4046 * gdb.base/jit-attach-pie.exp: Likewise.
4048 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4050 * gdb.base/float128.c (large128): New variable.
4051 * gdb.base/float128.exp: Add test to print largest __float128 value.
4053 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4055 * gdb.arch/vsx-regs.exp: Update register content checks.
4057 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4059 * gdb.arch/ppc-longdouble.exp: New file.
4060 * gdb.arch/ppc-longdouble.c: Likewise.
4062 2017-11-21 Pedro Alves <palves@redhat.com>
4064 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4066 2017-11-20 Pedro Alves <palves@redhat.com>
4068 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4069 (long_double_typedef): New typedefs.
4070 Use DEF on double and long double.
4071 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4073 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4074 and 'long_double_ptr_same_size' locals. Use them to decide
4075 whether cast from array/function to float is valid/invalid.
4077 2017-11-17 Tom Tromey <tom@tromey.com>
4079 * gdb.rust/traits.rs: New file.
4080 * gdb.rust/traits.exp: New file.
4082 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4084 * gdb.ada/minsyms: New testcase.
4086 2017-11-16 Pedro Alves <palves@redhat.com>
4088 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4089 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4091 2017-11-16 Pedro Alves <palves@redhat.com>
4093 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4094 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4096 2017-11-16 Pedro Alves <palves@redhat.com>
4098 * gdb.server/reconnect-ctrl-c.c: New file.
4099 * gdb.server/reconnect-ctrl-c.exp: New file.
4101 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4103 * gdb.python/py-rbreak.exp: New file.
4104 * gdb.python/py-rbreak.c: New file.
4105 * gdb.python/py-rbreak-func2.c: New file.
4107 2017-11-16 Pedro Alves <palves@redhat.com>
4109 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4111 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4114 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4116 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4119 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4121 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4124 2017-11-09 Pedro Alves <palves@redhat.com>
4126 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4127 factored out from ...
4128 (top level): ... here, and adjusted to avoid expecting beyond the
4129 prompt in a single gdb_test_multiple.
4131 2017-11-09 Pedro Alves <palves@redhat.com>
4133 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4135 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4136 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4137 * gdb.server/ext-run.exp ("kill" test): Likewise.
4138 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4140 2017-11-09 Pedro Alves <palves@redhat.com>
4142 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4143 match till end of line.
4145 2017-11-09 Pedro Alves <palves@redhat.com>
4147 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4149 2017-11-09 Pedro Alves <palves@redhat.com>
4151 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4152 New procedures, factored out from ...
4153 (top level): ... here, and adjusted to avoid expecting beyond the
4156 2017-11-09 Pedro Alves <palves@redhat.com>
4158 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4159 output. Fix '?' match.
4161 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4163 * gdb.ada/scoped_watch: New testcase.
4164 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4165 which is actually correct.
4166 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4167 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4169 2017-11-08 Pedro Alves <palves@redhat.com>
4171 * gdb.gdb/complaints.exp (test_initial_complaints)
4172 (test_serial_complaints, test_short_complaints): Call
4173 complaint_internal instead of complaint.
4175 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4177 * gdb.threads/tls-core.c: New file.
4178 * gdb.threads/tls-core.exp: Likewise.
4180 2017-11-08 Pedro Alves <palves@redhat.com>
4182 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4183 (p Exported_Capitalized): New test.
4184 (p exported_capitalized): New test.
4186 2017-11-07 Pedro Alves <palves@redhat.com>
4188 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4190 2017-11-07 Pedro Alves <palves@redhat.com>
4192 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4193 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4194 (disable_invalid, disable_inverted, disable_negative): New
4196 ("bad numbers"): New set of tests.
4198 2017-11-07 Pedro Alves <palves@redhat.com>
4200 * gdb.cp/ena-dis-br-range.exp: Add tests.
4202 2017-11-07 Pedro Alves <palves@redhat.com>
4204 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4206 2017-11-07 Xavier Roirand <roirand@adacore.com>
4207 Pedro Alves <palves@redhat.com>
4209 * gdb.base/ena-dis-br.exp: Add reference to
4210 gdb.cp/ena-dis-br-range.exp.
4211 * gdb.cp/ena-dis-br-range.exp: New file.
4212 * gdb.cp/ena-dis-br-range.cc: New file.
4214 2017-11-06 Pedro Alves <palves@redhat.com>
4216 * gdb.base/attach-non-pgrp-leader.c: New.
4217 * gdb.base/attach-non-pgrp-leader.exp: New.
4219 2017-11-06 Pedro Alves <palves@redhat.com>
4221 * configure.ac: No longer check for termio.h and sgtty.h.
4222 * configure: Regenerate.
4223 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4224 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4225 Remove termio and sgtty code.
4227 2017-11-03 Yao Qi <yao.qi@linaro.org>
4229 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4232 2017-11-03 Yao Qi <yao.qi@linaro.org>
4234 * gdb.python/py-thrhandle.exp: Skip it if python is not
4237 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4239 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4240 as a breakpoint command.
4242 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4245 * gdb.python/py-infthread.exp: Test calling
4246 InferiorThread.inferior () multiple times in a row.
4248 2017-10-27 Keith Seitz <keiths@redhat.com>
4250 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4251 Test "info break" for every inlined function breakpoint.
4253 2017-10-27 Yao Qi <yao.qi@linaro.org>
4255 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4257 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4259 * gdb.cp/classes.exp (test_static_members): Test printing
4261 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4262 (Inner::instance, Outer::instance): New.
4264 2017-10-24 Pedro Alves <palves@redhat.com>
4266 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4267 extra console" test in two stages.
4269 2017-10-24 Pedro Alves <palves@redhat.com>
4271 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4273 2017-10-24 Pedro Alves <palves@redhat.com>
4275 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4278 2017-10-24 Pedro Alves <palves@redhat.com>
4280 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4281 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4283 2017-10-24 Pedro Alves <palves@redhat.com>
4285 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4286 parameter and handle it. Don't output read value in test name.
4288 2017-10-24 Pedro Alves <palves@redhat.com>
4290 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4293 2017-10-24 Pedro Alves <palves@redhat.com>
4295 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4296 include the unstable output directory name in the test's name.
4297 (initial_setup_simple) <'set args'>: Use custom test name.
4299 2017-10-24 Pedro Alves <palves@redhat.com>
4301 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4302 with explicit test name.
4304 2017-10-20 Pedro Alves <palves@redhat.com>
4306 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4307 'wait -i'. Use gdb_assert and remote_close.
4309 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4311 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4312 number from variable rather than hard-coded.
4314 2017-10-19 Pedro Alves <palves@redhat.com>
4316 * gdb.base/long-inferior-output.c: New file.
4317 * gdb.base/long-inferior-output.exp: New file.
4319 2017-11-18 Keith Seitz <keiths@redhat.com>
4321 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4324 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4325 Add additional user-defined conversion operator tests.
4327 2017-10-17 Pedro Alves <palves@redhat.com>
4329 * boards/native-stdio-gdbserver.exp: Load "local-board".
4331 2017-10-17 Pedro Alves <palves@redhat.com>
4333 * gdb.base/quit-live.c: New file.
4334 * gdb.base/quit-live.exp: New file.
4336 2017-10-16 Keith Seitz <keiths@redhat.com>
4338 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4339 (class_with_protected_typedef, class_with_private_typedef)
4340 (struct_with_public_typedef, struct_with_protected_typedef)
4341 (struct_with_private_typedef): New classes/structs.
4342 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4343 typedefs and access specifiers.
4345 2017-10-16 Pedro Alves <palves@redhat.com>
4346 Simon Marchi <simon.marchi@polymtl.ca>
4348 * README (Local vs Remote vs Native): New section.
4349 * boards/local-board.exp: New file, with bits factored out from
4351 * boards/native-extended-gdbserver.exp: ... here. Load
4353 * boards/native-gdbserver.exp: Load "local-board".
4354 (${board}_spawn, ${board}_exec): Delete.
4355 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4357 * boards/stdio-gdbserver-base.exp: ... this new file.
4358 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4359 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4361 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4362 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4363 stdio_gdbserver_command.
4364 (${board}_get_remote_address, ${board}_get_comm_port)
4365 (${board}_download, ${board}_upload): Delete.
4366 (get_target_remote_pipe_cmd): New.
4368 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4370 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4371 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4372 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4373 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4374 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4375 remove with_test_prefix.
4377 2017-10-13 Pedro Alves <palves@redhat.com>
4379 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4380 * gdb.base/annota1.exp: Use it instead of is_remote.
4381 * gdb.base/annota3.exp: Use it instead of is_remote.
4382 * gdb.cp/annota2.exp: Use it instead of is_remote.
4383 * gdb.cp/annota3.exp: Use it instead of is_remote.
4384 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4386 2017-10-13 Pedro Alves <palves@redhat.com>
4388 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4389 (test_num_test_vars, run_and_count_vars, find_env)
4390 (test_set_unset_env, test_inherit_env_var): New procedures.
4391 (top level): Use them.
4393 2017-10-13 Pedro Alves <palves@redhat.com>
4395 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4396 also skip on stub-like targets.
4398 2017-10-13 Pedro Alves <palves@redhat.com>
4401 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4402 (top level): Move some tests to ...
4403 (test_not_found): ... this new procedure.
4404 (top level): Call it.
4406 2017-10-13 Pedro Alves <palves@redhat.com>
4408 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4409 expect different "info terminal" output if testing with a
4412 2017-10-13 Pedro Alves <palves@redhat.com>
4413 Simon Marchi <simon.marchi@polymtl.ca>
4416 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4418 2017-10-13 Pedro Alves <palves@redhat.com>
4420 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4423 2017-10-13 Pedro Alves <palves@redhat.com>
4425 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4428 2017-10-13 Pedro Alves <palves@redhat.com>
4430 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4433 2017-10-13 Pedro Alves <palves@redhat.com>
4435 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4437 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4438 instead of is_remote.
4440 2017-10-13 Pedro Alves <palves@redhat.com>
4442 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4443 (top level): Add comment.
4445 2017-10-13 Pedro Alves <palves@redhat.com>
4447 * gdb.base/remote.exp (top level): Fix comment typo and add
4450 2017-10-13 Pedro Alves <palves@redhat.com>
4451 Simon Marchi <simon.marchi@polymtl.ca>
4453 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4454 calls and add comments. Skip test if use_gdb_stub is set.
4455 (top level): Use "set cwd" command instead of "cd" command.
4457 2017-10-13 Pedro Alves <palves@redhat.com>
4459 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4460 is_remote target check.
4462 2017-10-13 Pedro Alves <palves@redhat.com>
4464 * gdb.base/scope.exp: Use build_executable + clean_restart +
4465 gdb_file_cmd instead of prepare_for_testing and no longer skip
4466 "before run" tests on is_remote target boards. Update comments.
4467 * boards/native-extended-gdbserver.exp
4468 (extended_gdbserver_load_last_file): New, factored out from ...
4469 (gdb_load): ... this. Move further below and add comment.
4470 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4472 2017-10-12 Pedro Alves <palves@redhat.com>
4474 * gdb.base/attach.exp: Remove references to gdb64.
4475 * gdb.base/dbx.exp: Remove references to gdb64.
4477 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4478 Pedro Alves <palves@redhat.com>
4480 * gdb.base/label.exp: Remove is_remote target check.
4482 2017-10-12 Pedro Alves <palves@redhat.com>
4484 * gdb.base/auvx.exp (coredir): Update comment.
4485 (top level) <core_works>: Use "set cwd" command instead of "cd"
4488 2017-10-12 Pedro Alves <palves@redhat.com>
4489 Simon Marchi <simon.marchi@polymtl.ca>
4491 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4494 2017-10-12 Pedro Alves <palves@redhat.com>
4495 Simon Marchi <simon.marchi@polymtl.ca>
4497 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4498 Instead skip if there's any gdb_protocol set.
4500 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4501 Pedro Alves <palves@redhat.com>
4503 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4505 2017-10-12 Pedro Alves <palves@redhat.com>
4506 Simon Marchi <simon.marchi@polymtl.ca>
4508 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4509 instead of on dejagnu remote boards.
4511 2017-10-12 Pedro Alves <palves@redhat.com>
4512 Simon Marchi <simon.marchi@polymtl.ca>
4514 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4515 checks. Use build_executable + clean_restart instead of
4516 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4517 of enabling non-stop after starting gdb.
4519 2017-10-12 Pedro Alves <palves@redhat.com>
4521 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4522 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4523 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4524 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4526 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4528 * gdb.arch/arc-tdesc-cpu.exp: New file.
4529 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4531 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4533 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4535 2017-10-10 Pedro Alves <palves@redhat.com>
4537 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4540 2017-10-10 Pedro Alves <palves@redhat.com>
4542 * lib/selftest-support.exp (selftest_setup): Update for
4543 captured_command_loop's prototype change.
4545 2017-10-09 Pedro Alves <palves@redhat.com>
4547 Test both arch1=>arch2 and arch2=>arch1.
4549 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4550 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4552 (append_arch1_options, append_arch2_options, append_arch_options)
4553 (build_executables): New procedures.
4554 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4556 (top level): Add new 'first_arch' testing axis.
4558 2017-10-09 Pedro Alves <palves@redhat.com>
4560 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4562 (thread_start, all_started): New functions.
4563 (main): Spawn new thread and wait until it is scheduled.
4564 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4566 (do_test): Add 'selected_thread' parameter. Run to all_started
4567 instead of main. Explicitly set the breakpoint at main. Switch
4568 to the SELECTED_THREAD thread.
4569 (top level): Test handling the exec event with either the main
4570 thread or the second thread selected.
4572 2017-10-09 Pedro Alves <palves@redhat.com>
4574 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4575 logic. Move STOP marker after the value checks.
4576 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4579 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4581 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4583 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4585 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4586 integer-to-dfp conversion.
4587 * gdb.base/dfp-test.exp: Likewise.
4589 2017-10-04 Pedro Alves <palves@redhat.com>
4591 * gdb.multi/hangout.c: Include <unistd.h>.
4592 (hangout_loop): New function.
4593 (main): Call alarm. Call hangout_loop in a loop.
4594 * gdb.multi/hello.c: Include <unistd.h>.
4595 (hello_loop): New function.
4596 (main): Call alarm. Call hangout_loop in a loop.
4597 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4598 inferior with the other selected.
4600 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4602 * gdb.mi/list-thread-groups-available.exp: New file.
4603 * gdb.mi/list-thread-groups-available.c: New file.
4605 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4607 * gdb.base/set-cwd.exp: Make it available on
4608 native-extended-gdbserver.
4610 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4612 * gdb.base/set-cwd.c: New file.
4613 * gdb.base/set-cwd.exp: Likewise.
4615 2017-10-02 Tom Tromey <tom@tromey.com>
4618 * gdb.rust/simple.rs (main): New variable "fslice".
4619 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4621 2017-10-02 Tom Tromey <tom@tromey.com>
4623 * gdb.rust/simple.exp: Test ptype of a slice.
4625 2017-10-02 Tom Tromey <tom@tromey.com>
4627 * gdb.rust/simple.exp: Test index of slice.
4629 2017-09-27 Tom Tromey <tom@tromey.com>
4631 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4633 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4634 Pedro Alves <palves@redhat.com>
4636 * gdb.base/compare-sections.exp (get value of read-only section): Read
4638 (corrupt read-only section): Likewise and don't set written if patching
4641 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4643 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4646 2017-09-20 Pedro Alves <palves@redhat.com>
4648 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4649 symbol names in gdb's output.
4650 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4652 2017-09-20 Pedro Alves <palves@redhat.com>
4654 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4656 (test_list_ambiguous_symbol): ... this and add a symbol name
4658 (test_list_ambiguous_function): Reimplement on top of
4659 test_list_ambiguous_symbol and also test listing ambiguous
4661 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4662 (ambiguous_fun): ... this.
4663 (ambiguous_var): New.
4664 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4665 (ambiguous_fun): ... this.
4666 (ambiguous_var): New.
4668 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4670 * gdb.base/starti.c: New file.
4671 * gdb.base/starti.exp: New file.
4672 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4674 2017-09-14 Pedro Alves <palves@redhat.com>
4676 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4677 (top level): Use it instead of runto.
4679 2017-09-11 Tom Tromey <tom@tromey.com>
4681 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4683 2017-09-11 Tom Tromey <tom@tromey.com>
4685 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4686 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4688 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4690 * gdb.fortran/printing-types.exp: New file.
4691 * gdb.fortran/printing-types.exp: New file.
4693 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4695 * gdb.fortran/vla-ptype.exp: Fix typos.
4696 * gdb.fortran/vla-value.exp: Same.
4698 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4700 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4701 * gdb.mi/mi-var-child-f.exp: Likewise.
4702 * gdb.mi/mi-vla-fortran.exp: Likewise.
4704 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4705 Christoph Weinmann <christoph.t.weinmann@intel.com>
4706 Bernhard Heckel <bernhard.heckel@intel.com>
4708 * gdb.fortran/ptr-indentation.f90: New file.
4709 * gdb.fortran/ptr-indentation.exp: New file.
4711 2017-09-05 Tom Tromey <tom@tromey.com>
4714 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4716 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4718 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4720 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4722 * gdb.threads/tls-nodebug-pie.c: New file.
4723 * gdb.threads/tls-nodebug-pie.exp: New file.
4725 2017-09-05 Tom Tromey <tom@tromey.com>
4727 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4730 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4732 * gdb.multi/multi-arch-exec.exp: Test with different
4733 "follow-exec-mode" settings.
4734 (do_test): New procedure.
4736 2017-09-04 Pedro Alves <palves@redhat.com>
4738 * gdb.base/func-static.c (S::method const, S::method volatile)
4739 (S::method volatile const): New methods.
4740 (c_s, v_s, cv_s): New instances.
4741 (main): Call method() on them.
4742 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4743 (cannot_resolve): New procedure.
4744 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4745 print-quote-unquoted columns.
4746 (do_test): Test printing each scope too.
4748 2017-09-04 Pedro Alves <palves@redhat.com>
4750 * gdb.base/local-static.exp: Also test with
4751 class::method::variable wholly quoted.
4752 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4754 2017-09-04 Pedro Alves <palves@redhat.com>
4756 * gdb.base/local-static.c: New.
4757 * gdb.base/local-static.cc: New.
4758 * gdb.base/local-static.exp: New.
4760 2017-09-04 Pedro Alves <palves@redhat.com>
4762 * gdb.asm/asm-source.exp: Add casts to int.
4763 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4764 (dataglobal64_1, dataglobal64_2): New globals.
4765 * gdb.base/nodebug.exp: Test different expressions involving the
4766 new globals, with print, whatis and ptype. Add casts to int.
4767 * gdb.base/solib-display.exp: Add casts to int.
4768 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4769 * gdb.cp/m-static.exp: Add cast to int.
4770 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4771 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4772 tls variable with no debug info without a cast. Test with a cast
4774 * gdb.trace/entry-values.exp: Add casts.
4776 2017-09-04 Pedro Alves <palves@redhat.com>
4778 * gdb.base/nodebug.exp: Test that ptype's error about functions
4779 with unknown return type includes the function name too.
4781 2017-09-04 Pedro Alves <palves@redhat.com>
4783 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4784 return type of munmap in infcall.
4785 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4786 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4787 type of ftell in infcall.
4788 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4789 type of getpid in infcall.
4790 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4792 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4793 Bail on failure to extract the pid.
4794 * gdb.base/nodebug.c: #include <stdint.h>.
4795 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4797 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4798 Change expected output of print/whatis/ptype with functions with
4799 no debug info. Test all supported languages. Call
4800 test_call_promotion.
4801 * gdb.compile/compile.exp: Adjust expected output to expect
4803 * gdb.threads/siginfo-threads.exp: Likewise.
4805 2017-09-04 Pedro Alves <palves@redhat.com>
4807 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4808 "prototypes". Test calling float functions via prototyped and
4809 unprototyped function pointers.
4810 (perform_all_tests): New parameter "prototypes". Pass it down.
4811 (top level): Pass down "prototypes" parameter to
4814 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4816 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4817 Test with nested loops.
4819 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4821 * gdb.base/commands.exp: Call the new procedures.
4822 (loop_break_test, loop_continue_test): New procedures.
4824 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4826 * gdb.base/commands.exp: Call new procedure.
4827 (define_if_without_arg_test): New procedure.
4829 2017-09-04 Pedro Alves <palves@redhat.com>
4831 * gdb.base/list-ambiguous.exp: New file.
4832 * gdb.base/list-ambiguous0.c: New file.
4833 * gdb.base/list-ambiguous1.c: New file.
4834 * gdb.base/list.exp (test_list_range): Adjust expected output.
4836 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4838 * gdb.base/share-env-with-gdbserver.c: New file.
4839 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4841 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4843 * gdb.base/commands.exp (gdbvar_simple_if_test,
4844 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4845 progvar_simple_if_test, progvar_simple_while_test,
4846 progvar_complex_if_while_test, user_defined_command_test,
4847 user_defined_command_args_eval,
4848 user_defined_command_args_stack_test,
4849 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4850 temporary_breakpoint_commands,
4851 gdb_test_no_prompt, redefine_hook_test,
4852 redefine_backtrace_test): Remove "global gdb_prompt".
4854 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4856 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4857 New proc, call it from toplevel.
4859 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4862 * gdb.server/normal.c: New file, copied from gdb.base.
4863 * gdb.server/run-without-local-binary.exp: New file.
4865 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4867 * gdb.arch/sparc64-adi.exp: New file.
4868 * gdb.arch/sparc64-adi.c: New file.
4870 2017-08-22 Pedro Alves <palves@redhat.com>
4872 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4873 (top level): Add "list all overloads" tests.
4875 2017-08-22 Tom Tromey <tom@tromey.com>
4877 * gdb.gdb/xfullpath.exp: Remove.
4879 2017-08-21 Pedro Alves <palves@redhat.com>
4882 * gdb.base/symbol-alias.c: New.
4883 * gdb.base/symbol-alias2.c: New.
4884 * gdb.base/symbol-alias.exp: New.
4886 2017-08-21 Pedro Alves <palves@redhat.com>
4888 * gdb.base/dfp-test.c
4889 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4890 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4891 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4892 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4893 * gdb.base/whatis-ptype-typedefs.c: New.
4894 * gdb.base/whatis-ptype-typedefs.exp: New.
4895 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4896 (an_int, an_int_type, an_int_type2): New globals.
4897 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4898 involving typedefs and cast expressions.
4899 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4900 (lookup_typedefs_function): New.
4901 (typedefs_pretty_printers_dict): New.
4902 (top level): Register lookup_typedefs_function in
4903 gdb.pretty_printers.
4905 2017-08-18 Yao Qi <yao.qi@linaro.org>
4907 * gdb.server/unittest.exp: New.
4909 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4912 * gdb.base/environ.exp: Add test to check if 'unset environment'
4915 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4917 * lib/gdb.exp (universal_compile_options): New caching proc.
4918 (gdb_compile): Suppress GCC's coloring of messages.
4920 2017-08-14 Tom Tromey <tom@tromey.com>
4923 * gdb.base/printcmds.exp (test_radices): New function.
4924 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4925 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4926 * lib/gdb.exp (get_integer_valueof): Use p/d.
4928 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4930 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4933 2017-08-05 Tom Tromey <tom@tromey.com>
4935 * gdb.rust/simple.exp: Allow String to appear in a different
4938 2017-07-26 Yao Qi <yao.qi@linaro.org>
4940 * gdb.gdb/unittest.exp: Invoke command
4941 "maintenance check xml-descriptions".
4943 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4945 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4947 (hex128): Drop erroneous calculation of parameters.
4949 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4951 * gdb.python/py-unwind.exp: Disable stack protection when
4954 2017-07-20 Pedro Alves <palves@redhat.com>
4956 * gdb.base/default.exp (set language): Adjust expected output.
4958 2017-07-20 Pedro Alves <palves@redhat.com>
4960 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4961 (test_minsym): ... this, and make static.
4962 (get_pck__foo__bar__minsym): Rename to ...
4963 (get_test_minsym): ... this.
4964 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4965 symbol names and comments.
4966 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4967 (get_test_minsym): ... this.
4968 (pck__foo__bar__minsym__2): Rename to ...
4969 (test_minsym): ... this.
4972 2017-07-17 Pedro Alves <palves@redhat.com>
4974 * gdb.base/completion.exp: Adjust expected output.
4975 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4976 the completer works.
4978 2017-07-17 Pedro Alves <palves@redhat.com>
4980 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4982 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4984 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4986 2017-07-14 Tom Tromey <tom@tromey.com>
4989 * gdb.rust/simple.exp: Add tests.
4991 2017-07-14 Tom Tromey <tom@tromey.com>
4993 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4995 2017-07-14 Pedro Alves <palves@redhat.com>
4997 * gdb.linespec/base/one/thefile.cc (z1): New function.
4998 * gdb.linespec/base/two/thefile.cc (z2): New function.
4999 * gdb.linespec/linespec.exp: Add tests.
5001 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5003 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5004 to mi_create_breakpoint.
5006 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5008 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5009 mi_create_breakpoint.
5011 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5013 * gdb.dlang/demangle.exp: Update for demangling changes.
5015 2017-07-09 Tom Tromey <tom@tromey.com>
5017 * gdb.dwarf2/shortpiece.exp: New file.
5019 2017-07-06 David Blaikie <dblaikie@gmail.com>
5021 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5022 built from fissiont-multi-cu{1,2}.c.
5023 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5024 except putting 'main' and 'func' in separate CUs in the same DWO file.
5025 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5027 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5030 2017-07-06 Pedro Alves <palves@redhat.com>
5032 * gdb.python/py-unwind.exp: Test flushregs.
5034 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5037 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5038 tests for alias commands and trailing whitespace.
5040 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5043 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5046 2017-06-29 Pedro Alves <palves@redhat.com>
5048 * gdb.base/printcmds.exp: Add tests.
5050 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5053 * gdb.base/reread-readsym.exp: New file.
5054 * gdb.base/reread-readsym.c: New file.
5056 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5058 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5061 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5063 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5065 * gdb.arch/powerpc-power9.s: Likewise.
5067 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5069 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5070 on 32-bit x86 targets. Exploit is_*_target macros where
5073 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5075 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5078 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5080 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5081 located in one or more DWARF pieces.
5083 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5085 * lib/gdb.exp (get_endianness): New proc.
5086 * gdb.arch/aarch64-fp.exp: Use it.
5087 * gdb.arch/altivec-regs.exp: Likewise.
5088 * gdb.arch/e500-regs.exp: Likewise.
5089 * gdb.arch/vsx-regs.exp: Likewise.
5090 * gdb.base/dump.exp: Likewise.
5091 * gdb.base/funcargs.exp: Likewise.
5092 * gdb.base/gnu_vector.exp: Likewise.
5093 * gdb.dwarf2/formdata16.exp: Likewise.
5094 * gdb.dwarf2/implptrpiece.exp: Likewise.
5095 * gdb.dwarf2/nonvar-access.exp: Likewise.
5096 * gdb.python/py-inferior.exp: Likewise.
5097 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5099 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5102 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5103 stack value pieces are taken from the LSB end.
5105 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5107 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5108 variable at nonzero offset.
5110 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5112 * gdb.dwarf2/var-access.c: New file.
5113 * gdb.dwarf2/var-access.exp: New test.
5114 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5116 2017-06-12 Tom Tromey <tom@tromey.com>
5118 * gdb.dwarf2/formdata16.exp: Add tests.
5120 2017-06-12 Tom Tromey <tom@tromey.com>
5122 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5124 2017-06-12 Tom Tromey <tom@tromey.com>
5127 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5128 * gdb.arch/vsx-regs.exp: Update tests.
5129 * gdb.arch/s390-vregs.exp (hex128): New proc.
5131 * gdb.arch/altivec-regs.exp: Update tests.
5133 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5135 * gdb.base/startup-with-shell.c: New file.
5136 * gdb.base/startup-with-shell.exp: Likewise.
5138 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5140 * gdb.server/non-existing-program.exp: Update regex in order to
5141 reflect the fact that gdbserver is now using fork_inferior (with a
5142 shell) to startup the inferior.
5144 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5146 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5147 support function calls from GDB.
5149 2017-05-21 Tom Tromey <tom@tromey.com>
5152 * gdb.rust/unsized.exp: New file.
5153 * gdb.rust/unsized.rs: New file.
5155 2017-05-19 Tom Tromey <tom@tromey.com>
5158 * gdb.rust/watch.exp: New file.
5159 * gdb.rust/watch.rs: New file.
5161 2017-05-18 Tom Tromey <tom@tromey.com>
5163 * gdb.rust/simple.exp: Allow Box to be qualified.
5165 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5167 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5169 2017-05-18 Pedro Alves <palves@redhat.com>
5171 * gdb.base/fileio.c (test_write, test_read, test_close)
5172 (test_fstat): Don't print 'ret' in the fail path.
5174 2017-05-18 Pedro Alves <palves@redhat.com>
5176 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5177 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5178 (test_system, test_rename, test_unlink, test_time): Change
5180 * gdb.base/fileio.exp (stop_msg): Adjust.
5182 2017-05-18 Pedro Alves <palves@redhat.com>
5184 * gdb.base/fileio.c (null_str): New global.
5185 (test_stat): Use it.
5186 * gdb.base/fileio.exp: Remove nowarnings.
5188 2017-05-17 Yao Qi <yao.qi@linaro.org>
5190 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5192 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5194 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5196 (top-level): Invoke test_set_inferior_tty.
5198 2017-05-04 Pedro Alves <palves@redhat.com>
5200 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5201 Add parens to print call for Python 3.
5203 2017-05-03 Keith Seitz <keiths@redhat.com>
5205 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5208 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5210 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5213 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5215 * gdb.python/py-record-btrace.exp: Remove test for
5216 gdb.BtraceInstruction.error.
5218 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5220 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5222 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5224 * gdb.python/py-record-btrace-threads.c: New file.
5225 * gdb.python/py-record-btrace-threads.exp: New file.
5227 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5230 * gdb.base/environ.exp: Make test available in all architectures.
5231 Move bits related to "info program" testing to
5232 gdb.base/info-program.exp. Rewrite tests to use the two new
5233 procedures mentione below.
5234 (test_set_show_env_var) New procedure.
5235 (test_set_show_env_var_equal): Likewise.
5236 * gdb.base/info-program.exp: New file.
5238 2017-04-27 Keith Seitz <keiths@redhat.com>
5240 * gdb.cp/oranking.cc (test15): New function.
5241 (main): Call test15 and declare additional variables for testing.
5242 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5243 "p foo101('abc')" tests.
5244 Add tests for cv qualifier overloads.
5245 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5246 "lvalue reference overload" test.
5247 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5248 "print value of f1 on Child&& in f2" test.
5250 2017-04-19 Pedro Alves <palves@redhat.com>
5252 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5254 (top level): Call it.
5255 * lib/gdb.exp (gdb_define_cmd): New procedure.
5257 2017-04-12 Pedro Alves <palves@redhat.com>
5260 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5261 (wchar): New global.
5262 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5263 (do_test_wide_char, wide_char_types_no_program, top level): Add
5266 2017-04-12 Pedro Alves <palves@redhat.com>
5269 * gdb.cp/wide_char_types.c: New file.
5270 * gdb.cp/wide_char_types.exp: New file.
5272 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5275 * gdb.trace/tsv.exp: Add test for "tsave -r".
5277 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5279 * gdb.dlang/watch-loc.c: New file.
5280 * gdb.dlang/watch-loc.exp: New file.
5282 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5284 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5286 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5288 * gdb.arch/arc-analyze-prologue.S: New file.
5289 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5291 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5293 * gdb.arch/arc-decode-insn.S: New file.
5294 * gdb.arch/arc-decode-insn.exp: Likewise.
5296 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5299 * gdb.arch/sparc64-regs.exp: New file.
5300 * gdb.arch/sparc64-regs.S: Likewise.
5302 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5304 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5305 and memory view on Python 3.
5307 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5308 Keith Seitz <keiths@redhat.com>
5311 * gdb.cp/demangle.exp: Add rvalue reference tests.
5312 * gdb.cp/rvalue-ref-casts.cc: New file.
5313 * gdb.cp/rvalue-ref-casts.exp: New file.
5314 * gdb.cp/rvalue-ref-overload.cc: New file.
5315 * gdb.cp/rvalue-ref-overload.exp: New file.
5316 * gdb.cp/rvalue-ref-params.cc: New file.
5317 * gdb.cp/rvalue-ref-params.exp: New file.
5318 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5319 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5320 * gdb.cp/rvalue-ref-types.cc: New file.
5321 * gdb.cp/rvalue-ref-types.exp: New file.
5322 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5323 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5325 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5327 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5330 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5332 * lib/mi-support.exp (mi_gdb_test): Add additional message
5333 for unexpected output.
5335 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5337 * gdb.base/examine-backward.c (Barrier): New character array
5338 constant, to ensure that TestStrings is preceded by a string
5341 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5343 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5344 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5345 and implicit pointer into such a location.
5347 2017-03-16 Doug Evans <dje@google.com>
5349 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5351 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5353 * gdb.cp/m-static.exp: Fix expectation for prototype of
5354 test5.single_constructor and single_constructor::single_constructor.
5356 2017-03-16 Doug Evans <dje@google.com>
5358 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5359 * gdb.guile/scm-lazy-string.c: New file.
5360 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5361 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5362 for pointer, array, typedef lazy strings.
5364 2017-03-16 Doug Evans <dje@google.com>
5366 PR python/17728, python/18439, python/18779
5367 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5368 * gdb.python/py-lazy-string.c (pointer): New typedef.
5369 (main): New locals ptr, array, typedef_ptr.
5370 * gdb.python/py-value.exp: Move lazy string tests to ...
5371 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5372 array, typedef lazy strings.
5374 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5376 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5377 Add optional 'test' parameter.
5379 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5381 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5382 Skip for versions of DejaGnu < 1.5.
5384 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5386 * lib/gdb.exp (dejagnu_version): New proc.
5387 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5388 Use dejagnu_version.
5390 2017-03-10 Keith Seitz <keiths@redhat.com>
5393 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5394 type from destructor regexps.
5395 Add a branch which actually passes the test.
5396 Adjust "ptype t5i" test names.
5398 2017-03-08 Pedro Alves <palves@redhat.com>
5400 * gdb.base/step-over-exit.exp: Add explicit test message.
5402 2017-03-08 Pedro Alves <palves@redhat.com>
5405 * gdb.threads/interrupt-while-step-over.c: New file.
5406 * gdb.threads/interrupt-while-step-over.exp: New file.
5408 2017-03-08 Pedro Alves <palves@redhat.com>
5410 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5411 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5413 2017-03-08 Pedro Alves <palves@redhat.com>
5415 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5416 PKRU as not supported as a PASS.
5418 2017-03-08 Pedro Alves <palves@redhat.com>
5420 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5421 prefix instead of $binfile1/$binfile2.
5422 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5424 * gdb.python/py-completion.exp: Use "load python file" as test
5425 messages instead of unstable path names.
5427 2017-03-08 Pedro Alves <palves@redhat.com>
5428 Jan Kratochvil <jan.kratochvil@redhat.com>
5431 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5433 (top level): Call it.
5435 2017-03-08 Pedro Alves <palves@redhat.com>
5438 * gdb.tui/tui-nl-filtered-output.exp: New file.
5440 2017-03-08 Pedro Alves <palves@redhat.com>
5442 * gdb.base/completion.exp: Move TUI completion tests to ...
5443 * gdb.tui/completion.exp: ... this new file.
5445 2017-03-08 Pedro Alves <palves@redhat.com>
5447 * gdb.base/tui-disasm-long-lines.c,
5448 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5449 gdb.base/tui-layout.exp: Move to ...
5450 * gdb.tui/: ... this new directory.
5452 2017-03-07 Pedro Alves <palves@redhat.com>
5454 * gdb.base/tui-layout.c: New file.
5455 * gdb.base/tui-layout.exp: New file.
5457 2017-03-07 Pedro Alves <palves@redhat.com>
5459 * gdb.base/tui-layout.c: Rename to ...
5460 * gdb.base/tui-disasm-long-lines.c: ... this.
5461 * gdb.base/tui-layout.exp: Rename to ...
5462 * gdb.base/tui-disasm-long-lines.exp: ... this.
5464 2017-03-07 Pedro Alves <palves@redhat.com>
5466 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5468 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5470 * i386-mpx-call.c: New file.
5471 * i386-mpx-call.exp: New file.
5473 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5475 * gdb.arch/powerpc-power.exp: Delete test.
5476 * gdb.arch/powerpc-power.s: Likewise.
5477 * gdb.disasm/disassembler-options.exp: New test.
5478 * gdb.arch/powerpc-altivec.exp: Likewise.
5479 * gdb.arch/powerpc-altivec.s: Likewise.
5480 * gdb.arch/powerpc-altivec2.exp: Likewise.
5481 * gdb.arch/powerpc-altivec2.s: Likewise.
5482 * gdb.arch/powerpc-altivec3.exp: Likewise.
5483 * gdb.arch/powerpc-altivec3.s: Likewise.
5484 * gdb.arch/powerpc-power7.exp: Likewise.
5485 * gdb.arch/powerpc-power7.s: Likewise.
5486 * gdb.arch/powerpc-power8.exp: Likewise.
5487 * gdb.arch/powerpc-power8.s: Likewise.
5488 * gdb.arch/powerpc-power9.exp: Likewise.
5489 * gdb.arch/powerpc-power9.s: Likewise.
5490 * gdb.arch/powerpc-vsx.exp: Likewise.
5491 * gdb.arch/powerpc-vsx.s: Likewise.
5492 * gdb.arch/powerpc-vsx2.exp: Likewise.
5493 * gdb.arch/powerpc-vsx2.s: Likewise.
5494 * gdb.arch/powerpc-vsx3.exp: Likewise.
5495 * gdb.arch/powerpc-vsx3.s: Likewise.
5496 * gdb.arch/arm-disassembler-options.exp: Likewise.
5497 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5498 * gdb.arch/s390-disassembler-options.exp: Likewise.
5500 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5502 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5503 (check_supported_features): ... this. Changed return type to void.
5504 (supports_rdseed): New static global.
5505 (rdseed): Check supports_rdseed.
5506 (initialize): Call check_supported_features.
5508 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5510 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5511 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5513 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5514 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5516 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5518 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5521 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5523 * gdb.dwarf2/formdata16.c: New file.
5524 * gdb.dwarf2/formdata16.exp: New file.
5525 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5527 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5529 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5530 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5531 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5532 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5535 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5537 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5539 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5542 * gdb.base/maint.exp: Add testcases for when the commands do
5545 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5547 * gdb.cp/chained-calls.exp: Use p instead of P.
5549 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5551 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5552 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5554 2017-02-14 Tom Tromey <tom@tromey.com>
5557 * gdb.python/py-events.exp: Add before_prompt event tests.
5559 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5561 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5563 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5565 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5566 (main): Call my_unique_function_name.
5567 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5568 completion of patterns with a single match.
5569 Add missing -re switches to gdb_test_multiple calls.
5571 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5573 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5574 return if core file is not recognized.
5576 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5578 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5581 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5583 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5586 2017-02-10 Tom Tromey <tom@tromey.com>
5588 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5590 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5593 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5595 2017-02-08 Jerome Guitton <guitton@adacore.com>
5597 * gdb.base/define.exp: Add test for command abbreviations
5600 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5602 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5603 * gdb.reverse/insn-reverse-x86.c: New file.
5605 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5608 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5610 2017-02-03 Tom Tromey <tom@tromey.com>
5613 * gdb.rust/simple.exp: Add new tests.
5615 2017-02-02 Pedro Alves <palves@redhat.com>
5617 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5620 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5622 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5623 taking a 2-byte value out of a 4-byte DWARF implicit value on
5625 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5626 logic. Add test cases for DW_OP_implicit.
5628 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5630 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5632 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5634 * gdb.btrace/enable.exp: Call gdb_exit before
5635 skip_gdbserver_tests.
5637 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5639 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5642 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5644 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5645 the test is skipped.
5646 * gdb.btrace/data.exp: Likewise.
5647 * gdb.btrace/delta.exp: Likewise.
5648 * gdb.btrace/dlopen.exp: Likewise.
5649 * gdb.btrace/enable-running.exp: Likewise.
5650 * gdb.btrace/enable.exp: Likewise.
5651 * gdb.btrace/exception.exp: Likewise.
5652 * gdb.btrace/function_call_history.exp: Likewise.
5653 * gdb.btrace/gcore.exp: Likewise.
5654 * gdb.btrace/instruction_history.exp: Likewise.
5655 * gdb.btrace/multi-thread-step.exp: Likewise.
5656 * gdb.btrace/nohist.exp: Likewise.
5657 * gdb.btrace/non-stop.exp: Likewise.
5658 * gdb.btrace/reconnect.exp: Likewise.
5659 * gdb.btrace/record_goto-step.exp: Likewise.
5660 * gdb.btrace/record_goto.exp: Likewise.
5661 * gdb.btrace/rn-dl-bind.exp: Likewise.
5662 * gdb.btrace/segv.exp: Likewise.
5663 * gdb.btrace/step.exp: Likewise.
5664 * gdb.btrace/stepi.exp: Likewise.
5665 * gdb.btrace/tailcall-only.exp: Likewise.
5666 * gdb.btrace/tailcall.exp: Likewise.
5667 * gdb.btrace/tsx.exp: Likewise.
5668 * gdb.btrace/unknown_functions.exp: Likewise.
5669 * gdb.btrace/vdso.exp: Likewise.
5671 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5673 * gdb.btrace/enable-running.c: New.
5674 * gdb.btrace/enable-running.exp: New.
5676 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5678 * gdb.arch/amd64-gs_base.c: New file.
5679 * gdb.arch/amd64-gs_base.exp: New file.
5681 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5683 * lib/memory.exp: Remove spurious empty newlines.
5685 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5687 * gdb.python/py-bad-printers.exp: Load python file using "source".
5688 * gdb.python/py-events.exp: Likewise.
5689 * gdb.python/py-evsignal.exp: Likewise.
5690 * gdb.python/py-evthreads.exp: Likewise.
5691 * gdb.python/py-frame-args.exp: Likewise.
5692 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5693 * gdb.python/py-framefilter-mi.exp: Likewise.
5694 * gdb.python/py-framefilter.exp: Likewise.
5695 * gdb.python/py-mi.exp: Likewise.
5696 * gdb.python/py-pp-maint.exp: Likewise.
5697 * gdb.python/py-pp-registration.exp: Likewise.
5698 * gdb.python/py-prettyprint.exp: Likewise.
5699 (run_lang_tests): Likewise.
5700 * gdb.python/py-typeprint.exp: Likewise.
5702 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5704 * lib/memory.exp: New file.
5705 * lib/gdb.exp: Load memory.exp.
5706 * gdb.base/memattr.exp (delete_memory): Move proc to
5707 lib/memory.exp and rename to delete_memory_regions.
5708 Replace delete_memory with delete_memory_regions.
5709 Cleanup memory regions before tests.
5710 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5713 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5715 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5717 (initialize): New function conditionally defined.
5718 (testcases): Move within conditional block.
5719 (main): Call initialize.
5720 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5721 of gdb.reverse/insn-reverse.c.
5722 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5723 gdb.reverse/insn-reverse.c.
5725 2017-01-26 Yao Qi <yao.qi@linaro.org>
5727 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5728 disassemble on address 0.
5730 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5731 Yao Qi <yao.qi@linaro.org>
5733 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5734 * gdb.dwarf2/implptr-64bit.S: Remove.
5735 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5736 variables in caller's context. Add DW_OP_implicit_value.
5738 2017-01-25 Yao Qi <yao.qi@linaro.org>
5740 * lib/dwarf.exp (Dwarf::_location): Handle
5741 DW_OP_GNU_implicit_pointer with proper size.
5743 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5745 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5746 and add untested calls.
5748 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5750 * gdb.python/python.exp: Check line number against what GDB thinks
5751 the line number is for func1.
5753 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5755 * gdb.dlang/debug-expr.exp: New file.
5757 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5759 Fix test names for the following files:
5761 * gdb.ada/exec_changed.exp
5762 * gdb.ada/info_types.exp
5763 * gdb.arch/aarch64-atomic-inst.exp
5764 * gdb.arch/aarch64-fp.exp
5765 * gdb.arch/altivec-abi.exp
5766 * gdb.arch/altivec-regs.exp
5767 * gdb.arch/amd64-byte.exp
5768 * gdb.arch/amd64-disp-step.exp
5769 * gdb.arch/amd64-dword.exp
5770 * gdb.arch/amd64-entry-value-inline.exp
5771 * gdb.arch/amd64-entry-value-param.exp
5772 * gdb.arch/amd64-entry-value-paramref.exp
5773 * gdb.arch/amd64-entry-value.exp
5774 * gdb.arch/amd64-i386-address.exp
5775 * gdb.arch/amd64-invalid-stack-middle.exp
5776 * gdb.arch/amd64-invalid-stack-top.exp
5777 * gdb.arch/amd64-optimout-repeat.exp
5778 * gdb.arch/amd64-prologue-skip.exp
5779 * gdb.arch/amd64-prologue-xmm.exp
5780 * gdb.arch/amd64-stap-special-operands.exp
5781 * gdb.arch/amd64-stap-wrong-subexp.exp
5782 * gdb.arch/amd64-tailcall-cxx.exp
5783 * gdb.arch/amd64-tailcall-noret.exp
5784 * gdb.arch/amd64-tailcall-ret.exp
5785 * gdb.arch/amd64-tailcall-self.exp
5786 * gdb.arch/amd64-word.exp
5787 * gdb.arch/arm-bl-branch-dest.exp
5788 * gdb.arch/arm-disp-step.exp
5789 * gdb.arch/arm-neon.exp
5790 * gdb.arch/arm-single-step-kernel-helper.exp
5791 * gdb.arch/avr-flash-qualifier.exp
5792 * gdb.arch/disp-step-insn-reloc.exp
5793 * gdb.arch/e500-abi.exp
5794 * gdb.arch/e500-regs.exp
5795 * gdb.arch/ftrace-insn-reloc.exp
5796 * gdb.arch/i386-avx512.exp
5797 * gdb.arch/i386-bp_permanent.exp
5798 * gdb.arch/i386-byte.exp
5799 * gdb.arch/i386-cfi-notcurrent.exp
5800 * gdb.arch/i386-disp-step.exp
5801 * gdb.arch/i386-dr3-watch.exp
5802 * gdb.arch/i386-float.exp
5803 * gdb.arch/i386-gnu-cfi.exp
5804 * gdb.arch/i386-mpx-map.exp
5805 * gdb.arch/i386-mpx-sigsegv.exp
5806 * gdb.arch/i386-mpx-simple_segv.exp
5807 * gdb.arch/i386-mpx.exp
5808 * gdb.arch/i386-permbkpt.exp
5809 * gdb.arch/i386-prologue.exp
5810 * gdb.arch/i386-signal.exp
5811 * gdb.arch/i386-size-overlap.exp
5812 * gdb.arch/i386-unwind.exp
5813 * gdb.arch/i386-word.exp
5814 * gdb.arch/mips-fcr.exp
5815 * gdb.arch/powerpc-d128-regs.exp
5816 * gdb.arch/powerpc-stackless.exp
5817 * gdb.arch/ppc64-atomic-inst.exp
5818 * gdb.arch/s390-stackless.exp
5819 * gdb.arch/s390-tdbregs.exp
5820 * gdb.arch/s390-vregs.exp
5821 * gdb.arch/sparc-sysstep.exp
5822 * gdb.arch/thumb-bx-pc.exp
5823 * gdb.arch/thumb-singlestep.exp
5824 * gdb.arch/thumb2-it.exp
5825 * gdb.arch/vsx-regs.exp
5826 * gdb.asm/asm-source.exp
5827 * gdb.base/a2-run.exp
5828 * gdb.base/advance.exp
5829 * gdb.base/all-bin.exp
5832 * gdb.base/arithmet.exp
5833 * gdb.base/async-shell.exp
5834 * gdb.base/async.exp
5835 * gdb.base/attach-pie-noexec.exp
5836 * gdb.base/attach-twice.exp
5837 * gdb.base/auto-load.exp
5839 * gdb.base/bitfields.exp
5840 * gdb.base/break-always.exp
5841 * gdb.base/break-caller-line.exp
5842 * gdb.base/break-entry.exp
5843 * gdb.base/break-inline.exp
5844 * gdb.base/break-on-linker-gcd-function.exp
5845 * gdb.base/break-probes.exp
5846 * gdb.base/break.exp
5847 * gdb.base/breakpoint-shadow.exp
5848 * gdb.base/call-ar-st.exp
5849 * gdb.base/call-sc.exp
5850 * gdb.base/call-signal-resume.exp
5851 * gdb.base/call-strs.exp
5852 * gdb.base/callfuncs.exp
5853 * gdb.base/catch-fork-static.exp
5854 * gdb.base/catch-gdb-caused-signals.exp
5855 * gdb.base/catch-load.exp
5856 * gdb.base/catch-signal-fork.exp
5857 * gdb.base/catch-signal.exp
5858 * gdb.base/catch-syscall.exp
5859 * gdb.base/charset.exp
5860 * gdb.base/checkpoint.exp
5861 * gdb.base/chng-syms.exp
5862 * gdb.base/code-expr.exp
5863 * gdb.base/code_elim.exp
5864 * gdb.base/commands.exp
5865 * gdb.base/completion.exp
5866 * gdb.base/complex.exp
5867 * gdb.base/cond-expr.exp
5868 * gdb.base/condbreak.exp
5869 * gdb.base/consecutive.exp
5870 * gdb.base/continue-all-already-running.exp
5871 * gdb.base/coredump-filter.exp
5872 * gdb.base/corefile.exp
5874 * gdb.base/debug-expr.exp
5875 * gdb.base/define.exp
5877 * gdb.base/disabled-location.exp
5878 * gdb.base/disasm-end-cu.exp
5879 * gdb.base/disasm-optim.exp
5880 * gdb.base/display.exp
5881 * gdb.base/duplicate-bp.exp
5882 * gdb.base/ena-dis-br.exp
5883 * gdb.base/ending-run.exp
5884 * gdb.base/enumval.exp
5885 * gdb.base/environ.exp
5886 * gdb.base/eu-strip-infcall.exp
5887 * gdb.base/eval-avoid-side-effects.exp
5888 * gdb.base/eval-skip.exp
5889 * gdb.base/exitsignal.exp
5890 * gdb.base/expand-psymtabs.exp
5891 * gdb.base/filesym.exp
5892 * gdb.base/find-unmapped.exp
5893 * gdb.base/finish.exp
5894 * gdb.base/float.exp
5895 * gdb.base/foll-exec-mode.exp
5896 * gdb.base/foll-exec.exp
5897 * gdb.base/foll-fork.exp
5898 * gdb.base/fortran-sym-case.exp
5899 * gdb.base/freebpcmd.exp
5900 * gdb.base/func-ptr.exp
5901 * gdb.base/func-ptrs.exp
5902 * gdb.base/funcargs.exp
5903 * gdb.base/gcore-buffer-overflow.exp
5904 * gdb.base/gcore-relro-pie.exp
5905 * gdb.base/gcore-relro.exp
5906 * gdb.base/gcore.exp
5907 * gdb.base/gdb1090.exp
5908 * gdb.base/gdb11530.exp
5909 * gdb.base/gdb11531.exp
5910 * gdb.base/gdb1821.exp
5911 * gdb.base/gdbindex-stabs.exp
5912 * gdb.base/gdbvars.exp
5913 * gdb.base/hbreak.exp
5914 * gdb.base/hbreak2.exp
5915 * gdb.base/included.exp
5916 * gdb.base/infcall-input.exp
5917 * gdb.base/inferior-died.exp
5918 * gdb.base/infnan.exp
5919 * gdb.base/info-macros.exp
5920 * gdb.base/info-os.exp
5921 * gdb.base/info-proc.exp
5922 * gdb.base/info-shared.exp
5923 * gdb.base/info-target.exp
5924 * gdb.base/infoline.exp
5925 * gdb.base/interp.exp
5926 * gdb.base/interrupt.exp
5927 * gdb.base/jit-reader.exp
5928 * gdb.base/jit-simple.exp
5929 * gdb.base/kill-after-signal.exp
5930 * gdb.base/kill-detach-inferiors-cmd.exp
5931 * gdb.base/label.exp
5932 * gdb.base/langs.exp
5933 * gdb.base/ldbl_e308.exp
5934 * gdb.base/line-symtabs.exp
5935 * gdb.base/linespecs.exp
5937 * gdb.base/long_long.exp
5938 * gdb.base/longest-types.exp
5939 * gdb.base/maint.exp
5940 * gdb.base/max-value-size.exp
5941 * gdb.base/memattr.exp
5942 * gdb.base/mips_pro.exp
5943 * gdb.base/morestack.exp
5944 * gdb.base/moribund-step.exp
5945 * gdb.base/multi-forks.exp
5946 * gdb.base/nested-addr.exp
5947 * gdb.base/nextoverexit.exp
5948 * gdb.base/noreturn-finish.exp
5949 * gdb.base/noreturn-return.exp
5950 * gdb.base/nostdlib.exp
5951 * gdb.base/offsets.exp
5952 * gdb.base/opaque.exp
5953 * gdb.base/pc-fp.exp
5954 * gdb.base/permissions.exp
5955 * gdb.base/print-symbol-loading.exp
5956 * gdb.base/prologue-include.exp
5957 * gdb.base/psymtab.exp
5958 * gdb.base/ptype.exp
5959 * gdb.base/random-signal.exp
5960 * gdb.base/randomize.exp
5961 * gdb.base/range-stepping.exp
5962 * gdb.base/readline-ask.exp
5963 * gdb.base/recpar.exp
5964 * gdb.base/recurse.exp
5965 * gdb.base/relational.exp
5966 * gdb.base/restore.exp
5967 * gdb.base/return-nodebug.exp
5968 * gdb.base/return.exp
5969 * gdb.base/run-after-attach.exp
5970 * gdb.base/save-bp.exp
5971 * gdb.base/scope.exp
5972 * gdb.base/sect-cmd.exp
5973 * gdb.base/set-lang-auto.exp
5974 * gdb.base/set-noassign.exp
5975 * gdb.base/setvar.exp
5976 * gdb.base/sigall.exp
5977 * gdb.base/sigbpt.exp
5978 * gdb.base/siginfo-addr.exp
5979 * gdb.base/siginfo-infcall.exp
5980 * gdb.base/siginfo-obj.exp
5981 * gdb.base/siginfo.exp
5982 * gdb.base/signals-state-child.exp
5983 * gdb.base/signest.exp
5984 * gdb.base/sigstep.exp
5985 * gdb.base/sizeof.exp
5987 * gdb.base/solib-corrupted.exp
5988 * gdb.base/solib-nodir.exp
5989 * gdb.base/solib-search.exp
5990 * gdb.base/stack-checking.exp
5991 * gdb.base/stale-infcall.exp
5992 * gdb.base/stap-probe.exp
5993 * gdb.base/start.exp
5994 * gdb.base/step-break.exp
5995 * gdb.base/step-bt.exp
5996 * gdb.base/step-line.exp
5997 * gdb.base/step-over-exit.exp
5998 * gdb.base/step-over-syscall.exp
5999 * gdb.base/step-resume-infcall.exp
6000 * gdb.base/step-test.exp
6001 * gdb.base/store.exp
6002 * gdb.base/structs3.exp
6003 * gdb.base/sym-file.exp
6004 * gdb.base/symbol-without-target_section.exp
6006 * gdb.base/testenv.exp
6007 * gdb.base/ui-redirect.exp
6008 * gdb.base/until.exp
6009 * gdb.base/unwindonsignal.exp
6010 * gdb.base/value-double-free.exp
6011 * gdb.base/vla-datatypes.exp
6012 * gdb.base/vla-ptr.exp
6013 * gdb.base/vla-sideeffect.exp
6014 * gdb.base/volatile.exp
6015 * gdb.base/watch-cond-infcall.exp
6016 * gdb.base/watch-cond.exp
6017 * gdb.base/watch-non-mem.exp
6018 * gdb.base/watch-read.exp
6019 * gdb.base/watch-vfork.exp
6020 * gdb.base/watchpoint-cond-gone.exp
6021 * gdb.base/watchpoint-delete.exp
6022 * gdb.base/watchpoint-hw-hit-once.exp
6023 * gdb.base/watchpoint-hw.exp
6024 * gdb.base/watchpoint-stops-at-right-insn.exp
6025 * gdb.base/watchpoints.exp
6026 * gdb.base/wchar.exp
6027 * gdb.base/whatis-exp.exp
6028 * gdb.btrace/buffer-size.exp
6029 * gdb.btrace/data.exp
6030 * gdb.btrace/delta.exp
6031 * gdb.btrace/dlopen.exp
6032 * gdb.btrace/enable.exp
6033 * gdb.btrace/exception.exp
6034 * gdb.btrace/function_call_history.exp
6035 * gdb.btrace/gcore.exp
6036 * gdb.btrace/instruction_history.exp
6037 * gdb.btrace/nohist.exp
6038 * gdb.btrace/reconnect.exp
6039 * gdb.btrace/record_goto-step.exp
6040 * gdb.btrace/record_goto.exp
6041 * gdb.btrace/rn-dl-bind.exp
6042 * gdb.btrace/segv.exp
6043 * gdb.btrace/step.exp
6044 * gdb.btrace/stepi.exp
6045 * gdb.btrace/tailcall-only.exp
6046 * gdb.btrace/tailcall.exp
6047 * gdb.btrace/tsx.exp
6048 * gdb.btrace/unknown_functions.exp
6049 * gdb.btrace/vdso.exp
6050 * gdb.compile/compile-ifunc.exp
6051 * gdb.compile/compile-ops.exp
6052 * gdb.compile/compile-print.exp
6053 * gdb.compile/compile-setjmp.exp
6054 * gdb.cp/abstract-origin.exp
6055 * gdb.cp/ambiguous.exp
6056 * gdb.cp/annota2.exp
6057 * gdb.cp/annota3.exp
6058 * gdb.cp/anon-ns.exp
6059 * gdb.cp/anon-struct.exp
6060 * gdb.cp/anon-union.exp
6061 * gdb.cp/arg-reference.exp
6062 * gdb.cp/baseenum.exp
6064 * gdb.cp/breakpoint.exp
6065 * gdb.cp/bs15503.exp
6068 * gdb.cp/chained-calls.exp
6070 * gdb.cp/classes.exp
6071 * gdb.cp/cmpd-minsyms.exp
6072 * gdb.cp/converts.exp
6073 * gdb.cp/cp-relocate.exp
6074 * gdb.cp/cpcompletion.exp
6075 * gdb.cp/cpexprs.exp
6076 * gdb.cp/cplabel.exp
6077 * gdb.cp/cplusfuncs.exp
6078 * gdb.cp/cpsizeof.exp
6080 * gdb.cp/derivation.exp
6081 * gdb.cp/destrprint.exp
6082 * gdb.cp/dispcxx.exp
6083 * gdb.cp/enum-class.exp
6084 * gdb.cp/exception.exp
6085 * gdb.cp/exceptprint.exp
6086 * gdb.cp/expand-psymtabs-cxx.exp
6087 * gdb.cp/expand-sals.exp
6088 * gdb.cp/extern-c.exp
6089 * gdb.cp/filename.exp
6090 * gdb.cp/formatted-ref.exp
6091 * gdb.cp/fpointer.exp
6092 * gdb.cp/gdb1355.exp
6093 * gdb.cp/gdb2495.exp
6095 * gdb.cp/impl-this.exp
6096 * gdb.cp/infcall-dlopen.exp
6097 * gdb.cp/inherit.exp
6098 * gdb.cp/iostream.exp
6102 * gdb.cp/m-static.exp
6103 * gdb.cp/mb-ctor.exp
6104 * gdb.cp/mb-inline.exp
6105 * gdb.cp/mb-templates.exp
6106 * gdb.cp/member-name.exp
6107 * gdb.cp/member-ptr.exp
6108 * gdb.cp/meth-typedefs.exp
6110 * gdb.cp/method2.exp
6111 * gdb.cp/minsym-fallback.exp
6113 * gdb.cp/namelessclass.exp
6114 * gdb.cp/namespace-enum.exp
6115 * gdb.cp/namespace-nested-import.exp
6116 * gdb.cp/namespace.exp
6117 * gdb.cp/nextoverthrow.exp
6118 * gdb.cp/no-dmgl-verbose.exp
6119 * gdb.cp/non-trivial-retval.exp
6120 * gdb.cp/noparam.exp
6122 * gdb.cp/nsimport.exp
6123 * gdb.cp/nsnested.exp
6124 * gdb.cp/nsnoimports.exp
6125 * gdb.cp/nsrecurs.exp
6126 * gdb.cp/nsstress.exp
6127 * gdb.cp/nsusing.exp
6128 * gdb.cp/operator.exp
6129 * gdb.cp/oranking.exp
6130 * gdb.cp/overload-const.exp
6131 * gdb.cp/overload.exp
6132 * gdb.cp/ovldbreak.exp
6134 * gdb.cp/paren-type.exp
6135 * gdb.cp/parse-lang.exp
6136 * gdb.cp/pass-by-ref.exp
6137 * gdb.cp/pr-1023.exp
6138 * gdb.cp/pr-1210.exp
6140 * gdb.cp/pr10687.exp
6141 * gdb.cp/pr12028.exp
6142 * gdb.cp/pr17132.exp
6143 * gdb.cp/pr17494.exp
6147 * gdb.cp/printmethod.exp
6149 * gdb.cp/psymtab-parameter.exp
6150 * gdb.cp/ptype-cv-cp.exp
6151 * gdb.cp/ptype-flags.exp
6152 * gdb.cp/re-set-overloaded.exp
6153 * gdb.cp/ref-types.exp
6155 * gdb.cp/scope-err.exp
6158 * gdb.cp/static-method.exp
6159 * gdb.cp/static-print-quit.exp
6160 * gdb.cp/temargs.exp
6161 * gdb.cp/templates.exp
6162 * gdb.cp/try_catch.exp
6163 * gdb.cp/typedef-operator.exp
6165 * gdb.cp/userdef.exp
6166 * gdb.cp/using-crash.exp
6167 * gdb.cp/var-tag.exp
6168 * gdb.cp/virtbase.exp
6169 * gdb.cp/virtfunc.exp
6170 * gdb.cp/virtfunc2.exp
6171 * gdb.cp/vla-cxx.exp
6172 * gdb.disasm/t01_mov.exp
6173 * gdb.disasm/t02_mova.exp
6174 * gdb.disasm/t03_add.exp
6175 * gdb.disasm/t04_sub.exp
6176 * gdb.disasm/t05_cmp.exp
6177 * gdb.disasm/t06_ari2.exp
6178 * gdb.disasm/t07_ari3.exp
6179 * gdb.disasm/t08_or.exp
6180 * gdb.disasm/t09_xor.exp
6181 * gdb.disasm/t10_and.exp
6182 * gdb.disasm/t11_logs.exp
6183 * gdb.disasm/t12_bit.exp
6184 * gdb.disasm/t13_otr.exp
6185 * gdb.dlang/circular.exp
6186 * gdb.dwarf2/arr-stride.exp
6187 * gdb.dwarf2/arr-subrange.exp
6188 * gdb.dwarf2/atomic-type.exp
6189 * gdb.dwarf2/bad-regnum.exp
6190 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6191 * gdb.dwarf2/callframecfa.exp
6192 * gdb.dwarf2/clztest.exp
6193 * gdb.dwarf2/corrupt.exp
6194 * gdb.dwarf2/data-loc.exp
6195 * gdb.dwarf2/dup-psym.exp
6196 * gdb.dwarf2/dw2-anon-mptr.exp
6197 * gdb.dwarf2/dw2-anonymous-func.exp
6198 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6199 * gdb.dwarf2/dw2-bad-unresolved.exp
6200 * gdb.dwarf2/dw2-basic.exp
6201 * gdb.dwarf2/dw2-canonicalize-type.exp
6202 * gdb.dwarf2/dw2-case-insensitive.exp
6203 * gdb.dwarf2/dw2-common-block.exp
6204 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6205 * gdb.dwarf2/dw2-compressed.exp
6206 * gdb.dwarf2/dw2-const.exp
6207 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6208 * gdb.dwarf2/dw2-cu-size.exp
6209 * gdb.dwarf2/dw2-dup-frame.exp
6210 * gdb.dwarf2/dw2-entry-value.exp
6211 * gdb.dwarf2/dw2-icycle.exp
6212 * gdb.dwarf2/dw2-ifort-parameter.exp
6213 * gdb.dwarf2/dw2-inline-break.exp
6214 * gdb.dwarf2/dw2-inline-param.exp
6215 * gdb.dwarf2/dw2-intercu.exp
6216 * gdb.dwarf2/dw2-intermix.exp
6217 * gdb.dwarf2/dw2-lexical-block-bare.exp
6218 * gdb.dwarf2/dw2-linkage-name-trust.exp
6219 * gdb.dwarf2/dw2-minsym-in-cu.exp
6220 * gdb.dwarf2/dw2-noloc.exp
6221 * gdb.dwarf2/dw2-op-call.exp
6222 * gdb.dwarf2/dw2-op-out-param.exp
6223 * gdb.dwarf2/dw2-opt-structptr.exp
6224 * gdb.dwarf2/dw2-param-error.exp
6225 * gdb.dwarf2/dw2-producer.exp
6226 * gdb.dwarf2/dw2-ranges-base.exp
6227 * gdb.dwarf2/dw2-ref-missing-frame.exp
6228 * gdb.dwarf2/dw2-reg-undefined.exp
6229 * gdb.dwarf2/dw2-regno-invalid.exp
6230 * gdb.dwarf2/dw2-restore.exp
6231 * gdb.dwarf2/dw2-restrict.exp
6232 * gdb.dwarf2/dw2-single-line-discriminators.exp
6233 * gdb.dwarf2/dw2-strp.exp
6234 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6235 * gdb.dwarf2/dw2-unresolved.exp
6236 * gdb.dwarf2/dw2-var-zero-addr.exp
6237 * gdb.dwarf2/dw4-sig-types.exp
6238 * gdb.dwarf2/dwz.exp
6239 * gdb.dwarf2/dynarr-ptr.exp
6240 * gdb.dwarf2/enum-type.exp
6241 * gdb.dwarf2/gdb-index.exp
6242 * gdb.dwarf2/implptr-64bit.exp
6243 * gdb.dwarf2/implptr-optimized-out.exp
6244 * gdb.dwarf2/implptr.exp
6245 * gdb.dwarf2/implref-array.exp
6246 * gdb.dwarf2/implref-const.exp
6247 * gdb.dwarf2/implref-global.exp
6248 * gdb.dwarf2/implref-struct.exp
6249 * gdb.dwarf2/mac-fileno.exp
6250 * gdb.dwarf2/main-subprogram.exp
6251 * gdb.dwarf2/member-ptr-forwardref.exp
6252 * gdb.dwarf2/method-ptr.exp
6253 * gdb.dwarf2/missing-sig-type.exp
6254 * gdb.dwarf2/nonvar-access.exp
6255 * gdb.dwarf2/opaque-type-lookup.exp
6256 * gdb.dwarf2/pieces-optimized-out.exp
6257 * gdb.dwarf2/pieces.exp
6258 * gdb.dwarf2/pr10770.exp
6259 * gdb.dwarf2/pr13961.exp
6260 * gdb.dwarf2/staticvirtual.exp
6261 * gdb.dwarf2/subrange.exp
6262 * gdb.dwarf2/symtab-producer.exp
6263 * gdb.dwarf2/trace-crash.exp
6264 * gdb.dwarf2/typeddwarf.exp
6265 * gdb.dwarf2/valop.exp
6266 * gdb.dwarf2/watch-notconst.exp
6267 * gdb.fortran/array-element.exp
6268 * gdb.fortran/charset.exp
6269 * gdb.fortran/common-block.exp
6270 * gdb.fortran/complex.exp
6271 * gdb.fortran/derived-type-function.exp
6272 * gdb.fortran/derived-type.exp
6273 * gdb.fortran/logical.exp
6274 * gdb.fortran/module.exp
6275 * gdb.fortran/multi-dim.exp
6276 * gdb.fortran/nested-funcs.exp
6277 * gdb.fortran/print-formatted.exp
6278 * gdb.fortran/subarray.exp
6279 * gdb.fortran/vla-alloc-assoc.exp
6280 * gdb.fortran/vla-datatypes.exp
6281 * gdb.fortran/vla-history.exp
6282 * gdb.fortran/vla-ptr-info.exp
6283 * gdb.fortran/vla-ptype-sub.exp
6284 * gdb.fortran/vla-ptype.exp
6285 * gdb.fortran/vla-sizeof.exp
6286 * gdb.fortran/vla-type.exp
6287 * gdb.fortran/vla-value-sub-arbitrary.exp
6288 * gdb.fortran/vla-value-sub-finish.exp
6289 * gdb.fortran/vla-value-sub.exp
6290 * gdb.fortran/vla-value.exp
6291 * gdb.fortran/whatis_type.exp
6293 * gdb.go/handcall.exp
6295 * gdb.go/integers.exp
6296 * gdb.go/methods.exp
6297 * gdb.go/package.exp
6298 * gdb.go/strings.exp
6301 * gdb.guile/scm-arch.exp
6302 * gdb.guile/scm-block.exp
6303 * gdb.guile/scm-breakpoint.exp
6304 * gdb.guile/scm-cmd.exp
6305 * gdb.guile/scm-disasm.exp
6306 * gdb.guile/scm-equal.exp
6307 * gdb.guile/scm-frame-args.exp
6308 * gdb.guile/scm-frame-inline.exp
6309 * gdb.guile/scm-frame.exp
6310 * gdb.guile/scm-iterator.exp
6311 * gdb.guile/scm-math.exp
6312 * gdb.guile/scm-objfile.exp
6313 * gdb.guile/scm-ports.exp
6314 * gdb.guile/scm-symbol.exp
6315 * gdb.guile/scm-symtab.exp
6316 * gdb.guile/scm-value-cc.exp
6317 * gdb.guile/types-module.exp
6318 * gdb.linespec/break-ask.exp
6319 * gdb.linespec/cpexplicit.exp
6320 * gdb.linespec/explicit.exp
6321 * gdb.linespec/keywords.exp
6322 * gdb.linespec/linespec.exp
6323 * gdb.linespec/ls-dollar.exp
6324 * gdb.linespec/ls-errs.exp
6325 * gdb.linespec/skip-two.exp
6326 * gdb.linespec/thread.exp
6327 * gdb.mi/mi-async.exp
6328 * gdb.mi/mi-basics.exp
6329 * gdb.mi/mi-break.exp
6330 * gdb.mi/mi-catch-load.exp
6332 * gdb.mi/mi-cmd-param-changed.exp
6333 * gdb.mi/mi-console.exp
6334 * gdb.mi/mi-detach.exp
6335 * gdb.mi/mi-disassemble.exp
6336 * gdb.mi/mi-eval.exp
6337 * gdb.mi/mi-file-transfer.exp
6338 * gdb.mi/mi-file.exp
6339 * gdb.mi/mi-fill-memory.exp
6340 * gdb.mi/mi-inheritance-syntax-error.exp
6341 * gdb.mi/mi-linespec-err-cp.exp
6342 * gdb.mi/mi-logging.exp
6343 * gdb.mi/mi-memory-changed.exp
6344 * gdb.mi/mi-read-memory.exp
6345 * gdb.mi/mi-record-changed.exp
6346 * gdb.mi/mi-reg-undefined.exp
6347 * gdb.mi/mi-regs.exp
6348 * gdb.mi/mi-return.exp
6349 * gdb.mi/mi-reverse.exp
6350 * gdb.mi/mi-simplerun.exp
6351 * gdb.mi/mi-solib.exp
6352 * gdb.mi/mi-stack.exp
6353 * gdb.mi/mi-stepi.exp
6354 * gdb.mi/mi-syn-frame.exp
6355 * gdb.mi/mi-until.exp
6356 * gdb.mi/mi-var-block.exp
6357 * gdb.mi/mi-var-child.exp
6358 * gdb.mi/mi-var-cmd.exp
6359 * gdb.mi/mi-var-cp.exp
6360 * gdb.mi/mi-var-display.exp
6361 * gdb.mi/mi-var-invalidate.exp
6362 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6363 * gdb.mi/mi-vla-fortran.exp
6364 * gdb.mi/mi-watch.exp
6365 * gdb.mi/mi2-var-child.exp
6366 * gdb.mi/user-selected-context-sync.exp
6367 * gdb.modula2/unbounded-array.exp
6368 * gdb.multi/dummy-frame-restore.exp
6369 * gdb.multi/multi-arch-exec.exp
6370 * gdb.multi/multi-arch.exp
6371 * gdb.multi/tids.exp
6372 * gdb.multi/watchpoint-multi.exp
6373 * gdb.opencl/callfuncs.exp
6374 * gdb.opencl/convs_casts.exp
6375 * gdb.opencl/datatypes.exp
6376 * gdb.opencl/operators.exp
6377 * gdb.opencl/vec_comps.exp
6378 * gdb.opt/clobbered-registers-O2.exp
6379 * gdb.opt/inline-break.exp
6380 * gdb.opt/inline-bt.exp
6381 * gdb.opt/inline-cmds.exp
6382 * gdb.opt/inline-locals.exp
6383 * gdb.pascal/case-insensitive-symbols.exp
6384 * gdb.pascal/floats.exp
6385 * gdb.pascal/gdb11492.exp
6386 * gdb.python/lib-types.exp
6387 * gdb.python/py-arch.exp
6388 * gdb.python/py-as-string.exp
6389 * gdb.python/py-bad-printers.exp
6390 * gdb.python/py-block.exp
6391 * gdb.python/py-breakpoint-create-fail.exp
6392 * gdb.python/py-breakpoint.exp
6393 * gdb.python/py-caller-is.exp
6394 * gdb.python/py-cmd.exp
6395 * gdb.python/py-explore-cc.exp
6396 * gdb.python/py-explore.exp
6397 * gdb.python/py-finish-breakpoint.exp
6398 * gdb.python/py-finish-breakpoint2.exp
6399 * gdb.python/py-frame-args.exp
6400 * gdb.python/py-frame-inline.exp
6401 * gdb.python/py-frame.exp
6402 * gdb.python/py-framefilter-mi.exp
6403 * gdb.python/py-infthread.exp
6404 * gdb.python/py-lazy-string.exp
6405 * gdb.python/py-linetable.exp
6406 * gdb.python/py-mi-events.exp
6407 * gdb.python/py-mi-objfile.exp
6408 * gdb.python/py-mi.exp
6409 * gdb.python/py-objfile.exp
6410 * gdb.python/py-pp-integral.exp
6411 * gdb.python/py-pp-maint.exp
6412 * gdb.python/py-pp-re-notag.exp
6413 * gdb.python/py-pp-registration.exp
6414 * gdb.python/py-recurse-unwind.exp
6415 * gdb.python/py-strfns.exp
6416 * gdb.python/py-symbol.exp
6417 * gdb.python/py-symtab.exp
6418 * gdb.python/py-sync-interp.exp
6419 * gdb.python/py-typeprint.exp
6420 * gdb.python/py-unwind-maint.exp
6421 * gdb.python/py-unwind.exp
6422 * gdb.python/py-value-cc.exp
6423 * gdb.python/py-xmethods.exp
6424 * gdb.reverse/amd64-tailcall-reverse.exp
6425 * gdb.reverse/break-precsave.exp
6426 * gdb.reverse/break-reverse.exp
6427 * gdb.reverse/consecutive-precsave.exp
6428 * gdb.reverse/consecutive-reverse.exp
6429 * gdb.reverse/finish-precsave.exp
6430 * gdb.reverse/finish-reverse-bkpt.exp
6431 * gdb.reverse/finish-reverse.exp
6432 * gdb.reverse/fstatat-reverse.exp
6433 * gdb.reverse/getresuid-reverse.exp
6434 * gdb.reverse/i386-precsave.exp
6435 * gdb.reverse/i386-reverse.exp
6436 * gdb.reverse/i386-sse-reverse.exp
6437 * gdb.reverse/i387-env-reverse.exp
6438 * gdb.reverse/i387-stack-reverse.exp
6439 * gdb.reverse/insn-reverse.exp
6440 * gdb.reverse/machinestate-precsave.exp
6441 * gdb.reverse/machinestate.exp
6442 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6443 * gdb.reverse/pipe-reverse.exp
6444 * gdb.reverse/readv-reverse.exp
6445 * gdb.reverse/recvmsg-reverse.exp
6446 * gdb.reverse/rerun-prec.exp
6447 * gdb.reverse/s390-mvcle.exp
6448 * gdb.reverse/step-precsave.exp
6449 * gdb.reverse/step-reverse.exp
6450 * gdb.reverse/time-reverse.exp
6451 * gdb.reverse/until-precsave.exp
6452 * gdb.reverse/until-reverse.exp
6453 * gdb.reverse/waitpid-reverse.exp
6454 * gdb.reverse/watch-precsave.exp
6455 * gdb.reverse/watch-reverse.exp
6456 * gdb.rust/generics.exp
6457 * gdb.rust/methods.exp
6458 * gdb.rust/modules.exp
6459 * gdb.rust/simple.exp
6460 * gdb.server/connect-with-no-symbol-file.exp
6461 * gdb.server/ext-attach.exp
6462 * gdb.server/ext-restart.exp
6463 * gdb.server/ext-wrapper.exp
6464 * gdb.server/file-transfer.exp
6465 * gdb.server/server-exec-info.exp
6466 * gdb.server/server-kill.exp
6467 * gdb.server/server-mon.exp
6468 * gdb.server/wrapper.exp
6469 * gdb.stabs/exclfwd.exp
6470 * gdb.stabs/gdb11479.exp
6471 * gdb.threads/clone-new-thread-event.exp
6472 * gdb.threads/corethreads.exp
6473 * gdb.threads/current-lwp-dead.exp
6474 * gdb.threads/dlopen-libpthread.exp
6475 * gdb.threads/gcore-thread.exp
6476 * gdb.threads/sigstep-threads.exp
6477 * gdb.threads/watchpoint-fork.exp
6478 * gdb.trace/actions-changed.exp
6479 * gdb.trace/backtrace.exp
6480 * gdb.trace/change-loc.exp
6481 * gdb.trace/circ.exp
6482 * gdb.trace/collection.exp
6483 * gdb.trace/disconnected-tracing.exp
6484 * gdb.trace/ftrace.exp
6485 * gdb.trace/mi-trace-frame-collected.exp
6486 * gdb.trace/mi-trace-unavailable.exp
6487 * gdb.trace/mi-traceframe-changed.exp
6488 * gdb.trace/mi-tsv-changed.exp
6489 * gdb.trace/no-attach-trace.exp
6490 * gdb.trace/passc-dyn.exp
6491 * gdb.trace/qtro.exp
6492 * gdb.trace/range-stepping.exp
6493 * gdb.trace/read-memory.exp
6494 * gdb.trace/save-trace.exp
6495 * gdb.trace/signal.exp
6496 * gdb.trace/status-stop.exp
6497 * gdb.trace/tfile.exp
6498 * gdb.trace/trace-break.exp
6499 * gdb.trace/trace-buffer-size.exp
6500 * gdb.trace/trace-condition.exp
6501 * gdb.trace/tracefile-pseudo-reg.exp
6502 * gdb.trace/tstatus.exp
6503 * gdb.trace/unavailable.exp
6504 * gdb.trace/while-dyn.exp
6505 * gdb.trace/while-stepping.exp
6507 2016-12-22 Doug Evans <xdje42@gmail.com>
6509 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6512 2016-12-19 Yao Qi <yao.qi@linaro.org>
6514 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6515 (test_with_self): Don't call do_steps_and_nexts, and remove
6516 code about stepping into xmalloc.
6518 2016-12-09 Yao Qi <yao.qi@linaro.org>
6520 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6522 2016-12-09 Yao Qi <yao.qi@linaro.org>
6524 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6526 2016-12-09 Pedro Alves <palves@redhat.com>
6528 * gdb.base/all-architectures-0.exp: New file.
6529 * gdb.base/all-architectures-1.exp: New file.
6530 * gdb.base/all-architectures-2.exp: New file.
6531 * gdb.base/all-architectures-3.exp: New file.
6532 * gdb.base/all-architectures-4.exp: New file.
6533 * gdb.base/all-architectures-5.exp: New file.
6534 * gdb.base/all-architectures-6.exp: New file.
6535 * gdb.base/all-architectures-7.exp: New file.
6536 * gdb.base/all-architectures.exp.in: New file.
6538 2016-12-09 Yao Qi <yao.qi@linaro.org>
6540 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6542 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6544 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6546 Remove useless pattern-matching code.
6548 2016-12-02 Pedro Alves <palves@redhat.com>
6550 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6552 (top level): Call it.
6554 2016-12-02 Pedro Alves <palves@redhat.com>
6556 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6558 (top level): Call it.
6560 2016-12-02 Pedro Alves <palves@redhat.com>
6563 * gdb.base/commands.exp (user_defined_command_args_eval): New
6565 (top level): Call it.
6567 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6569 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6572 2016-12-02 Tom Tromey <tom@tromey.com>
6574 * gdb.dwarf2/main-subprogram.c: New file.
6575 * gdb.dwarf2/main-subprogram.exp: New file.
6577 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6579 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6580 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6581 gdb_test_no_output for a couple of cases.
6582 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6584 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6586 Fix test names and standardize compilation error messages throughout
6587 the following files:
6590 * gdb.arch/alpha-step.exp
6591 * gdb.arch/e500-prologue.exp
6592 * gdb.arch/ftrace-insn-reloc.exp
6593 * gdb.arch/gdb1291.exp
6594 * gdb.arch/gdb1431.exp
6595 * gdb.arch/gdb1558.exp
6596 * gdb.arch/i386-dr3-watch.exp
6597 * gdb.arch/i386-sse-stack-align.exp
6598 * gdb.arch/ia64-breakpoint-shadow.exp
6599 * gdb.arch/pa-nullify.exp
6600 * gdb.arch/powerpc-aix-prologue.exp
6601 * gdb.arch/thumb-bx-pc.exp
6602 * gdb.base/annota1.exp
6603 * gdb.base/annota3.exp
6604 * gdb.base/arrayidx.exp
6605 * gdb.base/assign.exp
6606 * gdb.base/attach.exp
6609 * gdb.base/bfp-test.exp
6610 * gdb.base/bigcore.exp
6611 * gdb.base/bitfields2.exp
6612 * gdb.base/break-fun-addr.exp
6613 * gdb.base/break-probes.exp
6614 * gdb.base/call-rt-st.exp
6615 * gdb.base/callexit.exp
6616 * gdb.base/catch-fork-kill.exp
6617 * gdb.base/charset.exp
6618 * gdb.base/checkpoint.exp
6619 * gdb.base/comprdebug.exp
6620 * gdb.base/constvars.exp
6621 * gdb.base/coredump-filter.exp
6622 * gdb.base/cursal.exp
6623 * gdb.base/cvexpr.exp
6624 * gdb.base/detach.exp
6625 * gdb.base/display.exp
6626 * gdb.base/dmsym.exp
6627 * gdb.base/dprintf-pending.exp
6628 * gdb.base/dso2dso.exp
6629 * gdb.base/dtrace-probe.exp
6631 * gdb.base/enum_cond.exp
6632 * gdb.base/exe-lock.exp
6633 * gdb.base/exec-invalid-sysroot.exp
6634 * gdb.base/execl-update-breakpoints.exp
6635 * gdb.base/exprs.exp
6636 * gdb.base/fileio.exp
6638 * gdb.base/finish.exp
6639 * gdb.base/fixsection.exp
6640 * gdb.base/foll-vfork.exp
6641 * gdb.base/frame-args.exp
6642 * gdb.base/gcore.exp
6643 * gdb.base/gdb1250.exp
6644 * gdb.base/global-var-nested-by-dso.exp
6645 * gdb.base/gnu-ifunc.exp
6646 * gdb.base/hashline1.exp
6647 * gdb.base/hashline2.exp
6648 * gdb.base/hashline3.exp
6649 * gdb.base/hbreak-in-shr-unsupported.exp
6651 * gdb.base/infcall-input.exp
6652 * gdb.base/info-fun.exp
6653 * gdb.base/info-shared.exp
6654 * gdb.base/jit-simple.exp
6655 * gdb.base/jit-so.exp
6658 * gdb.base/label.exp
6659 * gdb.base/lineinc.exp
6660 * gdb.base/logical.exp
6661 * gdb.base/longjmp.exp
6662 * gdb.base/macscp.exp
6663 * gdb.base/miscexprs.exp
6664 * gdb.base/new-ui-echo.exp
6665 * gdb.base/new-ui-pending-input.exp
6666 * gdb.base/new-ui.exp
6667 * gdb.base/nodebug.exp
6668 * gdb.base/nofield.exp
6669 * gdb.base/offsets.exp
6670 * gdb.base/overlays.exp
6671 * gdb.base/pending.exp
6672 * gdb.base/pointers.exp
6673 * gdb.base/pr11022.exp
6674 * gdb.base/printcmds.exp
6675 * gdb.base/prologue.exp
6676 * gdb.base/ptr-typedef.exp
6677 * gdb.base/realname-expand.exp
6678 * gdb.base/relativedebug.exp
6679 * gdb.base/relocate.exp
6680 * gdb.base/remote.exp
6681 * gdb.base/reread.exp
6682 * gdb.base/return2.exp
6683 * gdb.base/savedregs.exp
6685 * gdb.base/sepdebug.exp
6686 * gdb.base/sepsymtab.exp
6687 * gdb.base/set-inferior-tty.exp
6688 * gdb.base/setshow.exp
6689 * gdb.base/shlib-call.exp
6690 * gdb.base/sigaltstack.exp
6691 * gdb.base/siginfo-addr.exp
6692 * gdb.base/signals.exp
6693 * gdb.base/signull.exp
6694 * gdb.base/sigrepeat.exp
6695 * gdb.base/so-impl-ld.exp
6696 * gdb.base/solib-display.exp
6697 * gdb.base/solib-overlap.exp
6698 * gdb.base/solib-search.exp
6699 * gdb.base/solib-symbol.exp
6700 * gdb.base/structs.exp
6701 * gdb.base/structs2.exp
6702 * gdb.base/symtab-search-order.exp
6703 * gdb.base/twice.exp
6704 * gdb.base/unload.exp
6705 * gdb.base/varargs.exp
6706 * gdb.base/watchpoint-solib.exp
6707 * gdb.base/watchpoint.exp
6708 * gdb.base/whatis.exp
6709 * gdb.base/wrong_frame_bt_full.exp
6710 * gdb.btrace/dlopen.exp
6711 * gdb.cell/ea-standalone.exp
6712 * gdb.cell/ea-test.exp
6713 * gdb.cp/dispcxx.exp
6714 * gdb.cp/gdb2384.exp
6715 * gdb.cp/method2.exp
6716 * gdb.cp/nextoverthrow.exp
6717 * gdb.cp/pr10728.exp
6718 * gdb.disasm/am33.exp
6719 * gdb.disasm/h8300s.exp
6720 * gdb.disasm/mn10300.exp
6721 * gdb.disasm/sh3.exp
6722 * gdb.dwarf2/dw2-dir-file-name.exp
6723 * gdb.fortran/complex.exp
6724 * gdb.fortran/library-module.exp
6725 * gdb.guile/scm-pretty-print.exp
6726 * gdb.guile/scm-symbol.exp
6727 * gdb.guile/scm-type.exp
6728 * gdb.guile/scm-value.exp
6729 * gdb.linespec/linespec.exp
6732 * gdb.mi/mi-breakpoint-changed.exp
6733 * gdb.mi/mi-dprintf-pending.exp
6734 * gdb.mi/mi-dprintf.exp
6735 * gdb.mi/mi-exit-code.exp
6736 * gdb.mi/mi-pending.exp
6737 * gdb.mi/mi-solib.exp
6738 * gdb.mi/new-ui-mi-sync.exp
6739 * gdb.mi/pr11022.exp
6740 * gdb.mi/user-selected-context-sync.exp
6741 * gdb.opt/solib-intra-step.exp
6742 * gdb.python/py-events.exp
6743 * gdb.python/py-finish-breakpoint.exp
6744 * gdb.python/py-mi.exp
6745 * gdb.python/py-prettyprint.exp
6746 * gdb.python/py-shared.exp
6747 * gdb.python/py-symbol.exp
6748 * gdb.python/py-template.exp
6749 * gdb.python/py-type.exp
6750 * gdb.python/py-value.exp
6751 * gdb.reverse/solib-precsave.exp
6752 * gdb.reverse/solib-reverse.exp
6753 * gdb.server/solib-list.exp
6754 * gdb.stabs/weird.exp
6755 * gdb.threads/reconnect-signal.exp
6756 * gdb.threads/stepi-random-signal.exp
6757 * gdb.trace/actions.exp
6759 * gdb.trace/backtrace.exp
6760 * gdb.trace/change-loc.exp
6761 * gdb.trace/deltrace.exp
6762 * gdb.trace/ftrace-lock.exp
6763 * gdb.trace/ftrace.exp
6764 * gdb.trace/infotrace.exp
6765 * gdb.trace/mi-tracepoint-changed.exp
6766 * gdb.trace/packetlen.exp
6767 * gdb.trace/passcount.exp
6768 * gdb.trace/pending.exp
6769 * gdb.trace/range-stepping.exp
6770 * gdb.trace/report.exp
6771 * gdb.trace/stap-trace.exp
6772 * gdb.trace/tfind.exp
6773 * gdb.trace/trace-break.exp
6774 * gdb.trace/trace-condition.exp
6775 * gdb.trace/trace-enable-disable.exp
6776 * gdb.trace/trace-mt.exp
6777 * gdb.trace/tracecmd.exp
6778 * gdb.trace/tspeed.exp
6782 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6784 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6785 with gdb_test_no_output.
6786 Use command as test name.
6788 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6790 Fix test names starting with uppercase throughout the files.
6792 * gdb.ada/assign_1.exp
6793 * gdb.ada/boolean_expr.exp
6794 * gdb.base/arrayidx.exp
6796 * gdb.base/gcore-buffer-overflow.exp
6797 * gdb.base/testenv.exp
6798 * gdb.compile/compile.exp
6799 * gdb.python/py-framefilter-invalidarg.exp
6800 * gdb.python/py-framefilter.exp
6802 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6804 Fix test names starting with uppercase throughout the files.
6806 * gdb.ada/array_return.exp
6807 * gdb.ada/expr_delims.exp
6808 * gdb.ada/mi_dyn_arr.exp
6809 * gdb.ada/mi_interface.exp
6810 * gdb.ada/mi_var_array.exp
6811 * gdb.ada/watch_arg.exp
6812 * gdb.arch/alpha-step.exp
6813 * gdb.arch/altivec-regs.exp
6814 * gdb.arch/e500-regs.exp
6815 * gdb.arch/powerpc-d128-regs.exp
6816 * gdb.base/arrayidx.exp
6817 * gdb.base/break.exp
6818 * gdb.base/checkpoint.exp
6819 * gdb.base/debug-expr.exp
6820 * gdb.base/dmsym.exp
6821 * gdb.base/radix.exp
6822 * gdb.base/sepdebug.exp
6823 * gdb.base/testenv.exp
6824 * gdb.base/watch_thread_num.exp
6825 * gdb.base/watchpoint-cond-gone.exp
6826 * gdb.cell/break.exp
6827 * gdb.cell/ea-cache.exp
6828 * gdb.compile/compile.exp
6829 * gdb.cp/gdb2495.exp
6830 * gdb.gdb/selftest.exp
6831 * gdb.gdb/xfullpath.exp
6833 * gdb.go/integers.exp
6834 * gdb.objc/basicclass.exp
6835 * gdb.pascal/hello.exp
6836 * gdb.pascal/integers.exp
6837 * gdb.python/py-breakpoint.exp
6838 * gdb.python/py-cmd.exp
6839 * gdb.python/py-linetable.exp
6840 * gdb.python/py-xmethods.exp
6841 * gdb.python/python.exp
6842 * gdb.reverse/consecutive-precsave.exp
6843 * gdb.reverse/finish-precsave.exp
6844 * gdb.reverse/i386-precsave.exp
6845 * gdb.reverse/machinestate-precsave.exp
6846 * gdb.reverse/sigall-precsave.exp
6847 * gdb.reverse/solib-precsave.exp
6848 * gdb.reverse/step-precsave.exp
6849 * gdb.reverse/until-precsave.exp
6850 * gdb.reverse/watch-precsave.exp
6851 * gdb.threads/leader-exit.exp
6852 * gdb.threads/pthreads.exp
6853 * gdb.threads/wp-replication.exp
6854 * gdb.trace/actions.exp
6855 * gdb.trace/mi-tsv-changed.exp
6858 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6860 Fix test names starting with uppercase throughout the files.
6862 * gdb.arch/i386-bp_permanent.exp
6863 * gdb.arch/i386-gnu-cfi.exp
6864 * gdb.base/disasm-end-cu.exp
6865 * gdb.base/macscp.exp
6866 * gdb.base/pending.exp
6867 * gdb.base/watch_thread_num.exp
6868 * gdb.cp/exception.exp
6869 * gdb.cp/gdb2495.exp
6871 * gdb.python/py-evsignal.exp
6872 * gdb.python/python.exp
6873 * gdb.trace/tracecmd.exp
6875 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6877 Fix test names starting with uppercase throughout the files.
6879 * gdb.base/charset.exp
6881 * gdb.base/multi-forks.exp
6882 * gdb.guile/scm-progspace.exp
6883 * gdb.opencl/datatypes.exp
6884 * gdb.python/py-block.exp
6885 * gdb.python/py-function.exp
6886 * gdb.python/py-symbol.exp
6887 * gdb.python/py-symtab.exp
6888 * gdb.python/py-xmethods.exp
6889 * gdb.reverse/break-precsave.exp
6890 * gdb.reverse/break-reverse.exp
6891 * gdb.reverse/consecutive-precsave.exp
6892 * gdb.reverse/consecutive-reverse.exp
6893 * gdb.reverse/finish-precsave.exp
6894 * gdb.reverse/finish-reverse-bkpt.exp
6895 * gdb.reverse/finish-reverse.exp
6896 * gdb.reverse/fstatat-reverse.exp
6897 * gdb.reverse/getresuid-reverse.exp
6898 * gdb.reverse/i386-precsave.exp
6899 * gdb.reverse/i386-reverse.exp
6900 * gdb.reverse/i386-sse-reverse.exp
6901 * gdb.reverse/i387-stack-reverse.exp
6902 * gdb.reverse/insn-reverse.exp
6903 * gdb.reverse/machinestate-precsave.exp
6904 * gdb.reverse/machinestate.exp
6905 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6906 * gdb.reverse/pipe-reverse.exp
6907 * gdb.reverse/readv-reverse.exp
6908 * gdb.reverse/recvmsg-reverse.exp
6909 * gdb.reverse/rerun-prec.exp
6910 * gdb.reverse/s390-mvcle.exp
6911 * gdb.reverse/sigall-precsave.exp
6912 * gdb.reverse/sigall-reverse.exp
6913 * gdb.reverse/solib-precsave.exp
6914 * gdb.reverse/solib-reverse.exp
6915 * gdb.reverse/step-precsave.exp
6916 * gdb.reverse/step-reverse.exp
6917 * gdb.reverse/time-reverse.exp
6918 * gdb.reverse/until-precsave.exp
6919 * gdb.reverse/until-reverse.exp
6920 * gdb.reverse/waitpid-reverse.exp
6921 * gdb.reverse/watch-precsave.exp
6922 * gdb.reverse/watch-reverse.exp
6924 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6926 Fix test names starting with uppercase throughout the files.
6928 * gdb.arch/i386-mpx-simple_segv.exp
6929 * gdb.arch/i386-mpx.exp
6930 * gdb.arch/i386-permbkpt.exp
6931 * gdb.arch/pa-nullify.exp
6932 * gdb.arch/powerpc-d128-regs.exp
6933 * gdb.arch/vsx-regs.exp
6934 * gdb.base/bfp-test.exp
6935 * gdb.base/break.exp
6936 * gdb.base/breakpoint-shadow.exp
6937 * gdb.base/callfuncs.exp
6938 * gdb.base/charset.exp
6939 * gdb.base/commands.exp
6940 * gdb.base/completion.exp
6941 * gdb.base/dfp-test.exp
6943 * gdb.base/ending-run.exp
6945 * gdb.base/expand-psymtabs.exp
6946 * gdb.base/float128.exp
6947 * gdb.base/floatn.exp
6948 * gdb.base/foll-exec-mode.exp
6949 * gdb.base/gdb1056.exp
6950 * gdb.base/gdb11531.exp
6951 * gdb.base/kill-after-signal.exp
6952 * gdb.base/multi-forks.exp
6953 * gdb.base/overlays.exp
6954 * gdb.base/pending.exp
6955 * gdb.base/sepdebug.exp
6956 * gdb.base/testenv.exp
6957 * gdb.base/valgrind-db-attach.exp
6958 * gdb.base/watch_thread_num.exp
6959 * gdb.base/watchpoint-cond-gone.exp
6960 * gdb.base/watchpoint.exp
6961 * gdb.base/watchpoints.exp
6962 * gdb.cp/arg-reference.exp
6963 * gdb.cp/baseenum.exp
6964 * gdb.cp/operator.exp
6966 * gdb.dwarf2/dw2-op-out-param.exp
6967 * gdb.dwarf2/dw2-reg-undefined.exp
6970 * gdb.go/integers.exp
6971 * gdb.go/methods.exp
6972 * gdb.go/package.exp
6973 * gdb.guile/scm-parameter.exp
6974 * gdb.guile/scm-progspace.exp
6975 * gdb.guile/scm-value.exp
6976 * gdb.mi/mi-pending.exp
6977 * gdb.mi/user-selected-context-sync.exp
6978 * gdb.multi/multi-attach.exp
6979 * gdb.multi/tids.exp
6980 * gdb.opt/clobbered-registers-O2.exp
6981 * gdb.pascal/floats.exp
6982 * gdb.pascal/integers.exp
6983 * gdb.python/py-block.exp
6984 * gdb.python/py-events.exp
6985 * gdb.python/py-parameter.exp
6986 * gdb.python/py-symbol.exp
6987 * gdb.python/py-symtab.exp
6988 * gdb.python/py-type.exp
6989 * gdb.python/py-value.exp
6990 * gdb.python/py-xmethods.exp
6991 * gdb.python/python.exp
6992 * gdb.reverse/break-precsave.exp
6993 * gdb.reverse/consecutive-precsave.exp
6994 * gdb.reverse/finish-precsave.exp
6995 * gdb.reverse/i386-precsave.exp
6996 * gdb.reverse/machinestate-precsave.exp
6997 * gdb.reverse/sigall-precsave.exp
6998 * gdb.reverse/solib-precsave.exp
6999 * gdb.reverse/step-precsave.exp
7000 * gdb.reverse/until-precsave.exp
7001 * gdb.reverse/watch-precsave.exp
7002 * gdb.server/ext-attach.exp
7003 * gdb.server/ext-restart.exp
7004 * gdb.server/ext-run.exp
7005 * gdb.server/ext-wrapper.exp
7006 * gdb.stabs/gdb11479.exp
7007 * gdb.stabs/weird.exp
7008 * gdb.threads/attach-many-short-lived-threads.exp
7009 * gdb.threads/kill.exp
7010 * gdb.threads/watchpoint-fork.exp
7012 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7014 Fix test names starting with uppercase throughout all the files below.
7016 * gdb.ada/array_return.exp
7017 * gdb.ada/catch_ex.exp
7018 * gdb.ada/info_exc.exp
7019 * gdb.ada/mi_catch_ex.exp
7020 * gdb.ada/mi_dyn_arr.exp
7021 * gdb.ada/mi_ex_cond.exp
7022 * gdb.ada/mi_exc_info.exp
7023 * gdb.ada/mi_interface.exp
7024 * gdb.ada/mi_task_arg.exp
7025 * gdb.ada/mi_task_info.exp
7026 * gdb.ada/mi_var_array.exp
7027 * gdb.arch/alpha-step.exp
7028 * gdb.arch/amd64-disp-step.exp
7029 * gdb.arch/arm-disp-step.exp
7030 * gdb.arch/disp-step-insn-reloc.exp
7031 * gdb.arch/e500-prologue.exp
7032 * gdb.arch/ftrace-insn-reloc.exp
7033 * gdb.arch/gdb1558.exp
7034 * gdb.arch/i386-bp_permanent.exp
7035 * gdb.arch/i386-disp-step.exp
7036 * gdb.arch/i386-float.exp
7037 * gdb.arch/i386-gnu-cfi.exp
7038 * gdb.arch/ia64-breakpoint-shadow.exp
7039 * gdb.arch/mips16-thunks.exp
7040 * gdb.arch/pa-nullify.exp
7041 * gdb.arch/powerpc-aix-prologue.exp
7042 * gdb.arch/powerpc-power.exp
7043 * gdb.arch/ppc-dfp.exp
7044 * gdb.arch/s390-tdbregs.exp
7045 * gdb.arch/spu-info.exp
7046 * gdb.arch/spu-ls.exp
7047 * gdb.arch/thumb-bx-pc.exp
7048 * gdb.base/advance.exp
7049 * gdb.base/annota-input-while-running.exp
7050 * gdb.base/arrayidx.exp
7051 * gdb.base/asmlabel.exp
7052 * gdb.base/async.exp
7053 * gdb.base/attach-wait-input.exp
7054 * gdb.base/auto-connect-native-target.exp
7055 * gdb.base/batch-preserve-term-settings.exp
7056 * gdb.base/bfp-test.exp
7057 * gdb.base/bigcore.exp
7058 * gdb.base/bp-permanent.exp
7059 * gdb.base/break-always.exp
7060 * gdb.base/break-fun-addr.exp
7061 * gdb.base/break-idempotent.exp
7062 * gdb.base/break-main-file-remove-fail.exp
7063 * gdb.base/break-probes.exp
7064 * gdb.base/break-unload-file.exp
7065 * gdb.base/break.exp
7066 * gdb.base/call-ar-st.exp
7067 * gdb.base/call-rt-st.exp
7068 * gdb.base/call-sc.exp
7069 * gdb.base/call-signal-resume.exp
7070 * gdb.base/call-strs.exp
7071 * gdb.base/callexit.exp
7072 * gdb.base/callfuncs.exp
7073 * gdb.base/catch-gdb-caused-signals.exp
7074 * gdb.base/catch-signal-siginfo-cond.exp
7075 * gdb.base/catch-syscall.exp
7076 * gdb.base/compare-sections.exp
7077 * gdb.base/cond-eval-mode.exp
7078 * gdb.base/condbreak-call-false.exp
7079 * gdb.base/consecutive-step-over.exp
7080 * gdb.base/cursal.exp
7081 * gdb.base/disabled-location.exp
7082 * gdb.base/disasm-end-cu.exp
7083 * gdb.base/display.exp
7084 * gdb.base/double-prompt-target-event-error.exp
7085 * gdb.base/dprintf-bp-same-addr.exp
7086 * gdb.base/dprintf-detach.exp
7087 * gdb.base/dprintf-next.exp
7088 * gdb.base/dprintf-non-stop.exp
7089 * gdb.base/dprintf-pending.exp
7090 * gdb.base/dso2dso.exp
7091 * gdb.base/ending-run.exp
7092 * gdb.base/enum_cond.exp
7093 * gdb.base/examine-backward.exp
7094 * gdb.base/exe-lock.exp
7095 * gdb.base/exec-invalid-sysroot.exp
7096 * gdb.base/execl-update-breakpoints.exp
7097 * gdb.base/execution-termios.exp
7098 * gdb.base/fileio.exp
7099 * gdb.base/fixsection.exp
7100 * gdb.base/foll-exec-mode.exp
7101 * gdb.base/foll-exec.exp
7102 * gdb.base/fork-running-state.exp
7103 * gdb.base/frame-args.exp
7104 * gdb.base/fullpath-expand.exp
7105 * gdb.base/func-ptr.exp
7106 * gdb.base/gcore-relro-pie.exp
7107 * gdb.base/gdb1090.exp
7108 * gdb.base/gdb1555.exp
7109 * gdb.base/global-var-nested-by-dso.exp
7110 * gdb.base/gnu-ifunc.exp
7111 * gdb.base/hbreak-in-shr-unsupported.exp
7112 * gdb.base/hbreak-unmapped.exp
7113 * gdb.base/hook-stop.exp
7114 * gdb.base/infcall-input.exp
7115 * gdb.base/info-fun.exp
7116 * gdb.base/info-shared.exp
7117 * gdb.base/interrupt-noterm.exp
7118 * gdb.base/jit-so.exp
7120 * gdb.base/line-symtabs.exp
7122 * gdb.base/longjmp.exp
7123 * gdb.base/macscp.exp
7124 * gdb.base/max-value-size.exp
7125 * gdb.base/nodebug.exp
7126 * gdb.base/nofield.exp
7127 * gdb.base/overlays.exp
7128 * gdb.base/paginate-after-ctrl-c-running.exp
7129 * gdb.base/paginate-bg-execution.exp
7130 * gdb.base/paginate-inferior-exit.exp
7131 * gdb.base/pending.exp
7132 * gdb.base/pr11022.exp
7133 * gdb.base/printcmds.exp
7134 * gdb.base/ptr-typedef.exp
7135 * gdb.base/ptype.exp
7136 * gdb.base/randomize.exp
7137 * gdb.base/range-stepping.exp
7138 * gdb.base/realname-expand.exp
7139 * gdb.base/relativedebug.exp
7140 * gdb.base/remote.exp
7141 * gdb.base/savedregs.exp
7142 * gdb.base/sepdebug.exp
7143 * gdb.base/set-noassign.exp
7144 * gdb.base/shlib-call.exp
7145 * gdb.base/shreloc.exp
7146 * gdb.base/sigaltstack.exp
7147 * gdb.base/sigbpt.exp
7148 * gdb.base/siginfo-addr.exp
7149 * gdb.base/siginfo-obj.exp
7150 * gdb.base/siginfo-thread.exp
7151 * gdb.base/signest.exp
7152 * gdb.base/signull.exp
7153 * gdb.base/sigrepeat.exp
7155 * gdb.base/so-impl-ld.exp
7156 * gdb.base/solib-corrupted.exp
7157 * gdb.base/solib-disc.exp
7158 * gdb.base/solib-display.exp
7159 * gdb.base/solib-overlap.exp
7160 * gdb.base/solib-search.exp
7161 * gdb.base/solib-symbol.exp
7162 * gdb.base/source-execution.exp
7163 * gdb.base/sss-bp-on-user-bp-2.exp
7164 * gdb.base/sss-bp-on-user-bp.exp
7165 * gdb.base/stack-checking.exp
7166 * gdb.base/stale-infcall.exp
7167 * gdb.base/step-break.exp
7168 * gdb.base/step-line.exp
7169 * gdb.base/step-over-exit.exp
7170 * gdb.base/step-test.exp
7171 * gdb.base/structs.exp
7172 * gdb.base/sym-file.exp
7173 * gdb.base/symtab-search-order.exp
7175 * gdb.base/type-opaque.exp
7176 * gdb.base/unload.exp
7177 * gdb.base/until-nodebug.exp
7178 * gdb.base/until.exp
7179 * gdb.base/unwindonsignal.exp
7180 * gdb.base/watch-cond.exp
7181 * gdb.base/watch-non-mem.exp
7182 * gdb.base/watch_thread_num.exp
7183 * gdb.base/watchpoint-reuse-slot.exp
7184 * gdb.base/watchpoint-solib.exp
7185 * gdb.base/watchpoint.exp
7186 * gdb.btrace/dlopen.exp
7188 * gdb.cell/break.exp
7192 * gdb.cell/dwarfaddr.exp
7193 * gdb.cell/ea-cache.exp
7194 * gdb.cell/ea-standalone.exp
7195 * gdb.cell/ea-test.exp
7196 * gdb.cell/f-regs.exp
7198 * gdb.cell/gcore.exp
7199 * gdb.cell/mem-access.exp
7200 * gdb.cell/ptype.exp
7201 * gdb.cell/registers.exp
7202 * gdb.cell/sizeof.exp
7203 * gdb.cell/solib-symbol.exp
7204 * gdb.cell/solib.exp
7205 * gdb.compile/compile-tls.exp
7206 * gdb.cp/exception.exp
7207 * gdb.cp/gdb2495.exp
7209 * gdb.cp/mb-inline.exp
7210 * gdb.cp/mb-templates.exp
7211 * gdb.cp/pr10687.exp
7213 * gdb.cp/scope-err.exp
7214 * gdb.cp/templates.exp
7215 * gdb.cp/virtfunc.exp
7216 * gdb.dwarf2/dw2-dir-file-name.exp
7217 * gdb.dwarf2/dw2-single-line-discriminators.exp
7218 * gdb.fortran/complex.exp
7219 * gdb.fortran/library-module.exp
7220 * gdb.guile/guile.exp
7221 * gdb.guile/scm-cmd.exp
7222 * gdb.guile/scm-frame-inline.exp
7223 * gdb.guile/scm-objfile.exp
7224 * gdb.guile/scm-pretty-print.exp
7225 * gdb.guile/scm-symbol.exp
7226 * gdb.guile/scm-type.exp
7227 * gdb.guile/scm-value.exp
7228 * gdb.linespec/keywords.exp
7229 * gdb.linespec/ls-errs.exp
7230 * gdb.linespec/macro-relative.exp
7231 * gdb.linespec/thread.exp
7232 * gdb.mi/mi-breakpoint-changed.exp
7233 * gdb.mi/mi-dprintf-pending.exp
7234 * gdb.mi/mi-fullname-deleted.exp
7235 * gdb.mi/mi-logging.exp
7236 * gdb.mi/mi-pending.exp
7237 * gdb.mi/mi-solib.exp
7238 * gdb.mi/new-ui-mi-sync.exp
7239 * gdb.mi/user-selected-context-sync.exp
7240 * gdb.multi/dummy-frame-restore.exp
7241 * gdb.multi/multi-arch-exec.exp
7242 * gdb.multi/remove-inferiors.exp
7243 * gdb.multi/watchpoint-multi-exit.exp
7244 * gdb.opt/solib-intra-step.exp
7245 * gdb.perf/backtrace.exp
7246 * gdb.perf/single-step.exp
7247 * gdb.perf/skip-command.exp
7248 * gdb.perf/skip-prologue.exp
7249 * gdb.perf/solib.exp
7250 * gdb.python/lib-types.exp
7251 * gdb.python/py-as-string.exp
7252 * gdb.python/py-bad-printers.exp
7253 * gdb.python/py-block.exp
7254 * gdb.python/py-breakpoint.exp
7255 * gdb.python/py-cmd.exp
7256 * gdb.python/py-events.exp
7257 * gdb.python/py-evthreads.exp
7258 * gdb.python/py-finish-breakpoint.exp
7259 * gdb.python/py-finish-breakpoint2.exp
7260 * gdb.python/py-frame-inline.exp
7261 * gdb.python/py-frame.exp
7262 * gdb.python/py-inferior.exp
7263 * gdb.python/py-infthread.exp
7264 * gdb.python/py-mi.exp
7265 * gdb.python/py-objfile.exp
7266 * gdb.python/py-pp-maint.exp
7267 * gdb.python/py-pp-registration.exp
7268 * gdb.python/py-prettyprint.exp
7269 * gdb.python/py-recurse-unwind.exp
7270 * gdb.python/py-shared.exp
7271 * gdb.python/py-symbol.exp
7272 * gdb.python/py-symtab.exp
7273 * gdb.python/py-template.exp
7274 * gdb.python/py-type.exp
7275 * gdb.python/py-unwind-maint.exp
7276 * gdb.python/py-unwind.exp
7277 * gdb.python/py-value.exp
7278 * gdb.python/python.exp
7279 * gdb.reverse/finish-reverse-bkpt.exp
7280 * gdb.reverse/insn-reverse.exp
7281 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7282 * gdb.reverse/solib-precsave.exp
7283 * gdb.reverse/solib-reverse.exp
7284 * gdb.stabs/gdb11479.exp
7285 * gdb.stabs/weird.exp
7286 * gdb.threads/fork-child-threads.exp
7287 * gdb.threads/fork-plus-threads.exp
7288 * gdb.threads/fork-thread-pending.exp
7289 * gdb.threads/forking-threads-plus-breakpoint.exp
7290 * gdb.threads/hand-call-in-threads.exp
7291 * gdb.threads/interrupted-hand-call.exp
7292 * gdb.threads/linux-dp.exp
7293 * gdb.threads/local-watch-wrong-thread.exp
7294 * gdb.threads/next-while-other-thread-longjmps.exp
7295 * gdb.threads/non-ldr-exit.exp
7296 * gdb.threads/pending-step.exp
7297 * gdb.threads/print-threads.exp
7298 * gdb.threads/process-dies-while-detaching.exp
7299 * gdb.threads/process-dies-while-handling-bp.exp
7300 * gdb.threads/pthreads.exp
7301 * gdb.threads/queue-signal.exp
7302 * gdb.threads/reconnect-signal.exp
7303 * gdb.threads/signal-command-handle-nopass.exp
7304 * gdb.threads/signal-command-multiple-signals-pending.exp
7305 * gdb.threads/signal-delivered-right-thread.exp
7306 * gdb.threads/signal-sigtrap.exp
7307 * gdb.threads/sigthread.exp
7308 * gdb.threads/staticthreads.exp
7309 * gdb.threads/stepi-random-signal.exp
7310 * gdb.threads/thread-unwindonsignal.exp
7311 * gdb.threads/thread_check.exp
7312 * gdb.threads/thread_events.exp
7313 * gdb.threads/tid-reuse.exp
7314 * gdb.threads/tls-nodebug.exp
7315 * gdb.threads/tls-shared.exp
7316 * gdb.threads/tls-so_extern.exp
7317 * gdb.threads/tls.exp
7318 * gdb.threads/wp-replication.exp
7319 * gdb.trace/actions-changed.exp
7320 * gdb.trace/actions.exp
7321 * gdb.trace/backtrace.exp
7322 * gdb.trace/change-loc.exp
7323 * gdb.trace/collection.exp
7324 * gdb.trace/deltrace.exp
7325 * gdb.trace/disconnected-tracing.exp
7326 * gdb.trace/entry-values.exp
7327 * gdb.trace/ftrace-lock.exp
7328 * gdb.trace/ftrace.exp
7329 * gdb.trace/infotrace.exp
7330 * gdb.trace/mi-trace-frame-collected.exp
7331 * gdb.trace/mi-trace-unavailable.exp
7332 * gdb.trace/mi-traceframe-changed.exp
7333 * gdb.trace/mi-tracepoint-changed.exp
7334 * gdb.trace/mi-tsv-changed.exp
7335 * gdb.trace/no-attach-trace.exp
7336 * gdb.trace/packetlen.exp
7337 * gdb.trace/passc-dyn.exp
7338 * gdb.trace/passcount.exp
7339 * gdb.trace/pending.exp
7340 * gdb.trace/pr16508.exp
7341 * gdb.trace/qtro.exp
7342 * gdb.trace/range-stepping.exp
7343 * gdb.trace/read-memory.exp
7344 * gdb.trace/report.exp
7345 * gdb.trace/save-trace.exp
7346 * gdb.trace/signal.exp
7347 * gdb.trace/stap-trace.exp
7348 * gdb.trace/status-stop.exp
7349 * gdb.trace/strace.exp
7350 * gdb.trace/tfile.exp
7351 * gdb.trace/tfind.exp
7352 * gdb.trace/trace-break.exp
7353 * gdb.trace/trace-condition.exp
7354 * gdb.trace/trace-enable-disable.exp
7355 * gdb.trace/trace-mt.exp
7356 * gdb.trace/tracecmd.exp
7357 * gdb.trace/tracefile-pseudo-reg.exp
7358 * gdb.trace/tspeed.exp
7359 * gdb.trace/tstatus.exp
7361 * gdb.trace/unavailable.exp
7362 * gdb.trace/while-dyn.exp
7363 * gdb.trace/while-stepping.exp
7366 * lib/mi-support.exp
7369 * lib/prelink-support.exp
7370 * lib/selftest-support.exp
7372 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7374 * Makefile.in: Include disable-implicit-rules.mk.
7376 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7378 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7379 non-byte-aligned bit fields.
7381 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7384 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7385 respects the DW_AT_data_bit_offset attribute.
7387 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7389 * gdb.base/default.exp: Fix output of "set language".
7391 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7393 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7394 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7396 * configure.ac: Remove checks for the make program.
7397 * configure: Re-generate.
7399 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7401 * gdb.python/py-recurse-unwind.c (main): Add loop.
7402 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7403 to read_register() and gdb.parse_and_eval(). Make each code
7404 call a separate case that can be individually tested.
7405 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7406 proc. Call cont_and_backtrace for each of the code paths that
7407 we want to test in the unwinder.
7409 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7411 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7412 the definition of struct S.
7414 2016-11-11 Catherine Moore <clm@codesourcery.com>
7416 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7418 2016-11-09 Pedro Alves <palves@redhat.com>
7420 * gdb.base/commands.exp (runto_or_return): New procedure.
7421 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7422 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7423 (progvar_simple_while_test, progvar_complex_if_while_test)
7424 (if_while_breakpoint_command_test)
7425 (infrun_breakpoint_command_test, breakpoint_command_test)
7426 (user_defined_command_test, watchpoint_command_test)
7427 (test_command_prompt_position, redefine_hook_test)
7428 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7429 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7430 multi_line_input and multi_line. Remove gdb_expect and
7431 gdb_stop_suppressing_tests uses.
7432 * lib/gdb.exp (valnum_re): New global.
7433 (multi_line_input): New procedure.
7435 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7437 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7439 (test_setup): Define with proc_with_prefix.
7440 (test_cli_inferior): Likewise.
7441 (test_cli_thread): Likewise.
7442 (test_cli_frame): Likewise.
7443 (test_cli_select_frame): Likewise.
7444 (test_cli_up_down): Likewise.
7445 (test_mi_thread_select): Likewise.
7446 (test_mi_stack_select_frame): Likewise.
7447 (test_cli_in_mi_inferior): Likewise.
7448 (test_cli_in_mi_thread): Likewise.
7449 (test_cli_in_mi_frame): Likewise.
7450 (top level): Do not use with_test_prefix_procname.
7452 2016-11-09 Pedro Alves <palves@redhat.com>
7454 * gdb.base/commands.exp (gdbvar_simple_if_test)
7455 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7456 (progvar_simple_if_test, progvar_simple_while_test)
7457 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7458 (infrun_breakpoint_command_test, breakpoint_command_test)
7459 (user_defined_command_test, watchpoint_command_test)
7460 (test_command_prompt_position, deprecated_command_test)
7461 (bp_deleted_in_command, temporary_breakpoint_commands)
7462 (stray_arg0_test, source_file_with_indented_comment)
7463 (recursive_source_test, if_commands_test)
7464 (error_clears_commands_left, redefine_hook_test)
7465 (redefine_backtrace_test): Use proc_with_prefix.
7466 * lib/gdb.exp (proc_with_prefix): New proc.
7468 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7470 * gdb.base/tui-layout.c: New file.
7471 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7472 disassembly window contains very long lines.
7474 2016-11-08 Tom Tromey <tom@tromey.com>
7476 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7479 2016-11-08 Tom Tromey <tom@tromey.com>
7481 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7484 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7486 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7488 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7490 * gdb.rust/simple.rs: Add test for univariant enums without
7491 discriminants and for encoded struct-like enums.
7493 2016-10-28 Pedro Alves <palves@redhat.com>
7495 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7496 gdb_test_multiple, tighten regexps and match symtabs and line
7497 tables incrementally.
7499 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7501 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7504 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7506 * gdb.base/exec-invalid-sysroot.exp: New file.
7508 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7510 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7512 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7514 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7516 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7518 * gdb.base/killed-outside.exp: Remove $options from a call to
7519 `prepare_for_testing'.
7521 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7523 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7524 Change test message.
7526 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7528 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7531 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7533 * gdb.trace/mi-trace-save.exp: New file.
7535 2016-10-13 Yao Qi <yao.qi@linaro.org>
7537 * gdb.base/code_elim.exp (get_var_address): Remove.
7538 * gdb.base/relocate.exp: Likewise.
7539 * gdb.base/shreloc.exp: Likewise.
7540 * lib/gdb.exp (get_var_address): New.
7542 2016-10-13 Yao Qi <yao.qi@linaro.org>
7544 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7545 floating point tests if $skip_float_test is false.
7547 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7549 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7550 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7552 Add 1 to argc so we guarantee distinct initial/modified argc values.
7554 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7556 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7558 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7560 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7561 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7562 * gdb.arch/vsx-regs.exp: Likewise.
7564 2016-10-07 Yao Qi <yao.qi@linaro.org>
7566 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7568 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7570 * gdb.python/python.exp: Test decode_line("*0").
7572 2016-10-06 Doug Evans <dje@google.com>
7574 * gdb.python/py-value.exp (test_value_creation): Add test for large
7575 unsigned 64-bit value.
7577 2016-10-06 Tom Tromey <tom@tromey.com>
7579 * gdb.compile/compile.exp: Change java tests to rust.
7580 * gdb.base/setshow.exp: Change java tests to rust.
7581 * gdb.base/default.exp: Remove java from language list.
7582 * README (Examples): Update language example.
7583 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7585 * lib/gdb.exp (skip_java_tests): Remove.
7586 * lib/java.exp: Remove.
7589 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7591 * gdb.arch/mips-fcr.exp: New test.
7592 * gdb.arch/mips-fcr.c: Source for the new test.
7594 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7596 * gdb.base/solib-disc.exp: Use `standard_output_file'
7599 2016-10-06 Pedro Alves <palves@redhat.com>
7601 * gdb.base/jit-simple-dl.c: New file.
7602 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7603 * gdb.base/jit-simple.c: ... this.
7604 * gdb.base/jit-simple.exp (jit_run): Delete.
7605 (build_jit): New proc.
7606 (jit_test_reread): Recompile either the main program or the shared
7607 library, depending on what is being tested. Skip changing address
7608 if caller wants to. Compare before/after addresses. If testing
7609 standalone, explicitly load the binary. Test "maint info
7611 (top level): Add "standalone vs shared lib" and "change address"
7612 vs "same address" axes.
7614 2016-10-06 Pedro Alves <palves@redhat.com>
7616 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7619 (jit_test_reread): Use with_test_prefix. Reload the main binary
7620 explicitly. Compare the before/after addresses of the JIT
7623 2016-08-15 Doug Evans <dje@google.com>
7625 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7626 for single bitfields is bool.
7627 * gdb.xml/tdesc-regs.exp: Ditto.
7629 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7631 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7633 2016-10-05 Yao Qi <yao.qi@linaro.org>
7635 * lib/gdb.exp (support_complex_tests): Return zero if
7636 gdb_skip_float_test return true.
7638 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7639 Simon Marchi <simon.marchi@ericsson.com>
7642 * gdb.mi/user-selected-context-sync.exp: New file.
7643 * gdb.mi/user-selected-context-sync.c: New file.
7645 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7646 Simon Marchi <simon.marchi@ericsson.com>
7649 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7650 =thread-select-event check.
7652 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7654 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7655 the compulsory L operand changes.
7656 * gdb.arch/powerpc-power.s: Likewise.
7658 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7660 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7661 * gdb.base/jit-attach-pie.c: New file.
7662 * gdb.base/jit-attach-pie.exp: New file.
7664 2016-09-28 Pedro Alves <palves@redhat.com>
7666 * gdb.base/infcall-input.c: New file.
7667 * gdb.base/infcall-input.exp: New file.
7669 2016-09-22 Yao Qi <yao.qi@linaro.org>
7671 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7672 (gdb_exit): Rename it to ...
7673 (gdbserver_gdb_exit): ... Close GDBserver.
7674 (gdb_exit): New proc, call gdbserver_gdb_exit.
7675 (mi_gdb_exit): Likewise.
7677 2016-09-22 Yao Qi <yao.qi@linaro.org>
7679 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7681 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7684 2016-09-22 Yao Qi <yao.qi@linaro.org>
7686 * lib/gdbserver-support.exp: Check the existence of
7687 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7689 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7691 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7693 2016-09-21 Tom Tromey <tom@tromey.com>
7696 * gdb.base/quit.exp: New file.
7698 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7700 * .gitignore: New file.
7702 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7704 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7707 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7709 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7711 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7713 * gdb.cp/casts.cc (decltype): Move it ...
7714 (main): ... with its call to ...
7715 * gdb.cp/casts03.cc: ... a new file.
7716 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7718 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7720 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7722 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7724 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7725 and sync up the test with tests in gas/testsuite/gas/ppc.
7726 * gdb.arch/powerpc-power.exp: Likewise.
7728 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7730 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7732 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7733 Jan Kratochvil <jan.kratochvil@redhat.com>
7735 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7736 make m1's definition to be different from m2's. Use 'dummy' as an
7737 argument for probe 'two'.
7739 2016-09-10 Jon Beniston <jon@beniston.com>
7741 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7744 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7746 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7747 variable declaration.
7748 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7749 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7750 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7751 received HWCAP as its argument.
7753 2016-09-06 Pedro Alves <palves@redhat.com>
7755 * gdb.base/new-ui-pending-input.c: New file.
7756 * gdb.base/new-ui-pending-input.exp: New file.
7757 * gdb.exp (clear_gdb_spawn_id): New procedure.
7758 (with_spawn_id): Check whether gdb_spawn_id exists before
7759 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7762 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7764 * gdb.base/float128.c: New file.
7765 * gdb.base/float128.exp: Likewise.
7766 * gdb.base/floatn.c: Likewise.
7767 * gdb.base/floatn.exp: Likewise.
7769 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7771 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7773 2016-09-05 Pedro Alves <palves@redhat.com>
7776 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7777 unwinders are immediately called as side effect of "source" or
7778 "disable unwinder" commands.
7779 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7781 2016-09-02 Yao Qi <yao.qi@linaro.org>
7783 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7784 is true and $type is "float" or "double".
7786 2016-09-02 Yao Qi <yao.qi@linaro.org>
7788 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7790 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7791 * gdb.base/call-rt-st.exp: Likewise.
7792 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7793 return value instead of gdb,skip_float_test.
7794 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7795 (do_function_calls): Use its return value instead of
7796 gdb,skip_float_test.
7797 * gdb.base/finish.exp: Likewise.
7798 * gdb.base/funcargs.exp: Likewise.
7799 * gdb.base/return.exp: Likewise.
7800 * gdb.base/return2.exp: Likewise.
7801 * gdb.base/varargs.exp: Likewise.
7802 * lib/gdb.exp (gdb_skip_float_test): Change it to
7803 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7805 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7807 * gdb.multi/tids.exp: Test "thread apply all".
7809 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7811 * gdb.base/default.exp (tty): Remove.
7813 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7815 * gdb.python/py-recurse-unwind.c: New file.
7816 * gdb.python/py-recurse-unwind.py: New file.
7817 * gdb.python/py-recurse-unwind.exp: New file.
7819 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7821 * gdb.base/set-inferior-tty.exp: New file.
7822 * gdb.base/set-inferior-tty.c: New file.
7824 2016-08-23 Pedro Alves <palves@redhat.com>
7827 * gdb.base/new-ui-echo.c: New file.
7828 * gdb.base/new-ui-echo.exp: New file.
7830 2016-08-23 Yao Qi <yao.qi@linaro.org>
7832 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7834 * gdb.server/connect-without-multi-process.exp (do_test):
7837 2016-08-23 Yao Qi <yao.qi@linaro.org>
7839 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7840 standalone_txt. Delete gdb_txt and standalone_txt on host
7841 and target. Spawn the binary on target. Copy files from
7844 2016-08-22 Pedro Alves <palves@redhat.com>
7847 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7848 with_test_prefix. Factor out bits to ...
7849 (test_no_vdso): ... this new procedure.
7851 2016-08-19 Carl Love <cel@us.ibm.com>
7853 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7854 maintaining separate logic for constructing the output path.
7855 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7856 * gdb.arch/ppc-dfp.exp: Likewise.
7857 * gdb.arch/ppc-fp.exp: Likewise.
7858 * gdb.arch/vsx-regs.exp: Likewise.
7859 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7860 binprefix for generating the additional binary files.
7862 2016-08-19 Pedro Alves <palves@redhat.com>
7864 * gdb.trace/mi-trace-frame-collected.exp
7865 (test_trace_frame_collected): On x32, expect two registers.
7867 2016-08-18 Carl Love <cel@us.ibm.com>
7869 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7870 and sync up the test with tests in gas/testsuite/gas/ppc.
7871 * gdb.arch/powerpc-power.exp: Likewise.
7873 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7875 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7876 expected error message.
7878 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7880 * gdb.multi/remove-inferiors.exp: New file.
7881 * gdb.multi/remove-inferiors.c: New file.
7883 2016-08-12 Yao Qi <yao.qi@linaro.org>
7885 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7888 2016-08-10 Pedro Alves <palves@redhat.com>
7891 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7894 2016-08-09 Pedro Alves <palves@redhat.com>
7895 Simon Marchi <simon.marchi@ericsson.com>
7898 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7899 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7901 2016-08-09 Pedro Alves <palves@redhat.com>
7904 * gdb.mi/mi-cmd-error.exp: New file.
7906 2016-08-09 Pedro Alves <palves@redhat.com>
7909 * gdb.base/signals-state-child.c: New file.
7910 * gdb.base/signals-state-child.exp: New file.
7911 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7913 2016-08-09 Pedro Alves <palves@redhat.com>
7915 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7917 2016-08-03 Tom Tromey <tom@tromey.com>
7920 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7922 2016-08-01 Yao Qi <yao.qi@linaro.org>
7924 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7925 variable mode to "multi-process" if $multi_process is 1, otherwise
7926 set it to "single-process".
7928 2016-08-01 Yao Qi <yao.qi@linaro.org>
7930 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7931 * gdb.cp/cpexprs.exp: Likewise.
7932 * gdb.cp/m-static.exp: Likewise.
7934 2016-07-26 Tom Tromey <tom@tromey.com>
7937 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7940 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7942 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7943 selecting assembly source files.
7944 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7945 assembly source files.
7946 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7947 assembly source files.
7948 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7949 selecting assembly source files.
7951 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7953 * gdb.base/new-ui.exp (do_test_invalid_args): New
7956 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7958 * gdb.btrace/reconnect.c: New file.
7959 * gdb.btrace/reconnect.exp: New file.
7961 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7963 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7964 to test_catch_syscall_group.
7965 (test_catch_syscall_group): New.
7967 2016-07-21 Tom Tromey <tom@tromey.com>
7969 * gdb.rust/simple.rs (main): Use empty struct expression.
7970 * gdb.rust/simple.exp: Add tests for empty struct expression.
7972 2016-07-21 Yao Qi <yao.qi@linaro.org>
7974 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7975 if gdb_skip_xml_test is true on some targets.
7977 2016-07-21 Yao Qi <yao.qi@linaro.org>
7979 * gdb.server/solib-list.exp: Unset last_loaded_file.
7981 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7983 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7984 "step into captured_main (args)".
7986 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7988 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7990 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7992 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7994 2016-07-19 Pedro Alves <palves@redhat.com>
7996 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7997 * gdb.opt/inline-bt.exp: Likewise.
7998 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7999 additional_flags=-Winline.
8000 * gdb.opt/inline-locals.exp: Likewise.
8001 * gdb.opt/inline-markers.c (ATTR): Define.
8002 (inlined_fn): Use it.
8004 2016-07-19 Yao Qi <yao.qi@linaro.org>
8006 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8007 (test_with_self): Remove some code. Remove argument executable.
8008 (top-level): Use do_self_tests.
8010 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8011 Don Breazeal <donb@codesourcery.com>
8013 * gdb.base/maint.exp: Escape paths used in regular expressions.
8014 * gdb.stabs/weird.exp: Likewise.
8016 2016-07-13 Tom Tromey <tom@tromey.com>
8018 PR python/15620, PR python/18620:
8019 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8020 (test_bkpt_events): New procs.
8022 2016-07-13 Tom Tromey <tom@tromey.com>
8025 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8027 (test_watchpoints): Likewise.
8028 (test_bkpt_pending): New proc.
8030 2016-07-13 Tom Tromey <tom@tromey.com>
8033 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8036 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8038 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8039 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8040 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8042 (g): Rename g_end_lbl to g_label.
8043 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8045 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8047 2016-07-12 Tom Tromey <tom@tromey.com>
8050 * gdb.python/py-unwind-maint.exp: Update tests.
8052 2016-07-12 Yao Qi <yao.qi@linaro.org>
8054 * lib/selftest-support.exp (selftest_setup): Match the output
8055 when captured_main is inlined.
8057 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8059 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8061 (print this%a, print this%b, print this): New tests.
8062 * gdb.fortran/derived-types.f90 (this): New object and
8065 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8067 * gdb.ada/arraydim.exp: Remove extra directory level in build
8070 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8072 * lib/ada.exp: Remove extra directory level in build directory.
8073 * gdb.ada/cond_lang.exp: Likewise.
8074 * gdb.ada/exec_changed.exp: Likewise.
8075 * gdb.ada/lang_switch.exp: Likewise.
8077 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8079 * simple.rs: Add test for raw pointer subscripting.
8080 * simple.exp: Add test expectations.
8082 2016-07-05 Yao Qi <yao.qi@linaro.org>
8084 * gdb.mi/mi-reverse.exp: Match =record-started output.
8086 2016-07-01 Pedro Alves <palves@redhat.com>
8088 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8090 (jit_reader_test): Test the jit reader's unwinder.
8091 * gdb.base/jithost.c (jit_function_00_code): New global.
8092 (main): Use memcpy to fill in the mmapped code, instead of poking
8093 bytes manually here.
8094 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8096 (read_debug_info): Save the function's range.
8097 (read_sp): New function.
8098 (unwind_frame): Use it. Also unwind RBP.
8099 (get_frame_id): Use read_sp.
8100 (gdb_init_reader): Use calloc instead of malloc.
8101 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8102 parameter. Use gdb_test_multiple.
8104 2016-07-01 Pedro Alves <palves@redhat.com>
8105 Antoine Tremblay <antoine.tremblay@ericsson.com>
8107 * gdb.threads/process-dies-while-detaching.c: New file.
8108 * gdb.threads/process-dies-while-detaching.exp: New file.
8110 2016-07-01 Pedro Alves <palves@redhat.com>
8112 * gdb.multi/watchpoint-multi-exit.c: New file.
8113 * gdb.multi/watchpoint-multi-exit.exp: New file.
8115 2016-06-30 Pedro Alves <palves@redhat.com>
8117 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8118 unset inferior_spawn_id.
8120 2016-06-30 Pedro Alves <palves@redhat.com>
8122 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8123 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8125 2016-06-29 Yao Qi <yao.qi@linaro.org>
8127 * gdb.base/return.c: Add copyright header.
8129 2016-06-29 Tom Tromey <tom@tromey.com>
8132 * gdb.python/py-framefilter.exp: Add tests for setting priority
8133 and disabling of non-existent frame filter.
8135 2016-06-29 Yao Qi <yao.qi@linaro.org>
8137 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8140 2016-06-28 Yao Qi <yao.qi@linaro.org>
8142 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8143 triplets. Start gdb, execute catch syscall, and continue. Check
8144 gdb's output to determine catch syscall is supported.
8146 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8148 * gdb.rust/simple.rs: Add test for returning unit in a function.
8149 * gdb.rust/simple.exp: Add expectation for functions returning
8152 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8154 * gdb.python/py-breakpoint-create-fail.c,
8155 gdb.python/py-breakpoint-create-fail.exp,
8156 gdb.python/py-breakpoint-create-fail.py: New testcase.
8158 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8161 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8162 * gdb.rust/simple.exp: Add test expectations for new NonZero
8165 2016-06-24 David Taylor <dtaylor@emc.com>
8167 * gdb.base/offsets.exp: New file.
8168 * gdb.base/offsets.c: New file.
8170 2016-06-23 Tom Tromey <tom@tromey.com>
8173 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8174 before any filters are loaded.
8176 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8178 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8179 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8181 * gdb.fortran/derived-type-function.exp: New file.
8182 * gdb.fortran/derived-type-function.f90: New file.
8185 2016-06-21 Pedro Alves <palves@redhat.com>
8187 * gdb.base/new-ui.exp: New file.
8188 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8189 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8190 (with_spawn_id): New procedure.
8192 2016-06-21 Pedro Alves <palves@redhat.com>
8194 * gdb.mi/mi-exec-run.exp: New file.
8196 2016-06-21 Pedro Alves <palves@redhat.com>
8198 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8199 breakpoint command's output on the main UI.
8200 (test_break): New procedure, factored out from calls in the top
8202 (top level): Use foreach_with_prefix to test MI as main UI and as
8205 2016-06-21 Pedro Alves <palves@redhat.com>
8207 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8208 (test_awatch_creation_and_listing)
8209 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8210 Remove 'type' parameter.
8211 (test_watchpoint_all): New parameter mi_mode. Remove
8213 (top level): Use foreach_with_prefix, and add main/separate UI MI
8216 2016-06-21 Pedro Alves <palves@redhat.com>
8218 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8219 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8220 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8221 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8222 (gdb_main_spawn_id, mi_spawn_id): Declare and
8224 (mi_create_inferior_pty): New procedure,
8225 factored out from default_mi_gdb_start.
8226 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8228 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8229 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8230 Use mi_create_inferior_pty.
8231 (mi_gdb_start): Use eval to pass down args list.
8233 2016-06-21 Pedro Alves <palves@redhat.com>
8235 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8236 * gdb.opt/inline-cmds.exp: Add MI tests.
8238 2016-06-21 Pedro Alves <palves@redhat.com>
8240 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8242 2016-06-21 Pedro Alves <palves@redhat.com>
8244 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8245 (top level): Use it instead of mi_execute_to.
8247 2016-06-21 Pedro Alves <palves@redhat.com>
8249 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8250 (cont_handler_str): New.
8251 (signal_stop_handler): Set stop_handler_str instead of printing to
8253 (continue_handler): Set cont_handler_str instead of printing to
8255 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8256 mi_send_resuming_command. Print stop_handler_str and
8257 cont_handler_str instead of expecting the python events print
8260 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8262 * gdb.base/jit-reader.exp: New file.
8263 * gdb.base/jithost.c: New file.
8264 * gdb.base/jithost.h: New file.
8265 * gdb.base/jitreader.c : New file.
8266 * gdb.base/jit-protocol.h: New file.
8268 2016-06-17 Yao Qi <yao.qi@linaro.org>
8270 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8271 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8272 and detach-on-fork. Adjust tests.
8273 (top level): Invoke break_cond_on_syscall with combinations of
8274 syscall, follow-fork-mode and detach-on-fork.
8276 2016-06-17 Yao Qi <yao.qi@linaro.org>
8278 * gdb.base/step-over-exit.c: New.
8279 * gdb.base/step-over-exit.exp: New.
8281 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8283 * gdb.base/float.exp: Add target check for nds32*-*-*.
8284 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8286 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8288 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8289 for unsupported target features.
8290 * gdb.base/call-rt-st.exp: Likewise.
8291 * gdb.base/call-sc.exp: Likewise.
8292 * gdb.base/call-signal-resume.exp: Likewise.
8293 * gdb.base/call-strs.exp: Likewise.
8294 * gdb.base/callexit.exp: Likewise.
8295 * gdb.base/callfuncs.exp: Likewise.
8296 * gdb.base/nodebug.exp: Likewise.
8297 * gdb.base/printcmds.exp: Likewise.
8298 * gdb.base/ptype.exp: Likewise.
8299 * gdb.base/structs.exp: Likewise.
8300 * gdb.base/unwindonsignal.exp: Likewise.
8301 * gdb.cp/gdb2495.exp: Likewise.
8302 * gdb.cp/templates.exp: Likewise.
8303 * gdb.cp/virtfunc.exp: Likewise.
8304 * gdb.threads/hand-call-in-threads.exp: Likewise.
8305 * gdb.threads/interrupted-hand-call.exp: Likewise.
8306 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8308 2016-06-10 Tom Tromey <tom@tromey.com>
8311 * gdb.rust/expr.exp: Add test for integer constant larger than
8314 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8316 * gdb.fortran/nested-funcs.exp: New.
8317 * gdb.fortran/nested-funcs.f90: New.
8319 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8321 * gdb.base/examine-backward.c: New file.
8322 * gdb.base/examine-backward.exp: New file.
8324 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8326 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8329 2016-06-02 Tom Tromey <tom@tromey.com>
8332 * gdb.python/py-shared.exp: Add solib_name test.
8334 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8336 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8338 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8341 * gdb.dwarf2/implref.exp: Rename to...
8342 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8343 * gdb.dwarf2/implref-array.c: New file.
8344 * gdb.dwarf2/implref-array.exp: Likewise.
8345 * gdb.dwarf2/implref-global.c: Likewise.
8346 * gdb.dwarf2/implref-global.exp: Likewise.
8347 * gdb.dwarf2/implref-struct.c: Likewise.
8348 * gdb.dwarf2/implref-struct.exp: Likewise.
8350 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8352 * gdb.trace/trace-condition.exp: Add 64bit tests.
8354 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8356 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8358 (main): Adapt to 8 to 64 bits types.
8359 * gdb.trace/trace-condition.exp: Add new tests.
8361 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8363 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8365 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8367 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8368 Move condition tests...
8369 * gdb.trace/trace-condition.exp: Here.
8371 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8373 * gdb.trace/trace-condition.exp: Add counter-case tests.
8375 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8378 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8379 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8381 2016-05-27 Pedro Alves <palves@redhat.com>
8383 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8385 (top level): Call it, and bail out of DejaGnu is known to be bad.
8387 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8389 * gdb.base/whatis.c: Extend the test case.
8390 * gdb.base/whatis.exp: Add additional tests.
8392 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8394 * gdb.fortran/type.f90: Add pointer variable.
8395 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8397 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8399 * gdb.fortran/vla-type.exp: Fix testcase name.
8401 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8403 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8405 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8407 * gdb.fortran/type.f90: Add nested structures.
8408 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8409 * gdb.fortran/derived-type.exp: Adapt expected output.
8410 * gdb.fortran/vla-type.exp: Adapt expected output.
8412 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8414 * gdb.fortran/whatis_type.exp: Adapt expected output.
8416 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8418 * gdb.fortran/print_type.exp: Fix expected output.
8419 * gdb.fortran/whatis_type.exp: Fix expected output.
8421 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8423 * gdb.fortran/whatis_type.exp: Use multi_line.
8425 2016-05-24 Tom Tromey <tom@tromey.com>
8428 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8429 use value as an index.
8431 2016-05-23 Tom Tromey <tom@tromey.com>
8434 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8437 2016-05-24 Pedro Alves <palves@redhat.com>
8440 * gdb.threads/clone-attach-detach.c: New file.
8441 * gdb.threads/clone-attach-detach.exp: New file.
8443 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8445 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8447 2016-05-23 Tom Tromey <tom@tromey.com>
8449 PR python/19438, PR python/18393:
8450 * gdb.python/py-progspace.exp: Add "dir" test.
8451 * gdb.python/py-objfile.exp: Add "dir" test.
8453 2016-05-23 Yao Qi <yao.qi@linaro.org>
8455 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8456 * gdb.arch/thumb2-it.exp: Likewise.
8458 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8460 * gdb.mi/mi-threads-interrupt.c: New file.
8461 * gdb.mi/mi-threads-interrupt.exp: New file.
8463 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8466 * gdb.mi/mi-async-run.exp: New file.
8467 * gdb.mi/mi-async-run.c: New file.
8469 2016-05-17 Tom Tromey <tom@tromey.com>
8470 Manish Goregaokar <manishsmail@gmail.com>
8472 * lib/rust-support.exp: New file.
8473 * lib/gdb.exp (skip_rust_tests): New proc.
8474 (build_executable_from_specs): Handle rust.
8475 * lib/future.exp (gdb_find_rustc): New proc.
8476 (gdb_default_target_compile): Handle rust.
8477 * gdb.rust/expr.exp: New file.
8478 * gdb.rust/generics.exp: New file.
8479 * gdb.rust/generics.rs: New file.
8480 * gdb.rust/methods.exp: New file.
8481 * gdb.rust/methods.rs: New file.
8482 * gdb.rust/modules.exp: New file.
8483 * gdb.rust/modules.rs: New file.
8484 * gdb.rust/simple.exp: New file.
8485 * gdb.rust/simple.rs: New file.
8487 2016-05-17 Tom Tromey <tom@tromey.com>
8489 * gdb.base/default.exp (set language): Add rust.
8491 2016-05-17 Tom Tromey <tom@tromey.com>
8493 * gdb.gdb/unittest.exp: New file.
8495 2016-05-16 Yao Qi <yao.qi@linaro.org>
8497 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8498 shell_prompt. Update shell_prompt_re.
8500 2016-05-12 Doug Evans <dje@google.com>
8503 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8504 $options when building executable.
8505 * gdb.dwarf2/fission-loclists-pie.S: New file.
8506 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8508 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8510 * gdb.base/solib-display.exp: Check for [use_gdb_stub]Â instead
8511 of [is_remote target],
8513 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8515 * lib/gdb.exp (use_gdb_stub): New procedure.
8517 2016-05-03 Yunlian Jiang <yunlian@google.com>
8518 Doug Evans <dje@google.com>
8521 * gdb.dwarf2/dwp-sepdebug.c: New file.
8522 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8524 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8526 * gdb.base/detach.exp: Remove is_remote check.
8528 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8530 * gdb.base/annota-input-while-running.exp: Don't check for
8531 [is_remote target]. Enable annotations after running to main.
8532 Remove unused "set test..." line.
8534 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8536 * gdb.trace/trace-enable-disable.exp: New file.
8537 * gdb.trace/trace-enable-disable.c: New file.
8539 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8541 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8542 use it in info sharedlibrary test.
8543 * gdb.trace/ftrace-lock.exp: Likewise.
8544 * gdb.trace/ftrace.exp: Likewise.
8545 * gdb.trace/range-stepping.exp: Likewise.
8546 * gdb.trace/trace-break.exp: Likewise.
8547 * gdb.trace/trace-condition.exp: Likewise.
8548 * gdb.trace/trace-mt.exp: Likewise.
8550 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8552 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8553 (gdb_load_shlib): ... this.
8554 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8556 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8557 * gdb.base/ctxobj.exp: Likewise.
8558 * gdb.base/dprintf-pending.exp: Likewise.
8559 * gdb.base/dso2dso.exp: Likewise.
8560 * gdb.base/fixsection.exp: Likewise.
8561 * gdb.base/gcore-relro.exp: Likewise.
8562 * gdb.base/gdb1555.exp: Likewise.
8563 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8564 * gdb.base/gnu-ifunc.exp: Likewise.
8565 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8566 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8567 * gdb.base/pending.exp: Likewise.
8568 * gdb.base/print-file-var.exp: Likewise.
8569 * gdb.base/print-symbol-loading.exp: Likewise.
8570 * gdb.base/shlib-call.exp: Likewise.
8571 * gdb.base/shreloc.exp: Likewise.
8572 * gdb.base/so-impl-ld.exp: Likewise.
8573 * gdb.base/solib-disc.exp: Likewise.
8574 * gdb.base/solib-nodir.exp: Likewise.
8575 * gdb.base/solib-overlap.exp: Likewise.
8576 * gdb.base/solib-symbol.exp: Likewise.
8577 * gdb.base/solib-weak.exp (do_test): Likewise.
8578 * gdb.base/sym-file.exp: Likewise.
8579 * gdb.base/symtab-search-order.exp: Likewise.
8580 * gdb.base/type-opaque.exp: Likewise.
8581 * gdb.base/unload.exp: Likewise.
8582 * gdb.base/watchpoint-solib.exp: Likewise.
8583 * gdb.compile/compile.exp: Likewise.
8584 * gdb.cp/gdb2384.exp: Likewise.
8585 * gdb.cp/infcall-dlopen.exp: Likewise.
8586 * gdb.cp/re-set-overloaded.exp: Likewise.
8587 * gdb.fortran/library-module.exp: Likewise.
8588 * gdb.opt/solib-intra-step.exp: Likewise.
8589 * gdb.python/py-finish-breakpoint.exp: Likewise.
8590 * gdb.python/py-shared.exp: Likewise.
8591 * gdb.reverse/solib-precsave.exp: Likewise.
8592 * gdb.reverse/solib-reverse.exp: Likewise.
8593 * gdb.server/solib-list.exp: Likewise.
8594 * gdb.threads/dlopen-libpthread.exp: Likewise.
8595 * gdb.threads/tls-shared.exp: Likewise.
8596 * gdb.threads/tls-so_extern.exp: Likewise.
8597 * gdb.trace/change-loc.exp: Likewise.
8598 * gdb.trace/ftrace-lock.exp: Likewise.
8599 * gdb.trace/ftrace.exp: Likewise.
8600 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8601 * gdb.trace/pending.exp: Likewise.
8602 * gdb.trace/range-stepping.exp: Likewise.
8603 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8604 (strace_info_marker): Likewise.
8605 (strace_probe_marker): Likewise.
8606 (strace_trace_on_same_addr): Likewise.
8607 (strace_trace_on_diff_addr): Likewise.
8608 * gdb.trace/trace-break.exp: Likewise.
8609 * gdb.trace/trace-condition.exp: Likewise.
8610 * gdb.trace/trace-mt.exp: Likewise.
8612 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8614 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8615 result of gdb_remote_download.
8616 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8617 * gdb.base/dso2dso.exp: Likewise.
8618 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8619 * gdb.base/print-file-var.exp: Likewise.
8620 * gdb.base/shlib-call.exp: Likewise.
8621 * gdb.base/shreloc.exp: Likewise.
8622 * gdb.base/solib-overlap.exp: Likewise.
8623 * gdb.base/solib-weak.exp (do_test): Likewise.
8624 * gdb.base/unload.exp: Likewise.
8626 2016-04-27 Yao Qi <yao.qi@linaro.org>
8628 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8631 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8633 * vla-type.exp: Print structure from toplevel.
8635 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8637 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8639 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8642 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8644 * gdb.fortran/vla-type.f90: New file.
8645 * gdb.fortran/vla-type.exp: New file.
8647 2016-04-25 Yao Qi <yao.qi@linaro.org>
8649 * gdb.base/branch-to-self.c: New file.
8650 * gdb.base/branch-to-self.exp: New file.
8652 2016-04-22 Yao Qi <yao.qi@linaro.org>
8654 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8657 2016-04-22 Yao Qi <yao.qi@linaro.org>
8659 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8660 * gdb.base/annota3.exp: Likewise.
8662 2016-04-22 Yao Qi <yao.qi@linaro.org>
8664 * gdb.reverse/step-precsave.exp: Do one step and test program
8665 stops in "callee" and do multiple steps until program goes out
8667 * gdb.reverse/step-reverse.exp: Likewise.
8669 2016-04-22 Yao Qi <yao.qi@linaro.org>
8671 * gdb.trace/signal.exp: Also pass if
8672 $tracepoint_hits($i) > $iterations.
8674 2016-04-22 Yao Qi <yao.qi@linaro.org>
8676 * gdb.trace/signal.c: New file.
8677 * gdb.trace/signal.exp: New file.
8679 2016-04-19 Doug Evans <xdje42@gmail.com>
8681 * gdb.base/bad-file.exp: New file.
8683 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8685 * gdb.dwarf2/implref.exp: New file.
8687 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8689 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8690 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8691 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8692 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8693 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8694 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8695 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8696 * lib/fortran.exp (fortran_int4): New procedure.
8697 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8698 (fortran_logical4): Likewise.
8700 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8702 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8704 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8706 * lib/compiler.c: Add Intel specific preprocessor macros.
8707 * lib/compiler.cc: Likewise.
8709 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8711 * gdb.server/connect-with-no-symbol-file.c: New file.
8712 * gdb.server/connect-with-no-symbol-file.exp: New file.
8714 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8716 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8718 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8720 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8721 standard output directory.
8723 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8725 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8727 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8729 * gdb.btrace/instruction_history.c (loop): Add declaration.
8731 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8733 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8735 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8737 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8738 parentheses to print.
8739 (continue_handler): Likewise.
8741 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8743 * gdb.server/solib-list.exp: Remove is_remote check.
8744 Pass shlib= to gdb_compile. Don't link shared library with
8745 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8746 Run binary filename through "readlink -f" on the target.
8748 2016-04-08 Pedro Alves <palves@redhat.com>
8750 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8751 interpreter filename as argument to gdbserver_spawn.
8752 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8753 Return empty if $last_loaded_file does not exist.
8755 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8757 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8758 * gdb.base/jit-main.c: Use exit after usage.
8760 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8762 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8763 GDBHISTSIZE prior to the tests.
8764 * gdb.base/gdbinit-history.exp: Likewise.
8766 2016-04-07 Pedro Alves <palves@redhat.com>
8768 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8769 instead of build_executable. Use gdb_load_shlibs.
8771 2016-04-07 Yao Qi <yao.qi@linaro.org>
8773 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8774 Execute "si" command.
8776 2016-04-07 Yao Qi <yao.qi@linaro.org>
8778 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8779 number instead of the comments on some line.
8781 2016-04-06 Don Breazeal <donb@codesourcery.com>
8783 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8784 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8786 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8788 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8789 standard_output_file. Remove unused binfile variable.
8791 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8793 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8794 * gdb.python/py-mi-objfile.exp: Match "list main" output
8797 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8799 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8802 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8804 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8806 * gdb.trace/ftrace.exp: Likewise.
8807 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8809 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8810 (gdb_load_shlibs): Copy libraries to test directory when testing
8811 natively. Only set solib-search-path if testing remotely.
8812 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8814 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8816 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8817 gdb_download. Use it even if the target is not remote.
8818 * gdb.base/jit.exp (compile_jit_test): Likewise.
8819 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8820 output directory if the destination board is local, otherwise use
8821 the standard remote_download from DejaGnu.
8822 (gdb_download): Remove.
8823 (gdb_load_shlibs): Use gdb_remote_download instead of
8825 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8826 Use gdb_remote_download instead of gdb_download. Use it even if
8827 the target is not remote.
8828 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8829 instead of gdb_download.
8831 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8833 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8834 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8837 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8840 * gdb.base/printcmds.exp: Add artificial arrays tests.
8842 2016-03-31 Pedro Alves <palves@redhat.com>
8845 * gdb.base/jit-main.c: Include unistd.h.
8846 (ATTACH): Define to 0 if not already defined.
8847 (wait_for_gdb, mypid): New globals.
8848 (WAIT_FOR_GDB): New macro.
8849 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8850 some breakpoint locations.
8851 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8853 (one_jit_test): Add REATTACH parameter, and handle it. Use
8854 continue_to_test_location.
8855 (top level): Test attach, and adjusts calls to one_jit_test.
8857 2016-03-31 Pedro Alves <palves@redhat.com>
8860 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8861 BINSUFFIX parameter, and handle it.
8862 (top level): Adjust calls compile_jit_test.
8864 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8867 * gdb.python/py-mi-events-gdb.py: New file.
8868 * gdb.python/py-mi-events.c: New file.
8869 * gdb.python/py-mi-events.exp: New file.
8871 2016-03-30 Yao Qi <yao.qi@linaro.org>
8873 * gdb.reverse/until-precsave.exp: Match function name only.
8874 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8875 Move malloc to a condition block.
8876 * gdb.reverse/until-reverse.exp: Match function name only.
8878 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8880 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8881 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8882 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8883 variable for GPR 0 instead of assuming it is register 0.
8884 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8885 * lib/trace-support.exp: Add s390 registers.
8887 2016-03-29 Yao Qi <yao.qi@linaro.org>
8889 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8891 2016-03-24 Yao Qi <yao.qi@linaro.org>
8893 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8896 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8898 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8899 maintaining separate logic for constructing the output path.
8901 2016-03-16 Don Breazeal <donb@codesourcery.com>
8903 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8904 Retry fork and waitpid on interrupted system call errors.
8905 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8906 Use with_timeout_factor to increase timeout by factor of 10.
8908 2016-03-15 Don Breazeal <donb@codesourcery.com>
8910 * gdb.cp/scope-err.cc: New test program.
8911 * gdb.cp/scope-err.exp: New test script.
8912 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8913 lines and "set breakpoint here" comment.
8914 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8915 Fixed some whitespace and format issues.
8916 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8917 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8919 2016-03-15 Doug Evans <dje@google.com>
8921 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8922 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8923 All callers updated. Add tests for enums, mixed flags register.
8925 2016-03-15 Doug Evans <dje@google.com>
8927 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8928 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8930 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8932 * gdb.base/default.exp: Add $_as_string to the list of expected
8933 convenience functions.
8935 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8937 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8939 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8941 * gdb.python/py-as-string.exp: New file.
8942 * gdb.python/py-as-string.c: New file.
8944 2016-03-09 Pedro Alves <palves@redhat.com>
8946 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8947 signal" -> "Thread NN received signal" output change.
8948 * gdb.threads/ia64-sigill.exp: Likewise.
8949 * gdb.threads/linux-dp.exp: Likewise.
8950 * gdb.threads/manythreads.exp: Likewise.
8951 * gdb.threads/pending-step.exp: Likewise.
8952 * gdb.threads/print-threads.exp: Likewise.
8953 * gdb.threads/sigstep-threads.exp: Likewise.
8954 * gdb.threads/staticthreads.exp: Likewise.
8955 * gdb.threads/tls.exp: Likewise.
8957 2016-03-09 Pedro Alves <palves@redhat.com>
8959 * gdb.base/command-line-input.exp: New file.
8961 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8963 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8964 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8965 * gdb.trace/pending.exp: Accept leading dot before function name.
8966 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8967 * lib/trace-support.exp: Set registers for ppc.
8969 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8971 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8972 use it for disassembly; accept .main in addition to main in backtrace.
8974 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8975 Marcin Kościelnicki <koriakin@0x04.net>
8977 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8978 (gdb_recursion_test_ptr): New global variable.
8979 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8981 (gdb_c_test): Ditto.
8983 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8985 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8988 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8990 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8991 (bar): Add bar_start_lbl label.
8992 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8993 of foo/bar for emitting DWARF and tracing.
8995 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8997 * analyze-racy-logs.py: Set executable bit.
8999 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9001 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9002 (CHECK_TARGET_TMP): Likewise.
9003 (check-single-racy): New rule.
9004 (check-parallel-racy): Likewise.
9005 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9006 (do-check-parallel-racy): New rule.
9007 (check-racy/%.exp): Likewise.
9008 * README (Racy testcases): New section.
9009 * analyze-racy-logs.py: New file.
9011 2016-03-03 Doug Evans <dje@google.com>
9013 * gdb.base/skip.exp: Use with_test_prefix.
9015 2016-03-03 Yao Qi <yao.qi@linaro.org>
9017 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9018 Invoke step_over_syscall "clone" and break_cond_on_syscall
9020 * gdb.base/step-over-clone.c: New file.
9022 2016-03-03 Yao Qi <yao.qi@linaro.org>
9024 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9027 2016-03-03 Yao Qi <yao.qi@linaro.org>
9029 * gdb.base/disp-step-fork.c: Rename to ...
9030 * gdb.base/step-over-fork.c: ... it. New file.
9031 * gdb.base/disp-step-vfork.c: Rename to ...
9032 * gdb.base/step-over-vfork.c: ... it. New file.
9033 * gdb.base/disp-step-syscall.exp: Rename to ...
9034 * gdb.base/step-over-syscall.exp: ... it. New file.
9035 (disp_step_cross_syscall): Rename to ...
9036 (step_over_syscall): ... it.
9038 2016-03-03 Yao Qi <yao.qi@linaro.org>
9040 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9041 If target supports condition evaluation on target, invoke
9042 break_cond_on_syscall for fork and vfork.
9044 2016-03-03 Yao Qi <yao.qi@linaro.org>
9046 * gdb.base/disp-step-syscall.exp: Don't invoke
9047 support_displaced_stepping.
9048 (disp_step_cross_syscall): Test with displaced stepping off and
9051 2016-03-03 Yao Qi <yao.qi@linaro.org>
9053 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9056 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9059 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9061 * gdb.fortran/vla-history.exp: Remove breakpoint.
9063 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9065 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9068 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9070 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9073 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9075 * gdb.mi/vla.f90: Nullify pointer after declaration.
9077 2016-03-01 Pedro Alves <palves@redhat.com>
9079 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9081 2016-03-01 Pedro Alves <palves@redhat.com>
9083 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9084 before anything else.
9085 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9087 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9088 before anything else.
9089 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9091 2016-03-01 Pedro Alves <palves@redhat.com>
9093 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9095 2016-03-01 Yao Qi <yao.qi@linaro.org>
9097 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9098 prepare_for_testing.
9100 2016-03-01 Yao Qi <yao.qi@linaro.org>
9102 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9104 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9106 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9107 manually constructing the output path.
9109 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9111 * gdb.arch/s390-stackless.S: New.
9112 * gdb.arch/s390-stackless.exp: New.
9114 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9116 * gdb.dlang/circular.c: New file.
9117 * gdb.dlang/circular.exp: New file.
9119 2016-02-26 Yao Qi <yao.qi@linaro.org>
9121 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9122 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9123 (testcases): Update.
9125 2016-02-26 Yao Qi <yao.qi@linaro.org>
9127 * gdb.reverse/aarch64.c: Rename to ...
9128 * gdb.reverse/insn-reverse.c: ... it.
9129 * gdb.reverse/aarch64.exp: Rename to ...
9130 * gdb.reverse/insn-reverse.exp: ... it.
9132 2016-02-26 Yao Qi <yao.qi@linaro.org>
9134 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9135 (testcase_ftype): New.
9136 (testcases): New array.
9138 (main): Call each element in testcases.
9139 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9140 (read_testcase): New.
9141 Do the tests in a loop.
9143 2016-02-25 Yao Qi <yao.qi@linaro.org>
9145 * gdb.base/branches.c: Remove.
9147 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9150 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9152 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9154 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9156 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9158 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9159 change x86_64 call_insn to 'callq'.
9161 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9163 * gdb.trace/tfile-avx.c: Move to...
9164 * gdb.trace/tracefile-pseudo-reg.c: Here.
9165 * gdb.trace/tfile-avx.exp: Move to...
9166 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9168 2016-02-24 Gary Benson <gbenson@redhat.com>
9170 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9173 2016-02-23 Doug Evans <dje@google.com>
9175 * gdb.base/skip.c (test_skip): New function.
9176 (end_test_skip_file_and_function): New function.
9177 (test_skip_file_and_function): New function.
9178 * gdb.base/skip1.c (test_skip): New function.
9179 (skip1_test_skip_file_and_function): New function.
9180 * gdb.base/skip.exp: Add tests for new skip options.
9181 * gdb.base/skip-solib.exp: Update expected output.
9182 * gdb.perf/skip-command.cc: New file.
9183 * gdb.perf/skip-command.exp: New file.
9184 * gdb.perf/skip-command.py: New file.
9186 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9188 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9189 info registers pattern.
9191 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9193 * lib/future.exp: Add D support.
9194 (gdb_find_gdc): New proc.
9195 (gdb_default_target_compile): Add D support.
9197 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9199 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9201 (trace_speed_test): Determine the iteration count for a time
9202 between 15..30 seconds.
9204 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9206 * gdb.arch/i386-mpx-sigsegv.c: New file.
9207 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9208 * gdb.arch/i386-mpx-simple_segv.c: New file.
9209 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9211 2016-02-18 Yao Qi <yao.qi@linaro.org>
9213 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9214 Don't call setup_kfail.
9216 2016-02-18 Yao Qi <yao.qi@linaro.org>
9218 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9219 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9221 2016-02-16 Doug Evans <dje@google.com>
9223 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9224 * gdb.base/skip1.c: Ditto.
9225 * gdb.base/skip.exp: Whitespace cleanup.
9227 2016-02-16 Don Breazeal <donb@codesourcery.com>
9230 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9231 Remove kfail for PR remote/19496.
9233 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9235 * lib/gdb.exp (standard_temp_file): Return a path specific to
9236 the runtest invocation.
9238 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9240 * gdb.trace/save-trace.exp: Change relative path to be in the
9241 standard output directory.
9243 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9245 * gdb.arch/i386-prologue.c: Add missing prototypes.
9247 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9249 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9250 * gdb.arch/i386-prologue.exp: Likewise.
9251 * gdb.arch/i386-size.exp: Likewise.
9253 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9255 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9256 define object file path.
9257 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9259 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9260 standard_output_file to define binfile.
9262 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9264 Fix compatibility with recent gfortran-5.3.1.
9265 * gdb.fortran/vla-history.exp (print vla1 allocated)
9266 (print vla2 allocated, print $2, print $3): Remove
9267 (print $4): Rename to ...
9268 (print $2): ... here.
9269 (print $9): Rename to ...
9270 (print $5): ... here.
9271 (print $10): Rename to ...
9272 (print $6): ... here.
9273 * gdb.fortran/vla.f90: Add pvla initialization.
9275 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9277 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9279 * gdb.fortran/vla-value-sub.exp: Likewise.
9281 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9283 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9285 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9287 * i386-biarch-core.exp: Define corefile using
9288 standard_output_file.
9290 2016-02-12 Yao Qi <yao.qi@linaro.org>
9292 * gdb.arch/arm-single-step-kernel-helper.c: New.
9293 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9295 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9297 * gdb.btrace/tailcall-only.exp: New.
9298 * gdb.btrace/tailcall-only.c: New.
9299 * gdb.btrace/x86_64-tailcall-only.S: New.
9300 * gdb.btrace/i686-tailcall-only.S: New.
9302 2016-02-11 Pedro Alves <palves@redhat.com>
9304 * README (Parallel testing): Add missing double quotes.
9306 2016-02-11 Pedro Alves <palves@redhat.com>
9308 * README (Parallel testing): New section.
9309 (GDB_PARALLEL): Rewrite.
9310 (FORCE_PARALLEL): Document.
9312 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9314 * gdb.trace/tfile-avx.c: New test.
9315 * gdb.trace/tfile-avx.exp: New test.
9317 2016-02-09 Keith Seitz <keiths@redhat.com>
9319 PR breakpoints/19546
9320 * gdb.base/infcall-exec.c: New file.
9321 * gdb.base/infcall-exec2.c: New file.
9322 * gdb.base/infcall-exec.exp: New file.
9324 2016-02-09 Keith Seitz <keiths@redhat.com>
9326 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9327 (toplevel): Call test_bkpt_address.
9329 2016-02-09 Keith Seitz <keiths@redhat.com>
9332 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9333 (toplevel): Call test_bkpt_address.
9335 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9337 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9339 * configure: Regenerate.
9341 2016-02-09 Pedro Alves <palves@redhat.com>
9343 PR breakpoints/19548
9344 * gdb.base/execl-update-breakpoints.c (some_function): New
9347 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9348 Tighten expected GDB output.
9350 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9352 * Makefile.in (ALL_SUBDIRS): Remove.
9353 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9354 (distclean maintainer-clean realclean): Likewise.
9355 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9356 * configure: Regenerate.
9357 * gdb.ada/Makefile.in: Delete.
9358 * gdb.arch/Makefile.in: Likewise.
9359 * gdb.asm/Makefile.in: Likewise.
9360 * gdb.base/Makefile.in: Likewise.
9361 * gdb.btrace/Makefile.in: Likewise.
9362 * gdb.cell/Makefile.in: Likewise.
9363 * gdb.compile/Makefile.in: Likewise.
9364 * gdb.cp/Makefile.in: Likewise.
9365 * gdb.disasm/Makefile.in: Likewise.
9366 * gdb.dlang/Makefile.in: Likewise.
9367 * gdb.dwarf2/Makefile.in: Likewise.
9368 * gdb.fortran/Makefile.in: Likewise.
9369 * gdb.gdb/Makefile.in: Likewise.
9370 * gdb.go/Makefile.in: Likewise.
9371 * gdb.guile/Makefile.in: Likewise.
9372 * gdb.java/Makefile.in: Likewise.
9373 * gdb.linespec/Makefile.in: Likewise.
9374 * gdb.mi/Makefile.in: Likewise.
9375 * gdb.modula2/Makefile.in: Likewise.
9376 * gdb.multi/Makefile.in: Likewise.
9377 * gdb.objc/Makefile.in: Likewise.
9378 * gdb.opencl/Makefile.in: Likewise.
9379 * gdb.opt/Makefile.in: Likewise.
9380 * gdb.pascal/Makefile.in: Likewise.
9381 * gdb.perf/Makefile.in: Likewise.
9382 * gdb.python/Makefile.in: Likewise.
9383 * gdb.reverse/Makefile.in: Likewise.
9384 * gdb.server/Makefile.in: Likewise.
9385 * gdb.stabs/Makefile.in: Likewise.
9386 * gdb.threads/Makefile.in: Likewise.
9387 * gdb.trace/Makefile.in: Likewise.
9388 * gdb.xml/Makefile.in: Likewise.
9389 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9391 (standard_output_file): Remove check for GDB_PARALLEL, always
9392 return path in outputs/$subdir/$testname.
9394 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9396 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9397 (site.exp): Assign abs_srcdir to tcl's srcdir.
9399 2016-02-04 Yao Qi <yao.qi@linaro.org>
9401 * gdb.base/foll-exec-mode.c: Include limits.h.
9402 (main): Add parameters argc and argv. Get directory from
9404 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9406 * gdb.base/foll-exec.c: Include limits.h.
9407 (main): Add parameters argc and argv.
9408 Get directory from argv[0].
9409 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9410 Adjust tests on the number of lines as source code changed.
9411 * gdb.base/foll-vfork-exit.c: Include limits.h.
9412 (main): Add one line of statement before vfork.
9413 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9414 (main): Add parameters argc and argv. Get directory from
9416 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9417 (setup_gdb): Set tbreak to skip some source lines.
9418 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9419 (main): Add parameters argc and argv. Get directory from
9421 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9423 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9424 (main): Add parameters argc and argv. Get directory from
9426 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9429 2016-02-01 Doug Evans <dje@google.com>
9431 * gdb.base/skip.exp: Clean up multiple references to same test name.
9433 2016-02-01 Pedro Alves <palves@redhat.com>
9436 * gdb.threads/forking-threads-plus-breakpoint.exp
9437 (displaced_stepping_supported): New global.
9438 (probe_displaced_stepping_support): New procedure.
9439 (do_test): Add 'displaced' parameter, and use it.
9440 (top level): Check for displaced stepping support. Add displaced
9441 stepping on/off testing axis.
9443 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9445 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9446 pointer. Don't perform further tests on the unassociated pointer
9447 if the first test fails.
9449 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9451 * gdb.base/max-value-size.c: New file.
9452 * gdb.base/max-value-size.exp: New file.
9453 * gdb.base/huge.exp: Disable max-value-size for this test.
9455 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9457 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9459 2016-01-28 Yao Qi <yao.qi@linaro.org>
9461 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9463 2016-01-25 Pedro Alves <palves@redhat.com>
9466 * gdb.base/fork-running-state.c: New file.
9467 * gdb.base/fork-running-state.exp: New file.
9469 2016-01-25 Pedro Alves <palves@redhat.com>
9472 * gdb.base/catch-fork-kill.c: New file.
9473 * gdb.base/catch-fork-kill.exp: New file.
9475 2016-01-25 Pedro Alves <palves@redhat.com>
9477 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9478 Delete, moved to lib/gdb.exp.
9479 * gdb.threads/forking-threads-plus-breakpoint.exp
9480 (foreach_with_prefix): Likewise.
9481 * gdb.threads/process-dies-while-handling-bp.exp
9482 (foreach_with_prefix): Likewise.
9483 * lib/gdb.exp (foreach_with_prefix): New procedure.
9485 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9487 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9488 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9490 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9492 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9495 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9496 Pedro Alves <palves@redhat.com>
9498 Fix testsuite compatibility with Guile.
9499 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9502 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9504 Fix testsuite compatibility with Guile.
9505 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9506 (thread 1): New test for backtrace through signal handler.
9508 2016-01-22 Yao Qi <yao.qi@linaro.org>
9511 * gdb.base/multi-forks.c: Include
9512 ../lib/unbuffer_output.c
9513 (main): Call gdb_unbuffer_output.
9515 2016-01-21 Doug Evans <dje@google.com>
9517 * lib/ada.exp (gdb_compile_ada): Fix typo.
9519 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9521 * gdb.base/break-fun-addr.exp: New file.
9522 * gdb.base/break-fun-addr1.c: New file.
9523 * gdb.base/break-fun-addr2.c: New file.
9525 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9527 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9528 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9531 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9533 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9534 when GDB can not set the vector return value. Add more comments
9537 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9539 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9542 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9544 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9546 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9548 * Makefile.in (check-single): Pass --status to runtest.
9549 (check/%.exp): Likewise.
9551 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9553 * Makefile.in (check-parallel): Propagate return code from make
9556 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9558 * gdb.trace/ftrace.exp: Fix expected message on continue.
9559 * gdb.trace/pending.exp: Fix expected message on continue.
9560 * gdb.trace/trace-break.exp: Fix expected message on continue.
9562 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9564 * lib/gdb.exp (gdb_test): Remove unused global references.
9566 2016-01-18 Pedro Alves <palves@redhat.com>
9568 * gdb.base/async-shell.exp: Adjust expected output.
9569 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9570 * gdb.base/siginfo-thread.exp: Adjust expected output.
9571 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9572 * gdb.java/jnpe.exp: Adjust expected output.
9573 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9574 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9575 * gdb.threads/leader-exit.exp: Adjust expected output.
9576 * gdb.threads/manythreads.exp: Adjust expected output.
9577 * gdb.threads/pthreads.exp: Adjust expected output.
9578 * gdb.threads/schedlock.exp: Adjust expected output.
9579 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9580 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9582 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9584 * gdb.threads/sigthread.exp: Adjust expected output.
9585 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9587 2016-01-18 Yao Qi <yao.qi@linaro.org>
9589 * gdb.guile/scm-section-script.c: Replace @progbits with
9591 * gdb.python/py-section-script.c: Likewise.
9593 2016-01-15 Pedro Alves <palves@redhat.com>
9595 * gdb.multi/tids.exp: Test star wildcard ranges.
9597 2016-01-15 Pedro Alves <palves@redhat.com>
9599 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9600 command from "thread apply" invocation.
9601 (thr_apply_info_thr_invalid): Default the expected output to the
9603 (top level): Add tests that use convenience variables. Add tests
9604 for "thread apply" with a valid TID list, but missing the command.
9606 2016-01-13 Pedro Alves <palves@redhat.com>
9608 * gdb.base/default.exp: Expect $_gthread as well.
9609 * gdb.multi/tids.exp: Test $_gthread.
9610 * gdb.threads/thread-specific.exp: Test $_gthread.
9612 2016-01-13 Pedro Alves <palves@redhat.com>
9614 * gdb.multi/tids.exp: Test "info threads -gid".
9616 2016-01-13 Pedro Alves <palves@redhat.com>
9618 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9620 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9622 2016-01-07 Pedro Alves <palves@redhat.com>
9624 * gdb.base/break.exp: Adjust to output changes.
9625 * gdb.base/hbreak2.exp: Likewise.
9626 * gdb.base/sepdebug.exp: Likewise.
9627 * gdb.base/watch_thread_num.exp: Likewise.
9628 * gdb.linespec/keywords.exp: Likewise.
9629 * gdb.multi/info-threads.exp: Likewise.
9630 * gdb.threads/thread-find.exp: Likewise.
9631 * gdb.multi/tids.c: New file.
9632 * gdb.multi/tids.exp: New file.
9634 2016-01-13 Pedro Alves <palves@redhat.com>
9636 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9638 2016-01-13 Pedro Alves <palves@redhat.com>
9640 * gdb.base/default.exp: Expect $_inferior as well.
9641 * gdb.multi/base.exp: Test $_inferior.
9643 2016-01-13 Pedro Alves <palves@redhat.com>
9645 PR breakpoints/19388
9646 * gdb.base/catch-signal-siginfo-cond.c: New file.
9647 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9649 2016-01-12 Josh Stone <jistone@redhat.com>
9650 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9652 * gdb.base/catch-syscall.c (do_execve): New variable.
9653 (main): Conditionally trigger an execve.
9654 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9655 (test_catch_syscall_execve): New, check entry/return across execve.
9656 (do_syscall_tests): Call test_catch_syscall_execve.
9658 2016-01-12 Pedro Alves <palves@redhat.com>
9660 * gdb.base/random-signal.exp (do_test): New procedure, with body
9661 of testcase moved in.
9663 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9664 Pedro Alves <palves@redhat.com>
9666 * gdb.base/funcargs.exp (finish from indirectly called function):
9667 Reintroduce the case for 'First'.
9669 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9670 Pedro Alves <palves@redhat.com>
9672 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9673 (tcatch_vfork_then_child_follow_exec)
9674 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9677 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9679 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9680 and repeats to unlimited.
9681 * gdb.python/py-value.exp: Likewise.
9682 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9683 and repeats to unlimited.
9685 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9687 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9688 and reordering the functions.
9689 * gdb.multi/hangout.c: Likewise.
9690 * gdb.multi/hello.c: Likewise.
9692 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9694 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9696 (SingleStatisticTestResult.report): Use dict.keys instead of
9699 2016-01-06 Pedro Alves <palves@redhat.com>
9701 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9703 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9705 * gdb.btrace/dlopen.exp: New.
9706 * gdb.btrace/dlopen.c: New.
9707 * gdb.btrace/dlopen-dso.c: New.
9709 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9711 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9712 PATTERN argument is optional.
9714 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9716 * lib/ada.exp (target_compile_ada_from_dir): New function.
9717 (gdb_compile_ada): Reimplement avoiding the use of project files.
9718 * gdb.ada/gnat_ada.gpr: Delete.
9719 * gdb.ada/cond_lang.exp: Adjust test to make path before
9721 * gdb.ada/small_reg_param.exp: Likewise.
9723 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9725 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9727 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9729 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9732 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9734 * gdb.base/break.exp: Remove dead code.
9735 * gdb.base/sepdebug.exp: Likewise.
9737 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9739 * gdb.asm/asm-source.exp: Remove HP-UX references.
9740 * gdb.base/annota1.exp: Likewise.
9741 * gdb.base/annota3.exp: Likewise.
9742 * gdb.base/attach.exp: Likewise.
9743 * gdb.base/bigcore.exp: Likewise.
9744 * gdb.base/break.exp: Likewise.
9745 * gdb.base/call-ar-st.exp: Likewise.
9746 * gdb.base/callfuncs.exp: Likewise.
9747 * gdb.base/catch-fork-static.exp: Likewise.
9748 * gdb.base/display.exp: Likewise.
9749 * gdb.base/foll-exec-mode.exp: Likewise.
9750 * gdb.base/foll-exec.exp: Likewise.
9751 * gdb.base/foll-fork.exp: Likewise.
9752 * gdb.base/foll-vfork.exp: Likewise.
9753 * gdb.base/funcargs.exp: Likewise.
9754 * gdb.base/hbreak2.exp: Likewise.
9755 * gdb.base/inferior-died.exp: Likewise.
9756 * gdb.base/interrupt.exp: Likewise.
9757 * gdb.base/multi-forks.exp: Likewise.
9758 * gdb.base/nodebug.exp: Likewise.
9759 * gdb.base/sepdebug.exp: Likewise.
9760 * gdb.base/solib1.c: Likewise.
9761 * gdb.base/step-test.exp: Likewise.
9762 * gdb.mi/non-stop.c: Likewise.
9763 * gdb.mi/pthreads.c: Likewise.
9764 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9765 * gdb.threads/pthreads.c: Likewise.
9766 * gdb.threads/staticthreads.exp: Likewise.
9767 * lib/future.exp: Likewise.
9768 * lib/gdb.exp: Likewise.
9769 * gdb.base/so-indr-cl.c: Remove.
9770 * gdb.base/so-indr-cl.exp: Likewise.
9771 * gdb.base/solib.c: Likewise.
9772 * gdb.base/solib.exp: Likewise.
9773 * gdb.base/solib2.c: Likewise.
9775 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9777 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9778 * gdb.base/call-ar-st.exp: Likewise.
9779 * gdb.base/callfuncs.exp: Likewise.
9780 * gdb.base/condbreak.exp: Likewise.
9781 * gdb.base/constvars.exp: Likewise.
9782 * gdb.base/hbreak2.exp: Likewise.
9783 * gdb.base/langs.exp: Likewise.
9784 * gdb.base/list.exp: Likewise.
9785 * gdb.base/long_long.exp: Likewise.
9786 * gdb.base/ptype.exp: Likewise.
9787 * gdb.base/scope.exp: Likewise.
9788 * gdb.base/signals.exp: Likewise.
9789 * gdb.base/so-impl-ld.exp: Likewise.
9790 * gdb.base/varargs.exp: Likewise.
9791 * gdb.base/volatile.exp: Likewise.
9792 * gdb.base/whatis.exp: Likewise.
9793 * gdb.cp/cplusfuncs.exp: Likewise.
9794 * gdb.cp/inherit.exp: Likewise.
9795 * gdb.cp/local.exp: Likewise.
9796 * gdb.cp/member-ptr.exp: Likewise.
9797 * gdb.cp/method.exp: Likewise.
9798 * gdb.cp/overload.exp: Likewise.
9799 * gdb.cp/templates.exp: Likewise.
9800 * gdb.stabs/weird.exp: Likewise.
9801 * lib/compiler.c: Likewise.
9802 * lib/compiler.cc: Likewise.
9803 * lib/cp-support.exp: Likewise.
9804 * lib/gdb.exp: Likewise.
9806 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9808 * configure.ac: Remove HP-UX case.
9809 * configure: Regenerate.
9811 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9813 * lib/gdb.exp (gdb_compile): Add function doc.
9815 2015-12-17 Pedro Alves <palves@redhat.com>
9818 * gdb.multi/info-threads.exp: New file.
9820 2015-12-15 Yao Qi <yao.qi@linaro.org>
9822 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9825 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9827 * gdb.base/history-duplicates.exp: Skip if no readline support.
9829 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9831 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9833 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9835 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9837 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9839 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9840 ctrl-C if nointerrupts target property is set.
9841 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9842 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9843 * gdb.base/paginate-bg-execution.exp: Likewise.
9844 * gdb.base/paginate-execution-startup.exp: Likewise.
9845 * gdb.base/random-signal.exp: Likewise.
9846 * gdb.base/range-stepping.exp: Likewise.
9847 * gdb.cp/annota2.exp: Likewise.
9848 * gdb.cp/annota3.exp: Likewise.
9849 * gdb.gdb/selftest.exp: Likewise.
9850 * gdb.threads/continue-pending-status.exp: Likewise.
9851 * gdb.threads/leader-exit.exp: Likewise.
9852 * gdb.threads/manythreads.exp: Likewise.
9853 * gdb.threads/pthreads.exp: Likewise.
9854 * gdb.threads/schedlock.exp: Likewise.
9855 * gdb.threads/sigthread.exp: Likewise.
9857 2015-12-11 Don Breazeal <donb@codesourcery.com>
9859 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9861 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9862 * gdb.base/foll-exec.exp (main): Enable for target remote.
9863 * gdb.base/foll-fork.exp (main): Likewise.
9864 * gdb.base/foll-vfork.exp (main): Likewise.
9865 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9866 (proc continue_to_exit_bp_loc): Use clean_restart.
9867 * gdb.base/pie-execl.exp (main): Disable for target remote.
9868 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9869 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9870 * gdb.threads/execl.exp (main): Likewise.
9871 * gdb.threads/fork-child-threads.exp (main): Likewise.
9872 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9874 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9876 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9877 pid.tid style ptids, instead of just tid.
9878 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9879 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9880 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9881 ptids, instead of just tid.
9883 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9885 * gdb.base/list.exp (test_list_forward): Add end of file error
9887 (test_repeat_list_command): Add end of file error test.
9888 (test_list_backwards): Add beginning of file error test.
9890 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9892 * gdb.base/list.exp (test_list_invalid_args): New function,
9893 defined, and called.
9895 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9897 * gdb.base/list.exp (test_list): Make test names unique.
9899 2015-12-11 Yao Qi <yao.qi@linaro.org>
9901 * gdb.base/coremaker2.c: Remove.
9903 2015-12-10 Pedro Alves <palves@redhat.com>
9905 * gdb.multi/base.exp: Remove stale "spaces" references.
9907 2015-12-10 Pedro Alves <palves@redhat.com>
9909 * gdb.multi/base.exp: Don't use nowarnings.
9910 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9911 * gdb.multi/hangout.c: Include stdio.h.
9912 * gdb.multi/hello.c: Include stdlib.h.
9913 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9914 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9915 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9917 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9919 * gdb.dwarf2/dw2-ranges-base.c: New file.
9920 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9921 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9922 support additional line table, and debug ranges generation.
9923 (Dwarf::ranges): New function, generate .debug_ranges.
9924 (Dwarf::lines): Support generating simple line table programs.
9925 (Dwarf::assemble): Initialise new namespace variables.
9927 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9929 * gdb.base/async.exp (proc test_background): Add case for
9930 asynchronous execution not supported.
9932 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9934 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9935 format and change test names to make them unique.
9937 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9938 Pedro Alves <pedro@redhat.com>
9941 Add checking of floatformats setup on x86_64 hosts.
9942 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9943 (smallval, bigval): New labels/constants.
9944 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9945 float" after loading bigval and smallval.
9947 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9949 * gdb.ada/fun_overload_menu.exp: New testcase.
9950 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9952 2015-12-04 Josh Stone <jistone@redhat.com>
9954 * gdb.base/catch-fork-static.exp: New.
9956 2015-12-03 Yao Qi <yao.qi@linaro.org>
9958 * gdb.base/sizeof.c: Don't include stdio.h and
9959 ../lib/unbuffer_output.c.
9960 (main): New variable 'size' and 'value'. Remove printf and
9961 gdb_unbuffer_output. Assign return value to size and value.
9962 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9964 (check_sizeof): Check the result by printing variable 'size'.
9965 (check_valueof): Check the result by printing variable 'value'.
9967 2015-12-01 Yao Qi <yao.qi@linaro.org>
9969 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9970 for aarch64*-*-linux* target.
9972 2015-11-30 Pedro Alves <palves@redhat.com>
9974 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9976 2015-11-30 Pedro Alves <palves@redhat.com>
9978 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9979 Handle non-stop mode vCont replies.
9981 2015-11-30 Pedro Alves <palves@redhat.com>
9983 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9984 prepare_for_testing. Start gdb with "set non-stop on" appended to
9985 GDBFLAGS. Lax expected stop output.
9987 2015-11-27 Yao Qi <yao.qi@linaro.org>
9989 * gdb.arch/arm-neon.exp: New.
9990 * gdb.arch/arm-neon.c: New.
9992 2015-11-27 Yao Qi <yao.qi@linaro.org>
9994 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9996 2015-11-27 Yao Qi <yao.qi@linaro.org>
9998 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9999 frames-invalid annotation.
10001 2015-11-27 Yao Qi <yao.qi@linaro.org>
10003 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10005 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10007 * gdb.threads/names.exp: New file.
10008 * gdb.threads/names.c: New file.
10009 * README: Mention gdb,no_thread_names.
10011 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10014 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10017 2015-11-24 Pedro Alves <palves@redhat.com>
10020 * gdb.base/display.exp: Expect displays to be sorted in ascending
10021 order. Use multi_line.
10022 * gdb.base/solib-display.exp: Likewise.
10024 2015-11-24 Pedro Alves <palves@redhat.com>
10027 * gdb.base/display.exp: Expect displays to be sorted in ascending
10028 order. Use multi_line.
10029 * gdb.base/solib-display.exp: Likewise.
10031 2015-11-24 Pedro Alves <palves@redhat.com>
10034 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10035 threads in ascending order.
10036 * gdb.base/foll-fork.exp: Likewise.
10037 * gdb.base/foll-vfork.exp: Likewise.
10038 * gdb.base/multi-forks.exp: Likewise.
10039 * gdb.mi/mi-nonstop.exp: Likewise.
10040 * gdb.mi/mi-nsintrall.exp: Likewise.
10041 * gdb.multi/base.exp: Likewise.
10042 * gdb.multi/multi-arch.exp: Likewise.
10043 * gdb.python/py-inferior.exp: Likewise.
10044 * gdb.threads/break-while-running.exp: Likewise.
10045 * gdb.threads/execl.exp: Likewise.
10046 * gdb.threads/gcore-thread.exp: Likewise.
10047 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10048 * gdb.threads/kill.exp: Likewise.
10049 * gdb.threads/linux-dp.exp: Likewise.
10050 * gdb.threads/multiple-step-overs.exp: Likewise.
10051 * gdb.threads/next-bp-other-thread.exp: Likewise.
10052 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10053 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10054 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10055 * gdb.threads/thread-find.exp: Likewise.
10056 * gdb.threads/tls.exp: Likewise.
10057 * lib/mi-support.exp (mi_reverse_list): Delete.
10058 (mi_check_thread_states): No longer reverse list.
10060 2015-11-24 Pedro Alves <palves@redhat.com>
10062 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10065 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10067 * gdb.trace/actions.c: Include trace-common.h.
10068 (main): Add a location for a fast tracepoint.
10069 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10070 the normal tracepoints.
10071 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10073 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10075 * save-trace.exp: Factor out code to these...
10076 (gdb_save_tracepoints): New.
10077 (gdb_load_tracepoints): New.
10078 (do_save_load_test): New.
10080 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10082 * gdb.base/asmlabel.exp: New test.
10083 * gdb.base/asmlabel.c: New test case.
10085 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10087 * gdb.base/wrong_frame_bt_full-main.c: New file.
10088 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10089 * gdb.base/wrong_frame_bt_full.exp: New file.
10091 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10093 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10095 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10097 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10098 pstate register when comparing registers values in
10099 sparc64-*-linux-gnu targets to avoid spurious differences.
10101 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10103 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10105 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10107 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10108 as type argument to gdb_compile.
10109 * gdb.base/nested-subp2.exp: Likewise.
10110 * gdb.base/nested-subp3.exp: Likewise.
10112 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10114 * lib/dwarf.exp (_note): Fix left shift of negative value.
10115 * gdb.trace/trace-condition.exp: Likewise.
10117 2015-11-13 Yao Qi <yao.qi@linaro.org>
10119 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10120 comments about d10v.
10121 (test_scalar_returns): Likewise.
10122 * gdb.base/d10v.ld: Remove.
10123 * gdb.base/overlays.exp: Remove the target triplet checking for
10125 * gdb.base/structs.exp (test_struct_returns): Remove the
10126 comments about d10v.
10127 (test_struct_calls): Likewise.
10129 2015-11-13 Yao Qi <yao.qi@linaro.org>
10131 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10132 * gdb.base/gnu_vector.c: Don't include stdio.h.
10133 (main): Don't print res and call add_some_intvecs.
10135 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10137 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10140 (func4): Use FAST_TRACEPOINT_LABEL.
10141 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10144 (thread_function): Use FAST_TRACEPOINT_LABEL.
10145 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10147 (marker): Use FAST_TRACEPOINT_LABEL.
10148 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10149 (pendfunc1): Remove.
10150 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10151 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10153 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10154 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10157 (marker): Use FAST_TRACEPOINT_LABEL.
10158 * gdb.trace/trace-common.h: New header.
10159 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10162 (marker): Use FAST_TRACEPOINT_LABEL.
10163 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10165 (thread_function): Use FAST_TRACEPOINT_LABEL.
10167 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10169 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10171 * gdb.trace/change-loc.exp: Use global pcreg definition.
10172 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10173 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10175 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10176 * gdb.trace/pending.exp: Likewise.
10177 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10178 * gdb.trace/trace-break.exp: Likewise.
10179 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10181 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10182 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10184 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10186 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10188 * gdb.ada/fin_fun_out: New testcase.
10190 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10192 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10193 value associated with DW_AT_byte_size.
10194 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10195 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10198 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10200 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10201 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10203 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10204 gdb.dwarf2/dw2-canonicalize-type.exp,
10205 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10206 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10207 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10208 provided by gdb_target_symbol_prefix_flags_asm.
10209 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10210 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10211 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10212 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10213 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10214 macros where needed). Use this macro for symbols which require
10215 the prefix provided by SYMBOL_PREFIX.
10217 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10219 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10221 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10222 representing expressions, of more than one list element.
10223 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10224 to prepend linker symbol prefix to f.
10225 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10226 table_1 and table_2.
10227 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10228 Likewise, for f and g.
10229 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10231 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10233 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10234 table_1_ptr and table_2_ptr.
10236 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10237 Joel Brobecker <brobecker@adacore.com>
10239 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10241 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10243 * gdb.reverse/s390-mvcle.c: New test.
10244 * gdb.reverse/s390-mvcle.exp: New file.
10245 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10247 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10249 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10251 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10253 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10255 * gdb.reverse/getresuid-reverse.exp: Likewise.
10256 * gdb.reverse/pipe-reverse.exp: Likewise.
10257 * gdb.reverse/readv-reverse.exp: Likewise.
10258 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10259 * gdb.reverse/time-reverse.exp: Likewise.
10260 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10262 2015-10-30 Yao Qi <yao.qi@linaro.org>
10264 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10265 (empty_cycle): Remove.
10266 (main): Don't call empty_cycle. Don't use watch_count_done.
10267 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10268 empty_cycle. Rewrite the code counting HW watchpoints.
10270 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10272 * gdb.reverse/fstatat-reverse.c: New test.
10273 * gdb.reverse/fstatat-reverse.exp: New file.
10274 * gdb.reverse/getresuid-reverse.c: New test.
10275 * gdb.reverse/getresuid-reverse.exp: New file.
10276 * gdb.reverse/pipe-reverse.c: New test.
10277 * gdb.reverse/pipe-reverse.exp: New file.
10278 * gdb.reverse/readv-reverse.c: New test.
10279 * gdb.reverse/readv-reverse.exp: New file.
10280 * gdb.reverse/recvmsg-reverse.c: New test.
10281 * gdb.reverse/recvmsg-reverse.exp: New file.
10282 * gdb.reverse/time-reverse.c: New test.
10283 * gdb.reverse/time-reverse.exp: New file.
10284 * gdb.reverse/waitpid-reverse.c: New test.
10285 * gdb.reverse/waitpid-reverse.exp: New file.
10287 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10289 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10291 2015-10-26 Doug Evans <dje@google.com>
10294 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10295 * gdb.dwarf2/bad-regnum.c: New file.
10296 * gdb.dwarf2/bad-regnum.exp: New file.
10298 2015-10-26 Doug Evans <dje@google.com>
10301 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10304 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10306 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10307 for a change by "Mention language in compile error message".
10309 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10312 * gdb.python/py-type.c (C::a_method): New.
10313 (C::a_const_method): New.
10314 (C::a_static_method): New.
10316 * gdb.python/py-type.exp (test_fields): Test getting fields
10317 from function and method.
10319 2015-10-21 Keven Boell <keven.boell@intel.com>
10321 * gdb.fortran/vla-alloc-assoc.exp: New file.
10322 * gdb.fortran/vla-datatypes.exp: New file.
10323 * gdb.fortran/vla-datatypes.f90: New file.
10324 * gdb.fortran/vla-history.exp: New file.
10325 * gdb.fortran/vla-ptype-sub.exp: New file.
10326 * gdb.fortran/vla-ptype.exp: New file.
10327 * gdb.fortran/vla-sizeof.exp: New file.
10328 * gdb.fortran/vla-sub.f90: New file.
10329 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10330 * gdb.fortran/vla-value-sub-finish.exp: New file.
10331 * gdb.fortran/vla-value-sub.exp: New file.
10332 * gdb.fortran/vla-value.exp: New file.
10333 * gdb.fortran/vla-ptr-info.exp: New file.
10334 * gdb.mi/mi-vla-fortran.exp: New file.
10335 * gdb.mi/vla.f90: New file.
10337 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10339 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10340 of hardwired timeout value.
10342 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10343 Pedro Alves <palves@redhat.com>
10345 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10346 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10348 2015-10-19 Josh Stone <jistone@redhat.com>
10350 * gdb.base/catch-syscall.c: Include <sched.h>.
10351 (unknown_syscall): New variable.
10352 (main): Trigger a vfork and an unknown syscall.
10353 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10354 (unknown_syscall_number): Likewise.
10355 (check_call_to_syscall): Accept an optional syscall pattern.
10356 (check_return_from_syscall): Likewise.
10357 (check_continue): Likewise.
10358 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10359 (test_catch_syscall_skipping_return): New test toggling off 'catch
10360 syscall' to step over the syscall return, then toggling back on.
10361 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10362 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10363 (do_syscall_tests): Call test_catch_syscall_without_args and
10364 test_catch_syscall_mid_vfork.
10365 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10366 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10368 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10370 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10371 print g_vE): Add new pass patterns.
10372 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10373 print various symbol names for vptr fields.
10375 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10377 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10380 2015-10-12 Yao Qi <yao.qi@linaro.org>
10382 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10384 2015-10-12 Yao Qi <yao.qi@linaro.org>
10386 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10387 is aarch64*-*-linux*.
10389 2015-10-12 Yao Qi <yao.qi@linaro.org>
10391 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10392 (can_relocate_bcond_true): ... it.
10393 (can_relocate_bcond_false): New function.
10395 (can_relocate_bl): Likewise.
10396 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10399 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10401 * gdb.base/nested-addr.c: New file.
10402 * gdb.base/nested-addr.exp: New testcase.
10404 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10406 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10407 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10408 its output. Ignore the output of "record goto begin" and instead
10409 check that GDB is replaying.
10411 2015-10-09 Pedro Alves <palves@redhat.com>
10413 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10414 (top level): Use it in the run with no args test.
10416 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10418 * gdb.dlang/properties.exp: New file.
10420 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10422 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10423 whether or not address 0x1000 is mapped on the target.
10425 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10427 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10430 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10432 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10433 instruction-history test.
10435 2015-09-28 Doug Evans <dje@google.com>
10437 * gdb.base/gcore.c (array_func): Add reference to static_array.
10439 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10441 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10444 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10446 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10447 short or char as base type.
10449 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10451 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10452 to allow any size enum.
10454 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10456 * gdb.ada/array_ptr_renaming.exp: New testcase.
10457 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10458 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10460 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10462 * gdb.trace/ftrace-lock.c: New file.
10463 * gdb.trace/ftrace-lock.exp: New file.
10465 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10467 * gdb.arch/insn-reloc.c: New file.
10468 * gdb.arch/ftrace-insn-reloc.exp: New file.
10470 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10472 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10474 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10475 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10476 * gdb.trace/range-stepping.c: Likewise.
10477 * gdb.trace/trace-break.c: Likewise.
10478 * gdb.trace/trace-mt.c (thread_function): Likewise.
10479 * gdb.trace/ftrace.c (marker): Likewise.
10480 * gdb.trace/trace-condition.c (marker): Likewise.
10481 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10482 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10485 2015-09-18 Doug Evans <xdje42@gmail.com>
10487 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10488 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10490 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10492 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10495 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10497 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10498 the pending breakpoint. Remove timeout override for "Run till
10499 MI pending breakpoint on pendfunc3 on thread 2" test.
10501 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10503 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10506 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10508 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10509 in breakpoint filename pattern.
10511 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10513 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10515 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10517 * gdb.linespec/explicit.exp: Check for readline support for
10518 tab-completion tests. Fix obvious typo.
10520 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10522 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10525 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10527 * gdb.btrace/non-stop.c: New.
10528 * gdb.btrace/non-stop.exp: New.
10530 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10531 Yao Qi <yao.qi@linaro.org>
10533 * gdb.trace/trace-condition.c: New file.
10534 * gdb.trace/trace-condition.exp: New file.
10536 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10538 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10539 for testing bytecode compilation.
10541 2015-09-16 Pedro Alves <palves@redhat.com>
10542 Sandra Loosemore <sandra@codesourcery.com>
10544 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10545 (SECONDS): Redefine.
10546 (main): Call pthread_kill and alarm early.
10547 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10549 (test): If the target can't hardware step and doesn't support
10550 displaced stepping, increase the timeout.
10552 2015-09-16 Pedro Alves <palves@redhat.com>
10554 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10555 (enable_debug): New procedures.
10556 (test): Use them. Bail out if waiting for threads fails.
10557 (top level): Bail out if a test fails.
10559 2015-09-16 Yao Qi <yao.qi@linaro.org>
10561 * gdb.asm/asm-source.exp: Set asm-arch for
10562 aarch64*-*-* target.
10563 * gdb.asm/aarch64.inc: New file.
10565 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10567 * gdb.ada/array_of_variable_length.exp: New testcase.
10568 * gdb.ada/array_of_variable_length/foo.adb: New file.
10569 * gdb.ada/array_of_variable_length/pck.adb: New file.
10570 * gdb.ada/array_of_variable_length/pck.ads: New file.
10572 2015-09-15 Doug Evans <dje@google.com>
10574 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10575 of function static local variable.
10577 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10579 * gdb.threads/tls-so_extern.exp: New test file.
10580 * gdb.threads/tls-so_extern.c: New test file.
10581 * gdb.threads/tls-so_extern_main.c: New test file.
10583 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10585 * gdb.opt/solib-intra-step-lib.c: New file.
10586 * gdb.opt/solib-intra-step-main.c: New file.
10587 * gdb.opt/solib-intra-step.exp: New file.
10589 2015-09-15 Pedro Alves <palves@redhat.com>
10591 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10592 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10594 2015-09-14 Pedro Alves <palves@redhat.com>
10596 * gdb.base/hook-stop-continue.c: Delete.
10597 * gdb.base/hook-stop-continue.exp: Delete.
10598 * gdb.base/hook-stop-frame.c: Delete.
10599 * gdb.base/hook-stop-frame.exp: Delete.
10600 * gdb.base/hook-stop.c: New file.
10601 * gdb.base/hook-stop.exp: New file.
10603 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10605 * gdb.ada/access_to_packed_array.exp: New testcase.
10606 * gdb.ada/access_to_packed_array/foo.adb: New file.
10607 * gdb.ada/access_to_packed_array/pack.adb: New file.
10608 * gdb.ada/access_to_packed_array/pack.ads: New file.
10610 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10612 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10615 2015-09-11 Don Breazeal <donb@codesourcery.com>
10617 * gdb.base/foll-exec.c: Add copyright header. Fix
10619 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10620 (do_exec_tests): Use clean_restart in place of zap_session,
10621 and for test initialization. Fix formatting issues. Use
10622 fail in place of perror.
10623 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10624 an expect statement to match an expression with output from
10625 the program under debug.
10626 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10627 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10628 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10629 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10630 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10632 2015-09-09 Doug Evans <dje@google.com>
10634 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10636 2015-09-09 Doug Evans <dje@google.com>
10638 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10640 2015-09-09 Doug Evans <dje@google.com>
10642 * gdb.base/savedregs.exp: Fix typo.
10644 2015-09-09 Pedro Alves <palves@redhat.com>
10646 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10648 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10650 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10651 command actually switches threads. Give up on remaining
10652 tests if target fails to stop at breakpoint.
10654 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10656 * gdb.ada/funcall_char.exp: New testcase.
10657 * gdb.ada/funcall_char/foo.adb: New file.
10659 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10661 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10662 expected outputs. Add two testcases for completing ambiguous
10664 * gdb.ada/complete/aux_pck.adb: New file.
10665 * gdb.ada/complete/aux_pck.ads: New file.
10666 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10667 Ambiguous_Func functions.
10668 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10669 * gdb.ada/complete/pck.adb: Likewise.
10671 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10673 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10674 failures to run the test program under GDB.
10676 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10678 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10681 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10683 * gdb.base/run-after-attach.exp: New test file.
10684 * gdb.base/run-after-attach.c: New test file.
10686 2015-08-26 Don Breazeal <donb@codesourcery.com>
10688 * gdb.base/foll-exec-2.c: New test program.
10689 * gdb.base/foll-exec-2.exp: New test.
10691 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10693 * gdb.base/nested-subp1.exp: New file.
10694 * gdb.base/nested-subp1.c: New file.
10695 * gdb.base/nested-subp2.exp: New file.
10696 * gdb.base/nested-subp2.c: New file.
10697 * gdb.base/nested-subp3.exp: New file.
10698 * gdb.base/nested-subp3.c: New file.
10700 2015-08-24 Pedro Alves <palves@redhat.com>
10702 * gdb.server/connect-without-multi-process.c: New file.
10703 * gdb.server/connect-without-multi-process.exp: New file.
10705 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10707 * gdb.opt/inline-markers.c: Make z int.
10709 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10711 * gdb.opt/inline-markers.c: Make z volatile.
10713 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10715 * gdb.opt/inline-bt.c: New volatile global z.
10716 * gdb.opt/inline-cmds.c: Likewise.
10717 * gdb.opt/inline-locals.c: Likewise.
10718 * gdb.opt/inline-markers.c: New extern global z.
10720 (inline_fn): Likewise.
10722 2015-08-24 Pedro Alves <palves@redhat.com>
10724 * config/m32r-stub.exp: Remove file.
10725 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10726 * gdb.base/call-rt-st.exp: Likewise.
10727 * gdb.base/call-strs.exp: Likewise.
10728 * gdb.base/default.exp: Remove references to h8300-*-hms and
10730 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10732 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10734 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10735 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10736 and "return" use KFAIL when GDB can not read/write the vector
10739 2015-08-21 Gary Benson <gbenson@redhat.com>
10741 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10743 2015-08-20 Pedro Alves <palves@redhat.com>
10745 * gdb.server/solib-list.exp: No longer expect an interior stop in
10748 2015-08-20 Pedro Alves <palves@redhat.com>
10750 * gdb.server/connect-stopped-target.c: New file.
10751 * gdb.server/connect-stopped-target.exp: New file.
10753 2015-08-20 Pedro Alves <palves@redhat.com>
10755 * gdb.dwarf2/comp-unit-lang.exp: New file.
10756 * gdb.dwarf2/comp-unit-lang.c: New file.
10758 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10760 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10761 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10763 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10765 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10766 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10768 2015-08-18 Doug Evans <dje@google.com>
10769 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10771 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10772 skip_python_tests. New arg prompt_regexp.
10773 (skip_python_tests): New function.
10774 * lib/mi-support.exp (mi_skip_python_tests): New function.
10775 * gdb.python/py-mi-objfile-gdb.py: New file.
10776 * gdb.python/py-mi-objfile.c: New file.
10777 * gdb.python/py-mi-objfile.exp: New file.
10779 2015-08-17 Keith Seitz <keiths@redhat.com>
10781 * gdb.linespec/explicit.exp: Move strace test from here ...
10782 * gdb.trace/strace.exp: ... to here.
10784 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10786 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10787 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10789 2015-08-14 Doug Evans <xdje42@gmail.com>
10791 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10792 inferior before selecting a new file.
10794 2015-08-14 Doug Evans <xdje42@gmail.com>
10796 * gdb.mi/mi-disassemble.exp: Update.
10797 * gdb.base/disasm-optim.S: New file.
10798 * gdb.base/disasm-optim.c: New file.
10799 * gdb.base/disasm-optim.h: New file.
10800 * gdb.base/disasm-optim.exp: New file.
10802 2015-08-14 Keith Seitz <keiths@redhat.com>
10804 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10807 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10809 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10811 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10813 * gdb.ada/fun_renaming.exp: New testcase.
10814 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10815 * gdb.ada/fun_renaming/pack.adb: New file.
10816 * gdb.ada/fun_renaming/pack.ads: New file.
10818 2015-08-12 Keith Seitz <keiths@redhat.com>
10820 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10821 gdb_get_line_number.
10823 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10825 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10826 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10827 gdb.base/dso2dso.exp: New files.
10829 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10830 Pedro Alves <palves@redhat.com>
10831 Keith Seitz <keiths@redhat.com>
10833 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10836 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10838 * gdb.base/gdbhistsize-history.exp
10839 (test_histsize_history_setting): Use save_vars.
10840 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10842 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10843 * gdb.base/readline.exp: Use save_vars.
10845 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10847 * lib/gdb.exp (save_vars): New proc.
10849 2015-08-11 Keith Seitz <keiths@redhat.com>
10851 * gdb.base/help.exp: Update help_breakpoint_text.
10853 2015-08-11 Keith Seitz <keiths@redhat.com>
10855 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10856 (at toplevel): Call test_explicit_breakpoints.
10857 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10859 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10860 breakpoint conditions, "-cond".
10862 2015-08-11 Keith Seitz <keiths@redhat.com>
10864 * gdb.linespec/3explicit.c: New file.
10865 * gdb.linespec/cpexplicit.cc: New file.
10866 * gdb.linespec/cpexplicit.exp: New file.
10867 * gdb.linespec/explicit.c: New file.
10868 * gdb.linespec/explicit.exp: New file.
10869 * gdb.linespec/explicit2.c: New file.
10870 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10871 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10872 before using in the matching pattern.
10873 Clarify that `prefix' is a regular expression.
10875 2015-08-11 Keith Seitz <keiths@redhat.com>
10877 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10879 Add tests for missing ",FMT" and ",".
10881 2015-08-10 Doug Evans <dje@google.com>
10882 Keith Seitz <keiths@redhat.com>
10885 * gdb.base/completion.exp: Add location completer tests.
10887 2015-08-07 Pedro Alves <palves@redhat.com>
10889 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10891 (top level): Run do_test with and without displaced stepping.
10893 2015-08-07 Pedro Alves <palves@redhat.com>
10895 * gdb.base/valgrind-disp-step.c: New file.
10896 * gdb.base/valgrind-disp-step.exp: New file.
10898 2015-08-07 Pedro Alves <palves@redhat.com>
10900 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10902 (main): Add alarm. Run an infinite loop instead of calling
10904 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10906 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10908 (main): Add alarm. Run an infinite loop instead of calling
10910 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10913 2015-08-07 Pedro Alves <palves@redhat.com>
10915 * gdb.base/checkpoint-ns.exp: New file.
10916 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10919 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10921 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10922 * gdb.btrace/instruction_history.exp: Update.
10923 * gdb.btrace/tsx.exp: New.
10924 * gdb.btrace/tsx.c: New.
10926 2015-08-06 Pedro Alves <palves@redhat.com>
10928 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10930 * gdb.reverse/until-precsave.exp: Bump timeouts.
10932 2015-08-06 Pedro Alves <palves@redhat.com>
10934 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10936 2015-08-06 Pedro Alves <palves@redhat.com>
10939 * gdb.threads/process-dies-while-handling-bp.c: New file.
10940 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10942 2015-08-06 Pedro Alves <palves@redhat.com>
10944 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10945 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10947 2015-08-05 Pedro Alves <palves@redhat.com>
10949 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10950 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10952 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10954 * gdb.base/bp-permanent.exp: Report test as unsupported if
10955 the target cannot stop at the permanent breakpoint.
10957 2015-08-03 Doug Evans <dje@google.com>
10959 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10962 2015-08-03 Doug Evans <dje@google.com>
10964 * Makefile.in (workers/%.worker, build-perf): New rule.
10965 (GDB_PERFTEST_MODE): New variable.
10966 (check-perf): Use it.
10967 (clean): Clean up gdb.perf parallel build subdirs.
10968 * lib/build-piece.exp: New file.
10969 * lib/gdb.exp (make_gdb_parallel_path): New function
10970 (standard_output_file, standard_temp_file): Call it.
10971 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10973 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10975 2015-08-03 Doug Evans <dje@google.com>
10977 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10978 (LOG_FILE_NAME): New global.
10979 (TextReporter.__init__): Initialize self.txt_sum.
10980 (TextReporter.report): Add support for multiple data-points.
10981 Move report to perftest.sum, put raw data in perftest.log.
10982 (TextReporter.start): Open sum and log files.
10983 (TextReporter.end): Close sum and log files.
10984 * gdb.perf/lib/perftest/testresult.py
10985 (SingleStatisticTestResult.record): Handle multiple data-points.
10987 2015-07-31 Pedro Alves <palves@redhat.com>
10989 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10990 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10991 kill_wait_spawned_process instead of explicit "kill -9".
10992 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10993 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10994 kill_wait_spawned_process.
10995 * gdb.base/attach-twice.exp: Likewise.
10996 * gdb.base/attach.exp: Likewise.
10997 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10999 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11000 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11001 kill_wait_spawned_process.
11002 * gdb.base/valgrind-infcall.exp: Likewise.
11003 * gdb.multi/multi-attach.exp: Likewise.
11004 * gdb.python/py-prompt.exp: Likewise.
11005 * gdb.python/py-sync-interp.exp: Likewise.
11006 * gdb.server/ext-attach.exp: Likewise.
11007 * gdb.threads/attach-into-signal.exp (corefunc): Use
11008 spawn_wait_for_attach, spawn_id_get_pid and
11009 kill_wait_spawned_process.
11010 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11011 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11012 spawn_id_get_pid and kill_wait_spawned_process.
11013 * gdb.threads/attach-stopped.exp (corefunc): Use
11014 spawn_wait_for_attach, spawn_id_get_pid and
11015 kill_wait_spawned_process.
11016 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11017 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11018 kill_wait_spawned_process instead of explicit "kill -9".
11019 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11020 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11021 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11022 processes. Don't map cygwin/windows pids here. Now returns a
11025 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11027 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11028 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11031 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11033 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11035 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11038 2014-05-21 Mark Wielaard <mjw@redhat.com>
11040 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11042 2015-07-30 Pedro Alves <palves@redhat.com>
11044 * linux-low.c (handle_extended_wait): Set the child's last
11045 reported status to TARGET_WAITKIND_STOPPED.
11047 2015-07-30 Pedro Alves <palves@redhat.com>
11050 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11051 only shows inferior 1.
11053 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11054 Pedro Alves <palves@redhat.com>
11057 * gdb.threads/fork-plus-threads.c: New file.
11058 * gdb.threads/fork-plus-threads.exp: New file.
11060 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11062 * gdb.base/batch-preserve-term-settings.exp
11063 (test_terminal_settings_preserved_after_cli_exit): Use
11066 2015-07-29 Pedro Alves <palves@redhat.com>
11067 Don Breazeal <donb@codesourcery.com>
11069 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11070 output from both inferior_spawn_id and gdb_spawn_id.
11072 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11074 * gdb.threads/attach-into-signal.exp (corefunc): Use
11075 with_test_prefix on nested loops, uniquefying the test messages.
11077 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11079 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11082 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11084 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11086 (test_terminal_settings_preserved_after_sigterm): New test.
11088 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11090 * gdb.base/batch-preserve-term-settings.exp
11091 (test_terminal_settings_preserved_after_cli_exit): New test.
11093 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11095 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11096 manipulation of saved_gdbflags.
11097 (test_terminal_settings_preserved): Remove global declaration of
11098 the unused variable pagination_prompt. Remove manipulation of
11099 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11102 2015-07-29 Pedro Alves <palves@redhat.com>
11104 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11106 2015-07-29 Pedro Alves <palves@redhat.com>
11108 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11111 2015-07-29 Pedro Alves <palves@redhat.com>
11113 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11114 (main): Call gdb_unbuffer_output.
11115 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11116 (main): Call gdb_unbuffer_output.
11117 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11118 (main): Call gdb_unbuffer_output.
11119 * gdb.base/call-strs.exp: Adjust to step over the
11120 gdb_unbuffer_output call.
11121 * gdb.base/catch-gdb-caused-signals.c: Include
11122 "../lib/unbuffer_output.c".
11123 (main): Call gdb_unbuffer_output.
11124 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11125 (main): Call gdb_unbuffer_output.
11126 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11127 (main): Call gdb_unbuffer_output.
11128 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11129 (main): Call gdb_unbuffer_output.
11130 * gdb.base/shlib-call.exp: Adjust to step over the
11131 gdb_unbuffer_output call.
11132 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11133 (main): Call gdb_unbuffer_output.
11134 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11135 (main): Call gdb_unbuffer_output.
11136 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11137 (main): Rename to ...
11139 (main): Reimplement.
11140 * gdb.base/varargs.exp: Run to test instead of to main.
11141 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11142 (main): Call gdb_unbuffer_output.
11144 2015-07-29 Pedro Alves <palves@redhat.com>
11146 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11147 factore out from mi_continue_dprintf. For call-style dprintfs,
11148 expect dprintf output out of $inferior_spawn_id.
11149 (mi_continue_dprintf): Use mi_expect_dprintf.
11150 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11151 (main): Call gdb_unbuffer_output.
11153 2015-07-29 Pedro Alves <palves@redhat.com>
11155 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11156 (default_mi_gdb_start): Set inferior_spawn_id instead of
11157 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11159 (mi_gdb_test): Always expect inferior output from both
11160 $inferior_spawn_id and $gdb_spawn_id.
11162 2015-07-29 Pedro Alves <palves@redhat.com>
11164 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11165 send_inferior and $inferior_spawn_id.
11167 2015-07-29 Pedro Alves <palves@redhat.com>
11169 * gdb.gdb/complaints.exp (test_initial_complaints)
11170 (test_serial_complaints, test_short_complaints): Use
11172 (test_empty_complaint): Handle $inferior_spawn_id !=
11175 2015-07-29 Pedro Alves <palves@redhat.com>
11177 * gdb.base/varargs.exp: Use gdb_test_stdio.
11179 2015-07-29 Pedro Alves <palves@redhat.com>
11181 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11183 2015-07-29 Pedro Alves <palves@redhat.com>
11185 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11187 2015-07-29 Pedro Alves <palves@redhat.com>
11189 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11190 parameter into two new parameters, "inf_result" and "gdb_result".
11191 Expect inferior output and gdb output from $inferior_spawn_id and
11192 $gdb_spawn_id, respectively. Adjust all callers.
11194 2015-07-29 Pedro Alves <palves@redhat.com>
11196 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11197 of gdb_test_sequence.
11199 2015-07-29 Pedro Alves <palves@redhat.com>
11201 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11202 (saw_spurious_output): Expect inferior output from
11203 $inferior_spawn_id. Use gdb_test_stdio.
11205 2015-07-29 Pedro Alves <palves@redhat.com>
11207 * gdb.base/dprintf.exp: Use standard_testfile. Change
11208 prepare_for_testing call.
11209 (srcfile): Don't set.
11210 (restart): New procedure.
11211 (test_dprintf): New procecure, use to continue over dprintfs.
11212 (test_call, test_agent): New procedures, tests moved here.
11213 Restart gdb and recreate dprintfs. Adjust expected output.
11215 2015-07-29 Pedro Alves <palves@redhat.com>
11217 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11219 2015-07-29 Pedro Alves <palves@redhat.com>
11221 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11223 2015-07-29 Pedro Alves <palves@redhat.com>
11225 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11228 2015-07-29 Pedro Alves <palves@redhat.com>
11230 * lib/gdb.exp (gdb_test_stdio): New procedure.
11232 2015-07-29 Pedro Alves <palves@redhat.com>
11234 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11236 2015-07-29 Pedro Alves <palves@redhat.com>
11238 * gdb.base/call-signal-resume.exp: Remove check for
11239 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11240 * gdb.base/unwindonsignal.exp: Likewise.
11241 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11242 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11244 2015-07-29 Pedro Alves <palves@redhat.com>
11246 * gdb.base/siginfo-addr.c (pass): New function.
11247 (handler): Call it iff si_addr is correct.
11248 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11249 Set a breakpoint at "pass" and continue to it.
11251 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11253 * gdb.python/py-objfile.exp: Make some tests have unique names.
11254 * gdb.python/py-pp-registration.exp: Likewise.
11256 2015-07-28 Pedro Alves <palves@redhat.com>
11258 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11260 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11262 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11264 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11266 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11268 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11270 * gdb.base/gdb-sigterm-2.exp: New test.
11272 2015-07-25 Doug Evans <xdje42@gmail.com>
11275 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11276 (workers/%.worker, build-perf): New rule.
11277 (GDB_PERFTEST_MODE): New variable.
11278 (check-perf): Use it.
11279 (clean): Clean up gdb.perf parallel build subdirs.
11280 * lib/build-piece.exp: New file.
11281 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11282 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11284 (standard_temp_file): Ditto.
11285 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11288 2015-07-24 Doug Evans <dje@google.com>
11290 * gdb.perf/lib/perftest/utils.py: New file.
11291 * gdb.perf/gm-hello.cc: New file.
11292 * gdb.perf/gm-pervasive-typedef.cc: New file.
11293 * gdb.perf/gm-pervasive-typedef.h: New file.
11294 * gdb.perf/gm-std.cc: New file.
11295 * gdb.perf/gm-std.h: New file.
11296 * gdb.perf/gm-use-cerr.cc: New file.
11297 * gdb.perf/gm-utils.h: New file.
11298 * gdb.perf/gmonster-null-lookup.py: New file.
11299 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11300 * gdb.perf/gmonster-print-cerr.py: New file.
11301 * gdb.perf/gmonster-ptype-string.py: New file.
11302 * gdb.perf/gmonster-runto-main.py: New file.
11303 * gdb.perf/gmonster-select-file.py: New file.
11304 * gdb.perf/gmonster1-null-lookup.exp: New file.
11305 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11306 * gdb.perf/gmonster1-print-cerr.exp: New file.
11307 * gdb.perf/gmonster1-ptype-string.exp: New file.
11308 * gdb.perf/gmonster1-runto-main.exp: New file.
11309 * gdb.perf/gmonster1-select-file.exp: New file.
11310 * gdb.perf/gmonster1.cc: New file.
11311 * gdb.perf/gmonster1.exp: New file.
11312 * gdb.perf/gmonster2-null-lookup.exp: New file.
11313 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11314 * gdb.perf/gmonster2-print-cerr.exp: New file.
11315 * gdb.perf/gmonster2-ptype-string.exp: New file.
11316 * gdb.perf/gmonster2-runto-main.exp: New file.
11317 * gdb.perf/gmonster2-select-file.exp: New file.
11318 * gdb.perf/gmonster2.cc: New file.
11319 * gdb.perf/gmonster2.exp: New file.
11321 2015-07-24 Doug Evans <dje@google.com>
11323 * gdb.perf/README: New file.
11324 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11325 * lib/gen-perf-test.exp: New file.
11327 2015-07-24 Doug Evans <dje@google.com>
11329 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11330 (PerfTest::startup): New function.
11331 (PerfTest::run): Return result of calling body.
11332 (PerfTest::assemble): Rewrite.
11333 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11334 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11335 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11336 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11337 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11339 2015-07-24 Doug Evans <dje@google.com>
11341 * lib/gdb.exp (clean_restart): Make executable optional.
11343 2015-07-24 Doug Evans <dje@google.com>
11345 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11346 compiler_info references.
11347 * gdb.cp/temargs.exp: Ditto.
11348 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11349 (get_compiler_info): Early exit if already computed. Set compiler_info
11350 to "unknown" if there was a problem.
11351 (test_compiler_info): Add function comment. Call get_compiler_info.
11353 2015-07-24 Doug Evans <dje@google.com>
11355 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11356 (workers/%.worker, build-perf): New rule.
11357 (GDB_PERFTEST_MODE): New variable.
11358 (check-perf): Use it.
11359 (clean): Clean up gdb.perf parallel build subdirs.
11360 * lib/build-piece.exp: New file.
11361 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11362 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11364 (standard_temp_file): Ditto.
11365 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11368 2015-07-24 Doug Evans <dje@google.com>
11370 * lib/future.exp (gdb_default_target_compile): New option
11372 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11375 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11377 * gdb.base/catch-syscall.exp: Call gdb_exit before
11380 2015-07-24 Pedro Alves <palves@redhat.com>
11382 * gdb.python/py-events.exp: Accept output between the stop event
11384 * gdb.python/py-evsignal.exp: Likewise.
11385 * gdb.python/py-evthreads.exp: Likewise.
11387 2015-07-24 Pedro Alves <palves@redhat.com>
11390 * gdb.threads/non-ldr-exit.c: New file.
11391 * gdb.threads/non-ldr-exit.exp: New file.
11393 2015-07-24 Yao Qi <yao.qi@linaro.org>
11395 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11396 restarting process.
11398 2015-07-24 Yao Qi <yao.qi@linaro.org>
11400 * gdb.server/ext-restart.exp: New file.
11402 2015-07-24 Yao Qi <yao.qi@linaro.org>
11404 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11406 * gdb.server/ext-wrapper.exp: New file.
11408 2015-07-23 Doug Evans <dje@google.com>
11410 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11411 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11413 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11415 * gdb.ada/var_arr_typedef.exp: New testcase.
11416 * gdb.ada/var_arr_typedef/pack.adb: New file.
11417 * gdb.ada/var_arr_typedef/pack.ads: New file.
11418 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11420 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11422 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11424 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11426 * gdb.arch/i386-biarch-core.exp: Replace istarget
11427 by "complete set gnutarget". Remove expectation for the "core-file"
11430 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11432 Revert the previous commit:
11433 Tests for validate symbol file using build-id.
11435 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11437 Tests for validate symbol file using build-id.
11438 * gdb.base/solib-mismatch-lib.c: New file.
11439 * gdb.base/solib-mismatch-libmod.c: New file.
11440 * gdb.base/solib-mismatch.c: New file.
11441 * gdb.base/solib-mismatch.exp: New file.
11443 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11445 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11447 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11448 * gdb.base/siginfo.exp: Likewise.
11449 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11451 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11453 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11455 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11457 * gdb.trace/range-stepping.exp: Check that the target supports
11460 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11462 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11464 2015-07-14 Pedro Alves <palves@redhat.com>
11466 * gdb.base/killed-outside.exp: New file.
11467 * gdb.base/killed-outside.c: New file.
11469 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11471 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11473 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11475 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11477 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11478 infcall tests instead of setting up for KFAIL.
11480 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11482 * gdb.btrace/record_goto-step.exp: New.
11484 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11487 * gdb.compile/compile.c (struct struct_type): Add volatile to
11489 * gdb.compile/compile.exp
11490 (compile code struct_object.selffield = &struct_object): Skip further
11491 struct_object tests if this one xfails.
11493 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11496 * gdb.trace/ax.exp: Add test.
11498 2015-07-07 Yao Qi <yao.qi@linaro.org>
11500 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11501 instead of istarget "aarch64*-*-*".
11502 * gdb.arch/aarch64-fp.exp: Likewise.
11503 * gdb.base/float.exp: Likewise.
11504 * gdb.reverse/aarch64.exp: Likewise.
11505 * lib/gdb.exp (is_aarch64_target): New proc.
11507 2015-07-07 Yao Qi <yao.qi@linaro.org>
11509 * lib/gdb.exp (is_aarch32_target): New proc.
11510 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11511 instead of "istarget "arm*-*-*"".
11512 * gdb.arch/arm-disp-step.exp: Likewise.
11513 * gdb.arch/thumb-bx-pc.exp: Likewise.
11514 * gdb.arch/thumb-prologue.exp: Likewise.
11515 * gdb.arch/thumb-singlestep.exp: Likewise.
11516 * gdb.base/disp-step-syscall.exp: Likewise.
11517 * gdb.base/float.exp: Likewise.
11519 2015-07-07 Yao Qi <yao.qi@linaro.org>
11521 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11522 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11524 2015-07-07 Yao Qi <yao.qi@linaro.org>
11526 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11527 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11529 * gdb.multi/multi-arch.exp: Likewise.
11531 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11533 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11536 2015-07-07 Yao Qi <yao.qi@linaro.org>
11538 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11540 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11542 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11543 '[' and ']' characters.
11545 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11547 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11549 2015-06-29 Pedro Alves <palves@redhat.com>
11552 * gdb.threads/hand-call-new-thread.c: New file.
11553 * gdb.threads/hand-call-new-thread.c: New file.
11555 2015-06-26 Keith Seitz <keiths@redhat.com>
11556 Doug Evans <dje@google.com>
11559 * gdb.cp/var-tag-2.cc: New file.
11560 * gdb.cp/var-tag-3.cc: New file.
11561 * gdb.cp/var-tag-4.cc: New file.
11562 * gdb.cp/var-tag.cc: New file.
11563 * gdb.cp/var-tag.exp: New file.
11565 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11567 * gdb.base/history-duplicates.exp: New test.
11569 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11571 * gdb.base/completion.exp: Test the completion of the "focus"
11574 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11576 * gdb.arch/amd64-prologue-skip.S: New file.
11577 * gdb.arch/amd64-prologue-skip.exp: New file.
11579 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11581 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11582 is_address_zero_readable check.
11584 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11586 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11587 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11589 2015-06-24 Yao Qi <yao.qi@linaro.org>
11591 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11594 2015-06-24 Yao Qi <yao.qi@linaro.org>
11596 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11597 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11598 * gdb.base/siginfo-thread.exp: Likewise.
11600 2015-06-22 Yao Qi <yao.qi@linaro.org>
11602 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11604 2015-06-22 Yao Qi <yao.qi@linaro.org>
11606 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11608 (skip_hw_watchpoint_tests): Likewise.
11610 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11612 * gdb.base/gdbinit-history.exp: Test the interaction between
11613 setting GDBHISTSIZE and setting the history size via .gdbinit.
11615 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11618 * gdb.base/gdbhistsize-history.exp: New test.
11620 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11622 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11624 * gdb.base/readline.exp: Likewise.
11626 2015-06-17 Yao Qi <yao.qi@linaro.org>
11628 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11631 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11633 * gdb.base/gdbinit-history.exp: Add test case to check that
11634 an unlimited history file does not get truncated on exit.
11636 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11638 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11639 (VECTOR): New macro. Use it...
11640 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11641 ...for these typedefs.
11642 (int8, char1, int1, double1): New typedefs.
11643 (struct just_int2, struct two_int2): New structures.
11644 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11645 (add_structvecs, add_singlevecs): New functions.
11646 (main): Call add_some_intvecs twice.
11647 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11648 the compile and exit upon failure. Try compiling for the "native"
11649 architecture. Test inferior function calls with vector arguments
11650 and vector return value handling with "finish" and "return".
11652 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11654 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11655 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11657 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11659 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11661 PR breakpoints/16465
11662 * gdb.mi/mi-dprintf-pending.c: New file.
11663 * gdb.mi/mi-dprintf-pending.exp: New test.
11664 * gdb.mi/mi-dprintf-pendshr.c: New file.
11666 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11667 Mircea Gherzan <mircea.gherzan@intel.com>
11669 * gdb.arch/i386-mpx-map.c: New file.
11670 * gdb.arch/i386-mpx-map.exp: New File.
11672 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11674 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11675 * gdb.arch/i386-mpx.exp: Indentation fixed.
11677 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11679 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11680 function and improved indentation.
11681 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11682 gdb_test_multiple. Added additional tests to skip the test.
11684 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11686 * gdb.arch/i386-avx512.c: Change path in include file.
11687 * gdb.arch/i386-avx512.exp: Change include dir path
11689 * gdb.arch/i386-mpx.c: Change path in include file.
11690 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11693 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11695 * gdb.compile/compile-print.exp (compile print *vararray@3)
11696 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11698 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11700 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11701 (do not keep jit in memory): ... this.
11702 (expect 5): Change it to ...
11703 (expect no 5): ... this.
11705 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11708 * gdb.mi/mi-detach.exp: New file.
11710 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11713 * gdb.arch/amd64-tailcall-self.S: New file.
11714 * gdb.arch/amd64-tailcall-self.c: New file.
11715 * gdb.arch/amd64-tailcall-self.exp: New file.
11717 2015-05-28 Don Breazeal <donb@codesourcery.com>
11719 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11720 tests for remote targets by checking is_target_gdbserver.
11722 2015-05-27 Doug Evans <dje@google.com>
11724 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11725 * gdb.dwarf2/opaque-type-lookup.c: New file.
11726 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11728 2015-05-26 Doug Evans <dje@google.com>
11730 * gdb.cp/iostream.cc: New file.
11731 * gdb.cp/iostream.exp: New file.
11733 2015-05-26 Doug Evans <dje@google.com>
11735 * gdb.dwarf2/dw2-op-call.exp: Update.
11736 * gdb.dwarf2/dw4-sig-types.exp: Update.
11737 * gdb.dwarf2/implptr.exp: Update.
11738 * gdb.mi/mi-cmd-param-changed.exp: Update.
11740 2015-05-26 Doug Evans <dje@google.com>
11742 * gdb.python/py-lazy-string.c: New file.
11743 * gdb.python/py-lazy-string.exp: New file.
11744 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11745 (main): Update. Add estring3.
11746 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11747 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11749 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11750 Yao Qi <yao.qi@linaro.org>
11752 * gdb.reverse/aarch64.c: New.
11753 * gdb.reverse/aarch64.exp: New.
11755 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11757 * lib/gdb.exp (supports_process_record): Return true for
11759 (supports_reverse): Likewise.
11761 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11763 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11764 Use with_test_prefix.
11766 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11768 * gdb.base/completion.exp: Add test for completion of layout
11771 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11773 * lib/gdb.exp (skip_tui_tests): New proc.
11774 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11776 2015-05-19 Pedro Alves <palves@redhat.com>
11778 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11779 Save the whole env array instead of just HOME. Unset HISTSIZE in
11780 the environment while testing. Restore whole environment
11783 2015-05-16 Doug Evans <xdje42@gmail.com>
11785 * gdb.guile/scm-ports.c: New file.
11786 * gdb.guile/scm-ports.exp: Add memory port tests.
11788 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11790 * gdb.compile/compile-print.c: New file.
11791 * gdb.compile/compile-print.exp: New file.
11793 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11795 * gdb.compile/compile-ops.exp: Cast param to void.
11796 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11797 (compile code struct_object.selffield = &struct_object): Add xfail.
11799 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11801 * gdb.ada/arr_enum_with_gap: New testcase.
11803 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11805 * gdb.ada/byte_packed_arr: New testcase.
11807 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11809 * gdb.ada/pckd_neg: New testcase.
11811 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11814 * gdb.base/gdbinit-history.exp: New test.
11815 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11816 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11818 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11820 * gdb.python/py-xmethods.cc: Enhance test case.
11821 * gdb.python/py-xmethods.exp: New tests.
11822 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11824 (B_indexoper): Likewise.
11825 (global_dm_list) : Add new xmethod worker functions.
11827 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11829 * gdb.base/coredump-filter.exp: Correctly unset
11830 "coredump_var_addr" array.
11832 2015-05-08 Pedro Alves <palves@redhat.com>
11834 * gdb.server/non-existing-program.exp: Unset spawn_id.
11836 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11839 * gdb.python/py-xmethods.exp: Add tests.
11841 2015-05-08 Yao Qi <yao.qi@linaro.org>
11844 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11845 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11846 function set_coredump_filter, and remove remote_exec call.
11847 Remove argument ipid. Callers update.
11848 (top level): Don't get inferior's PID.
11850 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11852 * gdb.base/watch_thread_num.exp: Skip test on targets without
11853 access watchpoints.
11855 2015-05-06 Pedro Alves <palves@redhat.com>
11858 * gdb.server/non-existing-program.exp: New file.
11860 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11862 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11864 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11866 * gdb.ada/out_of_line_in_inlined: New testcase.
11868 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11870 * gdb.ada/var_rec_arr: New testcase.
11872 2015-04-30 Yao Qi <yao.qi@linaro.org>
11874 * gdb.base/break-idempotent.exp: If
11875 skip_hw_watchpoint_multi_tests returns true, skip the tests
11876 on "rwatch" and "awatch".
11878 2015-04-30 Yao Qi <yao.qi@linaro.org>
11880 * gdb.base/relativedebug.exp: Invoke gdb command
11881 "info sharedlibrary", and if libc.so doesn't have debug info,
11884 2015-04-29 Doug Evans <dje@google.com>
11886 * gdb.python/py-xmethods.exp: Add ptype tests.
11887 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11888 get_result_type method.
11890 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11892 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11893 the target does not support hardware watchpoints.
11895 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11897 * gdb.base/break-always.exp: Abort testing if writing to memory
11900 2015-04-28 Doug Evans <dje@google.com>
11902 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11903 * gdb.python/py-pp-registration.exp: ... here. New file.
11904 * gdb.python/py-pp-registration.c: New file.
11905 * gdb.python/py-pp-registration.py: New file.
11907 2015-04-28 Doug Evans <dje@google.com>
11909 * gdb.python/py-bad-printers.c: New file.
11910 * gdb.python/py-bad-printers.py: New file.
11911 * gdb.python/py-bad-printers.exp: New file.
11913 2015-04-28 Sasha Smundak <asmundak@google.com>
11915 * gdb.python/py-type.exp: New test.
11917 2015-04-28 Andy Wingo <wingo@igalia.com>
11919 * gdb.python/py-parameter.exp:
11920 * gdb.guile/scm-parameter.exp: Escape the path that we are
11921 matching against, as it might contain characters that are special
11922 to regular expressions.
11924 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11926 * gdb.ada/rec_comp: New testcase.
11928 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11930 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11933 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11935 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11936 new tests for verilog output.
11938 2015-04-24 Yao Qi <yao.qi@linaro.org>
11940 * boards/remote-gdbserver-on-localhost.exp: New file.
11942 2015-04-23 Pedro Alves <palves@redhat.com>
11944 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11945 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11946 "end of file", remove $inferior_spawn_id from the indirect list.
11948 2015-04-23 Pedro Alves <palves@redhat.com>
11950 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11952 2015-04-23 Pedro Alves <palves@redhat.com>
11954 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11955 on $any_spawn_id instead of only on $gdb_spawn_id.
11957 2015-04-21 Pierre Muller <muller@sourceware.org>
11960 * lib/pascal.exp (gpc_compile): Add new option "class".
11961 (fpc_compile): Likewise.
11962 * gdb.pascal/case-insensitive-symbols.pas: New file.
11963 * gdb.pascal/case-insensitive-symbols.exp: New file.
11965 2015-04-20 Gary Benson <gbenson@redhat.com>
11967 * gdb.base/attach.exp: Fix three extended remote failures.
11969 2015-04-17 Gary Benson <gbenson@redhat.com>
11971 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11972 the main executable over the remote protocol.
11974 2015-04-16 Pedro Alves <palves@redhat.com>
11976 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11977 a new gdbserver if gdbserver_reconnect_p is set.
11979 2015-04-16 Pedro Alves <palves@redhat.com>
11981 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11982 is set, don't exit gdbserver.
11984 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11986 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11987 appropriate .insn, such that an older assembler can be used.
11988 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11989 the z/Architecture instruction set on 31-bit targets as well.
11991 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11993 * gdb.go/handcall.exp: Remove all logic related to the first
11994 breakpoint and rely on go_runto_main instead.
11995 * gdb.go/strings.exp: Likewise.
11996 * gdb.go/unsafe.exp: Likewise.
11997 * gdb.go/hello.exp: Likewise. Also rename the remaining
11998 breakpoint marker to "breakpoint 1".
11999 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12000 * gdb.go/strings.go: Likewise.
12001 * gdb.go/unsafe.go: Likewise.
12002 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12003 "set breakpoint 2 here" and rename the remaining breakpoint marker
12006 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12008 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12009 if itertools.imap is not present.
12010 * gdb.python/py-objfile.exp: Add parentheses.
12011 * gdb.python/py-type.exp: Same.
12012 * gdb.python/py-unwind-maint.py: Same.
12014 2015-04-15 Yao Qi <yao.qi@linaro.org>
12016 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12017 of ":$ptr_size" and set its form explicitly.
12019 2015-04-15 Pedro Alves <palves@redhat.com>
12020 Yao Qi <yao.qi@linaro.org>
12022 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12023 timeout by factor of 4.
12024 (test_regular_watch): Likewise.
12025 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12026 * gdb.reverse/sigall-reverse.exp: Likewise.
12027 * gdb.reverse/until-precsave.exp: Likewise.
12028 * lib/gdb.exp (with_timeout_factor): New proc.
12029 (gdb_expect): Move some code to ...
12030 (get_largest_timeout): ... here. New procedure.
12032 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12034 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12036 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12038 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12039 to write to the .text section.
12041 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12043 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12044 Handle the case of targets that do not provide PID information.
12046 2015-04-13 Yao Qi <yao.qi@linaro.org>
12048 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12049 and use expect instead of gdb_expect.
12051 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12053 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12054 "coredump_var_addr" to avoid naming conflict with other testcases.
12056 2015-04-10 Pedro Alves <palves@redhat.com>
12058 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12059 gdb_test_sequence and gdb_assert.
12061 2015-04-10 Pedro Alves <palves@redhat.com>
12063 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12064 test messages that don't include the breakpoint address.
12066 2015-04-10 Yao Qi <yao.qi@linaro.org>
12068 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12069 false for some offset and width combinations which aren't
12070 supported by linux kernel.
12072 2015-04-10 Pedro Alves <palves@redhat.com>
12074 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12075 procedure, factored out from ...
12076 (top level): ... here. Add "set displaced-stepping" testing axis.
12077 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12078 parameter "displaced". Use it.
12079 (top level): Use foreach and add "set displaced-stepping" testing
12082 2015-04-10 Pedro Alves <palves@redhat.com>
12084 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12086 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12087 both the address of the instruction that triggers the watchpoint
12088 and the address of the instruction immediately after, and use
12089 those addresses for the test. Fix comment.
12091 2015-04-10 Pedro Alves <palves@redhat.com>
12093 * gdb.base/sigstep.exp (breakpoint_to_handler)
12094 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12095 Test "backtrace" in handler.
12096 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12097 (top level): Add new "displaced" test axis to
12098 breakpoint_to_handler, breakpoint_to_handler_entry and
12099 breakpoint_over_handler.
12101 2015-04-10 Pedro Alves <palves@redhat.com>
12104 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12106 2015-04-10 Yao Qi <yao.qi@linaro.org>
12108 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12109 (test_add_rn_pc): New function.
12110 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12111 (top level): Invoke test_add_rn_pc.
12113 2015-04-10 Pedro Alves <palves@redhat.com>
12116 * gdb.base/step-over-no-symbols.exp: New file.
12118 2015-04-09 Andy Wingo <wingo@igalia.com>
12120 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12121 after the Python tests.
12123 2015-04-08 Keith Seitz <keiths@redhat.com>
12126 * gdb.python/py-completion.exp: New tests for completion.
12127 * gdb.python/py-completion.py (CompleteLimit1): New class.
12128 (CompleteLimit2): Likewise.
12129 (CompleteLimit3): Likewise.
12130 (CompleteLimit4): Likewise.
12131 (CompleteLimit5): Likewise.
12132 (CompleteLimit6): Likewise.
12133 (CompleteLimit7): Likewise.
12135 2015-04-08 Pedro Alves <palves@redhat.com>
12139 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12141 (main): Install it as SIGUSR1 handler.
12142 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12143 parameter. Always use "setup" as prefix. Toggle "set
12144 displaced-stepping" off/on depending on global. Don't switch to
12146 (top level): Add displaced stepping "off/on" test axis. Update
12147 "setup" calls. Wrap each subtest with with_test_prefix. Test
12148 continuing with a queued signal in each thread.
12150 2015-04-08 Pedro Alves <palves@redhat.com>
12152 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12153 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12154 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12155 Return early if running to main fails.
12156 * gdb.trace/while-stepping.exp: Likewise.
12158 2015-04-07 Pedro Alves <palves@redhat.com>
12160 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12161 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12162 interact with inferior program.
12164 2015-04-07 Pedro Alves <palves@redhat.com>
12166 * lib/gdb.exp (inferior_spawn_id): New global.
12167 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12168 spawn id after processing the user code.
12169 (default_gdb_start): Set inferior_spawn_id.
12170 (send_inferior): New procedure.
12171 * lib/gdbserver-support.exp (gdbserver_start): Set
12173 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12175 2015-04-07 Pedro Alves <palves@redhat.com>
12177 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12178 * lib/gdbserver-support.exp (gdbserver_start): Make
12179 $server_spawn_id global.
12180 (gdbserver_start): Don't wait for gdbserver's spawn id with
12182 (close_gdbserver): New procedure.
12183 (gdb_exit): Rename the default version and reimplement.
12185 2015-04-07 Pedro Alves <palves@redhat.com>
12187 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12188 append the substituted item, not the original item.
12190 2015-04-07 Pedro Alves <palves@redhat.com>
12192 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12195 2015-04-07 Pedro Alves <palves@redhat.com>
12197 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12198 output appearing once only.
12200 2015-04-07 Pedro Alves <palves@redhat.com>
12202 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12203 that doesn't expect anything. Return early if running to main
12206 2015-04-07 Yao Qi <yao.qi@linaro.org>
12208 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12209 (child_function): Call alarm.
12210 (main): Move call to alarm into the loop.
12211 * gdb.threads/non-stop-fair-events.exp: Build program with
12212 -DTIMEOUT=$timeout.
12214 2015-04-06 Doug Evans <xdje42@gmail.com>
12216 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12217 Fix dest parameter to board_info.
12218 (fpc_compile): Ditto.
12219 (gdb_compile_pascal): Rename dest arg to destfile.
12221 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12223 * gdb.ada/funcall_ref.exp: New file.
12224 * gdb.ada/funcall_ref/foo.adb: New file.
12226 2015-04-02 Yao Qi <yao.qi@linaro.org>
12228 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12231 2015-04-02 Gary Benson <gbenson@redhat.com>
12233 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12235 2015-04-01 Sasha Smundak <asmundak@google.com>
12237 * gdb.python/py-unwind-maint.c: New file.
12238 * gdb.python/py-unwind-maint.exp: New test.
12239 * gdb.python/py-unwind-maint.py: New file.
12240 * gdb.python/py-unwind.c: New file.
12241 * gdb.python/py-unwind.exp: New test.
12242 * gdb.python/py-unwind.py: New test.
12244 2015-04-01 Pedro Alves <palves@redhat.com>
12246 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12247 to fail instead of non-existent $test.
12249 2015-04-01 Pedro Alves <palves@redhat.com>
12251 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12252 GDBFLAGS if not empty.
12254 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12256 * gdb.ada/complete.exp: Remove "multi_line".
12257 * gdb.ada/info_exc.exp: Remove "multi_line".
12258 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12259 * gdb.ada/ptype_field.exp: Remove "multi_line".
12260 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12261 * gdb.ada/tagged.exp: Remove "multi_line".
12262 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12264 * gdb.btrace/delta.exp: Likewise.
12265 * gdb.btrace/exception.exp: Likewise.
12266 * gdb.btrace/function_call_history.exp: Likewise.
12267 * gdb.btrace/instruction_history.exp: Likewise.
12268 * gdb.btrace/nohist.exp: Likewise.
12269 * gdb.btrace/record_goto.exp: Likewise.
12270 * gdb.btrace/segv.exp: Likewise.
12271 * gdb.btrace/stepi.exp: Likewise.
12272 * gdb.btrace/tailcall.exp: Likewise.
12273 * gdb.btrace/unknown_functions.exp: Likewise.
12274 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12275 * lib/gdb.exp: Add the "multi_line" helper.
12277 2015-04-01 Pedro Alves <palves@redhat.com>
12279 * gdb.threads/tid-reuse.c: New file.
12280 * gdb.threads/tid-reuse.exp: New file.
12282 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12285 * gdb.base/coredump-filter.c: New file.
12286 * gdb.base/coredump-filter.exp: Likewise.
12288 2015-03-27 Petr Machata <pmachata@redhat.com>
12290 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12291 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12292 (Dwarf::assemble): Initialize them.
12293 (Dwarf::lines): New function.
12295 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12297 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12298 SYMBOL_PREFIX for x86_64-*-cygwin.
12300 2015-03-26 Andy Wingo <wingo@igalia.com>
12303 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12304 const_value but not a location.
12305 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12306 location defined in non-main CUs are visible.
12308 2015-03-26 Yao Qi <yao.qi@linaro.org>
12311 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12312 Add a line number entry for the same line.
12313 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12314 Add a line number entry for the same line.
12316 2015-03-26 Yao Qi <yao.qi@linaro.org>
12318 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12320 (func): Likewise. Add .Lfunc_1 label.
12321 Use .Lfunc_1 label.
12322 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12325 Use .Lfunc_1 label.
12327 2015-03-26 Yao Qi <yao.qi@linaro.org>
12329 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12330 Call gdb_compile instead to compile each .s files without debug
12333 2015-03-26 Yao Qi <yao.qi@linaro.org>
12335 * gdb.base/savedregs.exp (process_saved_regs): Make
12336 "Saved registers:" optional in the pattern.
12338 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12340 * gdb.btrace/next.exp: Merged into step.exp.
12341 * gdb.btrace/finish.exp: Merged into step.exp.
12342 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12343 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12344 "record goto" and checking the exact replay position.
12345 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12346 check for "Recording format" in "info record" output.
12347 * gdb.btrace/record_goto.exp: Choose test file based on target.
12348 * gdb.btrace/x86-record_goto.S: Renamed into ...
12349 * gdb.btrace/x86_64-record_goto.S: ... this.
12350 * gdb.btrace/i686-record_goto.S: New.
12351 * gdb.btrace/x86-tailcall.S: Renamed into ...
12352 * gdb.btrace/x86_64-tailcall.S: ... this.
12353 * gdb.btrace/i686-tailcall.S: New.
12354 * gdb.btrace/x86-tailcall.c: Renamed into ...
12355 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12356 separate statements. Update test.
12357 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12358 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12359 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12360 * gdb.btrace/tailcall.exp: Choose test file based on target.
12361 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12363 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12365 * gdb.btrace/exception.exp: Increase BTS buffer size.
12367 2015-03-24 Pedro Alves <palves@redhat.com>
12369 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12371 2015-03-24 Pedro Alves <palves@redhat.com>
12373 * gdb.threads/schedlock.exp (test_step): No longer expect that
12374 "set scheduler-locking step" with "next" over a function call runs
12377 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12379 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12381 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12383 PR breakpoints/16466
12384 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12385 * gdb.mi/mi-pending.c (thread_func): New function.
12386 (int main): Add threading support required.
12387 * gdb.mi/mi-pending.exp: Add tests for this issue.
12388 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12389 (pendfunc2): Remove stdio dependency.
12390 * gdb.mi/mi-pendshr2.c: New file.
12392 2015-03-23 Keith Seitz <keiths@redhat.com>
12394 * gdb.linespec/keywords.c: New file.
12395 * gdb.linespec/keywords.exp: New file.
12397 2015-03-23 Keith Seitz <keiths@redhat.com>
12400 * gdb.dwarf2/staticvirtual.exp: New test.
12402 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12404 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12405 * README: Remove HP-UX and gdb.hp.
12407 * configure: Regenerate.
12408 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12409 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12410 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12411 gdb.hp/gdb.defects/Makefile.
12412 * gdb.hp/Makefile.in: File deleted.
12413 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12414 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12415 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12416 * gdb.hp/gdb.aCC/run.c: File deleted.
12417 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12418 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12419 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12420 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12421 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12422 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12423 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12424 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12425 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12426 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12427 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12428 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12429 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12430 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12431 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12432 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12433 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12434 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12435 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12436 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12437 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12438 * gdb.hp/gdb.compat/average.c: File deleted.
12439 * gdb.hp/gdb.compat/sum.c: File deleted.
12440 * gdb.hp/gdb.compat/xdb.c: File deleted.
12441 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12442 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12443 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12444 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12445 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12446 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12447 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12448 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12449 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12450 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12451 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12452 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12453 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12454 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12455 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12456 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12457 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12458 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12459 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12460 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12461 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12462 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12463 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12464 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12465 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12466 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12467 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12468 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12469 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12470 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12471 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12472 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12473 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12474 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12475 * gdb.hp/tools/odump: File deleted.
12477 2015-03-19 Pedro Alves <palves@redhat.com>
12479 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12480 (saw_thread_3): New globals.
12481 (top level): Increment them when an event for the corresponding
12483 (no thread starvation): New test.
12485 2015-03-19 Pedro Alves <palves@redhat.com>
12487 * gdb.threads/continue-pending-status.c: New file.
12488 * gdb.threads/continue-pending-status.exp: New file.
12490 2015-03-18 Pedro Alves <palves@redhat.com>
12492 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12493 Use gdb_is_target_remote instead of is_remote. Use
12494 gdb_test_multiple instead of gdb_expect. Exit early if
12495 gdb_test_multiple hits its internal matches. Tighten stepi tests
12496 expected output. Fail on exit with any signal, instead of just
12499 2015-03-18 Yao Qi <yao.qi@linaro.org>
12502 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12504 * gdb.base/catch-syscall.exp: Don't skip it on
12505 aarch64*-*-linux* target. Remove elements in all_syscalls.
12506 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12508 (setup_all_syscalls): New proc.
12510 2015-03-16 Yao Qi <yao.qi@linaro.org>
12512 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12513 (top level): Skip tests if valid_addr_p returns false for
12516 2015-03-11 Andy Wingo <wingo@igalia.com>
12518 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12520 2015-03-11 Yao Qi <yao.qi@linaro.org>
12522 * gdb.base/catch-syscall.exp: Fix typo in comments.
12524 2015-03-11 Yao Qi <yao.qi@linaro.org>
12526 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12528 2015-03-09 Pedro Alves <palves@redhat.com>
12530 * dg-extract-results.py: Delete.
12532 2015-03-09 Pedro Alves <palves@redhat.com>
12534 Merge dg-extract-results.sh from GCC upstream (r218843).
12536 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12537 * dg-extract-results.sh: Use --text with grep to avoid issues with
12538 binary files. Fall back to cat -v, if that doesn't work.
12540 2015-03-05 Pedro Alves <palves@redhat.com>
12542 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12544 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12546 * lib/mi-support.exp (mi_expect_interrupt): Accept
12547 alternative event for when in all-stop mode.
12549 2015-03-04 Pedro Alves <palves@redhat.com>
12551 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12553 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12555 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12557 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12559 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12560 regexps for GDB's current line display, accept a hex address
12561 preceding the line number.
12563 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12565 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12566 the 'arch1' variable for "s390*-linux*" targets.
12568 2015-03-04 Pedro Alves <palves@redhat.com>
12570 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12571 (main): Pass missing retval argument to pthread_join call.
12573 2015-03-02 Pedro Alves <palves@redhat.com>
12575 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12576 (top level): Call do_test with non-stop as well.
12578 2015-03-02 Pedro Alves <palves@redhat.com>
12580 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12583 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12585 * gdb.arch/s390-vregs.exp: New test.
12586 * gdb.arch/s390-vregs.S: New file.
12588 2015-02-27 Pedro Alves <palves@redhat.com>
12590 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12591 call to catch_command_errors.
12592 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12593 catch_command_errors.
12595 2015-02-27 Pedro Alves <palves@redhat.com>
12597 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12598 "true" for boolean result.
12599 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12602 2015-02-27 Pedro Alves <palves@redhat.com>
12604 * lib/unbuffer_output.c: New file.
12605 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12606 (main): Call gdb_unbuffer_output.
12608 2015-02-27 Yao Qi <yao.qi@linaro.org>
12610 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12613 2015-02-26 Doug Evans <dje@google.com>
12615 * gdb.cp/class2.cc (Dbase, D): New classes.
12616 (main): New local delta.
12617 * gdb.cp/class2.exp: Test printing delta.
12618 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12619 (dynbar): New global.
12620 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12622 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12624 * gdb.compile/compile-ifunc.c: New file.
12625 * gdb.compile/compile-ifunc.exp: New file.
12627 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12629 * gdb.base/structs.exp: Check for correct struct on finish.
12631 2015-02-26 Yao Qi <yao.qi@linaro.org>
12633 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12636 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12638 * gdb.arch/cordic.ko.bz2: New file.
12639 * gdb.arch/cordic.ko.debug.bz2: New file.
12640 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12642 2015-02-25 Yao Qi <yao.qi@linaro.org>
12644 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12645 aarch64*-*-* target.
12647 2015-02-23 Pedro Alves <palves@redhat.com>
12649 * lib/gdb.exp (delete_breakpoints): Rewrite using
12652 2015-02-23 Pedro Alves <palves@redhat.com>
12654 * gdb.base/info-os.c: Include stdlib.h.
12656 2015-02-22 Doug Evans <xdje42@gmail.com>
12659 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12660 is read after symbols have been re-read.
12661 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12662 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12664 2015-02-21 Doug Evans <dje@google.com>
12666 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12668 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12671 * gdb.arch/i386-biarch-core.core.bz2: New file.
12672 * gdb.arch/i386-biarch-core.exp: New file.
12674 2015-02-21 Pedro Alves <palves@redhat.com>
12676 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12679 2015-02-20 Pedro Alves <palves@redhat.com>
12681 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12684 2015-02-20 Pedro Alves <palves@redhat.com>
12686 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12688 2015-02-20 Pedro Alves <palves@redhat.com>
12690 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12691 clean_restart before gdb_target_supports_trace.
12693 2015-02-20 Pedro Alves <palves@redhat.com>
12696 * gdb.threads/clone-thread_db.c: New file.
12697 * gdb.threads/clone-thread_db.exp: New file.
12699 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12701 PR breakpoints/16812
12702 * gdb.base/catch-gdb-caused-signals.c: New file.
12703 * gdb.base/catch-gdb-caused-signals.exp: New file.
12705 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12707 * configure: Regenerated.
12708 * configure.ac: Use GDB_AC_TRANSFORM.
12709 * aclocal.m4: sinclude ../transform.m4.
12711 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12713 * lib/dtrace.exp: New file.
12714 * gdb.base/dtrace-probe.exp: Likewise.
12715 * gdb.base/dtrace-probe.d: Likewise.
12716 * gdb.base/dtrace-probe.c: Likewise.
12717 * lib/pdtrace.in: Likewise.
12718 * configure.ac: Output variables with the transformed names of
12719 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12720 * configure: Regenerated.
12722 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12724 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12725 expected message when trying to access $_probe_* convenience
12726 variables while not on a probe.
12728 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12730 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12732 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12734 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12735 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12737 2015-02-10 Doug Evans <xdje42@gmail.com>
12739 * lib/gdb.exp (gdb_load): Always return a result.
12741 2015-02-10 Pedro Alves <palves@redhat.com>
12743 * gdb.threads/signal-sigtrap.c: New file.
12744 * gdb.threads/signal-sigtrap.exp: New file.
12746 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12748 * gdb.trace/no-attach-trace.c: New file.
12749 * gdb.trace/no-attach-trace.exp: New file.
12751 2015-02-09 Mark Wielaard <mjw@redhat.com>
12753 * gdb.dwarf2/atomic.c: New file.
12754 * gdb.dwarf2/atomic-type.exp: Likewise.
12756 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12758 * gdb.btrace/buffer-size.exp: Update "info record" output.
12759 * gdb.btrace/delta.exp: Update "info record" output.
12760 * gdb.btrace/enable.exp: Update "info record" output.
12761 * gdb.btrace/finish.exp: Update "info record" output.
12762 * gdb.btrace/instruction_history.exp: Update "info record" output.
12763 * gdb.btrace/next.exp: Update "info record" output.
12764 * gdb.btrace/nexti.exp: Update "info record" output.
12765 * gdb.btrace/step.exp: Update "info record" output.
12766 * gdb.btrace/stepi.exp: Update "info record" output.
12767 * gdb.btrace/nohist.exp: Update "info record" output.
12769 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12771 * gdb.btrace/buffer-size: New.
12773 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12775 * gdb.btrace/delta.exp: Update "info record" output.
12776 * gdb.btrace/enable.exp: Update "info record" output.
12777 * gdb.btrace/finish.exp: Update "info record" output.
12778 * gdb.btrace/instruction_history.exp: Update "info record" output.
12779 * gdb.btrace/next.exp: Update "info record" output.
12780 * gdb.btrace/nexti.exp: Update "info record" output.
12781 * gdb.btrace/step.exp: Update "info record" output.
12782 * gdb.btrace/stepi.exp: Update "info record" output.
12783 * gdb.btrace/nohist.exp: Update "info record" output.
12785 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12788 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12790 2015-02-06 Pedro Alves <palves@redhat.com>
12792 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12794 (seconds_left, again): New globals.
12795 (main): Wait seconds_left in a 1-second sleep loop instead of
12796 sleeping 180 seconds. If 'again' is set, reset the seconds
12798 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12799 'again' in the inferior before detaching. Print the seconds left.
12800 (options): New global.
12801 (top level): Build program with -DTIMEOUT=$timeout.
12803 2015-02-06 Pedro Alves <palves@redhat.com>
12805 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12806 determine how many seconds to pass to 'alarm'.
12807 * gdb.base/gdb-sigterm.exp (top level): Build program with
12808 -DTIMEOUT=$timeout.
12809 (do_test): Return success/failure indication. Add more verbose
12810 logging. Don't fail if 200 single steps are seen. Instead, fail
12811 when the test times out.
12812 (passes): New global.
12813 (top level): Break the testing loop if testing fails on any
12814 iteration. Use gdb_assert.
12816 2015-02-04 Don Breazeal <donb@codesourcery.com>
12818 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12819 and initialize them.
12820 (ipc_cleanup): New function.
12821 (main): Don't declare shmid, semid, and msqid. Add a call to
12822 atexit so that we call ipc_cleanup on exit.
12824 2015-02-04 Pedro Alves <palves@redhat.com>
12826 * boards/native-extended-gdbserver.exp: Remove any target variant
12827 specifications from the board name before clearing the isremote
12828 flag from board_info.
12830 2015-01-31 Doug Evans <xdje42@gmail.com>
12832 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12834 2015-01-31 Gary Benson <gbenson@redhat.com>
12836 * gdb.base/completion.exp: Disable completion limiting for
12837 existing tests. Add new tests to check completion limiting.
12838 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12840 2015-01-31 Doug Evans <xdje42@gmail.com>
12842 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12844 2015-01-31 Doug Evans <xdje42@gmail.com>
12846 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12847 entries. Duplicate file section script entries.
12848 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12849 inlined entries. Add test for safe-path rejection.
12850 * gdb.python/py-section-script.c: Add duplicate inlined section script
12851 entries. Duplicate file section script entries.
12852 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12853 inlined entries. Add test for safe-path rejection.
12855 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12857 * gdb.ada/disc_arr_bound: New testcase.
12859 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12861 * gdb.ada/mi_var_array: New testcase.
12863 2015-01-27 Doug Evans <dje@google.com>
12865 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12866 Add test for objfile.filename, objfile.username after objfile
12869 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12871 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12872 the second test to print the name attribute of value
12873 returned by the call to gdb.lookup_type, and adjust
12874 the expected output accordingly.
12876 2015-01-25 Mark Wielaard <mjw@redhat.com>
12878 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12879 * gdb.base/disp-step-fork.c: Include unistd.h.
12880 * gdb.base/siginfo-obj.c: Include stdio.h.
12881 * gdb.base/siginfo-thread.c: Likewise.
12882 * gdb.mi/non-stop.c: Include unistd.h.
12883 * gdb.mi/nsthrexec.c: Include stdio.h.
12884 * gdb.mi/pthreads.c: Include unistd.h.
12885 * gdb.modula2/unbounded1.c (main): Declare returns int.
12886 * gdb.reverse/consecutive-reverse.c: Likewise.
12887 * gdb.threads/create-fail.c: Include unistd.h.
12888 * gdb.threads/killed.c: Likewise.
12889 * gdb.threads/linux-dp.c: Likewise.
12890 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12891 * gdb.threads/non-ldr-exc-2.c: Likewise.
12892 * gdb.threads/non-ldr-exc-3.c: Likewise.
12893 * gdb.threads/non-ldr-exc-4.c: Likewise.
12894 * gdb.threads/pthreads.c: Include unistd.h.
12895 (main): Declare returns int.
12896 * gdb.threads/tls-main.c (foo): New declaration.
12897 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12899 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12901 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12902 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12904 2015-01-15 Mark Wielaard <mjw@redhat.com>
12906 * gdb.base/noreturn-return.c: New file.
12907 * gdb.base/noreturn-return.exp: New file.
12908 * gdb.base/noreturn-finish.c: New file.
12909 * gdb.base/noreturn-finish.exp: New file.
12911 2015-01-23 Pedro Alves <palves@redhat.com>
12913 * gdb.threads/continue-pending-after-query.c: New file.
12914 * gdb.threads/continue-pending-after-query.exp: New file.
12916 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12917 Simon Marchi <simon.marchi@ericsson.com>
12919 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12920 * gdb.base/valgrind-db-attach.exp: Same.
12921 * gdb.base/valgrind-infcall.exp: Same.
12922 * lib/mi-support.exp (default_mi_gdb_start): Same.
12923 * lib/prompt.exp (default_prompt_gdb_start): Same.
12924 * lib/gdb.exp (default_gdb_spawn): Same.
12925 (gdb_interact): New.
12928 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12930 * gdb.compile/compile.exp (pointer to jit function): New test.
12932 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12934 * lib/gdb.exp (supports_process_record): Return true for
12936 (supports_reverse): Likewise.
12938 2015-01-15 Don Breazeal <donb@codesourcery.com>
12940 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12941 instead of checking whether the target board is remote and
12942 use spawn_wait_for_attach instead of exec/sleep.
12943 * gdb.base/attach-twice.exp: Likewise.
12945 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12947 * gdb.ada/var_arr_attrs: New testcase.
12949 2015-01-14 Pedro Alves <palves@redhat.com>
12950 Joel Brobecker <brobecker@adacore.com>
12953 * gdb.base/bp-cmds-execution-x-script.c: New file.
12954 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12955 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12957 2015-01-14 Pedro Alves <palves@redhat.com>
12960 * gdb.base/batch-preserve-term-settings.c: New file.
12961 * gdb.base/batch-preserve-term-settings.exp: New file.
12963 2015-01-13 Doug Evans <dje@google.com>
12965 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12968 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12970 * Makefile.in (clean mostlyclean): Do not delete *.py.
12972 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12974 * gdb.python/py-lookup-type.exp: New file.
12976 2015-01-12 Pedro Alves <palves@redhat.com>
12978 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12979 restore GDBFLAGS before returning.
12981 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12983 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12984 is_amd64_regs_target and is_x86_like_target.
12986 2015-01-11 Doug Evans <xdje42@gmail.com>
12988 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12989 is given without an explicit form.
12990 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12992 * gdb.dwarf/corrupt.exp: Ditto.
12993 * gdb.dwarf2/enum-type.exp: Ditto.
12994 * gdb.trace/entry-values.exp: Ditto.
12995 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12997 2015-01-11 Doug Evans <xdje42@gmail.com>
13000 * gdb.base/maint.exp: Remove references to "maint demangle".
13001 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13002 Add tests for explicitly specifying language to demangle.
13003 * gdb.dlang/demangle.exp: Ditto.
13005 2015-01-09 Pedro Alves <palves@redhat.com>
13007 * gdb.threads/non-stop-fair-events.c: New file.
13008 * gdb.threads/non-stop-fair-events.exp: New file.
13010 2015-01-09 Pedro Alves <palves@redhat.com>
13012 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13013 the global scope. Set a breakpoint after all threads are started
13014 rather than stepping over two source lines. Expect the prompt.
13015 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13018 (main): Use threads_started_barrier to wait for all threads to
13019 start. Main thread no longer calls thread_function. Exit after
13021 (loop): New function.
13022 (thread_function): Wait on threads_started_barrier barrier. Call
13023 'loop' at each iteration.
13024 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13025 threads have started, instead of hardcoding number of "next"
13026 steps. Use an access watchpoint instead of a write watchpoint.
13028 2015-01-09 Pedro Alves <palves@redhat.com>
13030 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13031 (thread_func): Wait on barrier.
13032 (main): Wait for all threads to start before stopping GDB.
13033 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13035 (thread1_func, thread2_func): Wait on barrier.
13036 (main): Wait for all threads to start before stopping GDB.
13037 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13039 (thread1_func, thread2_func): Wait on barrier.
13040 (main): Wait for all threads to start before stopping GDB.
13042 2015-01-09 Pedro Alves <palves@redhat.com>
13044 * gdb.threads/attach-many-short-lived-threads.c: New file.
13045 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13047 2014-01-09 Pedro Alves <palves@redhat.com>
13049 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13050 instead of to thread 2.
13051 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13052 Add barrier around each pthread_create call instead of around all
13054 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13055 Set a break on thread_function and have the child threads hit it
13058 2015-01-09 Pedro Alves <palves@redhat.com>
13060 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13061 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13063 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13064 checking whether the target board is remote.
13065 * gdb.multi/multi-attach.exp: Likewise.
13066 * gdb.python/py-sync-interp.exp: Likewise.
13067 * gdb.server/ext-attach.exp: Likewise.
13068 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13069 tests that need to attach, instead of checking whether the target
13070 board is remote at the top of the file.
13072 2015-01-08 Yao Qi <yao@codesourcery.com>
13074 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13076 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13078 Fix testcase compilation.
13079 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13081 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13083 * gdb.python/py-type.exp: Add a couple test about empty
13084 array creation, and negative-length array creation.
13086 2015-01-02 Doug Evans <xdje42@gmail.com>
13088 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13090 2015-01-02 Doug Evans <dje@google.com>
13092 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13094 2014-12-29 Yao Qi <yao@codesourcery.com>
13096 * gdb.trace/entry-values.exp: Update comments. Rename variable
13097 bar_call_foo to returned_from_foo.
13099 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13102 * gdb.linespec/break-asm-file.c: New file.
13103 * gdb.linespec/break-asm-file.exp: New file.
13104 * gdb.linespec/break-asm-file0.s: New file.
13105 * gdb.linespec/break-asm-file1.s: New file.
13107 2014-12-18 Nigel Stephens <nigel@mips.com>
13108 Maciej W. Rozycki <macro@codesourcery.com>
13110 * gdb.base/float.exp: Handle the new output from "info float" on
13113 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13115 Fix MinGW compilation.
13116 * gdb.compile/compile-ops.exp: Update untested message if
13117 !skip_compile_feature_tests.
13118 * gdb.compile/compile-setjmp.exp: Likewise.
13119 * gdb.compile/compile-tls.exp: Likewise.
13120 * gdb.compile/compile.exp: Likewise.
13121 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13122 supported on this host".
13124 2014-12-16 Doug Evans <xdje42@gmail.com>
13126 * boards/stabs.exp: New file.
13128 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13130 * gdb.base/completion.exp: Adjust to format changes of "maint
13131 print user-registers".
13133 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13136 * gdb.arch/aarch64-fp.c: New file.
13137 * gdb.arch/aarch64-fp.exp: New file.
13139 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13141 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13142 r210637, r210913, r211666, r215400, r215817).
13144 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13145 * dg-extract-results.py: New file.
13146 * dg-extract-results.sh: Use it if the environment seems
13149 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13151 * dg-extract-results.py (parse_run): Handle warnings that
13152 are printed before a test harness is run.
13154 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13156 * dg-extract-results.py (Named): Remove __cmp__ method.
13157 (output_variation): Use a key to sort variation.harnesses.
13159 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13161 * dg-extract-results.py: For Python 3, force sys.stdout to
13162 handle surrogate escape sequences.
13163 (safe_open): New function.
13164 (output_segment, main): Use it.
13166 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13168 * dg-extract-results.py (Prog.result_re): Include options
13171 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13173 * dg-extract-results.py (output_variation): Always sort if
13176 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13178 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13179 as long as we get pagination notifications.
13181 2014-12-15 Jason Merrill <jason@redhat.com>
13183 * Makefile.in (check-gdb.%): Restore.
13184 * README: Mention it.
13186 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13188 * gdb.ada/str_uninit: New testcase.
13190 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13193 * gdb.base/vla-stub-define.c: New file.
13194 * gdb.base/vla-stub.c: New file.
13195 * gdb.base/vla-stub.exp: New file.
13197 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13198 Jan Kratochvil <jan.kratochvil@redhat.com>
13199 Tom Tromey <tromey@redhat.com>
13201 * configure.ac: Add gdb.compile/.
13202 * configure: Regenerate.
13203 * gdb.compile/Makefile.in: New file.
13204 * gdb.compile/compile-ops.exp: New file.
13205 * gdb.compile/compile-ops.c: New file.
13206 * gdb.compile/compile-tls.c: New file.
13207 * gdb.compile/compile-tls.exp: New file.
13208 * gdb.compile/compile-constvar.S: New file.
13209 * gdb.compile/compile-constvar.c: New file.
13210 * gdb.compile/compile-mod.c: New file.
13211 * gdb.compile/compile-nodebug.c: New file.
13212 * gdb.compile/compile-setjmp-mod.c: New file.
13213 * gdb.compile/compile-setjmp.c: New file.
13214 * gdb.compile/compile-setjmp.exp: New file.
13215 * gdb.compile/compile-shlib.c: New file.
13216 * gdb.compile/compile.c: New file.
13217 * gdb.compile/compile.exp: New file.
13218 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13220 2014-12-12 Tom Tromey <tromey@redhat.com>
13222 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13223 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13225 2014-12-12 Doug Evans <dje@google.com>
13227 * lib/gdb-python.exp (get_python_valueof): New function.
13228 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13230 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13232 * gdb.base/completion.exp: Add test for completion of "info
13235 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13237 * gdb.base/func-ptrs.c: New file.
13238 * gdb.base/func-ptrs.exp: New file.
13240 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13242 PR breakpoints/17012
13243 * gdb.base/dprintf-detach.c: New file.
13244 * gdb.base/dprintf-detach.exp: New file.
13246 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13248 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13249 * lib/gdb.exp (target_is_gdbserver): New procedure.
13251 2014-12-08 Doug Evans <dje@google.com>
13253 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13255 2014-12-05 Yao Qi <yao@codesourcery.com>
13257 * gdb.guile/scm-error.exp: Remove the third argument to
13258 gdb_remote_download.
13259 * gdb.guile/scm-frame-args.exp: Likewise.
13260 * gdb.guile/scm-section-script.exp: Likewise.
13262 2014-12-05 Yao Qi <yao@codesourcery.com>
13264 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13266 2014-12-04 Doug Evans <dje@google.com>
13268 * gdb.python/py-objfile.exp: Add tests for
13269 objfile.add_separate_debug_file.
13271 2014-12-04 Doug Evans <dje@google.com>
13273 * lib/gdb.exp (get_build_id): New function.
13274 (build_id_debug_filename_get): Rewrite to use it.
13275 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13277 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13279 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13280 `method(long)', not just 0x0.
13281 * gdb.cp/nsalias.exp: Align code labels to 4.
13282 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13283 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13284 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13285 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13286 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13287 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13289 2014-12-02 Doug Evans <dje@google.com>
13292 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13293 * gdb.cp/anon-ns2.cc: ... here. New file.
13294 * gdb.cp/anon-ns.exp: Update.
13296 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13298 * gdb.python/py-events.py (inferior_call_handler): New.
13299 (register_changed_handler, memory_changed_handler): New.
13300 (test_events.invoke): Register new handlers.
13301 * gdb.python/py-events.exp: Add tests for inferior call,
13302 memory_changed and register_changed events.
13304 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13306 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13307 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13308 if the linker doesn't understand this.
13310 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13312 * gdb.python/python.exp: Change expected reply to help().
13314 2014-12-01 Yao Qi <yao@codesourcery.com>
13316 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13317 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13318 * configure: Re-generated.
13320 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13322 * gdb.cp/chained-calls.cc: New file.
13323 * gdb.cp/chained-calls.exp: New file.
13324 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13326 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13328 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13329 * gdb.dwarf2/symtab-producer.exp: Same.
13330 * gdb.gdb/python-interrupts.exp: Same.
13331 * gdb.gdb/python-selftest.exp: Same.
13332 * gdb.python/py-linetable.exp: Same.
13333 * gdb.python/py-type.exp: Same.
13334 * gdb.python/py-value-cc.exp: Same.
13335 * gdb.python/py-value.exp: Same.
13337 2014-11-28 Yao Qi <yao@codesourcery.com>
13339 * gdb.base/break-probes.exp: Match library name prefixed with
13342 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13344 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13345 test expected output. Add parentheses for the call to print.
13346 Remove L suffix from integers.
13348 2014-11-26 Doug Evans <dje@google.com>
13350 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13352 2014-11-22 Yao Qi <yao@codesourcery.com>
13354 * gdb.trace/entry-values.c: Remove asms.
13355 (foo): Add foo_label.
13356 (bar): Add bar_label.
13357 * gdb.trace/entry-values.exp: Remove code computing foo's
13358 length and bar's length.
13359 (Dwarf::assemble): Invoke function_range for bar and use
13360 MACRO_AT_func for foo.
13362 2014-11-22 Yao Qi <yao@codesourcery.com>
13364 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13365 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13366 Use .Lgcc43_procstart instead of gcc43.
13368 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13370 * gdb.ada/n_arr_bound: New testcase.
13372 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13374 PR breakpoints/10737
13375 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13376 test_catch_syscall_multi_arch.
13377 (test_catch_syscall_multi_arch): New function.
13379 2014-11-20 Doug Evans <xdje42@gmail.com>
13381 * gdb.base/maint.exp: Update expected output.
13383 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13385 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13386 4-byte instruction on S390.
13388 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13390 * gdb.ada/arr_arr: New testcase.
13392 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13394 * gdb.ada/pkd_arr_elem: New Testcase.
13396 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13398 * gdb.reverse/break-precsave: Expect completion message for
13400 * gdb.reverse/consecutive-precsave.exp: Likewise.
13401 * gdb.reverse/finish-precsave.exp: Likewise.
13402 * gdb.reverse/i386-precsave.exp: Likewise.
13403 * gdb.reverse/machinestate-precsave.exp: Likewise.
13404 * gdb.reverse/sigall-precsave.exp: Likewise.
13405 * gdb.reverse/solib-precsave.exp: Likewise.
13406 * gdb.reverse/step-precsave.exp: Likewise.
13407 * gdb.reverse/until-precsave.exp: Likewise.
13408 * gdb.reverse/watch-precsave.exp: Likewise.
13410 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13412 * gdb.base/bp-permanent.c: Include unistd.h.
13413 * gdb.python/py-framefilter-mi.c (main): Add return type.
13414 * gdb.python/py-framefilter.c (main): Likewise.
13415 * gdb.trace/actions-changed.c (main): Likewise.
13417 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13419 * gdb.mi/until.c: Add eye-catchers.
13420 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13423 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13425 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13426 function header variants in break1.c.
13427 * gdb.base/ena-dis-br.exp: Likewise.
13428 * gdb.base/hbreak2.exp: Likewise.
13429 * gdb.reverse/until-precsave.exp: Drop references to removed
13430 non-prototype function header variants in ur1.c.
13431 * gdb.reverse/until-reverse.exp: Likewise.
13433 2014-11-17 Petr Machata <pmachata@redhat.com>
13435 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13436 ${_cu_offset_size} bytes abbrev offset.
13438 2014-11-15 Doug Evans <xdje42@gmail.com>
13441 * gdb.base/line-symtabs.exp: New file.
13442 * gdb.base/line-symtabs.c: New file.
13443 * gdb.base/line-symtabs.h: New file.
13445 2014-11-14 Yao Qi <yao@codesourcery.com>
13447 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13448 (func): Add label func_label.
13449 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13450 Replace low_pc and high_pc with MACRO_AT_range.
13451 Replace name, low_pc and high_pc with MACRO_AT_func.
13453 2014-11-14 Yao Qi <yao@codesourcery.com>
13455 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13456 Replace name, low_pc and high_pc with MACRO_AT_func.
13458 2014-11-14 Yao Qi <yao@codesourcery.com>
13460 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13461 produce debug information.
13462 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13464 2014-11-14 Yao Qi <yao@codesourcery.com>
13466 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13467 object and get function length.
13468 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13469 with MACRO_AT_func.
13470 (top-level): Replace gdb_compile and clean_restart with
13471 prepare_for_testing.
13472 * gdb.dwarf2/main.c (main): Add label main_label.
13474 2014-11-14 Yao Qi <yao@codesourcery.com>
13476 * lib/dwarf.exp (function_range): New procedure.
13477 (Dwarf::_handle_macro_at_func): New procedure.
13478 (Dwarf::_handle_macro_at_range): New procedure.
13479 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13481 2014-11-14 Yao Qi <yao@codesourcery.com>
13483 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13484 (_handle_attribute): New procedure.
13486 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13488 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13489 * gdb.base/call-sc.c (zed): Likewise.
13490 * gdb.base/checkpoint.c (main): Likewise.
13491 * gdb.base/dump.c (main): Likewise.
13492 * gdb.base/gcore.c (main): Likewise.
13493 * gdb.base/huge.c (main): Likewise.
13494 * gdb.base/multi-forks.c (main): Likewise.
13495 * gdb.base/pr10179-a.c (main): Likewise.
13496 * gdb.base/savedregs.c (main): Likewise.
13497 * gdb.base/sigaltstack.c (main): Likewise.
13498 * gdb.base/siginfo.c (main): Likewise.
13499 * gdb.base/structs.c (zed): Likewise.
13500 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13501 * gdb.mi/mi-syn-frame.c (main): Likewise.
13502 * gdb.mi/until.c (foo, main): Likewise.
13503 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13504 * gdb.base/solib-weak.c (foo): Declare.
13505 * gdb.base/attach-twice.c: Include stdio.h.
13506 * gdb.base/weaklib1.c: Likewise.
13507 * gdb.base/weaklib2.c: Likewise.
13508 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13509 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13511 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13512 * gdb.mi/mi-exit-code.c: Likewise.
13513 * gdb.base/break-interp-lib.c: Include string.h.
13514 * gdb.base/coremaker.c: Likewise.
13515 * gdb.base/testenv.c: Likewise.
13516 * gdb.python/py-finish-breakpoint.c: Likewise.
13517 * gdb.base/inferior-died.c: Include sys/wait.h.
13518 * gdb.base/fileio.c: Include time.h.
13519 * gdb.base/async-shell.c: Include unistd.h.
13520 * gdb.base/dprintf-non-stop.c: Likewise.
13521 * gdb.base/info-os.c: Likewise.
13522 * gdb.mi/mi-console.c: Likewise.
13523 * gdb.mi/watch-nonstop.c: Likewise.
13524 * gdb.python/py-events.c: Likewise.
13525 * gdb.base/async.c (baz): Move up before its invocation.
13526 * gdb.base/code_elim2.c (my_global_func): Likewise.
13527 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13528 * gdb.base/advance.c (func2): Likewise.
13530 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13532 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13534 * gdb.base/annota3.c: Likewise.
13535 * gdb.base/async.c: Likewise.
13536 * gdb.base/average.c: Likewise.
13537 * gdb.base/call-ar-st.c: Likewise.
13538 * gdb.base/call-rt-st.c: Likewise.
13539 * gdb.base/call-sc.c: Likewise.
13540 * gdb.base/call-strs.c: Likewise.
13541 * gdb.base/ending-run.c: Likewise.
13542 * gdb.base/execd-prog.c: Likewise.
13543 * gdb.base/exprs.c: Likewise.
13544 * gdb.base/foll-exec.c: Likewise.
13545 * gdb.base/foll-fork.c: Likewise.
13546 * gdb.base/foll-vfork.c: Likewise.
13547 * gdb.base/funcargs.c: Likewise.
13548 * gdb.base/gcore.c: Likewise.
13549 * gdb.base/jump.c: Likewise.
13550 * gdb.base/langs0.c: Likewise.
13551 * gdb.base/langs1.c: Likewise.
13552 * gdb.base/langs2.c: Likewise.
13553 * gdb.base/mips_pro.c: Likewise.
13554 * gdb.base/nodebug.c: Likewise.
13555 * gdb.base/opaque0.c: Likewise.
13556 * gdb.base/opaque1.c: Likewise.
13557 * gdb.base/recurse.c: Likewise.
13558 * gdb.base/run.c: Likewise.
13559 * gdb.base/scope0.c: Likewise.
13560 * gdb.base/scope1.c: Likewise.
13561 * gdb.base/setshow.c: Likewise.
13562 * gdb.base/setvar.c: Likewise.
13563 * gdb.base/shmain.c: Likewise.
13564 * gdb.base/shr1.c: Likewise.
13565 * gdb.base/shr2.c: Likewise.
13566 * gdb.base/sigall.c: Likewise.
13567 * gdb.base/signals.c: Likewise.
13568 * gdb.base/so-indr-cl.c: Likewise.
13569 * gdb.base/solib2.c: Likewise.
13570 * gdb.base/structs.c: Likewise.
13571 * gdb.base/sum.c: Likewise.
13572 * gdb.base/vforked-prog.c: Likewise.
13573 * gdb.base/watchpoint.c: Likewise.
13574 * gdb.reverse/shr2.c: Likewise.
13575 * gdb.reverse/until-reverse.c: Likewise.
13576 * gdb.reverse/ur1.c: Likewise.
13577 * gdb.reverse/watch-reverse.c: Likewise.
13579 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13581 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13583 * gdb.base/sepdebug.exp: Drop references to removed code.
13585 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13587 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13588 variant. Preserve original line numbering.
13589 * gdb.base/list1.c: Likewise.
13591 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13593 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13595 * gdb.base/break1.c: Likewise.
13596 * gdb.base/break.exp: Drop references to removed code.
13598 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13600 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13603 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13605 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13607 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13609 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13610 logic into perform_all_tests() and invoke it with and without
13611 function header prototypes.
13612 (do_function_calls): Remove conditional XFAIL for PR 5318.
13613 (rerun_and_prepare): Remove duplicate code.
13614 (perform_all_tests): New. Main logic moved here.
13616 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13618 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13619 code guarded by #ifdef NO_PROTOTYPES.
13620 (t_double_many_args): Likewise.
13621 (DEF_FUNC_MANY_ARGS_1): Likewise.
13622 (DEF_FUNC_VALUES_1): Likewise.
13623 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13624 guarded by #ifdef PROTOTYPES.
13626 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13628 * gdb.mi/mi-console.c: Add eye-catcher.
13629 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13630 instead of literal line number.
13632 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13634 * gdb.base/shr2.c: Add eye-catcher.
13635 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13638 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13640 * gdb.base/jump.c: Add eye-catchers.
13641 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13644 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13646 * gdb.base/execd-prog.c: Add eye-catchers.
13647 * gdb.base/foll-exec.c: Likewise.
13648 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13651 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13653 * gdb.base/ending-run.c: Add eye-catchers.
13654 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13655 literal line numbers.
13657 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13659 * gdb.base/call-rt-st.c: Add eye-catchers.
13660 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13661 literal line numbers.
13663 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13665 * gdb.base/call-ar-st.c: Add eye-catchers.
13666 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13667 literal line numbers.
13669 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13671 * gdb.base/average.c: Add eye-catchers.
13672 * gdb.base/sum.c: Likewise.
13673 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13674 regexps dynamically.
13676 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13678 * gdb.base/solib1.c: Add eye-catchers.
13679 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13680 literal line numbers.
13682 2014-11-12 Pedro Alves <palves@redhat.com>
13684 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13687 2014-11-12 Pedro Alves <palves@redhat.com>
13689 * gdb.arch/i386-bp_permanent.c: New file.
13690 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13691 (srcfile): Set to i386-bp_permanent.c.
13692 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13693 that stepi does not execute the 'leave' instruction, instead of
13694 testing it does execute.
13695 * gdb.base/bp-permanent.c: New file.
13696 * gdb.base/bp-permanent.exp: New file.
13698 2014-11-10 Doug Evans <xdje42@gmail.com>
13701 * gdb.base/symtab-search-order.exp: New file.
13702 * gdb.base/symtab-search-order.c: New file.
13703 * gdb.base/symtab-search-order-1.c: New file.
13704 * gdb.base/symtab-search-order-shlib-1.c: New file.
13706 2014-11-07 Pedro Alves <palves@redhat.com>
13709 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13712 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13715 * gdb.cp/pr17494.cc: New file.
13716 * gdb.cp/pr17494.exp: New file.
13718 2014-11-02 Yao Qi <yao@codesourcery.com>
13720 * gdb.python/python.exp: Get working directory and match the
13721 output of "set extended-prompt \\w " with it.
13723 2014-10-30 Doug Evans <dje@google.com>
13725 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13727 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13730 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13732 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13733 * gdb.base/realname-expand.exp: Likewise.
13734 * gdb.linespec/macro-relative.exp: Likewise.
13736 2014-10-29 Pedro Alves <palves@redhat.com>
13739 * gdb.threads/schedlock.c (some_function): New function.
13740 (call_function): New global.
13741 (MAYBE_CALL_SOME_FUNCTION): New macro.
13742 (thread_function): Call it.
13743 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13744 and use it instead of a global counter. Adjust all callers.
13745 (get_current_thread): Use "find current thread" for test message
13746 here rather than having all callers pass down the same string.
13747 (goto_loop): New procedure, factored out from ...
13748 (my_continue): ... this.
13749 (step_ten_loops): Change parameter from test message to command to
13751 (list_count): Delete global.
13752 (check_result): New procedure, factored out from duplicate top
13754 (continue tests): Wrap in with_test_prefix.
13755 (test_step): New procedure, factored out from duplicate top level
13757 (top level): Test "step" in combination with all scheduler-locking
13758 modes. Test "next" in combination with all scheduler-locking
13759 modes, and in combination with stepping over a function call or
13761 * gdb.threads/next-bp-other-thread.c: New file.
13762 * gdb.threads/next-bp-other-thread.exp: New file.
13764 2014-10-29 Pedro Alves <palves@redhat.com>
13767 * gdb.python/python.exp: Test a multi-line command that spawns
13768 interactive Python.
13769 * gdb.base/multi-line-starts-subshell.exp: New file.
13771 2014-10-29 Yao Qi <yao@codesourcery.com>
13773 * gdb.base/fileio.exp: Make directories on host.
13775 2014-10-29 Yao Qi <yao@codesourcery.com>
13777 * gdb.base/fileio.c (test_write): Close the file.
13779 2014-10-28 Pedro Alves <palves@redhat.com>
13782 * gdb.base/sigstep.c (no_handler): New global.
13783 (main): If 'no_handler is true, set the signal handlers to
13785 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13786 with_sw_watch and no_handler parameters. Handle them.
13787 (top level) <stepping over handler when stopped at a breakpoint
13788 test>: Add a test axis for testing with a software watchpoint, and
13789 another for testing with the signal handler set to SIG_IGN.
13790 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13791 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13793 2014-10-28 Pedro Alves <palves@redhat.com>
13796 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13797 * gdb.base/sigstep.exp (other_handler_location): New global.
13798 (advance): Support stepping into the signal handler, and running
13799 commands while in the handler.
13800 (in_handler_map): New global.
13801 (top level): In the advance test, add combinations for getting
13802 into the handler with stepping commands, and for running commands
13803 in the handler. Add comment descripting the advancei tests.
13805 2014-10-28 Pedro Alves <palves@redhat.com>
13807 * gdb.base/sigstep.exp: Use build_executable instead of
13808 prepare_for_testing.
13809 (top level): Move code that starts GDB, runs to main and creates a
13811 (restart): ... this new procedure.
13812 (top level): Move backtrace from signal handler test to ...
13813 (validate_backtrace): ... this new procedure.
13814 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13815 with_test_prefix. Always restart GDB.
13816 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13817 with_test_prefix. Always restart GDB. No need to delete
13818 breakpoints after the test.
13819 (test_skip_handler): Remove prefix parameter.
13820 (skip_over_handler, breakpoint_to_handler)
13821 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13822 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13823 restart GDB. No need to delete breakpoints after the test.
13824 (top level): Use foreach to call the test procedures with
13825 different commands.
13827 2014-10-28 Pedro Alves <palves@redhat.com>
13829 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13830 instead of GNATS numbers.
13831 * gdb.base/sigbpt.exp: Likewise.
13832 * gdb.base/siginfo.exp: Likewise.
13833 * gdb.base/sigstep.exp: Likewise.
13835 2014-10-27 Pedro Alves <palves@redhat.com>
13837 * gdb.base/sigstep.c (dummy): New global.
13838 (main): Issue a couple writes to the new global.
13839 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13841 (skip_over_handler): Use test_skip_handler.
13842 (top level): Call skip_over_handler for stepi and nexti too.
13843 (breakpoint_over_handler): Use test_skip_handler.
13844 (top level): Call breakpoint_over_handler for stepi and nexti too.
13846 2014-10-27 Yao Qi <yao@codesourcery.com>
13848 * gdb.trace/tfile.c (adjust_function_address)
13849 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13850 function descriptor.
13852 2014-10-24 Don Breazeal <donb@codesourcery.com>
13854 * gdb.base/foll-fork.exp (test_follow_fork,
13855 catch_fork_child_follow): Check for updated fork messages emitted
13857 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13858 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13859 vfork_and_exec_child_follow_through_step): Check for updated vfork
13860 messages emitted from infrun.c.
13862 2014-10-24 Pedro Alves <palves@redhat.com>
13864 * gdb.base/corefile.exp: Remove references to ultrix.
13865 * gdb.base/interrupt.exp: Likewise.
13866 * gdb.base/whatis.exp: Likewise.
13867 * gdb.gdb/selftest.exp: Likewise.
13868 * gdb.threads/manythreads.exp: Likewise.
13869 * gdb.threads/print-threads.exp: Likewise.
13870 * gdb.threads/pthreads.exp:: Likewise.
13871 * gdb.threads/schedlock.exp: Likewise.
13873 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13875 * gdb.cp/non-trivial-retval.cc: Add a test case.
13876 * gdb.cp/non-trivial-retval.exp: Add a test.
13878 2014-10-20 Yao Qi <yao@codesourcery.com>
13880 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13881 * gdb.python/py-objfile-script-gdb.py: New file.
13882 * gdb.python/py-objfile-script.exp: Update reference to
13883 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13884 of remote_download. Remove the dest file.
13886 2014-10-20 Yao Qi <yao@codesourcery.com>
13888 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13889 * gdb.base/step-line.exp: Likewise.
13890 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13891 * gdb.dwarf2/dw2-basic.exp: Likewise.
13892 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13893 * gdb.dwarf2/dw2-filename.exp: Likewise.
13894 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13895 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13896 * gdb.dwarf2/dw2-producer.exp: Likewise.
13897 * gdb.dwarf2/mac-fileno.exp: Likewise.
13898 * gdb.python/py-frame-args.exp: Likewise.
13899 * gdb.python/py-framefilter.exp: Likewise.
13900 * gdb.python/py-mi.exp: Likewise.
13901 * gdb.python/py-objfile-script.exp: Likewise
13902 * gdb.python/py-pp-integral.exp: Likewise.
13903 * gdb.python/py-pp-re-notag.exp: Likewise.
13904 * gdb.python/py-prettyprint.exp: Likewise.
13905 * gdb.python/py-section-script.exp: Likewise.
13906 * gdb.python/py-typeprint.exp: Likewise.
13907 * gdb.python/py-xmethods.exp: Likewise.
13908 * gdb.stabs/weird.exp: Likewise.
13909 * gdb.xml/tdesc-regs.exp: Likewise.
13911 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13913 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13914 (out_cu): Use addr_len for the size of addresses.
13915 (out_line): Likewise. Size DW_LNE_set_address instruction
13916 according to addr_len.
13917 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13918 (FUNC): Add START_INSNS to definition.
13920 2014-10-18 Yao Qi <yao@codesourcery.com>
13922 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13923 gdb_has_argv0 return true.
13924 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13925 check [target_info exists noargs], check [gdb_has_argv0]
13927 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13928 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13931 2014-10-17 Doug Evans <dje@google.com>
13933 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13935 * gdb.python/py-events.py: Add clear_objfiles event.
13937 2014-10-17 Doug Evans <dje@google.com>
13939 * gdb.python/py-objfile.exp: Test progspace attribute.
13941 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13943 * gdb.guile/scm-breakpoint.exp: Do not assume any
13944 directory separators when matching source file paths.
13945 * gdb.python/py-breakpoint.exp: Likewise.
13946 * gdb.reverse/break-precsave.exp: Likewise.
13947 * gdb.reverse/break-reverse.exp: Likewise.
13948 * gdb.reverse/consecutive-precsave.exp: Likewise.
13949 * gdb.reverse/finish-precsave.exp: Likewise.
13950 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13951 * gdb.reverse/finish-reverse.exp: Likewise.
13952 * gdb.reverse/i386-precsave.exp: Likewise.
13953 * gdb.reverse/i387-env-reverse.exp: Likewise.
13954 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13955 * gdb.reverse/machinestate-precsave.exp: Likewise.
13956 * gdb.reverse/machinestate.exp: Likewise.
13957 * gdb.reverse/sigall-precsave.exp: Likewise.
13958 * gdb.reverse/solib-precsave.exp: Likewise.
13959 * gdb.reverse/step-precsave.exp: Likewise.
13960 * gdb.reverse/until-precsave.exp: Likewise.
13961 * gdb.reverse/watch-precsave.exp: Likewise.
13962 * gdb.reverse/watch-reverse.exp: Likewise.
13964 2014-10-17 Yao Qi <yao@codesourcery.com>
13966 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13967 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13969 2014-10-17 Pedro Alves <palves@redhat.com>
13972 * gdb.base/bg-execution-repeat.c: New file.
13973 * gdb.base/bg-execution-repeat.exp: New file.
13975 2014-10-17 Pedro Alves <palves@redhat.com>
13978 * gdb.base/continue-all-already-running.c: New file.
13979 * gdb.base/continue-all-already-running.exp: New file.
13981 2014-10-17 Pedro Alves <palves@redhat.com>
13984 * gdb.base/annota-input-while-running.c: New file.
13985 * gdb.base/annota-input-while-running.exp: New file.
13987 2014-10-17 Pedro Alves <palves@redhat.com>
13989 * gdb.base/callfuncs.exp: emove references to osf.
13990 * gdb.base/sigall.exp: Likewise.
13991 * gdb.gdb/selftest.exp: Likewise.
13992 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13993 * gdb.mi/non-stop.c: Likewise.
13994 * gdb.mi/pthreads.c: Likewise.
13995 * gdb.reverse/sigall-precsave.exp: Likewise.
13996 * gdb.reverse/sigall-reverse.exp: Likewise.
13997 * gdb.threads/pthreads.c: Likewise.
13998 * gdb.threads/pthreads.exp: Likewise.
14000 2014-10-17 Yao Qi <yao@codesourcery.com>
14002 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14003 check 'target_info exists noargs'.
14004 (test_command_prompt_position): Likewise.
14005 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14007 (progvar_simple_while_test): Likewise.
14008 (progvar_complex_if_while_test): Likewise.
14009 (if_while_breakpoint_command_test): Likewise.
14010 (infrun_breakpoint_command_test): Likewise.
14011 (breakpoint_command_test): Likewise.
14012 (watchpoint_command_test): Likewise.
14013 (bp_deleted_in_command_test): Likewise.
14014 (temporary_breakpoint_commands): Likewise.
14016 2014-10-16 Yao Qi <yao@codesourcery.com>
14018 * gdb.base/remotetimeout.exp: Remove noargs checking.
14020 2014-10-15 Pedro Alves <palves@redhat.com>
14022 PR breakpoints/9649
14023 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14024 * gdb.base/breakpoint-in-ro-region.exp
14025 (probe_target_hardware_step): New procedure.
14026 (top level): Probe hardware stepping and hardware breakpoint
14027 support. Test stepping through a read-only region, with both
14028 "breakpoint auto-hw" on and off and both "always-inserted" on and
14031 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14033 * gdb.dlang/demangle.exp: Update for demangling changes.
14035 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14037 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14038 * gdb.cp/non-trivial-retval.exp: Add new tests.
14040 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14044 * gdb.cp/non-trivial-retval.cc: New file.
14045 * gdb.cp/non-trivial-retval.exp: New file.
14047 2014-10-15 Yao Qi <yao@codesourcery.com>
14049 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14052 2014-10-15 Yao Qi <yao@codesourcery.com>
14054 * gdb.python/py-symbol.exp: Match file base name if host is
14055 remote, otherwise match file name with dir name.
14056 * gdb.python/py-symtab.exp: Likewise.
14057 * gdb.python/python.exp: Likewise.
14059 2014-10-15 Yao Qi <yao@codesourcery.com>
14061 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14063 * gdb.python/py-symtab.exp: Likewise.
14064 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14067 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14069 * gdb.ada/addr_arith: New testcase.
14071 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14073 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14074 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14075 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14076 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14078 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14080 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14081 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14082 * gdb.arch/stap-eval-lang-ada.exp: New file.
14084 2014-10-14 Yao Qi <yao@codesourcery.com>
14086 * gdb.mi/mi-var-child.c (nothing1): New function.
14087 (nothing2): New function.
14088 (do_children_tests): Set function pointers by nothing1 and
14090 * gdb.mi/mi-var-child.exp: Step over new added statements.
14091 Update test to match the new output.
14092 * gdb.mi/var-cmd.c (nothing1): New function.
14093 (nothing2): New function.
14094 (do_children_tests): Set function pointers by nothing1 and
14096 * gdb.mi/mi-var-display.exp: Update test to match output.
14097 Step to the line specified by $line_dct_nothing.
14098 Increase the number of lines to step.
14100 2014-10-14 Yao Qi <yao@codesourcery.com>
14102 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14104 * gdb.mi/mi2-var-child.exp: Likewise.
14106 2014-10-13 Doug Evans <dje@google.com>
14108 * gdb.python/py-objfile.exp: Change name of file name test.
14110 2014-10-13 Doug Evans <dje@google.com>
14112 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14113 from the start of the CU.
14115 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14116 Yao Qi <yao@codesourcery.com>
14118 Fix "save breakpoints" for "catch" command.
14119 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14120 Remove -nonewline. Match also the added "main" line.
14122 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14124 Fix "save breakpoints" for "disable $bpnum" command.
14125 * gdb.base/save-bp.c (main): Add label.
14126 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14128 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14130 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14132 2014-10-11 Yao Qi <yao@codesourcery.com>
14134 * gdb.server/server-kill.exp: Execute command
14135 "set remote trace-status-packet on" before "tstatus".
14137 2014-10-11 Yao Qi <yao@codesourcery.com>
14139 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14140 (main): Call getppid.
14141 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14142 and continue to it. Read variable "server_pid".
14144 2014-10-11 Yao Qi <yao@codesourcery.com>
14146 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14148 2014-10-11 Yao Qi <yao@codesourcery.com>
14150 * gdb.threads/thread-find.exp: Don't execute command
14152 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14153 * gdb.threads/linux-dp.exp: Don't check the condition
14154 $threads_created equals to zero.
14156 2014-10-10 Pedro Alves <palves@redhat.com>
14158 * gdb.base/bigcore.exp: Remove references to IRIX.
14159 * gdb.base/funcargs.exp: Likewise.
14160 * gdb.base/interrupt.exp: Likewise.
14161 * gdb.base/mips_pro.exp: Likewise.
14162 * gdb.base/nodebug.exp: Likewise.
14163 * gdb.base/setvar.exp: Likewise.
14164 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14166 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14167 Pedro Alves <palves@redhat.com>
14170 * gdb.base/vdso-warning.c: New file.
14171 * gdb.base/vdso-warning.exp: New file.
14173 2014-10-02 Doug Evans <dje@google.com>
14175 * gdb.base/structs.c (main): Don't run forever.
14177 2014-10-02 Pedro Alves <palves@redhat.com>
14179 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14180 (top level) <stop threads 1, stop threads 2>: Use it.
14182 2014-10-02 Pedro Alves <palves@redhat.com>
14184 * gdb.threads/break-while-running.exp (test): Add new
14185 'update_thread_list' argument. Skip "info threads" if false.
14186 (top level): Add new 'update_thread_list' axis.
14188 2014-10-02 Pedro Alves <palves@redhat.com>
14190 PR breakpoints/17431
14191 * gdb.base/execl-update-breakpoints.c: New file.
14192 * gdb.base/execl-update-breakpoints.exp: New file.
14194 2014-10-01 Pedro Alves <palves@redhat.com>
14196 * gdb.base/breakpoint-in-ro-region.c: New file.
14197 * gdb.base/breakpoint-in-ro-region.exp: New file.
14199 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14201 * gdb.mi/mi-exit-code.exp: New file.
14202 * gdb.mi/mi-exit-code.c: New file.
14204 2014-09-30 Yao Qi <yao@codesourcery.com>
14206 * lib/prelink-support.exp (build_executable_own_libs): Error if
14207 the target isn't native.
14209 2014-09-30 Yao Qi <yao@codesourcery.com>
14211 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14214 2014-09-22 Pedro Alves <palves@redhat.com>
14216 * gdb.threads/break-while-running.exp: New file.
14217 * gdb.threads/break-while-running.c: New file.
14219 2014-09-19 Yao Qi <yao@codesourcery.com>
14221 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14222 Invoke test. Restart GDB with --readnow and invoke test again.
14224 2014-09-19 Yao Qi <yao@codesourcery.com>
14226 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14227 proc set_breakpoint_on_gcd_function. Invoke
14228 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14229 invoke set_breakpoint_on_gcd_function again.
14231 2014-09-18 Doug Evans <dje@google.com>
14233 * gdb.dwarf2/symtab-producer.exp: New file.
14235 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14237 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14238 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14239 * gdb.base/global-var-nested-by-dso.c: Likewise.
14240 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14242 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14243 Pedro Alves <palves@redhat.com>
14245 * gdb.base/watch-bitfields.exp: Pass string other than test file
14246 name to prepare_for_testing.
14247 (watch): New procedure.
14248 (expect_watchpoint): Use with_test_prefix.
14249 (top level): Factor out tests to ...
14250 (test_watch_location, test_regular_watch): ... these new
14251 procedures, and use with_test_prefix and gdb_continue_to_end.
14253 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14255 PR breakpoints/12526
14256 * gdb.base/watch-bitfields.exp: New file.
14257 * gdb.base/watch-bitfields.c: New file.
14259 2014-09-16 Pedro Alves <palves@redhat.com>
14261 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14262 software and hardware addresses, not software address against
14265 2014-09-16 Pedro Alves <palves@redhat.com>
14267 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14268 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14270 2014-09-16 Pedro Alves <palves@redhat.com>
14272 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14274 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14275 "*-*-vxworks*" throughout.
14276 * gdb.base/break.exp: Likewise.
14277 * gdb.base/default.exp: Likewise.
14278 * gdb.base/scope.exp: Likewise.
14279 * gdb.base/sepdebug.exp: Likewise.
14280 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14282 * gdb.base/run.c: Likewise.
14283 * gdb.base/sepdebug.c: Likewise.
14284 * gdb.hp/gdb.aCC/run.c: Likewise.
14285 * gdb.reverse/until-reverse.c: Likewise.
14286 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14288 2014-09-16 Yao Qi <yao@codesourcery.com>
14290 * boards/local-remote-host-native.exp: New file.
14292 2014-09-14 Doug Evans <xdje42@gmail.com>
14294 * gdb.threads/queue-signal.c (thread_count): New variable.
14295 (thread_count_mutex, thread_count_condvar): New variables.
14296 (incr_thread_count, wait_all_threads_running): New functions.
14297 (main): Wait for all threads to be in their thread functions.
14299 2014-09-13 Doug Evans <xdje42@gmail.com>
14301 * gdb.threads/queue-signal.c: New file.
14302 * gdb.threads/queue-signal.exp: New file.
14304 2014-09-13 Doug Evans <xdje42@gmail.com>
14306 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14307 be consistent with what default_gdb_init uses.
14308 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14309 the plain text of the prompt. Add some logging printfs.
14310 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14312 2014-09-12 Pedro Alves <palves@redhat.com>
14314 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14315 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14316 * gdb.arch/i386-size-overlap.exp: Likewise.
14317 * gdb.arch/i386-size.exp: Likewise.
14318 * gdb.arch/i386-unwind.exp: Likewise.
14319 * gdb.base/a2-run.exp: Likewise.
14320 * gdb.base/break.exp: Likewise.
14321 * gdb.base/charset.exp: Likewise.
14322 * gdb.base/chng-syms.exp: Likewise.
14323 * gdb.base/commands.exp: Likewise.
14324 * gdb.base/dbx.exp: Likewise.
14325 * gdb.base/find.exp: Likewise.
14326 * gdb.base/funcargs.exp: Likewise.
14327 * gdb.base/jit-simple.exp: Likewise.
14328 * gdb.base/reread.exp: Likewise.
14329 * gdb.base/sepdebug.exp: Likewise.
14330 * gdb.base/step-bt.exp: Likewise.
14331 * gdb.cp/mb-inline.exp: Likewise.
14332 * gdb.cp/mb-templates.exp: Likewise.
14333 * gdb.objc/basicclass.exp: Likewise.
14334 * gdb.threads/killed.exp: Likewise.
14336 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14339 * gdb.arch/powerpc-stackless.S: New file.
14340 * gdb.arch/powerpc-stackless.exp: New file.
14342 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14344 * gdb.base/attach.c: Include unistd.h.
14345 (main): Call alarm. Add label postloop.
14346 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14347 gdb_breakpoint, gdb_continue_to_breakpoint.
14348 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14350 2014-09-11 Pedro Alves <palves@redhat.com>
14353 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14354 * gdb.base/attach.exp (test_command_line_attach_run): New
14356 (top level): Call it.
14358 2014-09-11 Pedro Alves <palves@redhat.com>
14360 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14361 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14362 (do_command_attach_tests): Use spawn_wait_for_attach.
14363 * gdb.base/solib-overlap.exp: Likewise.
14364 * gdb.multi/multi-attach.exp: Likewise.
14365 * gdb.python/py-prompt.exp: Likewise.
14366 * gdb.python/py-sync-interp.exp: Likewise.
14367 * gdb.server/ext-attach.exp: Likewise.
14369 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14371 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14372 command in testcase. Simplify testcase.
14374 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14376 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14378 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14380 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14382 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14384 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14386 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14388 * gdb.dwarf2/dynarr-ptr.c: New file.
14389 * gdb.dwarf2/dynarr-ptr.exp: New file.
14391 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14393 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14394 of 30 rather than hardcoding 120 for a slow test case. Take the
14395 `gdb,timeout' target setting into account for this calculation.
14396 Don't extend the timeout for the test cases that don't need it.
14398 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14400 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14401 a factor of 2 for a slow test case. Take the `gdb,timeout'
14402 target setting into account for this calculation.
14403 * gdb.reverse/until-precsave.exp: Increase the timeout by
14404 a factor of 15 and 3 respectively rather than adding 120
14405 for a pair of slow test cases. Take the `gdb,timeout'
14406 target setting into account for this calculation.
14408 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14410 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14411 timeout, don't pass one down to gdb_expect.
14412 (gdb_expect): Rework timeout selection.
14414 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14416 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14417 exception on timeout.
14418 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14419 (gdbserver_start_extended): Catch any `gdbserver_start' error
14421 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14422 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14423 `gdbserver_gdb_load' error exceptions.
14425 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14427 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14428 120 on waiting for the TCP socket to open.
14430 2014-09-09 Doug Evans <xdje42@gmail.com>
14432 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14433 _caller_matches, _any_caller_is, _any_caller_matches.
14435 2014-09-09 Doug Evans <xdje42@gmail.com>
14437 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14439 2014-09-09 Yao Qi <yao@codesourcery.com>
14441 * gdb.mi/mi-var-display.exp: Set print symbol off.
14443 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14446 * gdb.base/commands.exp: Add tests to verify user-defined
14447 commands with empty bodies.
14448 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14449 python commands in `show user command`.
14450 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14451 scheme commands in `show user command`.
14453 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14456 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14457 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14458 * gdb.python/py-framefilter-invalidarg.exp: New file.
14459 * gdb.python/py-framefilter-invalidarg.py: New file.
14461 2014-09-06 Doug Evans <xdje42@gmail.com>
14464 * gdb.python/py-caller-is.c: New file.
14465 * gdb.python/py-caller-is.exp: New file.
14467 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14470 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14471 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14473 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14476 * gdb.fortran/print-formatted.exp: New file.
14477 * gdb.fortran/print-formatted.f90: Likewise.
14479 2014-09-03 Sasha Smundak <asmundak@google.com>
14481 * gdb.python/py-frame.exp: Test Frame.read_register.
14483 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14486 * gdb.python/py-completion.exp: New file.
14487 * gdb.python/py-completion.py: Likewise.
14489 2014-08-28 Doug Evans <dje@google.com>
14491 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14492 eax,etc. are live with values set by gdb and thus the compiler can't
14494 * gdb.arch/i386-pseudo.c (main): Ditto.
14496 2014-08-27 Doug Evans <dje@google.com>
14498 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14500 2014-08-25 Doug Evans <dje@google.com>
14502 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14505 2014-08-25 Doug Evans <dje@google.com>
14507 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14509 2014-08-24 Yao Qi <yao@codesourcery.com>
14511 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14513 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14515 2014-08-22 Doug Evans <dje@google.com>
14518 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14519 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14520 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14522 2014-08-22 Yao Qi <yao@codesourcery.com>
14524 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14525 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14526 * gdb.python/python.exp: Likewise. Use .py file on the host
14527 instead of the build.
14529 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14531 * gdb.threads/gcore-stale-thread.c: New file.
14532 * gdb.threads/gcore-stale-thread.exp: New file.
14534 2014-08-21 Pedro Alves <palves@redhat.com>
14536 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14537 * gdb.base/gcore-relro-pie.exp: Likewise.
14538 * gdb.base/gcore-relro.exp: Likewise.
14539 * gdb.base/gcore.exp: Likewise.
14540 * gdb.base/print-symbol-loading.exp: Likewise.
14541 * gdb.threads/gcore-thread.exp: Likewise.
14542 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14544 2014-08-20 Pedro Alves <palves@redhat.com>
14545 Jan Kratochvil <jan.kratochvil@redhat.com>
14547 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14549 (EXPECT): Handle READ1 being set.
14550 (all): Depend on EXTRA_RULES.
14551 (check-read1, expect-read1, read1.so, read1): New rules.
14552 * README (Testsuite Parameters): Document the READ1 make variable.
14553 (Race detection): New section.
14554 * configure: Regenerate.
14555 * configure.ac: If build==host==target, and running under a
14556 GNU/glibc system, add read1 to the extra Makefile rules.
14557 (EXTRA_RULES): AC_SUBST it.
14558 * lib/read1.c: New file.
14560 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14562 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14563 the handling of variables declared as a typedef to an array
14564 which a DW_AT_data_location attribute.
14566 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14567 Pedro Alves <palves@redhat.com>
14571 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14574 2014-08-19 Pedro Alves <palves@redhat.com>
14576 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14578 2014-08-19 Yao Qi <yao@codesourcery.com>
14580 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14583 2014-08-18 David Blaikie <dblaikie@gmail.com>
14585 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14587 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14589 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14590 attribute in array range.
14592 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14594 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14596 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14599 * gdb.cp/pr17132.cc: New file.
14600 * gdb.cp/pr17132.exp: New file.
14602 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14604 * gdb.python/py-xmethods.py (A_getarrayind)
14605 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14606 Use 'print' with function call syntax.
14607 (E_method_matcher.match): Fix tab vs space indentation mixup.
14609 2014-08-15 Yao Qi <yao@codesourcery.com>
14611 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14614 2014-08-15 Yao Qi <yao@codesourcery.com>
14616 * gdb.cp/casts.exp: Set print symbol off.
14617 * gdb.cp/class2.exp: Likewise.
14618 * gdb.cp/overload.exp: Likewise.
14619 * gdb.cp/templates.exp: Likewise.
14621 2014-08-11 Doug Evans <dje@google.com>
14623 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14624 (test_load_shlib): Update.
14626 2014-08-09 Yao Qi <yao@codesourcery.com>
14628 * gdb.base/display.exp: Invoke is_address_zero_readable.
14629 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14630 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14631 * gdb.base/hbreak-unmapped.exp: Return if
14632 is_address_zero_readable returns true.
14633 * gdb.base/signest.exp: Likewise.
14634 * gdb.base/signull.exp: Likewise.
14635 * gdb.base/sigbpt.exp: Likewise.
14636 * gdb.guile/scm-disasm.exp: Do the test if
14637 is_address_zero_readable returns false.
14638 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14639 * gdb.python/py-arch.exp: Likewise.
14640 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14641 * lib/gdb.exp (is_address_zero_readable): New proc.
14643 2014-08-09 Yao Qi <yao@codesourcery.com>
14646 * gdb.mi/mi-var-display.exp: Make test messages unique.
14648 2014-08-04 Tom Tromey <tromey@redhat.com>
14650 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14653 2014-08-04 Tom Tromey <tromey@redhat.com>
14655 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14658 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14660 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14661 inner_vla_struct_object_size.
14662 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14665 2014-07-30 Pedro Alves <palves@redhat.com>
14667 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14670 2014-07-29 Yao Qi <yao@codesourcery.com>
14673 * gdb.base/until-nodebug.exp: New.
14675 2014-07-28 Doug Evans <xdje42@gmail.com>
14678 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14679 previously existing parameter, and previously ambiguously spelled
14682 2014-07-28 Will Newton <will.newton@linaro.org>
14684 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14686 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14687 Doug Evans <xdje42@gmail.com>
14690 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14692 2014-07-25 Pedro Alves <palves@redhat.com>
14694 * gdb.threads/signal-command-handle-nopass.c: New file.
14695 * gdb.threads/signal-command-handle-nopass.exp: New file.
14696 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14697 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14698 * gdb.threads/signal-delivered-right-thread.c: New file.
14699 * gdb.threads/signal-delivered-right-thread.exp: New file.
14701 2014-07-25 Pedro Alves <palves@redhat.com>
14703 * gdb.base/double-prompt-target-event-error.exp
14704 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14706 (cancel_pagination_in_target_event): Rework double prompt
14708 * gdb.base/paginate-after-ctrl-c-running.exp
14709 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14711 * gdb.base/paginate-bg-execution.exp
14712 (test_bg_execution_pagination_return)
14713 (test_bg_execution_pagination_cancel): Remove '-notransfer
14715 * gdb.base/paginate-execution-startup.exp
14716 (test_fg_execution_pagination_return)
14717 (test_fg_execution_pagination_cancel): Remove '-notransfer
14719 * gdb.base/paginate-inferior-exit.exp
14720 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14722 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14723 * lib/gdb.exp (pagination_prompt): Run text through
14725 (gdb_test_multiple): Match $pagination_prompt instead of
14727 (string_to_regexp): Move to lib/gdb-utils.exp.
14729 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14731 * gdb.arch/amd64-entry-value-paramref.S: New file.
14732 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14733 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14734 * gdb.arch/amd64-optimout-repeat.S: New file.
14735 * gdb.arch/amd64-optimout-repeat.c: New file.
14736 * gdb.arch/amd64-optimout-repeat.exp: New file.
14738 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14741 * gdb.base/statistics.exp: New file.
14743 2014-07-17 Doug Evans <dje@google.com>
14746 * gdb.base/maint.exp: Update testing of per-command stats.
14748 2014-07-16 Pedro Alves <palves@redhat.com>
14750 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14751 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14752 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14753 (tfile_write_buf): New functions.
14754 (add_memory_block): Rewrite using the above.
14755 (adjust_function_address): New function.
14756 (FUNCTION_ADDRESS): New macro.
14757 (write_basic_trace_file): Remove short_x local, and use
14758 tfile_write_16. Change type of func_addr local to unsigned long
14759 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14760 here. Cast argument of add_memory_block to char pointer.
14761 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14762 (main): Remove parameters.
14763 * gdb.trace/tfile.exp: Remove nowarnings.
14765 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14767 * gdb.base/debug-expr.exp: Test string evaluation with
14768 "debug expression" on.
14770 2014-07-15 Pedro Alves <palves@redhat.com>
14772 * gdb.base/reread.exp: Use clean_restart.
14774 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14776 * gdb.arch/avr-flash-qualifer.c: New.
14777 * gdb.arch/avr-flash-qualifer.exp: New.
14779 2014-07-14 Pedro Alves <palves@redhat.com>
14781 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14782 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14784 2014-07-14 Pedro Alves <palves@redhat.com>
14786 * gdb.base/double-prompt-target-event-error.c: New file.
14787 * gdb.base/double-prompt-target-event-error.exp: New file.
14789 2014-07-14 Pedro Alves <palves@redhat.com>
14792 * gdb.base/paginate-inferior-exit.c: New file.
14793 * gdb.base/paginate-inferior-exit.exp: New file.
14795 2014-07-14 Pedro Alves <palves@redhat.com>
14798 * gdb.base/paginate-bg-execution.c: New file.
14799 * gdb.base/paginate-bg-execution.exp: New file.
14801 2014-07-14 Pedro Alves <palves@redhat.com>
14804 * gdb.base/paginate-execution-startup.c: New file.
14805 * gdb.base/paginate-execution-startup.exp: New file.
14806 * lib/gdb.exp (pagination_prompt): New global.
14807 (default_gdb_spawn): New procedure, factored out from
14809 (default_gdb_start): Adjust to call default_gdb_spawn.
14810 (gdb_spawn): New procedure.
14812 2014-07-14 Pedro Alves <palves@redhat.com>
14814 * lib/gdb.exp (gdb_assert): New procedure.
14815 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14817 2014-07-14 Pedro Alves <palves@redhat.com>
14819 * gdb.base/execution-termios.c: New file.
14820 * gdb.base/execution-termios.exp: New file.
14822 2014-07-14 Tom Tromey <tromey@redhat.com>
14824 * gdb.cp/vla-cxx.cc: New file.
14825 * gdb.cp/vla-cxx.exp: New file.
14827 2014-07-14 Tom Tromey <tromey@redhat.com>
14829 * gdb.reverse/rerun-prec.c: New file.
14830 * gdb.reverse/rerun-prec.exp: New file.
14832 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14833 Maciej W. Rozycki <macro@codesourcery.com>
14835 * lib/gdb-utils.exp: New file.
14836 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14837 inline `gdb_init_command' processing.
14838 (gdb_start_cmd): Likewise.
14839 * lib/mi-support.exp (mi_run_cmd): Likewise.
14840 * README: Document `gdb_init_command' and `gdb_init_commands'.
14842 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14844 Fix false FAIL running under a very long directory name.
14845 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14846 and "set print elements 10000". Twice.
14848 2014-07-11 Yao Qi <yao@codesourcery.com>
14850 * gdb.base/exprs.exp: "set print symbol off".
14852 2014-07-11 Pedro Alves <palves@redhat.com>
14854 * gdb.threads/kill.c: New file.
14855 * gdb.threads/kill.exp: New file.
14857 2014-07-10 Yao Qi <yao@codesourcery.com>
14859 * gdb.trace/tfile.c (write_basic_trace_file)
14860 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14861 address written to trace file.
14863 2014-07-09 Pedro Alves <palves@redhat.com>
14865 * gdb.base/attach-wait-input.exp: New file.
14866 * gdb.base/attach-wait-input.c: New file.
14868 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14870 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14871 setting up test structures.
14872 (main): Call new test function.
14873 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14874 test function, continue into test function and walk test
14877 2014-07-02 Yao Qi <yao@codesourcery.com>
14879 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14880 'bar_start' at the beginning of functions 'foo' and 'bar'
14882 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14883 instead of 'foo' and 'bar'.
14885 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14887 * gdb.btrace/segv.exp: New.
14888 * gdb.btrace/segv.c: New.
14890 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14892 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14895 2014-06-30 Mark Wielaard <mjw@redhat.com>
14897 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14898 vulture, vilify, villar): New volatile array constants.
14899 (vindictive, vegetation): New const volatile array constants.
14900 * gdb.base/volatile.exp: Test volatile and const volatile array
14903 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14905 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14906 target lacks support for awatch, rwatch, or hbreak.
14908 2014-06-27 Yao Qi <yao@codesourcery.com>
14910 * gdb.multi/dummy-frame-restore.exp: New.
14911 * gdb.multi/dummy-frame-restore.c: New.
14913 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14915 * gdb.btrace/gcore.exp: New.
14917 2014-06-23 Pedro Alves <palves@redhat.com>
14919 * gdb.base/watchpoint-reuse-slot.c: New file.
14920 * gdb.base/watchpoint-reuse-slot.exp: New file.
14922 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14924 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14925 progspace's filename in 'info', 'enable' and 'disable' command
14928 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14930 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14931 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14932 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14934 2014-06-20 Gary Benson <gbenson@redhat.com>
14936 * gdb.arch/i386-avx.exp: Fix include file location.
14937 * gdb.arch/i386-sse.exp: Likewise.
14939 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14941 * gdb.dlang/expression.exp: New file.
14943 2014-06-19 Pedro Alves <palves@redhat.com>
14945 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14947 (top level): ... here. Iterate running tests under different
14948 scheduler-locking settings.
14950 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14952 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14953 to DW_FORM_addr and use non-zero addresses.
14955 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14958 * gdb.python/py-xmethods.cc: Add global function call counters and
14959 increment them in their respective functions. Remove "cout"
14961 * gdb.python/py-xmethods.exp: Make tests check the global function
14962 call counters instead of depending on inferior IO.
14964 2014-06-18 Don Breazeal <donb@codesourcery.com>
14966 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14968 (explicit_fork_parent_follow): Deleted procedure.
14969 (explicit_fork_child_follow): Deleted procedure.
14970 (test_follow_fork): New procedure.
14971 (do_fork_tests): Replace calls to deleted procedures with
14972 calls to test_follow_fork and reset GDB for subsequent
14975 2014-06-17 Yao Qi <yao@codesourcery.com>
14977 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14980 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14982 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14983 Initialize ptr and S explicitly.
14984 (skip_type_update_when_not_use_rtti_test): Likewise.
14986 2014-06-16 Keith Seitz <keiths@redhat.com>
14989 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14990 the inferior is started.
14992 2014-06-16 Pedro Alves <palves@redhat.com>
14994 * gdb.base/break-main-file-remove-fail.c: New file.
14995 * gdb.base/break-main-file-remove-fail.exp: New file.
14996 * gdb.base/break-unload-file.exp: Use build_executable instead of
14997 prepare_for_testing.
14998 (test_break): New parameter "initial_load". Handle it.
14999 (top level): Add initial_load cmdline/file axis.
15001 2014-06-12 Tom Tromey <tromey@redhat.com>
15003 * gdb.base/completion.exp: Don't use directory name in test.
15005 2014-06-09 Gary Benson <gbenson@redhat.com>
15007 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15008 separate the always-available ANSI-standard signals from the
15009 signals that require checking.
15011 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15015 2014-06-07 Keith Seitz <keiths@redhat.com>
15019 * gdb.cp/var-tag.cc: New file.
15020 * gdb.cp/var-tag.exp: New file.
15021 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15022 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15023 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15024 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15026 2014-06-06 Doug Evans <xdje42@gmail.com>
15028 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15030 2014-06-06 Pedro Alves <palves@redhat.com>
15032 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15033 in target debug output instead of looking at RSP packets,
15034 disabling the test on any target that uses hardware stepping.
15037 2014-06-06 Pedro Alves <palves@redhat.com>
15039 * gdb.base/break-unload-file.exp: Fix typo.
15041 2014-06-06 Yao Qi <yao@codesourcery.com>
15043 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15044 from "jit_function" to "^jit_function".
15046 2014-06-06 Yao Qi <yao@codesourcery.com>
15048 * gdb.base/async.c (foo): Add one statement.
15049 * gdb.base/async.exp: Get the next instruction address and
15050 match the output of "nexti" by instruction address. Match
15051 the hex address in the output of "finish".
15053 2014-06-06 Gary Benson <gbenson@redhat.com>
15055 * gdb.base/call-signals.c: Remove preprocessor conditionals
15056 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15057 SIGSEGV and SIGTERM.
15058 * gdb.base/sigall.c: Likewise.
15059 * gdb.base/unwindonsignal.c: Likewise.
15060 * gdb.reverse/sigall-reverse.c: Likewise.
15062 2014-06-06 Yao Qi <yao@codesourcery.com>
15064 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15065 readable, skip the test.
15067 2014-06-06 Yao Qi <yao@codesourcery.com>
15069 * gdb.threads/staticthreads.c (thread_function): Move the line
15070 setting breakpoint on forward.
15071 * gdb.threads/staticthreads.exp: Update comments.
15073 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15075 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15076 "history-append! type error".
15078 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15080 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15081 erroneous dprintf expected input.
15083 2014-06-04 Doug Evans <xdje42@gmail.com>
15085 * gdb.guile/scm-generics.exp: Delete.
15087 2014-06-04 Doug Evans <xdje42@gmail.com>
15089 * gdb.guile/scm-breakpoint.exp: Update.
15090 Add tests for breakpoint registration.
15092 2014-06-04 Tom Tromey <tromey@redhat.com>
15094 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15096 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15097 inner_vla_struct, vla_union types. Initialize objects of those
15098 types and compute their sizes.
15100 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15101 Hui Zhu <hui@codesourcery.com>
15103 * gdb.base/fileio.exp: Add test for shell not available as well as
15105 * gdb.base/fileio.c (test_system): Check for shell twice.
15107 2014-06-04 Yao Qi <yao@codesourcery.com>
15109 * gdb.base/auto-connect-native-target.exp: Remove redundant
15110 space from the regexp pattern.
15112 2014-06-04 Yao Qi <yao@codesourcery.com>
15114 * gdb.base/default.exp: Replace "child" with "native" in
15117 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15119 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15120 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15121 * gdb.python/py-xmethods.py: Python script supporting the
15122 new testcase and tests.
15124 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15125 Pedro Alves <palves@redhat.com>
15127 PR breakpoints/17000
15128 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15129 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15131 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15133 * gdb.base/subst.exp: Add tests to verify partial path matching
15136 2014-06-03 Pedro Alves <palves@redhat.com>
15138 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15139 target that doesn't use software single-stepping.
15141 2014-06-03 Pedro Alves <palves@redhat.com>
15143 PR breakpoints/17000
15144 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15145 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15147 2014-06-02 Doug Evans <xdje42@gmail.com>
15149 * gdb.guile/scm-parameter.exp: New file.
15151 2014-06-02 Doug Evans <xdje42@gmail.com>
15153 * gdb.guile/scm-cmd.c: New file.
15154 * gdb.guile/scm-cmd.exp: New file.
15156 2014-06-02 Doug Evans <xdje42@gmail.com>
15158 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15159 pretty-printer lookup.
15160 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15161 (make-pp_s-printer): Call it.
15162 (make-pretty-printer-from-dict): New function.
15163 (lookup-pretty-printer-maker-from-dict): New function.
15164 (*pretty-printer*): Simplify.
15165 (make-objfile-pp_s-printer): New function.
15166 (install-objfile-pretty-printers!): New function.
15167 (make-progspace-pp_s-printer): New function.
15168 (install-progspace-pretty-printers!): New function.
15169 * gdb.guile/scm-progspace.c: New file.
15170 * gdb.guile/scm-progspace.exp: New file.
15172 2014-06-02 Pedro Alves <palves@redhat.com>
15174 * gdb.base/dprintf-bp-same-addr.c: New file.
15175 * gdb.base/dprintf-bp-same-addr.exp: New file.
15177 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15179 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15180 * gdb.arch/powerpc-power.s: Likewise.
15182 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15184 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15186 2014-06-01 Yao Qi <yao@codesourcery.com>
15188 * gdb.base/watchpoint.exp (test_watch_location): Check null
15189 pointer can be dereferenced. If not, do the test, otherwise
15192 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15194 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15196 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15198 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15200 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15201 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15202 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15203 * gdb.arch/amd64-invalid-stack-top.c: New file.
15204 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15206 2014-05-30 Pedro Alves <palves@redhat.com>
15208 PR breakpoints/17000
15209 * gdb.base/sss-bp-on-user-bp.c: New file.
15210 * gdb.base/sss-bp-on-user-bp.exp: New file.
15212 2014-05-30 David Blaikie <dblaikie@gmail.com>
15214 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15215 gnu_inline semantics via attribute.
15216 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15217 source explicitly specifies the required semantics.
15219 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15221 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15223 2014-05-29 Pedro Alves <palves@redhat.com>
15224 Tom Tromey <tromey@redhat.com>
15226 * gdb.base/async-shell.exp: Don't enable target-async.
15227 * gdb.base/async.exp
15228 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15230 (top level): Don't test with "target-async".
15231 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15232 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15233 * gdb.base/inferior-died.exp: Don't enable target-async.
15234 * gdb.base/interrupt-noterm.exp: Likewise.
15235 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15236 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15237 * gdb.mi/mi-nonstop.exp: Likewise.
15238 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15239 * gdb.mi/mi-nsintrall.exp: Likewise.
15240 * gdb.mi/mi-nsmoribund.exp: Likewise.
15241 * gdb.mi/mi-nsthrexec.exp: Likewise.
15242 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15243 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15244 * gdb.python/py-evsignal.exp: Don't enable target-async.
15245 * gdb.python/py-evthreads.exp: Likewise.
15246 * gdb.python/py-prompt.exp: Likewise.
15247 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15248 * gdb.server/solib-list.exp: Don't enable target-async.
15249 * gdb.threads/thread-specific-bp.exp: Likewise.
15250 * lib/mi-support.exp: Adjust to use mi-async.
15252 2014-05-29 Pedro Alves <palves@redhat.com>
15255 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15256 reason, even in sync mode.
15258 2014-05-29 Pedro Alves <palves@redhat.com>
15259 Hui Zhu <hui@codesourcery.com>
15262 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15263 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15264 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15265 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15267 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15269 * config/monitor.exp (gdb_target_monitor): Replace use of
15270 "set remotebaud" by "set serial baud".
15272 2014-05-26 Andy Wingo <wingo@igalia.com>
15274 * gdb.guile/scm-breakpoint.exp:
15275 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15276 properties instead of gdb-object-properties.
15278 2014-05-26 Yao Qi <yao@codesourcery.com>
15280 * gdb.server/no-thread-db.exp: Specify source file name
15281 explicitly when setting a breakpoint.
15283 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15285 * gdb.btrace/vdso.c: New.
15286 * gdb.btrace/vdso.exp: New.
15288 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15290 * gdb.base/gcore.exp (capture_command_output): Move ...
15291 * lib/gdb.exp (capture_command_output): ... here.
15293 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15295 * gdb.btrace/data.exp: Test memory access during btrace replay.
15297 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15299 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15301 2014-05-21 Pedro Alves <palves@redhat.com>
15304 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15305 (top level): Test that output related to execution commands is
15306 sent to the console with CLI commands, but not with MI commands.
15307 Test that breakpoint events are always mirrored to the console.
15308 Also expect the new source line to be output after a "next" in
15309 async mode too. Make it a pass/fail test.
15310 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15312 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15314 2014-05-21 Pedro Alves <palves@redhat.com>
15316 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15317 Use them to test variations of "list" after reaching a breakpoint.
15318 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15319 Test "list" with listsize 10 after reaching a breakpoint.
15320 * gdb.python/python.exp (decode_line current location line
15321 number): Adjust expected line number.
15323 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15325 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15326 behavior for $args, pass it directly to "run".
15328 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15330 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15333 2014-05-21 Pedro Alves <palves@redhat.com>
15335 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15336 auto-connect-native-target off".
15337 * gdb.base/auto-connect-native-target.c: New file.
15338 * gdb.base/auto-connect-native-target.exp: New file.
15340 2014-05-21 Pedro Alves <palves@redhat.com>
15342 * gdb.base/default.exp: Test "target native" instead of "target
15345 2014-05-21 Mark Wielaard <mjw@redhat.com>
15347 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15349 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15351 Fix TLS access for -static -pthread.
15352 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15353 <HAVE_TLS> (thread_function, main): Initialize it.
15354 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15356 <$have_tls != "">: Check TLSVAR.
15358 2014-05-21 Pedro Alves <palves@redhat.com>
15360 * gdb.base/dcache-line-read-error.c: New.
15361 * gdb.base/dcache-line-read-error.exp: New.
15363 2014-05-20 Pedro Alves <palves@redhat.com>
15365 * gdb.base/compare-sections.c: New file.
15366 * gdb.base/compare-sections.exp: New file.
15368 2014-05-20 Pedro Alves <palves@redhat.com>
15370 * gdb.base/break-idempotent.c: New file.
15371 * gdb.base/break-idempotent.exp: New file.
15373 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15375 * gdb.btrace/nohist.exp: New.
15377 2014-05-20 Yao Qi <yao@codesourcery.com>
15379 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15380 gdb.reverse directory and gdb_reverse_timeout exists in board
15382 * README: Document gdb_reverse_timeout.
15384 2014-05-20 Yao Qi <yao@codesourcery.com>
15386 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15387 'test_file_name'. Treat args as a string instead of a list.
15388 (gdb_init): Rename argument 'args' by 'test_file_name'.
15390 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15392 * gdb.arch/powerpc-power.exp: New file.
15393 * gdb.arch/powerpc-power.s: New file.
15395 2014-05-16 Doug Evans <dje@google.com>
15397 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15398 * gdb.base/completion.exp: Check that all expected files exist
15399 before doing file completion.
15401 2014-05-16 Doug Evans <dje@google.com>
15403 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15405 (do_syscall_tests_without_xml): Update.
15407 2014-05-16 Pedro Alves <palves@redhat.com>
15409 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15410 instead of "unknown output after running".
15412 2014-05-16 Yao Qi <yao@codesourcery.com>
15414 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15415 file1.txt from host at the end.
15416 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15418 2014-05-15 Doug Evans <dje@google.com>
15420 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15421 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15422 loading file. Add test for TU lookup.
15424 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15426 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15427 calling "-exec-arguments" or "set args" before running the
15430 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15432 * lib/mi-support.exp (mi_expect_stop): Expect message for
15433 inferiors that exit with non-zero exit code.
15435 2014-05-14 Yao Qi <yao@codesourcery.com>
15437 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15438 match absolute path on remote host.
15439 (test_file_list_exec_source_files): Remove "/" from the
15442 2014-05-14 Yao Qi <yao@codesourcery.com>
15444 * boards/local-remote-host-notty.exp (${board}_file): New
15447 2014-05-07 Kyle McMartin <kyle@redhat.com>
15449 Pushed by Joel Brobecker <brobecker@adacore.com>.
15450 * gdb.arch/aarch64-atomic-inst.c: New file.
15451 * gdb.arch/aarch64-atomic-inst.exp: New file.
15453 2014-05-07 Yao Qi <yao@codesourcery.com>
15455 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15456 in current context" too.
15458 2014-05-05 Keith Seitz <keiths@redhat.com>
15460 * gdb.linespec/ls-dollar.exp: Add test for linespec
15461 file:convenience_variable.
15463 2014-05-05 Yao Qi <yao@codesourcery.com>
15465 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15466 traceframes into tfile and ctf trace files. Read data from
15467 trace file and test collected data.
15468 (gdb_collect_locals_test): Likewise.
15469 (gdb_unavailable_registers_test): Likewise.
15470 (gdb_unavailable_floats): Likewise.
15471 (gdb_collect_globals_test): Likewise.
15472 (top-level): Append "ctf" to trace_file_targets if GDB
15475 2014-05-05 Yao Qi <yao@codesourcery.com>
15477 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15479 (gdb_collect_args_test_1): ... it. New proc.
15480 (gdb_collect_locals_test): Move some code to ...
15481 (gdb_collect_locals_test_1): ... it. New proc.
15482 (gdb_unavailable_registers_test): Move some code to ...
15483 (gdb_unavailable_registers_test_1): ... it. New proc.
15484 (gdb_unavailable_floats): Move some code to ...
15485 (gdb_unavailable_floats_1): ... it. New proc.
15487 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15489 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15490 probes to test for bitness recognition.
15491 * gdb.arch/amd64-stap-optional-prefix.exp
15492 (test_probe_value_without_reg): New procedure.
15493 Add code to test for different kinds of bitness.
15495 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15497 PR breakpoints/16889
15498 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15499 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15501 2014-05-01 Pedro Alves <palves@redhat.com>
15503 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15504 gdb_file_cmd if no file is specified.
15505 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15506 last_loaded_file to set the remote exec-file.
15508 2014-05-01 Pedro Alves <palves@redhat.com>
15510 * boards/local-remote-host.exp: New file.
15512 2014-05-01 Pedro Alves <palves@redhat.com>
15514 * boards/local-remote-host.exp: Rename to ...
15515 * boards/local-remote-host-notty.exp: ... this.
15517 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15519 * gdb.ada/dyn_arrayidx: New testcase.
15521 2014-04-26 Yao Qi <yao@codesourcery.com>
15523 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15524 and compute the length of function main. Save it in
15526 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15527 (top-level): Use gdb_compile to compile objects into
15528 executable and restart GDB. Remove invocation to
15529 prepare_for_testing.
15531 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15532 Pedro Alves <palves@redhat.com>
15535 * gdb.multi/multi-attach.c: New file.
15536 * gdb.multi/multi-attach.exp: New file.
15538 2014-04-25 Pedro Alves <palves@redhat.com>
15540 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15542 (top level): Test that "set remote conditional-breakpoints-packet
15543 off" works as intended.
15544 * gdb.base/dprintf.exp: Test that "set remote
15545 breakpoint-commands-packet off" works as intended.
15546 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15548 (top level): Call it.
15549 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15550 remote fast-tracepoints-packet off" works as intended.
15551 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15552 * lib/gdb.exp (gdb_is_target_remote): ... here.
15554 2014-04-24 David Blaikie <dblaikie@gmail.com>
15556 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15557 ensure clang would not discard them.
15558 * gdb.base/gdbvars.c: Ditto.
15559 * gdb.base/memattr.c: Ditto.
15560 * gdb.base/whatis.c: Ditto.
15561 * gdb.python/py-prettyprint.c: Ditto.
15562 * gdb.trace/actions.c: Ditto.
15563 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15564 ensure clang would not discard it.
15566 2014-04-24 David Blaikie <dblaikie@gmail.com>
15568 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15569 clang to emit the full definition of type required by the test
15570 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15572 2014-04-24 David Blaikie <dblaikie@gmail.com>
15574 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15575 coax Clang into emitting the definition of the type.
15576 * gdb.cp/pr10728-x.h (y): Ditto.
15577 * gdb.cp/pr10728-y.cc (y): Ditto.
15579 2014-04-24 David Blaikie <dblaikie@gmail.com>
15581 * gdb.base/label.exp: XFAIL label related tests under Clang.
15582 * gdb.cp/cplabel.exp: Ditto.
15583 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15584 under Clang those using labels.
15586 2014-04-25 Yao Qi <yao@codesourcery.com>
15588 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15590 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15591 partial_label and double_label.
15593 2014-04-24 David Blaikie <dblaikie@gmail.com>
15595 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15597 2014-04-24 David Blaikie <dblaikie@gmail.com>
15599 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15600 of the function to work across GCC and Clang.
15601 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15602 pointer types (const void ** const V void **).
15604 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15605 Walfred Tedeschi <walfred.tedeschi@intel.com>
15607 * Makefile.in (EXECUTABLES): Added i386-avx512.
15608 * gdb.arch/i386-avx512.c: New file.
15609 * gdb.arch/i386-avx512.exp: Likewise.
15611 2014-04-23 Keith Seitz <keiths@redhat.com>
15613 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15614 (mi_make_breakpoint_table): New procedure.
15615 (mi_create_breakpoint): Use mi_make_breakpoint
15616 and return the result.
15617 (mi_make_breakpoint): New procedure.
15618 (mi_build_kv_pairs): New procedure.
15620 * gdb.mi/mi-break.exp: Remove unused globals,
15621 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15622 All callers updated.
15623 * gdb.mi/mi-dprintf.exp: Use variable to track command
15625 Update all callers of mi_create_breakpoint and use
15626 mi_make_breakpoint_table.
15627 Remove any unused global variables.
15628 * gdb.mi/mi-nonstop.exp: Likewise.
15629 * gdb.mi/mi-nsintrall.exp: Likewise.
15630 * gdb.mi/mi-nsmoribund.exp: Likewise.
15631 * gdb.mi/mi-nsthrexec.exp: Likewise.
15632 * gdb.mi/mi-reverse.exp: Likewise.
15633 * gdb.mi/mi-simplerun.exp: Likewise.
15634 * gdb.mi/mi-stepn.exp: Likewise.
15635 * gdb.mi/mi-syn-frame.exp: Likewise.
15636 * gdb.mi/mi-until.exp: Likewise.
15637 * gdb.mi/mi-var-cp.exp: Likewise.
15638 * gdb.mi/mi-var-display.exp: Likewise.
15639 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15640 * gdb.mi/mi2-var-child.exp: Likewise.
15641 * gdb.mi/mi-vla-c99.exp: Likewise.
15642 * lib/mi-support.exp: Likewise.
15644 From Ian Lance Taylor <iant@cygnus.com>:
15645 * lib/gdb.exp (parse_args): New procedure.
15647 2014-04-23 Pedro Alves <palves@redhat.com>
15649 * gdb.base/break-unload-file.c: New file.
15650 * gdb.base/break-unload-file.exp: New file.
15651 * gdb.base/sym-file-lib.c (baz): New function.
15652 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15654 (load): Store the segment's mapped size.
15655 (unload): New function.
15656 (unload_shlib): New function.
15657 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15658 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15659 set a breakpoint at baz, and call it.
15660 * gdb.base/sym-file.exp: New tests for stale breakpoint
15663 2014-04-23 Pedro Alves <palves@redhat.com>
15665 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15666 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15667 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15668 * gdb.base/hbreak-unmapped.c: New file.
15669 * gdb.base/hbreak-unmapped.exp: New file.
15670 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15671 * lib/gdb.exp (gdb_is_target_remote): ... here.
15673 2014-04-22 Pedro Alves <palves@redhat.com>
15675 * gdb.base/consecutive-step-over.c: New file.
15676 * gdb.base/consecutive-step-over.exp: New file.
15678 2014-04-22 Pedro Alves <palves@redhat.com>
15680 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15681 instead of send_gdb/gdb_expect.
15683 2014-04-22 Yao Qi <yao@codesourcery.com>
15685 * lib/trace-support.exp (generate_tracefile): New procedure.
15686 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15688 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15689 if generate_tracefile returns 1.
15691 2014-04-18 Tom Tromey <palves@redhat.com>
15692 Pedro alves <tromey@redhat.com>
15695 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15696 with a backtrace limit.
15697 * gdb.python/py-frame-inline.exp: Test running to an inline
15698 function with a backtrace limit, and printing the newest frame.
15699 * gdb.python/py-frame-inline.c (main): Call f.
15701 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15703 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15705 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15707 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15708 Drop prefix from unsupported source file path.
15710 2014-04-17 Yao Qi <yao@codesourcery.com>
15712 * lib/gdb.exp (with_target_charset): New proc.
15713 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15714 with_target_charset.
15715 (test_print_strings): Likewise.
15716 (test_repeat_bytes): Likewise.
15717 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15720 2014-04-16 Keith Seitz <keiths@redhat.com>
15723 * gdb.dwarf2/corrupt.c: New file.
15724 * gdb.dwarf2/corrupt.exp: New file.
15726 2014-04-16 Keith Seitz <keiths@redhat.com>
15729 * gdb.cp/namelessclass.cc: New file.
15730 * gdb.cp/namelessclass.exp: New file.
15731 * gdb.cp/namelessclass.S: New file.
15733 2014-04-16 Doug Evans <dje@google.com>
15735 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15737 (gdbserver_default_get_comm_port): New function.
15738 (gdbserver_start): Check if board file provided
15739 "gdbserver,get_comm_port" and use it if so.
15740 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15741 (gdb,socketport): Set to "stdio".
15742 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15743 (stdio_gdbserver_template): Delete.
15744 (${board}_get_remote_address): Update.
15745 (${board}_build_remote_cmd): Delete.
15746 (${board}_get_comm_port): New function.
15747 (${board}_spawn): Update.
15748 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15750 (${board}_get_remote_address): Update.
15751 (${board}_get_comm_port): New function.
15753 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15755 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15756 appearing in any order.
15758 2014-04-15 Doug Evans <dje@google.com>
15760 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15761 uninitialized value of "description".
15763 2014-04-15 Keith Seitz <keiths@redhat.com>
15765 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15766 Remove unused globals.
15767 (test_running_the_program): Likewise.
15768 (test_controlled_execution): Likewise.
15769 (test_controlling_breakpoints): Likewise.
15770 (test_program_termination): Likewise.
15772 2014-04-15 Keith Seitz <keiths@redhat.com>
15774 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15776 (test_rbreak_creation_and_listing): Likewise.
15777 (test_ignore_count): Likewise.
15778 (test_error): Likewise.
15780 2014-04-15 Pedro Alves <palves@redhat.com>
15782 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15783 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15785 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15786 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15787 to sym-file-loader.c.
15788 (struct library): Forward declare.
15789 (load_shlib, lookup_function): Change prototypes.
15790 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15791 (translate_offset): Remove declarations.
15792 (get_text_addr): New declaration.
15793 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15794 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15796 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15797 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15798 here from sym-file-loader.h.
15799 (struct library): New structure.
15800 (load_shlib, lookup_function): Change prototypes and adjust to
15801 work with a struct library.
15802 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15803 (translate_offset): Make static.
15804 (get_text_addr): New function.
15805 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15807 2014-04-15 Pedro Alves <palves@redhat.com>
15809 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15811 2014-04-15 Pedro Alves <palves@redhat.com>
15813 * gdb.base/sym-file-loader.c: Include <limits.h>.
15814 (SELF_LINK): New define.
15815 (get_origin): New function.
15816 (load_shlib): Use it.
15817 * gdb.base/sym-file.exp: Don't early return if the target is
15818 remote. Use runto_main, and issue fail is that fails. Use
15820 (shlib_name): Delete.
15821 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15823 2014-04-15 Pedro Alves <palves@redhat.com>
15825 * gdb.base/sym-file.exp: Remove regex characters from test
15826 message. Don't refer to breakpoint numbers in test messages.
15828 2014-04-14 Keith Seitz <keiths@redhat.com>
15831 * gdb.cp/var-tag.cc: New file.
15832 * gdb.cp/var-tag.exp: New file.
15833 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15834 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15835 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15836 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15838 2014-04-14 Tom Tromey <tromey@redhat.com>
15840 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15841 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15843 * gdb.cp/enum-class.exp: New file.
15844 * gdb.cp/enum-class.cc: New file.
15846 2014-04-14 Tom Tromey <tromey@redhat.com>
15848 * gdb.dwarf2/enum-type.exp: New file.
15850 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15852 * gdb.mi/mi-vla-c99.exp: New file.
15853 * gdb.mi/vla.c: New file.
15855 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15857 * gdb.base/vla-datatypes.c: New file.
15858 * gdb.base/vla-datatypes.exp: New file.
15860 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15862 * gdb.base/vla-ptr.c: New file.
15863 * gdb.base/vla-ptr.exp: New file.
15865 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15867 * gdb.dwarf2/count.exp: New file.
15869 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15871 * gdb.base/vla-sideeffect.c: New file.
15872 * gdb.base/vla-sideeffect.exp: New file.
15874 2014-04-14 David Blaikie <dblaikie@gmail.com>
15876 * gdb.mi/non-stop.c: Add return value for non-void function return
15878 * gdb.threads/staticthreads.c: Ditto.
15880 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15881 Doug Evans <xdje42@gmail.com>
15883 * gdb.guile/scm-value.c: Improve test case.
15884 * gdb.guile/scm-value.exp: Add new test.
15886 2014-04-11 David Blaikie <dblaikie@gmail.com>
15888 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15889 override Clang's default.
15891 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15893 Revert the following changes (regressions):
15895 * gdb.base/vla-sideeffect.c: New file.
15896 * gdb.base/vla-sideeffect.exp: New file.
15898 * gdb.dwarf2/count.exp: New file.
15900 * gdb.base/vla-multi.c: New file.
15901 * gdb.base/vla-multi.exp: New file.
15903 * gdb.base/vla-ptr.c: New file.
15904 * gdb.base/vla-ptr.exp: New file.
15906 * gdb.base/vla-datatypes.c: New file.
15907 * gdb.base/vla-datatypes.exp: New file.
15909 * gdb.mi/mi-vla-c99.exp: New file.
15910 * gdb.mi/vla.c: New file.
15912 2014-04-11 Keith Seitz <keiths@redhat.com>
15915 * gdb.cp/cpsizeof.exp: New file.
15916 * gdb.cp/cpsizeof.cc: New file.
15918 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15920 * gdb.mi/mi-vla-c99.exp: New file.
15921 * gdb.mi/vla.c: New file.
15923 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15925 * gdb.base/vla-datatypes.c: New file.
15926 * gdb.base/vla-datatypes.exp: New file.
15928 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15930 * gdb.base/vla-ptr.c: New file.
15931 * gdb.base/vla-ptr.exp: New file.
15933 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15935 * gdb.base/vla-multi.c: New file.
15936 * gdb.base/vla-multi.exp: New file.
15938 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15940 * gdb.dwarf2/count.exp: New file.
15942 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15944 * gdb.base/vla-sideeffect.c: New file.
15945 * gdb.base/vla-sideeffect.exp: New file.
15947 2014-04-11 Yao Qi <yao@codesourcery.com>
15949 * gdb.base/completion.exp: Check file exists before running tests
15950 on file completion.
15952 2014-04-10 Pedro Alves <palves@redhat.com>
15954 * gdb.base/cond-eval-mode.c: New file.
15955 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15956 prepare_for_testing to build the new file. Check result of
15958 (test_break, test_watch): New procedures.
15959 (top level): Use them.
15961 2014-04-08 Pierre Muller <muller@sourceware.org>
15963 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15964 Ctrl-V use for mingw hosts.
15966 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15968 * gdb.python/py-value.c: Improve test case.
15969 * gdb.python/py-value.exp: Add new test.
15971 2014-04-07 David Blaikie <dblaikie@gmail.com>
15973 * lib/compiler.c: Identify the clang compiler.
15974 * lib/compiler.cc: Ditto.
15976 2014-04-03 Yao Qi <yao@codesourcery.com>
15978 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15980 2014-04-01 Anton Blanchard <anton@samba.org>
15982 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15985 2014-04-01 Anton Blanchard <anton@samba.org>
15987 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15988 prepare_for_testing.
15990 2014-04-01 Anton Blanchard <anton@samba.org>
15992 * gdb.arch/ppc64-atomic-inst.c: Remove.
15993 * gdb.arch/ppc64-atomic-inst.S: New file.
15994 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15996 2014-03-31 Doug Evans <dje@google.com>
15998 * gdb.base/print-symbol-loading-lib.c: New file.
15999 * gdb.base/print-symbol-loading-main.c: New file.
16000 * gdb.base/print-symbol-loading.exp: New file.
16002 2014-03-31 Yao Qi <yao@codesourcery.com>
16004 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16006 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16008 * gdb.ada/mi_dyn_arr: New testcase.
16010 2014-03-27 Doug Evans <dje@google.com>
16012 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16014 2014-03-27 Yao Qi <yao@codesourcery.com>
16016 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16017 if target is nios2-*-*.
16019 2014-03-26 Yao Qi <yao@codesourcery.com>
16021 * lib/gdb.exp (readline_is_used): New proc.
16022 * gdb.base/completion.exp: Move tests on command complete up.
16023 Skip the rest of tests if readline is not used.
16024 * gdb.ada/complete.exp: Skp the test if readline is not
16026 * gdb.base/filesym.exp: Likewise.
16027 * gdb.base/macscp.exp: Likewise.
16028 * gdb.base/readline-ask.exp: Likewise.
16029 * gdb.base/readline.exp: Likewise.
16030 * gdb.python/py-cmd.exp: Likewise.
16031 * gdb.trace/tfile.exp: Likewise.
16033 2014-03-26 Yao Qi <yao@codesourcery.com>
16035 * gdb.base/macscp.exp: Fix code format issues.
16037 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16039 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16040 * gdb.asm/powerpc64le.inc: New file.
16042 2014-03-25 Pedro Alves <palves@redhat.com>
16043 Doug Evans <dje@google.com>
16045 * gdb.base/source-execution.c: New file.
16046 * gdb.base/source-execution.exp: New file.
16047 * gdb.base/source-execution.gdb: New file.
16049 2014-03-24 Doug Evans <dje@google.com>
16051 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16054 2014-03-24 Hui Zhu <hui@codesourcery.com>
16055 Pedro Alves <palves@redhat.com>
16057 PR breakpoints/16101
16058 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16059 test pass/fail messages. Detect missing support for dprintf when
16060 breakpoints are actually inserted.
16061 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16062 breakpoints are actually inserted.
16063 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16066 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16068 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16070 2014-03-22 Doug Evans <xdje42@gmail.com>
16072 * gdb.python/python.exp (python not supported): Verify multi-line
16073 python command issues an error.
16074 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16075 guile command issues an error.
16077 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16079 * gdb.threads/thread-specific.exp: Handle the lack of usable
16080 $this_breakpoint and $this_thread.
16082 2014-03-21 Hui Zhu <hui@codesourcery.com>
16084 * gdb.base/attach.exp (do_command_attach_tests): New.
16086 2014-03-20 Tom Tromey <tromey@redhat.com>
16087 Pedro Alves <palves@redhat.com>
16090 * gdb.base/condbreak-call-false.c: New file.
16091 * gdb.base/condbreak-call-false.exp: New file.
16093 2014-03-20 Pedro Alves <palves@redhat.com>
16095 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16097 (block_signals, unblock_signals): Delete.
16098 (child_function_2, main): Remove references to deleted variable
16101 2014-03-20 Pedro Alves <palves@redhat.com>
16103 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16104 Use pthread_kill to signal thread 2.
16105 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16106 Adjust to make the test send itself a signal rather than using the
16107 host's "kill" command.
16109 2014-03-20 Pedro Alves <palves@redhat.com>
16111 * gdb.threads/multiple-step-overs.c: New file.
16112 * gdb.threads/multiple-step-overs.exp: New file.
16113 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16114 Adjust expected infrun debug output.
16116 2014-03-20 Pedro Alves <palves@redhat.com>
16118 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16119 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16121 2014-03-20 Pedro Alves <palves@redhat.com>
16123 PR breakpoints/7143
16124 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16125 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16126 of gdb_test_multiple.
16127 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16128 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16130 2014-03-20 Pedro Alves <palves@redhat.com>
16132 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16133 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16135 2014-03-19 Pedro Alves <palves@redhat.com>
16137 * gdb.base/async.exp: Remove early return.
16139 2014-03-19 Pedro Alves <palves@redhat.com>
16141 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16143 2014-03-19 Pedro Alves <palves@redhat.com>
16145 * gdb.base/async.exp (test_background): Expect \r\n after
16146 "completed." in the fail pattern.
16148 2014-03-19 Pedro Alves <palves@redhat.com>
16150 * gdb.base/async.exp (test_background): New procedure.
16151 Use it for all background execution command tests.
16153 2014-03-19 Pedro Alves <palves@redhat.com>
16155 * gdb.base/async.exp: Use prepare_for_testing.
16157 2014-03-19 Pedro Alves <palves@redhat.com>
16159 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16162 2014-03-19 Pedro Alves <palves@redhat.com>
16164 * gdb.base/async.c (main): Add "jump here" and "until here" line
16166 * gdb.base/async.exp (jump_here): New global.
16167 (jump& test): Use it.
16168 (until_here): New global.
16169 (until& test): Use it.
16171 2014-03-19 Pedro Alves <palves@redhat.com>
16173 * gdb.base/async.exp: Don't frob gdb_protocol.
16175 2014-03-18 Doug Evans <xdje42@gmail.com>
16177 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16178 Fix spelling of exec-done-display.
16180 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16183 * gdb.base/gdb-sigterm.c: New file.
16184 * gdb.base/gdb-sigterm.exp: New file.
16186 2014-03-18 Pedro Alves <palves@redhat.com>
16189 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16190 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16193 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16195 * gdb.ada/pckd_arr_ren: New testcase.
16197 2014-03-13 Doug Evans <xdje42@gmail.com>
16200 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16201 collect after discarding symbols.
16203 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16204 Doug Evans <xdje42@gmail.com>
16206 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16207 to history survives a gc.
16209 2014-03-13 Pedro Alves <palves@redhat.com>
16211 * gdb.base/default.exp: Don't test "target procfs".
16213 2014-03-13 Pedro Alves <palves@redhat.com>
16215 * gdb.base/default.exp: Update "target child" and "target procfs"
16216 tests to not expect "Unix".
16218 2014-03-12 Tom Tromey <tromey@redhat.com>
16220 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16221 New procs. Add target-async tests.
16222 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16223 Add target-async tests.
16225 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16227 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16228 'func_start' and 'func_end' for the beginning and end of the
16229 function code, respectively.
16230 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16231 'func_end' instead of 'func' and 'main'.
16233 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16235 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16236 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16237 generate the debug info assembler source.
16239 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16241 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16242 * gdb.dwarf2/arr-subrange.exp: Likewise.
16243 * gdb.dwarf2/dwz.exp: Likewise.
16244 * gdb.dwarf2/method-ptr.exp: Likewise.
16245 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16246 * gdb.dwarf2/subrange.exp: Likewise.
16247 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16248 * gdb.dwarf2/implptrpiece.exp: Likewise.
16249 * gdb.dwarf2/nostaticblock.exp: Likewise.
16251 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16253 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16254 directory to absolute path name arguments.
16256 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16258 * gdb.ada/tagged_access: New testcase.
16260 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16262 * gdb.btrace/data.exp: Update expected output.
16264 2014-03-06 Yao Qi <yao@codesourcery.com>
16266 * gdb.trace/pr16508.exp: New file.
16268 2014-03-05 Pedro Alves <palves@redhat.com>
16271 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16273 (top level): Adjust to use it. Add tests that exercise breakpoint
16274 interaction with the code-cache.
16276 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16278 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16279 test for 'history-append!'.
16281 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16283 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16284 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16285 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16286 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16287 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16288 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16290 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16292 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16293 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16294 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16296 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16298 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16300 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16302 * gdb.dwarf2/arr-stride.c: New file.
16303 * gdb.dwarf2/arr-stride.exp: New file.
16305 2014-02-26 Pedro Alves <palves@redhat.com>
16307 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16308 that won't ever trigger. Make sure that GDB reports the correct
16309 breakpoint that caused the stop.
16311 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16314 * gdb.base/auto-load-script: New file.
16315 * gdb.base/auto-load.c: New file.
16316 * gdb.base/auto-load.exp: New file.
16319 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16321 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16323 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16324 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16326 2014-02-24 Doug Evans <dje@google.com>
16328 * lib/gdb.exp (run_on_host): Log error output if program fails.
16330 2014-02-21 Pedro Alves <palves@redhat.com>
16332 * gdb.threads/step-after-sr-lock.c: Rename to ...
16333 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16334 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16335 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16338 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16341 * gdb.arch/amd64-stap-special-operands.exp: New file.
16342 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16343 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16344 * gdb.arch/amd64-stap-triplet.S: Likewise.
16345 * gdb.arch/amd64-stap-triplet.c: Likewise.
16347 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16349 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16350 in .section pseudo-op.
16352 2014-02-20 lin zuojian <manjian2006@gmail.com>
16353 Joel Brobecker <brobecker@adacore.com>
16354 Doug Evans <xdje42@gmail.com>
16357 * gdb.dwarf2/dw2-icycle.S: New file.
16358 * gdb.dwarf2/dw2-icycle.c: New file.
16359 * gdb.dwarf2/dw2-icycle.exp: New file.
16361 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16363 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16364 operations on gdb.Value objects.
16365 * gdb.python/py-value-cc.exp: Add new test to test operations on
16368 2014-02-18 Doug Evans <dje@google.com>
16370 * Makefile.in (TESTS): New variable.
16371 (expanded_tests, expanded_tests_or_none): New variables
16372 (check-single): Pass $(expanded_tests_or_none) to runtest.
16373 (check-parallel): Only run tests in $(TESTS) if non-empty.
16374 (check/no-matching-tests-found): New rule.
16375 * README: Document TESTS makefile variable.
16377 2014-02-18 Doug Evans <dje@google.com>
16379 * Makefile.in (check-parallel): rm -rf outputs temp.
16381 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16383 Fix "ERROR: no fileid for" in the testsuite.
16384 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16386 2014-02-12 Doug Evans <dje@google.com>
16388 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16389 (MISCELLANEOUS): New variable.
16390 (clean): rm -rf $(MISCELLANEOUS).
16391 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16392 dwp live in the same directory as symlinks, with each symlink pointed
16393 to a differently named file in a different directory.
16395 2014-02-11 Doug Evans <dje@google.com>
16397 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16398 of Tcl file commands.
16400 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16402 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16403 "kill -SIGUSR1 -1".
16405 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16407 * gdb.ada/tick_length_array_enum_idx: New testcase.
16409 2014-02-10 Doug Evans <xdje42@gmail.com>
16411 * configure.ac (AC_OUTPUT): Add gdb.guile.
16412 * configure: Regenerate.
16413 * lib/gdb-guile.exp: New file.
16414 * lib/gdb.exp (get_target_charset): New function.
16415 * gdb.base/help.exp: Update expected output from "apropos apropos".
16416 * gdb.guile/Makefile.in: New file.
16417 * gdb.guile/guile.exp: New file.
16418 * gdb.guile/scm-arch.c: New file.
16419 * gdb.guile/scm-arch.exp: New file.
16420 * gdb.guile/scm-block.c: New file.
16421 * gdb.guile/scm-block.exp: New file.
16422 * gdb.guile/scm-breakpoint.c: New file.
16423 * gdb.guile/scm-breakpoint.exp: New file.
16424 * gdb.guile/scm-disasm.c: New file.
16425 * gdb.guile/scm-disasm.exp: New file.
16426 * gdb.guile/scm-equal.c: New file.
16427 * gdb.guile/scm-equal.exp: New file.
16428 * gdb.guile/scm-error.exp: New file.
16429 * gdb.guile/scm-error.scm: New file.
16430 * gdb.guile/scm-frame-args.c: New file.
16431 * gdb.guile/scm-frame-args.exp: New file.
16432 * gdb.guile/scm-frame-args.scm: New file.
16433 * gdb.guile/scm-frame-inline.c: New file.
16434 * gdb.guile/scm-frame-inline.exp: New file.
16435 * gdb.guile/scm-frame.c: New file.
16436 * gdb.guile/scm-frame.exp: New file.
16437 * gdb.guile/scm-generics.exp: New file.
16438 * gdb.guile/scm-gsmob.exp: New file.
16439 * gdb.guile/scm-iterator.c: New file.
16440 * gdb.guile/scm-iterator.exp: New file.
16441 * gdb.guile/scm-math.c: New file.
16442 * gdb.guile/scm-math.exp: New file.
16443 * gdb.guile/scm-objfile-script-gdb.in: New file.
16444 * gdb.guile/scm-objfile-script.c: New file.
16445 * gdb.guile/scm-objfile-script.exp: New file.
16446 * gdb.guile/scm-objfile.c: New file.
16447 * gdb.guile/scm-objfile.exp: New file.
16448 * gdb.guile/scm-ports.exp: New file.
16449 * gdb.guile/scm-pretty-print.c: New file.
16450 * gdb.guile/scm-pretty-print.exp: New file.
16451 * gdb.guile/scm-pretty-print.scm: New file.
16452 * gdb.guile/scm-section-script.c: New file.
16453 * gdb.guile/scm-section-script.exp: New file.
16454 * gdb.guile/scm-section-script.scm: New file.
16455 * gdb.guile/scm-symbol.c: New file.
16456 * gdb.guile/scm-symbol.exp: New file.
16457 * gdb.guile/scm-symtab-2.c: New file.
16458 * gdb.guile/scm-symtab.c: New file.
16459 * gdb.guile/scm-symtab.exp: New file.
16460 * gdb.guile/scm-type.c: New file.
16461 * gdb.guile/scm-type.exp: New file.
16462 * gdb.guile/scm-value-cc.cc: New file.
16463 * gdb.guile/scm-value-cc.exp: New file.
16464 * gdb.guile/scm-value.c: New file.
16465 * gdb.guile/scm-value.exp: New file.
16466 * gdb.guile/source2.scm: New file.
16467 * gdb.guile/types-module.cc: New file.
16468 * gdb.guile/types-module.exp: New file.
16470 2014-02-10 Yao Qi <yao@codesourcery.com>
16473 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16474 * configure: Regenerated.
16475 * Makefile.in: New file.
16477 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16479 * gdb.python/py-framefilter.exp: Fix typo.
16481 2014-02-08 Yao Qi <yao@codesourcery.com>
16483 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16484 that no =breakpoint-modified is emitted when breakpoints are
16485 modified through MI commands.
16487 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16488 Pedro Alves <palves@redhat.com>
16490 * gdb.threads/step-after-sr-lock.c: New file.
16491 * gdb.threads/step-after-sr-lock.exp: New file.
16493 2014-02-07 Pedro Alves <palves@redhat.com>
16495 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16497 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16499 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16500 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16502 2014-02-06 Doug Evans <xdje42@gmail.com>
16504 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16507 * gdb.gdb/python-interrupts.exp: New file.
16509 2014-02-05 Yao Qi <yao@codesourcery.com>
16511 * gdb.trace/report.exp (use_collected_data): Test the output
16512 of "info threads" and "info inferiors".
16514 2014-02-05 Yao Qi <yao@codesourcery.com>
16518 2013-05-24 Yao Qi <yao@codesourcery.com>
16520 * gdb.trace/tfile.exp: Test inferior and thread.
16522 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16524 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16526 * gdb.base/step-bt.c: Call hello via function pointer to make
16527 sure its first instruction is executed on powerpc64le-linux.
16529 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16531 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16533 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16535 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16536 of the test patterns for use on little-endian systems.
16538 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16540 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16541 (decimal_vector): Fix for little-endian.
16543 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16545 * gdb.arch/sparc-sysstep.exp: New file.
16546 * gdb.arch/sparc-sysstep.c: Likewise.
16548 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16550 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16552 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16554 2014-01-23 Tom Tromey <tromey@redhat.com>
16556 * gdb.ada/array_char_idx: New testcase.
16558 2014-01-23 Tom Tromey <tromey@redhat.com>
16561 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16562 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16565 2014-01-23 Tom Tromey <tromey@redhat.com>
16568 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16569 string from an inferior frame.
16570 * gdb.python/py-framefilter-mi.exp: Update.
16572 2014-01-22 Doug Evans <dje@google.com>
16574 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16576 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16578 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16580 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16582 * gdb.trace/entry-values.exp: Remove excess space character from
16583 regex patterns. Handle s390 call instruction.
16585 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16587 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16588 define "*_start" label. Make "name" static.
16589 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16590 ${name} by references to ${name}_start.
16592 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16594 * gdb.base/info-macros.exp: Remove "debug" from the compile
16597 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16599 * gdb.dlang/demangle.exp: New file.
16601 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16603 * gdb.dlang/primitive-types.exp: New file.
16605 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16607 * configure.ac: Create gdb.dlang/Makefile.
16608 * configure: Regenerate.
16609 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16610 * gdb.dlang/Makefile.in: New file.
16611 * lib/d-support.exp: New file.
16612 * lib/gdb.exp (skip_d_tests): New proc.
16614 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16616 * gdb.btrace/delta.exp: Check reverse stepi.
16617 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16618 * gdb.btrace/finish.exp: New.
16619 * gdb.btrace/next.exp: New.
16620 * gdb.btrace/nexti.exp: New.
16621 * gdb.btrace/record_goto.c: Add comments.
16622 * gdb.btrace/step.exp: New.
16623 * gdb.btrace/stepi.exp: New.
16624 * gdb.btrace/multi-thread-step.c: New.
16625 * gdb.btrace/multi-thread-step.exp: New.
16626 * gdb.btrace/rn-dl-bind.c: New.
16627 * gdb.btrace/rn-dl-bind.exp: New.
16628 * gdb.btrace/data.c: New.
16629 * gdb.btrace/data.exp: New.
16630 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16632 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16634 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16635 * gdb.btrace/exception.exp: Update.
16636 * gdb.btrace/instruction_history.exp: Update.
16637 * gdb.btrace/record_goto.exp: Update.
16638 * gdb.btrace/tailcall.exp: Update.
16639 * gdb.btrace/unknown_functions.exp: Update.
16640 * gdb.btrace/delta.exp: New.
16642 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16644 * gdb.btrace/record_goto.exp: Add backtrace test.
16645 * gdb.btrace/tailcall.exp: Add backtrace test.
16647 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16649 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16650 * gdb.btrace/record_goto.c: New.
16651 * gdb.btrace/record_goto.exp: New.
16652 * gdb.btrace/x86-record_goto.S: New.
16654 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16656 * gdb.btrace/function_call_history.exp: Update tests.
16657 * gdb.btrace/instruction_history.exp: Update tests.
16659 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16661 * gdb.btrace/function_call_history.exp: Fix expected field
16662 order for "record function-call-history".
16663 Add new tests for "record function-call-history /c".
16664 * gdb.btrace/exception.cc: New.
16665 * gdb.btrace/exception.exp: New.
16666 * gdb.btrace/tailcall.exp: New.
16667 * gdb.btrace/x86-tailcall.S: New.
16668 * gdb.btrace/x86-tailcall.c: New.
16669 * gdb.btrace/unknown_functions.c: New.
16670 * gdb.btrace/unknown_functions.exp: New.
16671 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16673 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16675 * gdb.btrace/instruction_history.exp: Update.
16676 * gdb.btrace/function_call_history.exp: Update.
16678 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16680 * gdb.btrace/function_call_history.exp: Fix expected function
16682 * gdb.btrace/instruction_history.exp: Initialize traced.
16683 Remove traced_functions.
16685 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16687 * gdb.btrace/function_call_history.exp: Update
16688 * gdb.btrace/instruction_history.exp: Update.
16690 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16692 * gdb.btrace/enable.exp: Update expected text.
16694 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16696 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16699 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16701 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16703 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16705 * lib/gdb.exp (supports_process_record): Return true for
16706 arm*-linux*. (supports_reverse): Likewise.
16708 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16712 * gdb.python/py-type.c: Enhance test case.
16713 * gdb.python/py-value-cc.cc: Likewise
16714 * gdb.python/py-type.exp: Add new tests.
16715 * gdb.python/py-value-cc.exp: Likewise
16717 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16718 Pedro Alves <palves@redhat.com>
16720 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16721 Make "name" extern.
16722 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16723 references to ${name}_start by references to ${name}.
16725 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16727 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16729 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16731 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16733 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16734 Pedro Alves <palves@redhat.com>
16736 * gdb.mi/mi-info-os.exp: Connect to the target with
16737 mi_gdb_target_load.
16739 2014-01-08 Pedro Alves <palves@redhat.com>
16741 * gdb.threads/reconnect-signal.c: New file.
16742 * gdb.threads/reconnect-signal.exp: New file.
16744 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16746 * gdb.base/source-dir.exp: New file.
16748 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16750 * gdb.ada/mi_interface: New testcase.
16752 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16754 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16755 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16756 gdb.ada/pp-rec-component/pck.ads: New files.
16758 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16760 * gdb.python/py-pp-integral.c: New file.
16761 * gdb.python/py-pp-integral.py: New file.
16762 * gdb.python/py-pp-integral.exp: New file.
16764 For older changes see ChangeLog-1993-2013.
16766 ;; Local Variables:
16767 ;; mode: change-log
16770 ;; version-control: never
16773 Copyright 2014-2019 Free Software Foundation, Inc.
16774 Copying and distribution of this file, with or without modification,
16775 are permitted provided the copyright notice and this notice are preserved.