1 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
5 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7 2019-07-30 Tom de Vries <tdevries@suse.de>
9 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
12 2019-07-30 Tom de Vries <tdevries@suse.de>
15 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
16 (exec_is_pie): New proc.
18 2019-07-29 Christian Biesinger <cbiesinger@google.com>
20 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
22 2019-07-29 Christian Biesinger <cbiesinger@google.com>
24 * gdb.python/py-objfile.c: Add global and static vars.
25 * gdb.python/py-objfile.exp: Test new functions Objfile.
26 lookup_global_symbol and lookup_static_symbol.
28 2019-07-29 Tom Tromey <tom@tromey.com>
30 * lib/tuiterm.exp (Term::_csi_@): New proc.
31 (Term::_csi_X): Don't move cursor.
33 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
35 * gdb.base/options.exp: Update backtrace - completion to
36 new option -frame-info.
37 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
38 Test new 'set print frame-info'. Test backtrace -frame-info
39 overriding 'set print frame-info'.
40 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
41 Test new 'set print frame-info'.
42 Verify consistency of backtrace with and without filters, with and
44 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
47 2019-07-29 Tom de Vries <tdevries@suse.de>
49 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
52 2019-07-29 Tom de Vries <tdevries@suse.de>
54 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
55 is a substring of the first for "complete non-unique file name".
57 2019-07-29 Tom de Vries <tdevries@suse.de>
59 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
62 2019-07-29 Tom de Vries <tdevries@suse.de>
64 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
65 Pass prompt_regexp parameter to gdb_test_multiple calls.
67 2019-07-29 Tom de Vries <tdevries@suse.de>
69 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
70 print registers" regexps.
72 2019-07-29 Tom de Vries <tdevries@suse.de>
74 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
76 2019-07-29 Tom de Vries <tdevries@suse.de>
79 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
80 (skip_python_tests_prompt): Add prompt_regexp argument to
81 gdb_test_multiple calls.
83 2019-07-27 Tom Tromey <tom@tromey.com>
85 * gdb.tui/main.exp: New file.
87 2019-07-27 Tom Tromey <tom@tromey.com>
89 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
91 * gdb.tui/empty.exp: New file.
93 2019-07-27 Tom Tromey <tom@tromey.com>
95 * lib/tuiterm.exp (spawn): New proc.
96 (Term::resize): New proc.
97 * gdb.tui/resize.exp: New file.
99 2019-07-27 Tom Tromey <tom@tromey.com>
101 * gdb.tui/list.exp: New file.
103 2019-07-27 Tom Tromey <tom@tromey.com>
105 * gdb.tui/regs.exp: New file.
107 2019-07-27 Tom Tromey <tom@tromey.com>
109 * gdb.tui/basic.exp: Add "layout split" test.
111 2019-07-27 Tom Tromey <tom@tromey.com>
113 * gdb.tui/basic.exp: Add "layout asm" test.
115 2019-07-27 Tom Tromey <tom@tromey.com>
117 * lib/tuiterm.exp: New file.
118 * gdb.tui/basic.exp: New file.
120 2019-07-27 Kevin Buettner <kevinb@redhat.com>
122 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
123 Enable tests associated with this flag. Adjust regex
124 referencing "foo_low" to now refer to "foo_cold" instead.
126 2019-07-27 Kevin Buettner <kevinb@redhat.com>
128 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
129 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
130 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
131 foo_cold. Revise comments to match.
132 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
133 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
134 were wrapped into this proc; Call do_test in loop from outermost
136 (foo_low): Rename all occurrences to "foo_cold".
137 (backtrace from baz): New test.
138 (x2/i foo_cold): New test.
139 (info line *foo_cold): New test.
141 2019-07-26 Tom de Vries <tdevries@suse.de>
143 * gdb.arch/i386-pkru.exp: Fix unterminated string.
145 2019-07-25 Tom de Vries <tdevries@suse.de>
148 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
149 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
150 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
151 (skip_libstdcxx_probe_tests): ... here.
152 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
154 2019-07-24 Tom de Vries <tdevries@suse.de>
157 * gdb.objc/basicclass.m: Include stdio.h.
158 * gdb.objc/nondebug.m: Same.
159 * gdb.objc/objcdecode.m: Same.
161 2019-07-24 Tom de Vries <tdevries@suse.de>
164 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
167 2019-07-24 Tom de Vries <tdevries@suse.de>
170 * gdb.multi/tids.exp: Update error messages for info threads.
172 2019-07-24 Tom de Vries <tdevries@suse.de>
174 * gdb.base/info-types.exp: Allow info types to print info for more than
177 2019-07-23 Tom de Vries <tdevries@suse.de>
180 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
181 gdb_spawn_with_cmdline_opts.
183 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
185 * gdb.arch/arm-cmse-sgstubs.c: New test.
186 * gdb.arch/arm-cmse-sgstubs.exp: New file.
188 2019-07-23 Tom de Vries <tdevries@suse.de>
191 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
192 issuing next command.
194 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
196 * gdb.ada/info_auto_lang.exp: Update expected results.
197 * gdb.base/info-types.c: Add additional types to check.
198 * gdb.base/info-types.exp: Update expected results.
200 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
202 * gdb.base/info-types.c: New file.
203 * gdb.base/info-types.exp: New file.
205 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
207 * gdb.arch/riscv-bp-infcall.c: New file.
208 * gdb.arch/riscv-bp-infcall.exp: New file.
210 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
213 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
215 2019-07-14 Tom de Vries <tdevries@suse.de>
218 * gdb.objc/basicclass.exp: Fix unterminated string.
220 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
221 Andrew Burgess <andrew.burgess@embecosm.com>
223 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
224 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
226 * gdb.fortran/vla-value.exp: Print elements of an array with
228 * gdb.fortran/vla.f90: Setup an array with negative bounds for
231 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
233 * gdb.base/options.exp (expect_string): Dequote strings in
235 (test-string): Test strings with different quoting and reindent.
237 2019-07-10 Tom Tromey <tromey@adacore.com>
239 * gdb.ada/mi_ex_cond.exp: Update expected results.
240 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
241 * gdb.ada/mi_catch_ex.exp: Update expected results.
242 * gdb.ada/mi_catch_assert.exp: Update expected results.
243 * gdb.ada/catch_ex.exp (catch_exception_info)
244 (catch_exception_entry, catch_assert_entry)
245 (catch_unhandled_entry): Update.
246 * gdb.ada/catch_assert_if.exp: Update expected results.
248 2019-07-10 Richard Bunt <richard.bunt@arm.com>
249 Stephen Roberts <stephen.roberts@arm.com>
251 * gdb.base/define.exp: Restore original prompt.
253 2019-07-09 Pedro Alves <palves@redhat.com>
255 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
257 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
258 * gdb.python/py-breakpoint.exp: No longer expect that "catch
259 throw" creates breakpoint.
260 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
263 2019-07-09 Pedro Alves <palves@redhat.com>
266 * gdb.cp/except-multi-location-lib.cc: New.
267 * gdb.cp/except-multi-location-main.cc: New.
268 * gdb.cp/except-multi-location.exp: New.
270 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
272 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
273 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
274 argument and update callers.
276 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
278 * gdb.arch/amd64-break-on-asm-line.S: New file.
279 * gdb.arch/amd64-break-on-asm-line.exp: New file.
281 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
283 * gdb.base/printcmds.exp: Test printing C string and
284 C wide string convenience vars without transiting via the inferior.
285 Also make test names unique.
287 2019-07-08 Alan Hayward <alan.hayward@arm.com>
289 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
291 2019-07-04 Pedro Alves <palves@redhat.com>
293 * lib/gdb.exp (foreach_with_prefix): Don't return early if
294 body returned ok(0), break(3) or continue(4).
295 * gdb.testsuite/foreach_with_prefix.exp: New file.
297 2019-07-04 Alan Hayward <alan.hayward@arm.com>
299 * gdb.server/unittest.exp: Allow 0 unit tests to run.
301 2019-07-03 Pedro Alves <palves@redhat.com>
303 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
306 2019-07-03 Pedro Alves <palves@redhat.com>
309 * gdb.base/shell.exp: Load completion-support.exp.
310 Adjust expected error output. Add completion tests.
312 2019-07-03 Pedro Alves <palves@redhat.com>
314 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
317 2019-07-03 Pedro Alves <palves@redhat.com>
319 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
320 (expect_integer): Adjust to expect "-string".
321 (expect_string): New.
322 (all_options): Expect "-string".
323 (test-flag, test-boolean): Adjust to expect "-string".
324 (test-string): New proc.
325 (top level): Call it.
327 2019-07-03 Pedro Alves <palves@redhat.com>
329 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
330 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
331 the expected output in the success.
333 2019-07-03 Pedro Alves <palves@redhat.com>
335 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
336 Split one gdb_test_multiple call in two to avoid a race.
338 2019-07-03 Pedro Alves <palves@redhat.com>
340 * gdb.base/with.c: New file.
341 * gdb.base/with.exp: New file.
343 2019-07-03 Pedro Alves <palves@redhat.com>
345 * gdb.base/settings.exp: Replace all references to "maint
346 test-settings set" with references to "maint set test-settings",
347 and all references to "maint test-settings show" with references
348 to "maint show test-settings".
350 2019-07-03 Pedro Alves <palves@redhat.com>
352 * gdb.base/settings.exp (test-string): Adjust expected out when
353 testing "maint test-settings show filename"
355 2019-07-02 Pedro Alves <palves@redhat.com>
357 * gdb.base/options.exp (test-info-threads): New procedure.
358 (top level): Call it.
360 2019-06-28 Tom Tromey <tromey@adacore.com>
362 * gdb.dwarf2/ada-linkage-name.c: New file.
363 * gdb.dwarf2/ada-linkage-name.exp: New file.
365 2019-06-27 Tom Tromey <tromey@adacore.com>
367 * gdb.cp/constexpr-field.exp: Use setup_xfail.
369 2019-06-26 Tom de Vries <tdevries@suse.de>
371 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
373 2019-06-26 Tom de Vries <tdevries@suse.de>
375 * gdb.base/index-cache.exp: Add back missing debug option.
377 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
379 * gdb.base/alias.exp: Test non matching/non existing prefixes.
381 2019-06-25 Tom de Vries <tdevries@suse.de>
384 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
386 2019-06-24 Tom de Vries <tdevries@suse.de>
388 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
390 2019-06-24 Tom de Vries <tdevries@suse.de>
392 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
393 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
394 * gdb.trace/unavailable-dwarf-piece.exp: Same.
396 2019-06-24 Tom de Vries <tdevries@suse.de>
398 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
400 2019-06-21 Tom de Vries <tdevries@suse.de>
402 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
404 2019-06-21 Tom de Vries <tdevries@suse.de>
408 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
411 2019-06-19 Tom Tromey <tromey@adacore.com>
413 * gdb.ada/length_cond.exp: Add intro comment.
415 2019-06-19 Tom Tromey <tromey@adacore.com>
417 * gdb.ada/length_cond.exp: New file.
418 * gdb.ada/length_cond/length_cond.adb: New file.
419 * gdb.ada/length_cond/pck.adb: New file.
420 * gdb.ada/length_cond/pck.ads: New file.
422 2019-06-18 Tom de Vries <tdevries@suse.de>
424 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
426 2019-06-18 Tom Tromey <tromey@adacore.com>
428 * gdb.base/list0.h: Add comment explaining control character.
430 2019-06-18 Tom de Vries <tdevries@suse.de>
432 * boards/fission.exp: Break up long debug_flags line.
434 2019-06-16 Tom de Vries <tdevries@suse.de>
437 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
440 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
443 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
444 improve detection of bug gdb/24541.
446 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
449 * gdb.base/index-cache.exp (uses_readnow,
450 expecting_index_cache_use): Define global variable.
451 (test_cache_enabled_miss, test_cache_enabled_hit): Use
452 expecting_index_cache_use.
454 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
455 Andrew Burgess <andrew.burgess@embecosm.com>
457 * gdb.fortran/pointers.f90: New file.
458 * gdb.fortran/print_type.exp: New file.
459 * gdb.fortran/vla-ptype.exp: Adapt expected results.
460 * gdb.fortran/vla-type.exp: Likewise.
461 * gdb.fortran/vla-value.exp: Likewise.
462 * gdb.mi/mi-vla-fortran.exp: Likewise.
464 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
466 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
467 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
468 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
471 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
473 * gdb.base/annota1.exp: Update expected results.
474 * gdb.cp/annota2.exp: Likewise.
475 * gdb.cp/annota3.exp: Likewise.
477 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
479 * gdb.base/style-logging.exp: Remove path from test name.
481 2019-06-14 Tom Tromey <tromey@adacore.com>
484 * gdb.base/style-logging.exp: New file.
486 2019-06-14 Tom Tromey <tromey@adacore.com>
488 * gdb.base/symfile-warn.exp: New file.
489 * gdb.base/symfile-warn.c: New file.
491 2019-06-14 Tom Tromey <tromey@adacore.com>
493 * gdb.base/annotate-symlink.exp: New file.
495 2019-06-14 Tom Tromey <tromey@adacore.com>
497 * gdb.ada/set_wstr.exp: Add reassignment test.
499 2019-06-14 Tom Tromey <tromey@adacore.com>
501 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
502 'unchecked_access and 'unrestricted_access as well.
504 2019-06-14 Tom Tromey <tromey@adacore.com>
507 * gdb.ada/vla.exp: Update tests.
508 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
511 2019-06-13 Pedro Alves <palves@redhat.com>
513 * gdb.base/settings.exp (test-integer): Test junk after
516 2019-06-13 Pedro Alves <palves@redhat.com>
518 * gdb.base/options.exp (test-thread-apply): New.
519 (top level): Call it.
521 2019-06-13 Pedro Alves <palves@redhat.com>
523 * gdb.base/options.exp (test-frame-apply): New.
524 (top level): Test print commands with different "frame apply"
527 2019-06-13 Pedro Alves <palves@redhat.com>
529 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
530 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
531 'max_completions' parameter and handle it.
532 (test_gdb_completion_offers_commands): New.
534 2019-06-13 Pedro Alves <palves@redhat.com>
536 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
538 2019-06-13 Pedro Alves <palves@redhat.com>
540 * gdb.base/options.exp (test-backtrace): New.
541 (top level): Call it.
543 2019-06-13 Pedro Alves <palves@redhat.com>
545 * gdb.guile/scm-frame-args.exp: Use "set print
546 raw-frame-arguments" instead of "set print raw frame-arguments".
547 * gdb.python/py-frame-args.exp: Likewise.
549 2019-06-13 Pedro Alves <palves@redhat.com>
551 * gdb.compile/compile.exp: Adjust expected output to option
554 2019-06-13 Pedro Alves <palves@redhat.com>
556 * gdb.base/options.exp: Build executable.
557 (test-print): New procedure.
558 (top level): Call it, once for "print" and another for "compile
561 2019-06-13 Pedro Alves <palves@redhat.com>
563 * gdb.base/options.c: New file.
564 * gdb.base/options.exp: New file.
566 2019-06-13 Pedro Alves <palves@redhat.com>
568 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
569 that "o" is ambiguous.
571 2019-06-13 Pedro Alves <palves@redhat.com>
573 * gdb.base/settings.c: New file.
574 * gdb.base/settings.exp: New file.
576 2019-06-13 Pedro Alves <palves@redhat.com>
578 * gdb.base/completion.exp: Fix comment typo.
580 2019-06-13 Pedro Alves <palves@redhat.com>
582 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
585 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
587 * gdb.fortran/block-data.f: New.
588 * gdb.fortran/block-data.exp: New.
590 2019-06-11 Tom de Vries <tdevries@suse.de>
593 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
596 2019-06-11 Tom de Vries <tdevries@suse.de>
599 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
601 2019-06-11 Tom de Vries <tdevries@suse.de>
603 * boards/readnow.exp: New file.
605 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
607 * gdb.fortran/vla-sizeof.exp: Update expected results.
609 2019-06-06 Amos Bird <amosbird@gmail.com>
611 * gdb.base/annota1.exp (thread_switch): Add test for
612 thread-exited annotation.
614 2019-06-06 Tom Tromey <tromey@adacore.com>
616 * gdb.base/maint.exp: Expect command started/finished output.
618 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
620 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
622 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
624 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
626 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
627 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
628 * gdb.arch/riscv-unwind-long-insn.c: New file.
629 * gdb.arch/riscv-unwind-long-insn.exp: New file.
631 2019-06-04 Christian Biesinger <cbiesinger@google.com>
633 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
635 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
637 * lib/gdb.exp (help_list_trailer): New regexp variable
638 factorizing the help trailer message.
639 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
640 arg to allow to better factorize various tests.
641 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
642 (test_prefix_command_help): Use help_list_trailer.
643 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
644 * gdb.guile/scm-cmd.exp: Likewise.
645 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
646 * gdb.base/help.exp: Use test_user_defined_class_help.
647 * gdb.base/style.exp: Add tests for styling of help and apropos.
648 * lib/gdb-utils.exp (style): Add title and highlight styles.
650 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
652 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
654 * gdb.base/default.exp: Update for new convenience variables.
656 2019-05-29 Tom Tromey <tromey@adacore.com>
658 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
659 to "break complete ada" test case's regexp.
661 2019-05-29 Tom Tromey <tromey@adacore.com>
664 * gdb.cp/constexpr-field.exp: New file.
665 * gdb.cp/constexpr-field.cc: New file.
667 2019-05-29 Tom Tromey <tromey@adacore.com>
669 * gdb.base/finish.exp (finish_no_print): New proc.
670 (finish_tests): Call it.
672 2019-05-24 Tom de Vries <tdevries@suse.de>
674 * gdb.dwarf2/gdb-add-index.exp: New file.
676 2019-05-22 Tom Tromey <tromey@adacore.com>
678 * gdb.base/info-shared.exp (check_info_shared): Use "style".
679 * gdb.base/style.exp: Use "style".
680 * lib/gdb-utils.exp (style): New proc.
682 2019-05-22 Tom de Vries <tdevries@suse.de>
684 * gdb.base/align.exp: Require c++11.
686 2019-05-22 Tom de Vries <tdevries@suse.de>
689 * gdb.python/py-mi-var-info-path-expression.exp: Call
690 mi_skip_python_tests to check if python is supported.
692 2019-05-22 Alan Hayward <alan.hayward@arm.com>
694 * gdb.arch/aarch64-pauth.c: New test.
695 * gdb.arch/aarch64-pauth.exp: New file.
697 2019-05-22 Alan Hayward <alan.hayward@arm.com>
699 * README (Re-running Tests Outside The Testsuite): New section.
701 2019-05-21 Tom de Vries <tdevries@suse.de>
703 * gdb.arch/amd64-eval.exp: Require c++11.
704 * gdb.base/max-depth.exp: Same.
705 * gdb.compile/compile-cplus-array-decay.exp: Same.
706 * gdb.cp/meth-typedefs.exp: Same.
707 * gdb.cp/subtypes.exp: Same.
708 * gdb.cp/temargs.exp: Same.
710 2019-05-21 Alan Hayward <alan.hayward@arm.com>
712 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
714 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
717 * gdb.fortran/complex.exp: Remove setup_kfail calls.
718 * gdb.fortran/printing-types.exp: Add new test.
719 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
721 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
724 2019-05-17 Alan Hayward <alan.hayward@arm.com>
726 * README (Running the Testsuite): Change example.
727 (Testsuite Parameters): Remove TRANSCRIPT.
728 * lib/gdb.exp: Remove TRANSCRIPT check.
730 2019-05-17 Alan Hayward <alan.hayward@arm.com>
732 * README (Testsuite Parameters): Add replay logging to
734 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
735 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
736 as a comma separated list.
737 (gdb_debug_init): Override procedure.
739 2019-05-17 Alan Hayward <alan.hayward@arm.com>
741 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
742 (gdb_write_cmd_file): New procedure.
743 * lib/gdbserver-support.exp (gdbserver_start): Call
744 gdbserver_write_cmd_file.
745 (gdbserver_write_cmd_file): New procedure.
747 2019-05-17 Alan Hayward <alan.hayward@arm.com>
749 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
750 (delete_breakpoints): Likewise.
751 (gdb_run_cmd): Likewise.
752 (gdb_start_cmd): Likewise.
753 (gdb_starti_cmd): Likewise.
754 (gdb_internal_error_resync): Likewise.
755 (gdb_test_multiple): Likewise.
756 (gdb_reinitialize_dir): Likewise.
757 (default_gdb_exit): Likewise.
758 (gdb_file_cmd): Mark kill as optional.
759 (default_gdb_start): Call gdb_stdin_log_init.
760 (send_gdb): Call gdb_stdin_log_write.
761 (rerun_to_main): Mark Y as an answer.
762 (gdb_stdin_log_init): New function.
763 (gdb_stdin_log_write): Likewise.
765 2019-05-17 Alan Hayward <alan.hayward@arm.com>
767 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
768 * gdb.base/debug-expr.exp: Likewise.
769 * gdb.base/foll-fork.exp: Likewise.
770 * gdb.base/foll-vfork.exp: Likewise.
771 * gdb.base/fork-print-inferior-events.exp: Likewise.
772 * gdb.base/gdb-sigterm.exp: Likewise.
773 * gdb.base/gdbinit-history.exp: Likewise.
774 * gdb.base/osabi.exp: Likewise.
775 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
776 * gdb.base/ui-redirect.exp: Likewise.
777 * gdb.gdb/unittest.exp: Likewise.
778 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
779 * gdb.mi/mi-watch.exp: Likewise.
780 * gdb.mi/new-ui-mi-sync.exp: Likewise.
781 * gdb.mi/user-selected-context-sync.exp: Likewise.
782 * gdb.python/python.exp: Disable debug test when debugging.
783 * gdb.threads/check-libthread-db.exp: Disable when debugging.
784 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
786 * gdb.threads/stepi-random-signal.exp: Likewise.
788 2019-05-17 Alan Hayward <alan.hayward@arm.com>
790 * Makefile.in: Pass through GDB_DEBUG.
791 * README (Testsuite Parameters): Add GDB_DEBUG.
792 (gdb,debug): Add board setting.
793 * lib/gdb.exp (default_gdb_start): Start debugging.
794 (gdb_debug_enabled): New procedure.
795 (gdb_debug_init): Likewise.
797 2019-05-17 Alan Hayward <alan.hayward@arm.com>
799 * Makefile.in: Pass through GDB_DEBUG.
800 * README (Testsuite Parameters): Add GDB_DEBUG.
801 (gdb,debug): Add board setting.
802 * lib/gdb.exp (default_gdb_start): Start debugging.
803 (gdb_debug_enabled): New procedure.
804 (gdb_debug_init): Likewise.
806 2019-05-17 Alan Hayward <alan.hayward@arm.com>
808 * gdb.base/ui-redirect.exp: Add debug redirect tests.
810 2019-05-17 Alan Hayward <alan.hayward@arm.com>
812 * gdb.base/ui-redirect.exp: Test redirection.
814 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
816 * gdb.mi/mi-complete.exp: New file.
817 * gdb.mi/mi-complete.cc: Likewise.
819 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
821 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
822 indexed and sliced arrays, and pointers to arrays.
824 2019-05-14 Tom Tromey <tromey@adacore.com>
826 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
829 2019-05-14 Tom de Vries <tdevries@suse.de>
831 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
832 selection entry encoding.
834 2019-05-10 Tom Tromey <tromey@adacore.com>
836 * gdb.ada/info_exc.exp: Add "complete" test.
838 2019-05-09 Tom de Vries <tdevries@suse.de>
840 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
843 2019-05-09 Tom de Vries <tdevries@suse.de>
845 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
848 2019-05-08 Joel Brobecker <brobecker@adacore.com>
850 * gdb.ada/frame_arg_lang.exp: New testcase.
851 * gdb.ada/frame_arg_lang/bla.adb: New file.
852 * gdb.ada/frame_arg_lang/pck.ads: New file.
853 * gdb.ada/frame_arg_lang/pck.adb: New file.
854 * gdb.ada/frame_arg_lang/foo.c: New file.
856 2019-05-08 Tom Tromey <tromey@adacore.com>
858 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
860 2019-05-08 Tom Tromey <tromey@adacore.com>
862 * gdb.base/ptype-offsets.exp: Update tests.
864 2019-05-08 Tom Tromey <tromey@adacore.com>
866 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
868 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
871 2019-05-08 Tom Tromey <tromey@adacore.com>
873 * gdb.ada/vla.exp: New file.
874 * gdb.ada/vla/vla.adb: New file.
876 2019-05-07 Tom de Vries <tdevries@suse.de>
878 * gdb.base/index-cache.exp (ls_host): Fix return statement.
880 2019-05-07 Tom de Vries <tdevries@suse.de>
883 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
886 2019-05-07 Tom de Vries <tdevries@suse.de>
889 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
890 .debug_aranges section.
892 2019-05-07 Tom de Vries <tdevries@suse.de>
895 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
897 2019-05-06 Tom de Vries <tdevries@suse.de>
899 * lib/gdb.exp (exec_has_index_section): New proc.
900 * gdb.base/index-cache.exp: Handle case that binfile contains an index
903 2019-05-04 Tom de Vries <tdevries@suse.de>
905 * boards/cc-with-debug-names.exp: New file.
907 2019-05-03 Tom Tromey <tromey@adacore.com>
909 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
910 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
911 * gdb.ada/char_enum.exp: Add test.
913 2019-05-03 Tom de Vries <tdevries@suse.de>
915 * boards/cc-with-gdb-index.exp: New file.
917 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
919 * gdb.rust/simple.exp: Add new test case.
920 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
921 (main): Initialise an instance of the new struct.
923 2019-05-01 Tom Tromey <tromey@adacore.com>
925 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
928 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
931 2019-05-01 Tom Tromey <tromey@adacore.com>
933 * gdb.ada/packed_array_assign.exp: Add packed assignment
936 2019-05-01 Tom de Vries <tdevries@suse.de>
938 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
940 2019-05-01 Tom de Vries <tdevries@suse.de>
942 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
944 2019-04-30 Ali Tamur <tamur@google.com>
946 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
948 2019-04-30 Tom Tromey <tromey@adacore.com>
950 * lib/ada.exp (find_ada_tool): New proc.
951 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
952 * gdb.ada/catch_ex_std.exp: New file.
953 * gdb.ada/catch_ex_std/foo.adb: New file.
954 * gdb.ada/catch_ex_std/some_package.adb: New file.
955 * gdb.ada/catch_ex_std/some_package.ads: New file.
957 2019-04-30 Tom Tromey <tromey@adacore.com>
960 * gdb.cp/temargs.cc: Add test code from PR.
962 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
964 * gdb.fortran/vla-datatypes.exp: Update expected results.
965 * gdb.fortran/vla-ptype.exp: Likewise.
966 * gdb.fortran/vla-type.exp: Likewise.
967 * gdb.fortran/vla-value.exp: Likewise.
969 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
971 * gdb.fortran/ptr-indentation.exp: Update expected results.
972 * gdb.fortran/ptype-on-functions.exp: Likewise.
973 * gdb.fortran/vla-ptr-info.exp: Likewise.
974 * gdb.fortran/vla-value.exp: Likewise.
976 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
978 * gdb.fortran/ptype-on-functions.exp: New file.
979 * gdb.fortran/ptype-on-functions.f90: New file.
981 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
983 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
986 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
988 * gdb.fortran/complex.exp: Expand.
989 * gdb.fortran/complex.f: Renamed to...
990 * gdb.fortran/complex.f90: ...this, and extended to add more
993 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
995 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
998 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
999 Richard Bunt <richard.bunt@arm.com>
1001 * gdb.base/max-depth.c: New file.
1002 * gdb.base/max-depth.exp: New file.
1003 * gdb.python/py-nested-maps.c: New file.
1004 * gdb.python/py-nested-maps.exp: New file.
1005 * gdb.python/py-nested-maps.py: New file.
1006 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1007 (test_all_common): Call test_max_depth.
1008 * gdb.fortran/max-depth.exp: New file.
1009 * gdb.fortran/max-depth.f90: New file.
1010 * gdb.go/max-depth.exp: New file.
1011 * gdb.go/max-depth.go: New file.
1012 * gdb.modula2/max-depth.exp: New file.
1013 * gdb.modula2/max-depth.c: New file.
1014 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1016 2019-04-29 Tom de Vries <tdevries@suse.de>
1018 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1020 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1022 * gdb.base/callexit.exp: Test may-call-functions off.
1024 2019-04-25 Keith Seitz <keiths@redhat.com>
1027 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1028 (another_incomplete_struct, test_incomplete): New definitions.
1029 (main): Use new definitions.
1030 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1033 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1037 * gdb.base/coredump-filter-build-id.exp: New file.
1039 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1041 * Makefile.in: Pass through GDBSERVER_DEBUG.
1042 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1043 (gdbserver,debug): Add board setting.
1044 * gdb.trace/tspeed.exp: Skip when debugging.
1045 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1046 * lib/gdbserver-support.exp: Likewise
1048 2019-04-24 Tom Tromey <tromey@adacore.com>
1050 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1053 2019-04-24 Tom Tromey <tromey@adacore.com>
1055 * gdb.arch/amd64-eval.exp: Test bitfield return.
1056 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1057 (class Foo) <return_bitfields>: New method.
1060 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1062 * gdb.cp/many-args.cc: New file.
1063 * gdb.cp/many-args.exp: New file.
1065 2019-04-23 Tom de Vries <tdevries@suse.de>
1068 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1070 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1072 * gdb.trace/backtrace.exp: Use nopie flag.
1073 * gdb.trace/circ.exp: Likewise.
1074 * gdb.trace/collection.exp: Likewise.
1075 * gdb.trace/ftrace.exp: Likewise.
1076 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1077 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1078 * gdb.trace/qtro.exp: Likewise.
1079 * gdb.trace/read-memory.exp: Likewise.
1080 * gdb.trace/report.exp: Likewise.
1081 * gdb.trace/tfile.exp: Likewise.
1082 * gdb.trace/tfind.exp: Likewise.
1083 * gdb.trace/unavailable.exp: Likewise.
1085 2019-04-22 Pedro Alves <palves@redhat.com>
1087 * gdb.base/solib-probes-nosharedlibrary.c,
1088 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1090 2019-04-19 Tom Tromey <tromey@adacore.com>
1092 * gdb.ada/ptype_union.c: New file.
1093 * gdb.ada/ptype_union.exp: New file.
1095 2019-04-19 Tom Tromey <tromey@adacore.com>
1098 * gdb.base/list0.h (foo): Add a control-l character.
1100 2019-04-18 Tom de Vries <tdevries@suse.de>
1103 * boards/local-board.exp: Set sysroot to "".
1105 2019-04-18 Tom de Vries <tdevries@suse.de>
1106 Pedro Alves <palves@redhat.com>
1109 * gdb.threads/vfork-follow-child-exec.c: New file.
1110 * gdb.threads/vfork-follow-child-exec.exp: New file.
1111 * gdb.threads/vfork-follow-child-exit.c: New file.
1112 * gdb.threads/vfork-follow-child-exit.exp: New file.
1114 2019-04-15 Leszek Swirski <leszeks@google.com>
1116 * gdb.arch/amd64-eval.cc: New file.
1117 * gdb.arch/amd64-eval.exp: New file.
1119 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1121 * gdb.server/sysroot.c: New test.
1122 * gdb.server/sysroot.exp: New file.
1123 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1126 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1128 * gdb.base/align.exp: Extend test to cover structures containing
1131 2019-04-11 Tom de Vries <tdevries@suse.de>
1133 * boards/cc-with-dwz-m.exp: New file.
1134 * boards/cc-with-dwz.exp: New file.
1135 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1137 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1139 * gdb.base/start-cpp.exp: New file.
1140 * gdb.base/start-cpp.cc: New file.
1142 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1144 * gdb.python/py-thrhandle.exp: Adjust tests to call
1145 thread_from_handle instead of thread_from_thread_handle.
1147 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1149 * gdb.python/py-thrhandle.exp: Add tests for
1150 gdb.InferiorThread.handle.
1152 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1154 * gdb.python/py-function.exp: Check calling helper function from
1156 * lib/gdb.exp (gdb_supported_languages): New proc.
1158 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1160 * gdb.base/complex-parts.c: New file.
1161 * gdb.base/complex-parts.exp: New file.
1163 2019-04-01 Tom Tromey <tromey@adacore.com>
1166 * gdb.dwarf2/dw2-ranges-main.c: New file.
1167 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1168 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1170 2019-03-30 Simon Marchi <simark@simark.ca>
1172 * gdb.base/default.exp: Add values for $_gdb_major and
1175 2019-03-29 Tom Tromey <tromey@adacore.com>
1177 * gdb.base/help.exp: Tighten apropos regexp.
1179 2019-03-29 Keith Seitz <keiths@redhat.com>
1181 * gdb.fortran/array-bounds.exp: New file.
1182 * gdb.fortran/array-bounds.f90: New file.
1184 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1186 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1188 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1190 * gdb.multi/hello.c (main): Increase alarm timer.
1192 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1194 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1195 factor when no hardware watchpoint support.
1197 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1198 Pedro Alves <palves@redhat.com>
1200 * boards/local-board.exp: set sysroot to /.
1202 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1204 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1207 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1209 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1211 (make_container): Initialise new field.
1212 * gdb.python/py-prettyprint.exp: Add new tests.
1213 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1214 <display_hint>: New method.
1216 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1218 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1219 gdb_continue_to_breakpoint more throughout this test.
1220 (run_lang_tests) Supply unique test names, and use
1223 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1225 * gdb.base/finish-pretty.exp: Update expected results.
1226 * gdb.base/pretty-print.c: New file.
1227 * gdb.base/pretty-print.exp: New file.
1229 2019-03-25 Pedro Alves <palves@redhat.com>
1231 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1232 move comments outside list. Append '-i "" eof' section.
1234 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1236 * README: Add pie options.
1237 * gdb.base/break-interp.exp: Ensure pie is disabled.
1238 * gdb.base/dump.exp: Likewise.
1239 * lib/gdb.exp (gdb_compile): Add pie option.
1241 2019-03-19 Tom Tromey <tromey@adacore.com>
1243 * gdb.mi/mi2-cli-display.c: New file.
1244 * gdb.mi/mi2-cli-display.exp: New file.
1246 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1247 Tom Tromey <tromey@adacore.com>
1249 * gdb.ada/ptype_array/pck.adb: New file.
1250 * gdb.ada/ptype_array/pck.ads: New file.
1251 * gdb.ada/ptype_array/foo.adb: New file.
1252 * gdb.ada/ptype_array.exp: New file.
1254 2019-03-14 Tom Tromey <tromey@adacore.com>
1256 * gdb.base/style.exp: Add "set style sources" test.
1258 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1260 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1261 * mi-breakpoint-multiple-locations.exp: ... this.
1262 (make_breakpoints_pattern): New proc.
1263 (do_test): Add mi_version parameter, test -break-insert,
1264 -break-info and =breakpoint-created.
1266 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1268 * config/default.exp: Remove 'load_lib gdb.exp'.
1269 * config/monitor.exp: Likewise.
1270 * config/sid.exp: Likewise.
1271 * config/sim.exp: Likewise.
1272 * config/slite.exp: Likewise.
1273 * config/unix.exp: Likewise.
1274 * gdb.base/default.exp: Remove unhelpful comment.
1276 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1278 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1280 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1282 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1284 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1286 * gdb.fortran/type-kinds.exp: Update expected results.
1288 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1290 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1292 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1294 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1296 (test_basic_parsing_of_type_kinds): Expand types tested.
1297 (test_parsing_invalid_type_kinds): New function.
1299 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1301 * gdb.fortran/intrinsics.exp: New file.
1302 * gdb.fortran/intrinsics.f90: New file.
1303 * gdb.fortran/type-kinds.exp: New file.
1305 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1307 * gdb.fortran/dot-ops.exp: New file.
1309 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1311 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1312 Check upper and lower case logical literals.
1314 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1316 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1317 Remove duplicate tests.
1319 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1321 * lib/gdb.exp (builtin_cd): rename of cd.
1322 (cd): Override builtin.
1324 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1326 * gdb.fortran/function-calls.exp: New file.
1327 * gdb.fortran/function-calls.f90: New test.
1329 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1331 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1332 on user program standard output.
1333 * gdb.fortran/short-circuit-argument-list.f90: Record function
1336 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1338 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1341 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1344 * gdb.base/interrupt-daemon-attach.c,
1345 gdb.base/interrupt-daemon-attach.exp: New test.
1347 2019-02-27 Pedro Alves <palves@redhat.com>
1349 * gdb.base/page.exp: Add tests for "set width/height -1".
1351 2019-02-27 Pedro Alves <palves@redhat.com>
1353 * gdb.base/page.exp: Add tests for "set/show width/height" with
1356 2019-02-27 Tom Tromey <tromey@adacore.com>
1358 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1360 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1363 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1365 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1366 tests for structs with static members.
1368 2019-02-26 Tom Tromey <tromey@adacore.com>
1370 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1371 ValueError, not TypeError.
1373 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1375 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1376 call from main program.
1378 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1380 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1381 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1382 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1383 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1384 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1386 2019-02-22 Keith Seitz <keiths@redhat.com>
1389 * gdb.base/symlink-sourcefile.c: New file.
1390 * gdb.base/symlink-sourcefile.exp: New file.
1392 2019-02-20 Tom Tromey <tom@tromey.com>
1394 * gdb.base/info_qt.exp: Update.
1396 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1398 * gdb.base/source.exp: Move "error in sourced script" code to
1400 * gdb.base/source-error.gdb: Move contents to
1401 source-error-1.gdb. Add new code to source source-error-1.gdb.
1402 * gdb.base/source-error-1.gdb: New file, from previous
1405 2019-02-17 Tom Tromey <tom@tromey.com>
1407 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1409 * gdb.base/style.c (SOME_MACRO): New macro.
1411 2019-02-17 Tom Tromey <tom@tromey.com>
1413 * gdb.base/style.exp: Add line-wrapping tests.
1414 * gdb.base/page.exp: Add test for quitting during pagination.
1416 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1418 * gdb.ada/big_packed_array: New testcase.
1419 * gdb.ada/homonym.exp: Fix incorrect expected output for
1420 "break <homonym__get_value>" test.
1422 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1424 PR breakpoints/21870
1425 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1426 and prepare_for_testing. Add comment.
1427 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1428 redundant cleanup call. Clean up comment.
1430 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1432 PR breakpoints/21870
1433 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1434 * gdb.arch/aarch64-dbreg-contents.c: New file.
1436 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1438 * gdb.ada/mi_ref_changeable: New testcase.
1440 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1442 * gdb.base/attach.exp: Add double attach test.
1444 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1446 * lib/gdb.exp (default_gdb_start): Don't match pagination
1448 (gdb_init): Set stty_init.
1450 2019-01-27 Tom Tromey <tom@tromey.com>
1452 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1455 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1457 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1459 (struct struct_static_02_02): Likewise.
1460 (struct struct_static_02_03): Likewise.
1461 (struct struct_static_02_04): Likewise.
1462 (struct struct_static_04_01): Likewise.
1463 (struct struct_static_04_02): Likewise.
1464 (struct struct_static_04_03): Likewise.
1465 (struct struct_static_04_04): Likewise.
1466 (struct struct_static_06_01): Likewise.
1467 (struct struct_static_06_02): Likewise.
1468 (struct struct_static_06_03): Likewise.
1469 (struct struct_static_06_04): Likewise.
1470 (cmp_struct_static_02_01): Likewise.
1471 (cmp_struct_static_02_02): Likewise.
1472 (cmp_struct_static_02_03): Likewise.
1473 (cmp_struct_static_02_04): Likewise.
1474 (cmp_struct_static_04_01): Likewise.
1475 (cmp_struct_static_04_02): Likewise.
1476 (cmp_struct_static_04_03): Likewise.
1477 (cmp_struct_static_04_04): Likewise.
1478 (cmp_struct_static_06_01): Likewise.
1479 (cmp_struct_static_06_02): Likewise.
1480 (cmp_struct_static_06_03): Likewise.
1481 (cmp_struct_static_06_04): Likewise.
1482 (call_all): Test new structs.
1483 * gdb.base/infcall-nested-structs.exp: Likewise.
1485 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1486 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1488 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1489 * gdb.base/stack-protector.c: New test.
1490 * gdb.base/stack-protector.exp: New file.
1491 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1492 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1494 (gdb_compile): Remove stack protector for GCC and prevent
1497 2019-01-16 Keith Seitz <keiths@redhat.com>
1500 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1502 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1504 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1506 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1508 * gdb.arch/powerpc-vector-regs.c: New file.
1509 * gdb.arch/powerpc-vector-regs.exp: New file.
1511 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1513 * gdb.arch/altivec-regs.exp: Fix the list passed to
1514 gdb_expect_list when testing "info vector".
1516 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1518 * gdb.base/style.exp: Don't include path in testname.
1520 2019-01-10 Keith Seitz <keiths@redhat.com>
1524 * gdb.dwarf2/multidictionary.exp: New file.
1526 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1528 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1529 (test_gnuv3_style_demangling): ... this.
1530 (test_lucid_style_demangling): Remove.
1531 (test_arm_style_demangling): Remove.
1532 (test_hp_style_demangling): Remove.
1533 (do_tests): Remove calls to the above.
1535 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1537 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1540 2019-01-06 Tom Tromey <tom@tromey.com>
1543 * gdb.dwarf2/typedef-void-finish.exp: New file.
1545 2018-12-28 Tom Tromey <tom@tromey.com>
1546 Simon Marchi <simark@simark.ca>
1548 * gdb.base/jit-exec.exp: New file.
1549 * gdb.base/jit-exec.c: New file.
1550 * gdb.base/jit-execd.c: New file.
1552 2018-12-28 Tom Tromey <tom@tromey.com>
1554 * gdb.base/style.exp: Update test to check for address styling.
1556 2018-12-28 Tom Tromey <tom@tromey.com>
1558 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1561 2018-12-28 Tom Tromey <tom@tromey.com>
1563 * gdb.base/style.exp: Add test for version number styling.
1565 2018-12-28 Tom Tromey <tom@tromey.com>
1567 * gdb.base/style.exp: Add test for print_address_symbolic.
1569 2018-12-28 Tom Tromey <tom@tromey.com>
1571 * gdb.base/style.exp: Add test for breakpoint setting.
1573 2018-12-28 Tom Tromey <tom@tromey.com>
1575 * gdb.base/style.exp: Add test for variable names.
1577 2018-12-28 Tom Tromey <tom@tromey.com>
1579 * gdb.base/style.exp: New file.
1580 * gdb.base/style.c: New file.
1582 2018-12-28 Tom Tromey <tom@tromey.com>
1584 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1586 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1587 the TERM environment variable.
1589 2018-12-27 Tom Tromey <tom@tromey.com>
1591 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1594 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1596 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1597 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1599 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1601 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1602 Filename a.adb changed to bp_fun_addr.adb.
1603 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1605 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1607 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1608 non-PIE executables.
1609 * README: Mention the gdb,nopie_flag board setting.
1610 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1612 * gdb.arch/amd64-entry-value.exp: Likewise.
1613 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1614 * gdb.arch/i386-float.exp: Likewise.
1615 * gdb.arch/i386-signal.exp: Likewise.
1616 * gdb.mi/mi-reg-undefined.exp: Likewise.
1618 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1621 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1623 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1625 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1626 Update order of results accordingly.
1628 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1630 * gdb.base/annota1.exp: Update a test regexp.
1632 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1634 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1636 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1638 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1639 (reuse_time): Initialize to REUSE_TIME_CAP.
1640 (check_rc): New function.
1641 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1642 Check pthread_create rc.
1643 (spawner_thread_func): Check pthread_create and pthread_join rc.
1645 2018-12-08 Pedro Alves <palves@redhat.com>
1647 * gdb.base/list.exp (test_forward_search): Rename to ...
1648 (test_forward_reverse_search): ... this. Also test reverse-search
1649 and the forward-search alias.
1651 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1653 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1654 local timeout variable before return, and remove all local timeout
1656 (gdb_load): Likewise.
1658 2018-12-01 Tom de Vries <tdevries@suse.de>
1660 * gdb.base/gdb-caching-proc.exp: New file.
1662 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1664 * Makefile.in (TIMESTAMP): New variable.
1665 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1667 (check-single-racy): Likewise.
1668 (check/%.exp): Likewise.
1669 (check-racy/%.exp): Likewise.
1670 (workers/%.worker): Likewise.
1671 (build-perf): Likewise.
1672 (check-perf): Likewise.
1673 * README: Describe new "TS" and "TS_FORMAT" variables.
1674 * print-ts.py: New file.
1676 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1679 * gdb.python/python.exp: Test command repetition after
1682 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1684 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1685 is correctly aligned.
1687 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1689 * gdb.ada/info_auto_lang.exp: New testcase.
1690 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1691 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1692 * gdb.ada/info_auto_lang/some_c.c: New file.
1694 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1696 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1697 FUNC_lang language syntax.
1699 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1701 * gdb.base/info_minsym.c: New file.
1702 * gdb.base/info_minsym.exp: New file.
1704 2018-11-19 Tom Tromey <tom@tromey.com>
1707 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1708 * gdb.rust/expr.exp: Update expected output. Change one test.
1710 2018-11-19 Tom Tromey <tom@tromey.com>
1712 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1714 2018-11-19 Pedro Alves <palves@redhat.com>
1716 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1717 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1718 see the expected warning.
1720 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1723 * gdb.cp/infcall-nodebug-lib.c: New test.
1724 * gdb.cp/infcall-nodebug-main.c: New test.
1725 * gdb.cp/infcall-nodebug.exp: New file.
1727 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1729 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1732 2018-11-09 Tom de Vries <tdevries@suse.de>
1734 * gdb.base/msym-lang.c: New test.
1735 * gdb.base/msym-lang.exp: New file.
1736 * gdb.base/msym-lang-main.c: New test.
1738 2018-11-08 Tom Tromey <tom@tromey.com>
1742 * gdb.base/warning.exp: New file.
1744 2018-11-08 Jan Beulich <jbeulich@suse.com>
1746 * testsuite/gdb.arch/i386-avx512.c,
1747 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1749 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1751 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1754 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1756 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1757 * gdb.dwarf2/missing-type-name.exp: New file.
1759 2018-11-06 Tom de Vries <tdevries@suse.de>
1761 * gdb.base/many-headers.c: New test.
1762 * gdb.base/many-headers.exp: New file.
1764 2018-11-06 Jim Wilson <jimw@sifive.com>
1766 * gdb.base/code_elim.exp: For riscv, set additional_flags
1767 to include -msmall-data-limit=0.
1769 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1771 * gdb.ada/watch_minus_l: New testcase.
1773 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1775 * gdb.arch/aix-sighandle.c: New file.
1776 * gdb.arch/aix-sighandle.exp: New file.
1778 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1780 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1781 registers being unions.
1783 2018-10-31 Tom de Vries <tdevries@suse.de>
1785 * lib/valgrind.exp: New file.
1786 (vgdb_start, vgdb_stop): New procs, factored out of ...
1787 * gdb.base/valgrind-bt.exp: ... here, ...
1788 * gdb.base/valgrind-disp-step.exp: ... here and ...
1789 * gdb.base/valgrind-infcall.exp: ... here.
1791 2018-10-31 Tom de Vries <tdevries@suse.de>
1793 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1795 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1797 * gdb.dwarf2/void-type.c: New file.
1798 * gdb.dwarf2/void-type.exp: New file.
1800 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1802 * gdb.base/info_qt.c: New file.
1803 * gdb.base/info_qt.exp: New file.
1805 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1807 * gdb.arch/powerpc-htm-regs.c: New file.
1808 * gdb.arch/powerpc-htm-regs.exp: New file.
1810 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1812 * gdb.arch/powerpc-tar.c: New file.
1813 * gdb.arch/powerpc-tar.exp: New file.
1815 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1817 * gdb.arch/powerpc-ppr-dscr.c: New file.
1818 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1820 2018-10-25 Tom de Vries <tdevries@suse.de>
1822 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1824 2018-10-24 Tom de Vries <tdevries@suse.de>
1826 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1827 longer exists error.
1829 2018-10-24 Tom de Vries <tdevries@suse.de>
1831 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1833 2018-10-24 Tom de Vries <tdevries@suse.de>
1835 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1836 --db-attach in valgrind.
1838 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1840 * gdb.arch/riscv-reg-aliases.c: New file.
1841 * gdb.arch/riscv-reg-aliases.exp: New file.
1843 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1845 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1847 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1849 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1851 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1853 * gdb.cp/ovldbreak.exp: Fix regexps.
1855 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1857 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1859 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1862 * gdb.base/restore.exp: New test to check if "restore" with an
1863 invalid file doesn't segfault.
1865 2018-10-18 Tom de Vries <tdevries@suse.de>
1867 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1868 * gdb.ada/excep_handle.exp: Same.
1869 * gdb.ada/mi_string_access.exp: Same.
1870 * gdb.ada/mi_var_union.exp: Same.
1871 * gdb.arch/arc-analyze-prologue.exp: Same.
1872 * gdb.arch/arc-decode-insn.exp: Same.
1873 * gdb.base/readnever.exp: Same.
1874 * gdb.fortran/printing-types.exp: Same.
1875 * gdb.guile/scm-lazy-string.exp: Same.
1877 2018-10-16 Tom de Vries <tdevries@suse.de>
1880 * gdb.base/catch-follow-exec.c: Add copyright notice.
1881 * gdb.base/catch-follow-exec.exp: Rewrite to use
1882 gdb_spawn_with_cmdline_opts. Require gdb-native.
1884 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1886 * gdb.trace/actions-changed.exp: Check for arch support.
1887 * gdb.trace/actions.exp: Likewise.
1888 * gdb.trace/ax.exp: Likewise.
1889 * gdb.trace/backtrace.exp: Likewise.
1890 * gdb.trace/change-loc.exp: Likewise.
1891 * gdb.trace/deltrace.exp: Likewise.
1892 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1893 * gdb.trace/ftrace.exp: Likewise.
1894 * gdb.trace/infotrace.exp: Check for arch support.
1895 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1896 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1897 * gdb.trace/mi-tsv-changed.exp: Likewise.
1898 * gdb.trace/packetlen.exp: Likewise.
1899 * gdb.trace/passc-dyn.exp: Likewise.
1900 * gdb.trace/passcount.exp: Likewise.
1901 * gdb.trace/pending.exp: Likewise.
1902 * gdb.trace/range-stepping.exp: Check for shlib support.
1903 * gdb.trace/report.exp: Check for arch support.
1904 * gdb.trace/save-trace.exp: Likewise.
1905 * gdb.trace/signal.exp: Check for signal support.
1906 * gdb.trace/tfind.exp: Check for arch support.
1907 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1908 * gdb.trace/trace-common.h: Add comment.
1909 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1910 * gdb.trace/trace-enable-disable.exp: Likewise.
1911 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1912 * gdb.trace/tracecmd.exp: Check for arch support.
1913 * gdb.trace/tspeed.exp: Check for shlib and target support.
1914 * gdb.trace/tstatus.exp: Check for arch support.
1915 * gdb.trace/tsv.exp: Likewise.
1916 * gdb.trace/while-dyn.exp: Likewise.
1917 * gdb.trace/while-stepping.exp: Likewise.
1918 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1920 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1922 * gdb.trace/tspeed.exp: Remove nowarnings.
1923 (prepare_for_trace_test): Declare "global ipalib".
1924 * gdb.trace/tspeed.c: Include unistd.h.
1925 (main): Remove superfluous printf argument.
1927 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1929 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1930 directory prefix on the filename.
1932 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1934 * gdb.gdb/unittest.exp: Update expected message informing that
1935 selftests have been disabled.
1936 * gdb.server/unittest.exp: Likewise.
1938 2018-10-09 Tom de Vries <tdevries@suse.de>
1940 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1943 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1946 * gdb.cp/virtbase2.cc: New file.
1947 * gdb.cp/virtbase2.exp: New file.
1949 2018-10-06 Tom Tromey <tom@tromey.com>
1952 * gdb.python/py-inferior.exp: Add architecture test.
1954 2018-10-06 Tom Tromey <tom@tromey.com>
1956 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1957 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1959 2018-10-06 Tom Tromey <tom@tromey.com>
1961 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1962 of a "throw" catchpoint.
1964 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1966 * gdb.base/info-proc.exp: Update string expected from "help info
1969 2018-10-04 Tom Tromey <tom@tromey.com>
1971 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1972 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1973 (test_initial_complaints, test_empty_complaints): Update.
1974 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1976 2018-10-04 Tom Tromey <tom@tromey.com>
1979 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1980 * lib/gdb.exp (gdb_file_cmd): Update.
1981 * gdb.stabs/weird.exp (print_weird_var): Update.
1982 * gdb.server/solib-list.exp: Update.
1983 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1984 * gdb.mi/mi-cli.exp: Update.
1985 * gdb.linespec/linespec.exp: Update.
1986 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1987 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1988 * gdb.cp/cp-relocate.exp: Update.
1989 * gdb.base/sym-file.exp: Update.
1990 * gdb.base/relocate.exp: Update.
1991 * gdb.base/readnever.exp: Update.
1992 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1993 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1994 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1995 * gdb.base/code_elim.exp: Update.
1996 * gdb.base/break-unload-file.exp (test_break): Update.
1997 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1998 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2000 * gdb.base/attach.exp (do_attach_tests): Update.
2001 * gdb.base/sepdebug.exp: Update.
2002 * gdb.python/py-section-script.exp: Update.
2004 2018-10-04 Tom Tromey <tom@tromey.com>
2007 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2008 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2011 2018-10-04 Tom Tromey <tom@tromey.com>
2013 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2014 set width and height to 0.
2015 (test_command_line_attach_run): Use -quiet.
2017 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2019 * lib/gdb.exp (skip_ifunc_tests): New.
2020 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2021 other compile failures.
2022 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2024 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2026 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2027 is_amd64_regs_target.
2029 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2031 * gdb.arch/aarch64-sighandler-regs.c: New test.
2032 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2033 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2035 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2037 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2040 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2042 * gdb.base/frame-selection.exp: New file.
2043 * gdb.base/frame-selection.c: New file.
2045 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2047 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2051 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2053 * gdb.base/large-frame-1.c: New file.
2054 * gdb.base/large-frame-2.c: New file.
2055 * gdb.base/large-frame.exp: New file.
2056 * gdb.base/large-frame.h: New file.
2058 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2061 * gdb.base/write_mem.exp: New test.
2062 * gdb.base/write_mem.c: Likewise.
2064 2018-09-23 Tom Tromey <tom@tromey.com>
2067 * gdb.python/py-parameter.exp: Add test for parameter that throws
2070 2018-09-23 Tom Tromey <tom@tromey.com>
2073 * gdb.python/py-template.exp (test_template_arg): Add test for
2074 negative template argument number.
2076 2018-09-23 Tom Tromey <tom@tromey.com>
2079 * gdb.python/python.exp: Add test for post_event error.
2081 2018-09-23 Tom Tromey <tom@tromey.com>
2084 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2085 convert pointers to int and long.
2087 2018-09-23 Tom Tromey <tom@tromey.com>
2090 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2091 signed-ness conversion tests.
2093 2018-09-23 Tom Tromey <tom@tromey.com>
2096 * gdb.python/py-value.exp (test_float_conversion): New proc.
2099 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2101 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2103 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2105 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2107 * gdb.base/utf8-identifiers.exp: Likewise.
2108 * gdb.cp/cpcompletion.exp: Likewise.
2109 * gdb.linespec/cpcompletion.exp: Likewise.
2110 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2111 * gdb.linespec/cpls-ops.exp: Likewise.
2113 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2114 Chris January <chris.january@arm.com>
2116 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2117 * gdb.fortran/short-circuit-argument-list.exp: New file.
2118 * gdb.fortran/short-circuit-argument-list.f90: New test.
2120 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2122 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2123 "arch=" keyword when executing "-stack-list-frames".
2125 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2127 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2128 "arch=" keyword when executing "-stack-list-frames".
2130 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2132 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2135 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2138 * gdb.python/python.exp: Test gdb.execute("show commands").
2140 2018-09-16 Tom Tromey <tom@tromey.com>
2142 * gdb.base/new-ui.exp (do_execution_tests): Update.
2143 * gdb.base/dbx.exp (test_breakpoints): Update.
2145 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2147 * lib/gdb.exp (gdb_simple_compile): Add proc.
2148 (is_elf_target): Use gdb_simple_compile.
2149 (skip_altivec_tests): Likewise.
2150 (skip_vsx_tests): Likewise.
2151 (skip_tsx_tests): Likewise.
2152 (skip_btrace_tests): Likewise.
2153 (skip_btrace_pt_tests): Likewise.
2154 (gdb_can_simple_compile): Likewise.
2155 (gdb_has_argv0): Likewise.
2156 (gdb_target_symbol_prefix): Likewise.
2157 (target_supports_scheduler_locking): Likewise.
2159 2018-09-13 Tom Tromey <tom@tromey.com>
2161 * Makefile.in (TAGS): Recognize proc_with_prefix and
2164 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2166 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2169 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2171 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2172 and a few other Inferior properties when the Inferior is no
2175 2018-09-13 Tom Tromey <tom@tromey.com>
2178 * gdb.rust/simple.exp: Add test for enum field access error.
2180 2018-09-13 Tom Tromey <tom@tromey.com>
2183 * gdb.rust/simple.rs (EmptyEnum): New type.
2185 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2187 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2189 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2190 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2191 * gdb.python/py-symtab.exp: Update test printing an objfile.
2193 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2195 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2198 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2200 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2201 (support_complex_tests): Use gdb_can_simple_compile.
2202 (is_ilp32_target): Likewise.
2203 (is_lp64_target): Likewise.
2204 (is_64_target): Likewise.
2205 (is_amd64_regs_target): Likewise.
2206 (is_aarch32_target): Likewise.
2207 (gdb_int128_helper): Likewise.
2209 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2211 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2213 2018-09-10 Jerome Guitton <guitton@adacore.com>
2215 * gdb.ada/same_component_name: Add test for case of tagged record
2216 with variable-length fields.
2218 2018-09-10 Xavier Roirand <roirand@adacore.com>
2220 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2221 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2222 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2223 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2225 2018-09-10 Xavier Roirand <roirand@adacore.com>
2227 * gdb.ada/mi_string_access.exp: New testcase.
2228 * gdb.ada/mi_string_access/bar.adb: New file.
2229 * gdb.ada/mi_string_access/pck.adb: New file.
2230 * gdb.ada/mi_string_access/pck.asd: New file.
2232 2018-09-10 Xavier Roirand <roirand@adacore.com>
2234 * gdb.ada/mi_var_union.exp: New testcase.
2235 * gdb.ada/mi_var_union/bar.adb: New file.
2236 * gdb.ada/mi_var_union/pck.adb: New file.
2237 * gdb.ada/mi_var_union/pck.asd: New file.
2239 2018-09-08 Tom Tromey <tom@tromey.com>
2241 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2243 2018-09-08 Tom Tromey <tom@tromey.com>
2246 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2247 (register_pretty_printers): Register new printer.
2248 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2250 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2251 (an_int_type3): New global.
2253 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2255 * gdb.ada/expr_with_funcall: New testcase.
2257 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2259 * gdb.ada/packed_array_assign: New testcase.
2261 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2263 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2264 names, and add test prefixes to make test names unique.
2266 2018-09-05 Tom de Vries <tdevries@suse.de>
2268 * gdb.dwarf2/varval.exp: Add test.
2270 2018-09-04 Gary Benson <gbenson@redhat.com>
2272 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2273 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2275 2018-08-31 Tom Tromey <tom@tromey.com>
2277 * gdb.rust/simple.rs: Rename second variable "v".
2279 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2281 * gdb.base/funcargs.c (use_a): New function.
2282 (recurse): Call use_a.
2284 2018-08-29 Keith Seitz <keiths@redhat.com>
2286 * gdb.compile/compile-cplus-anonymous.cc: New file.
2287 * gdb.compile/compile-cplus-anonymous.exp: New file.
2288 * gdb.compile/compile-cplus-array-decay.cc: New file.
2289 * gdb.compile/compile-cplus-array-decay.exp: New file.
2290 * gdb.compile/compile-cplus-inherit.cc: New file.
2291 * gdb.compile/compile-cplus-inherit.exp: New file.
2292 * gdb.compile/compile-cplus-member.cc: New file.
2293 * gdb.compile/compile-cplus-member.exp: New file.
2294 * gdb.compile/compile-cplus-method.cc: New file.
2295 * gdb.compile/compile-cplus-method.exp: New file.
2296 * gdb.compile/compile-cplus-mod.c: "New" file.
2297 * gdb.compile/compile-cplus-namespace.cc: New file.
2298 * gdb.compile/compile-cplus-namespace.exp: New file.
2299 * gdb.compile/compile-cplus-nested.cc: New file.
2300 * gdb.compile/compile-cplus-nested.exp: New file.
2301 * gdb.compile/compile-cplus-print.c: "New" file.
2302 * gdb.compile/compile-cplus-print.exp: "New" file.
2303 * gdb.compile/compile-cplus-virtual.cc: New file.
2304 * gdb.compile/compile-cplus-virtual.exp: New file.
2305 * gdb.compile/compile-cplus.c: "New" file.
2306 * gdb.compile/compile-cplus.exp: "New" file.
2307 * lib/compile-support.exp: New file.
2309 2018-08-16 Gary Benson <gbenson@redhat.com>
2312 * gdb.base/batch-exit-status.exp: New file.
2313 * gdb.base/batch-exit-status.good-commands: Likewise.
2314 * gdb.base/batch-exit-status.bad-commands: Likewise.
2316 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2318 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2319 (struct struct02): Likewise.
2320 (struct struct03): Likewise.
2321 (struct struct04): Likewise.
2322 (struct struct_01_01): New struct.
2323 (struct struct_01_02): Likewise.
2324 (struct struct_01_03): Likewise.
2325 (struct struct_01_04): Likewise.
2326 (struct struct_02_01): Likewise.
2327 (struct struct_02_02): Likewise.
2328 (struct struct_02_03): Likewise.
2329 (struct struct_02_04): Likewise.
2330 (struct struct_04_01): Likewise.
2331 (struct struct_04_02): Likewise.
2332 (struct struct_04_03): Likewise.
2333 (struct struct_04_04): Likewise.
2334 (struct struct_05_01): Likewise.
2335 (struct struct_05_02): Likewise.
2336 (struct struct_05_03): Likewise.
2337 (struct struct_05_04): Likewise.
2338 (cmp_struct01): Remove function.
2339 (cmp_struct02): Likewise.
2340 (cmp_struct03): Likewise.
2341 (cmp_struct04): Likewise.
2342 (cmp_struct_01_01): Add Function.
2343 (cmp_struct_01_02): Likewise.
2344 (cmp_struct_01_03): Likewise.
2345 (cmp_struct_01_04): Likewise.
2346 (cmp_struct_02_01): Likewise.
2347 (cmp_struct_02_02): Likewise.
2348 (cmp_struct_02_03): Likewise.
2349 (cmp_struct_02_04): Likewise.
2350 (cmp_struct_04_01): Likewise.
2351 (cmp_struct_04_02): Likewise.
2352 (cmp_struct_04_03): Likewise.
2353 (cmp_struct_04_04): Likewise.
2354 (cmp_struct_05_01): Likewise.
2355 (cmp_struct_05_02): Likewise.
2356 (cmp_struct_05_03): Likewise.
2357 (cmp_struct_05_04): Likewise.
2358 (call_all): Add new structs.
2359 * gdb.base/infcall-nested-structs.exp: Likewise.
2361 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2363 * gdb.python/py-framefilter-mi.exp: Update regexp to
2364 check for "arch" field in frame output.
2366 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2368 * gdb.dwarf2/dw2-ranges-func.c: New file.
2369 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2371 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2373 * gdb.base/term.exp: Compare terminal settings with values from
2375 * gdb.base/term.c: Get and set terminal settings.
2377 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2379 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2380 accommodate new "arch" field in frame output.
2381 * gdb.mi/mi-return.exp: Likewise.
2382 * gdb.mi/mi-stack.exp: Likewise.
2383 * gdb.mi/mi-syn-frame.exp: Likewise.
2384 * gdb.mi/user-selected-context-sync.exp: Likewise.
2386 2018-08-19 Michael Spang <spang@google.com>
2389 * gdb.base/gcore-tls-pie.c: New file.
2390 * gdb.base/gcore-tls-pie.exp: New file.
2392 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2394 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2395 * gdb.dwarf2/varval.c: New file.
2396 * gdb.dwarf2/varval.exp: New file.
2398 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2401 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2403 2018-08-16 Keith Seitz <keiths@redhat.com>
2405 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2406 tests expected to pass.
2408 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2410 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2411 -data-disassemble -a.
2412 (test_disassembly_bogus_args): Likewise.
2414 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2416 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2418 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2420 * gdb.base/vla-optimized-out.exp: Add new test.
2422 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2424 * gdb.base/vla-optimized-out-o3.exp: Delete.
2425 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2426 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2429 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2432 * gdb.server/extended-remote-restart.c: New file.
2433 * gdb.server/extended-remote-restart.exp: New file.
2435 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2437 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2438 "set variable index = 42".
2440 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2442 * boards/index-cache-gdb.exp: New file.
2443 * gdb.dwarf2/index-cache.exp: New file.
2444 * gdb.dwarf2/index-cache.c: New file.
2445 * gdb.base/maint.exp: Check if we are using the index cache.
2447 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2449 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2452 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2454 * dg-extract-results.sh: Move to toplevel contrib.
2455 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2456 * Makefile.in (check-parallel-racy): Likewise.
2458 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2460 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2461 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2462 tests if the target supports scheduler locking.
2464 2018-08-04 Tom de Vries <tdevries@suse.de>
2466 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2468 2018-08-02 Tom Tromey <tom@tromey.com>
2471 * gdb.cp/temargs.exp: Test "info address" of a template
2474 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2476 * gdb.python/py-mi-var-info-path-expression.c: New file.
2477 * gdb.python/py-mi-var-info-path-expression.py: New file.
2478 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2480 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2482 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2483 error after "cannot resolve name" string.
2485 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2487 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2489 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2491 2018-07-28 Tom de Vries <tdevries@suse.de>
2493 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2495 2018-07-26 Tom de Vries <tdevries@suse.de>
2497 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2499 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2501 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2504 2018-07-26 Tom de Vries <tdevries@suse.de>
2506 PR breakpoints/23366
2507 * gdb.base/catch-follow-exec.c: New test.
2508 * gdb.base/catch-follow-exec.exp: New file.
2510 2018-07-25 Tom de Vries <tdevries@suse.de>
2512 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2513 vla-optimized-out.c.
2515 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2517 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2518 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2520 2018-07-20 Tom de Vries <tdevries@suse.de>
2522 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2524 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2526 2018-07-19 Tom de Vries <tdevries@suse.de>
2528 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2531 2018-07-18 Tom de Vries <tdevries@suse.de>
2533 * gdb.base/vla-optimized-out.c: New test.
2534 * gdb.base/vla-optimized-out.exp: New file.
2536 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2538 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2539 message "No address associated with hostname" when gdbserver
2540 cannot resolve the hostname.
2542 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2544 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2545 Add some test prefixes to make tests unique.
2547 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2549 * gdb.base/frameapply.c: New file.
2550 * gdb.base/frameapply.exp: New file.
2552 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2554 * gdb.base/skip.exp: Update expected error message.
2556 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2557 Jan Kratochvil <jan.kratochvil@redhat.com>
2558 Paul Fertser <fercerpav@gmail.com>
2559 Tsutomu Seki <sekiriki@gmail.com>
2561 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2563 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2565 * boards/native-gdbserver.exp: Likewise.
2566 * gdb.server/run-without-local-binary.exp: Improve regexp used
2567 for detecting when a remote debugging connection succeeds.
2568 * gdb.server/server-connect.exp: New file.
2569 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2570 Do not prefix the port number with ":".
2571 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2572 support for detecting and using it. Add '$debughost_gdbserver'
2573 to the list of arguments used to start gdbserver. Handle case
2574 when gdbserver cannot resolve a network name.
2576 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2579 * gdb.base/ptype-offsets.cc (struct static_member): New
2581 (main) <stmember>: New variable.
2582 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2583 with a static member in it.
2585 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2587 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2588 watchpoints enabled and disabled.
2590 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2592 * gdb.base/examine-backward.exp: Still run tests around address
2593 0x0, even if address 0x0 is not readable. Update the pattern for
2594 matching address 0x0 in expected output.
2596 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2598 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2601 2018-07-04 Tom de Vries <tdevries@suse.de>
2603 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2605 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2608 * gdb.arch/mips-disassembler-options.exp: New test.
2609 * gdb.arch/mips-disassembler-options.s: New test source.
2611 2018-06-29 Pedro Alves <palves@redhat.com>
2613 * gdb.threads/names.exp: Adjust expected "info threads" output.
2615 2018-06-29 Pedro Alves <palves@redhat.com>
2617 * gdb.opt/inline-break.exp (line number, address): Add "info
2620 2018-06-29 Pedro Alves <palves@redhat.com>
2622 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2623 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2624 number and address and running to them.
2626 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2628 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2630 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2632 * lib/compiler.c: Remove executable permission flag.
2634 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2636 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2638 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2640 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2642 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2644 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2646 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2647 address argument is omitted.
2649 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2651 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2653 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2656 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2657 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2659 2018-06-26 Tom Tromey <tom@tromey.com>
2662 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2663 * gdb.rust/simple.rs (struct SimpleLayout): New.
2665 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2667 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2668 "info registers" output.
2670 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2672 * gdb.base/watchpoint-hw-attach.c: New test.
2673 * gdb.base/watchpoint-hw-attach.exp: New file.
2675 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2677 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2679 * boards/dwarf4-gdb-index.exp: Likewise.
2680 * boards/fission-dwp.exp: Likewise.
2682 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2684 * gdb.base/float128.exp: Add comment and improved fail message
2685 to the failure case of "print large128" test.
2687 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2689 * configure.ac: Remove AC_PREREQ.
2690 * configure: Re-generate.
2692 2018-06-19 Pedro Alves <palves@redhat.com>
2694 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2695 (func_extern_caller): New.
2696 (main): Call func_extern_caller.
2697 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2700 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2703 * gdb.cp/typedef-base.cc: New file.
2704 * gdb.cp/typedef-base.exp: New file.
2706 2018-06-18 Tom de Vries <tdevries@suse.de>
2708 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2710 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2711 Richard Bunt <Richard.Bunt@arm.com>
2713 * gdb.threads/attach-slow-waitpid.c: New file.
2714 * gdb.threads/attach-slow-waitpid.exp: New file.
2715 * gdb.threads/slow-waitpid.c: New file.
2717 2018-06-14 Pedro Alves <palves@redhat.com>
2719 * gdb.base/fork-running-state.c: Include <errno.h>.
2720 (exit_if_relative_exits): New.
2721 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2723 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2726 2018-06-14 Tom de Vries <tdevries@suse.de>
2729 * gdb.base/finish-pretty.c: New test.
2730 * gdb.base/finish-pretty.exp: New file.
2732 2018-06-14 Pedro Alves <palves@redhat.com>
2734 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2735 gdb's expected startup output.
2737 2018-06-14 Pedro Alves <palves@redhat.com>
2739 * lib/selftest-support.exp (selftest_setup): Remove inlined
2742 2018-06-14 Tom de Vries <tdevries@suse.de>
2744 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2745 matching of breakpoint printing.
2747 2018-06-13 Tom de Vries <tdevries@suse.de>
2750 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2751 (fork_child): ... here, and ...
2752 (fork_parent): ... here.
2754 2018-06-12 Tom de Vries <tdevries@suse.de>
2756 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2758 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2759 Stephen Roberts <stephen.roberts@arm.com>
2761 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2762 rewrite test to describe action performed, rather than possible
2765 2018-06-08 Gary Benson <gbenson@redhat.com>
2767 * gdb.threads/check-libthread-db.exp: New file.
2768 * gdb.threads/check-libthread-db.c: Likewise.
2770 2018-06-05 Tom Tromey <tom@tromey.com>
2772 * gdb.base/default.exp: Update expected "show version" output.
2774 2018-06-05 Tom Tromey <tom@tromey.com>
2777 * gdb.cp/static-print-quit.exp: Update.
2778 * lib/gdb.exp (pagination_prompt): Update.
2779 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2780 * gdb.python/python.exp: Update.
2782 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2784 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2786 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2788 * gdb.ada/bp_fun_addr: New testcase.
2790 2018-06-01 Tom Tromey <tom@tromey.com>
2792 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2794 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2795 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2796 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2797 * gdb.base/maint.exp (maint_pass_if): Update.
2799 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2801 * gdb.base/endian.exp: New test.
2802 * gdb.base/endian.c: New test source.
2804 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2807 * gdb.base/bt-selected-frame.c: New file.
2808 * gdb.base/bt-selected-frame.exp: New file.
2809 * lib/gdb.exp (get_current_frame_number): New function.
2811 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2812 Pedro Alves <palves@redhat.com>
2814 * gdb.threads/tls-core.c: Include <stdlib.h>
2815 (thread_proc): Call `abort'.
2816 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2817 (tls_core_test): New procedure, bits factored out from ...
2818 (top level): ... here. Test both native cores and gcore cores.
2820 2018-05-23 Tom Tromey <tom@tromey.com>
2822 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2824 2018-05-23 Tom Tromey <tom@tromey.com>
2826 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2828 (test_short_complaints): Likewise.
2829 (test_empty_complaints): Likewise.
2830 (test_initial_complaints): Update.
2832 2018-05-23 Tom Tromey <tom@tromey.com>
2834 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2836 2018-05-23 Tom Tromey <tom@tromey.com>
2838 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2839 (test_short_complaints): Update.
2841 2018-05-22 Pedro Alves <palves@redhat.com>
2843 * gdb.base/remote.exp: Only gdb_start after compiling the
2844 testcase. Issue "disconnect" before testing "set remote" command
2845 defaults. Issue clean_restart before running to main.
2847 2018-05-22 Pedro Alves <palves@redhat.com>
2849 * gdb.base/remote.exp: Adjust expected output of "show remote
2850 memory-write-packet-size". Add tests for "set remote
2851 memory-write-packet-size 0" and "set remote
2852 memory-write-packet-size fixed/limit".
2854 2018-05-22 Pedro Alves <palves@redhat.com>
2857 * gdb.base/utf8-identifiers.c: New file.
2858 * gdb.base/utf8-identifiers.exp: New file.
2860 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2862 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2864 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2866 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2868 2018-05-18 Tom Tromey <tom@tromey.com>
2870 * gdb.base/ptype-offsets.exp: Update.
2872 2018-05-17 Keith Seitz <keiths@redhat.com>
2874 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2875 in expected breakpoint stop locations.
2876 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2877 move to proper scope to test variable values.
2878 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2879 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2881 (main): Call not_inline_func3.
2882 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2883 inline_func1, inline_func2, and inline_func3. Test that when each
2884 breakpoint is hit, GDB properly reports both the stop location
2885 and the backtrace. Repeat tests for temporary breakpoints.
2887 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2889 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2890 rather then trying to access it in determining whether the PID
2891 of `gdbserver' could have been retrieved.
2893 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2895 * gdb.arch/amd64-init-x87-values.S: New file.
2896 * gdb.arch/amd64-init-x87-values.exp: New file.
2898 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2900 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2902 2018-05-04 Tom Tromey <tom@tromey.com>
2905 * gdb.python/python.exp: Test multi-line execute.
2907 2018-05-04 Tom Tromey <tom@tromey.com>
2910 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2912 2018-05-04 Tom Tromey <tom@tromey.com>
2915 * gdb.base/define.exp: Test defining a user command inside a user
2917 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2919 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2920 Pedro Alves <palves@redhat.com>
2922 PR breakpoints/19806 and support for PR external/20207.
2923 * gdb.base/watchpoint-unaligned.c: New file.
2924 * gdb.base/watchpoint-unaligned.exp: New file.
2926 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2928 * gdb.base/maint.exp: Make test names unique, use
2929 test_prefix_command_help to test 'help maint info', and remove
2930 repeated test of 'help maint'.
2932 2018-05-04 Tom Tromey <tom@tromey.com>
2935 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2938 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2940 * gdb.base/maint.exp: Process output from 'maint print registers'
2943 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2945 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2948 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2950 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2953 2018-05-02 Pedro Alves <palves@redhat.com>
2955 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2956 to_log_command renames.
2957 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2959 2018-05-02 Tom Tromey <tom@tromey.com>
2961 * gdb.python/py-parameter.exp: Set test message.
2963 2018-05-02 Tom Tromey <tom@tromey.com>
2966 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2967 PARAM_ZUINTEGER_UNLIMITED tests.
2969 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2972 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2975 2018-04-30 Tom Tromey <tom@tromey.com>
2977 * gdb.python/py-type.exp: Check align attribute.
2978 * gdb.python/py-type.c: New "aligncheck" global.
2980 2018-04-30 Tom Tromey <tom@tromey.com>
2983 * gdb.dwarf2/dw2-align.exp: New file.
2984 * gdb.cp/align.exp: New file.
2985 * gdb.base/align.exp: New file.
2986 * lib/gdb.exp (gdb_int128_helper): New proc.
2987 (has_int128_c, has_int128_cxx): New caching procs.
2989 2018-04-27 Tom Tromey <tom@tromey.com>
2992 * gdb.rust/simple.exp: Add inclusive range tests.
2994 2018-04-26 Pedro Alves <palves@redhat.com>
2996 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2997 ifunc breakpoint locations correctly of ifunc breakpoints set
2998 while the program resolves the ifunc.
3000 2018-04-26 Pedro Alves <palves@redhat.com>
3002 * gdb.base/gnu-ifunc-final.c: New file.
3003 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3004 * gdb.base/gnu-ifunc.exp (executable): Delete.
3005 (staticexecutable): Adjust.
3006 (lib_opts, exec_opts): Delete.
3007 (make_binsuffix, build, set-break): New procedures.
3008 (misc_tests): New, with tests factored out from the top level.
3009 (top level): Test different combinations of ifunc resolver name,
3010 resolver with and with debug info, and ifunc target with and
3011 without debug info. Wrap static tests with with_target_prefix.
3013 2018-04-26 Pedro Alves <palves@redhat.com>
3015 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3016 return type" warnings.
3018 2018-04-25 Pedro Alves <palves@redhat.com>
3020 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3022 * gdb.base/kill-after-signal.exp: Likewise.
3023 * gdb.threads/kill.exp: Likewise.
3025 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3026 Sergio Durigan Junior <sergiodj@redhat.com>
3027 Pedro Alves <palves@redhat.com>
3029 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3030 regexps to expect for '[Inferior ... detached]' as well.
3031 * gdb.base/attach.exp: Likewise.
3032 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3033 "gdb_continue_to_end".
3034 (test_catch_syscall_with_wrong_args): Likewise.
3035 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3036 ']'. Don't set 'verbose' on.
3037 * gdb.base/foll-vfork.exp: Likewise.
3038 * gdb.base/fork-print-inferior-events.c: New file.
3039 * gdb.base/fork-print-inferior-events.exp: New file.
3040 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3041 '[Inferior ... has been killed]' message.
3042 * gdb.base/kill-after-signal.exp: Likewise.
3043 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3045 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3047 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3048 regexps to expect for '[Inferior ... detached]' as well.
3049 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3051 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3054 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3056 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3058 * gdb.threads/multiple-successive-infcall.c: New test.
3059 * gdb.threads/multiple-successive-infcall.exp: New file.
3061 2018-04-17 Tom Tromey <tom@tromey.com>
3063 * gdb.rust/simple.rs (Union): New type.
3064 (main): New local "u".
3065 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3067 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3069 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3070 number information in output of "whereis" command.
3071 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3073 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3075 * gdb.ada/info_types.exp: Adjust expected output to the line
3076 numbers now printed by "info var/func/type".
3077 * gdb.base/completion.exp: Likewise.
3078 * gdb.base/included.exp: Likewise.
3079 * gdb.cp/cp-relocate.exp: Likewise.
3080 * gdb.cp/cplusfuncs.exp: Likewise.
3081 * gdb.cp/namespace.exp: Likewise.
3082 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3084 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3086 * gdb.btrace/cpu.exp: New.
3088 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3090 * gdb.base/step-indirect-call-thunk.exp: New.
3091 * gdb.base/step-indirect-call-thunk.c: New.
3092 * gdb.reverse/step-indirect-call-thunk.exp: New.
3093 * gdb.reverse/step-indirect-call-thunk.c: New.
3095 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3097 * gdb.base/pie-fork.c: New file.
3098 * gdb.base/pie-fork.exp: New file.
3100 2018-04-11 Tom Tromey <tom@tromey.com>
3102 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3104 2018-04-10 Pedro Alves <palves@redhat.com>
3106 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3107 exits. Instead loop running forever.
3108 (fork_parent): Run forever too.
3110 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3112 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3113 mi_continue_to_line.
3114 * gdb.mi/mi-stack.c (callee4): Add comment.
3116 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3118 * gdb.mi/mi-stack.exp: Fix indentation.
3120 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3123 * gdb.arch/amd64-osabi.exp: New file.
3125 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3128 * gdb.base/osabi.exp: New file.
3130 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3132 * gdb.cp/static-typedef-print.exp: New file.
3133 * gdb.cp/static-typedef-print.cc: New file.
3135 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3137 * gdb.ada/varsize_limit: New testcase.
3139 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3141 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3143 * gdb.ada/notcplusplus: New testcase.
3145 * gdb.base/c-linkage-name.c: New file.
3146 * gdb.base/c-linkage-name.exp: New testcase.
3148 2018-03-26 Tom Tromey <tom@tromey.com>
3150 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3151 * gdb.python/py-framefilter.py (name_error): New global.
3152 (ErrorInName.function): Use name_error.
3154 2018-03-26 Tom Tromey <tom@tromey.com>
3157 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3159 2018-03-23 Keith Seitz <keiths@redhat.com>
3162 * gdb.cp/subtypes.exp: New file.
3163 * gdb.cp/subtypes.h: New file.
3164 * gdb.cp/subtypes.cc: New file.
3165 * gdb.cp/subtypes-2.cc: New file.
3167 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3169 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3170 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3171 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3172 -nostartfiles when compiling the test. Confirm that all registers
3173 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3175 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3177 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3178 option, syntax was wrong anyway.
3179 * gdb.arch/arm-disp-step.exp: Likewise.
3180 * gdb.arch/sparc64-regs.exp: Likewise.
3181 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3182 option, syntax was wrong anyway, switch to use
3183 prepare_for_testing.
3184 * gdb.arch/i386-disp-step.exp: Likewise.
3186 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3188 * gdb.ada/exec_changed.exp: Replace "target_info exists
3189 use_gdb_stub" by "use_gdb_stub".
3190 * gdb.ada/start.exp: Likewise.
3191 * gdb.base/async-shell.exp: Likewise.
3192 * gdb.base/attach-pie-misread.exp: Likewise.
3193 * gdb.base/attach-wait-input.exp: Likewise.
3194 * gdb.base/break-entry.exp: Likewise.
3195 * gdb.base/break-interp.exp: Likewise.
3196 * gdb.base/dprintf-detach.exp: Likewise.
3197 * gdb.base/nostdlib.exp: Likewise.
3198 * gdb.base/solib-nodir.exp: Likewise.
3199 * gdb.base/statistics.exp: Likewise.
3200 * gdb.base/testenv.exp: Likewise.
3201 * gdb.mi/mi-exec-run.exp: Likewise.
3202 * gdb.mi/mi-start.exp: Likewise.
3203 * gdb.multi/dummy-frame-restore.exp: Likewise.
3204 * gdb.multi/multi-arch-exec.exp: Likewise.
3205 * gdb.multi/multi-arch.exp: Likewise.
3206 * gdb.multi/tids.exp: Likewise.
3207 * gdb.multi/watchpoint-multi.exp: Likewise.
3208 * gdb.python/py-events.exp: Likewise.
3209 * gdb.threads/attach-into-signal.exp: Likewise.
3210 * gdb.threads/attach-stopped.exp: Likewise.
3211 * gdb.threads/threadapply.exp: Likewise.
3212 * lib/selftest-support.exp: Likewise.
3214 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3216 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3218 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3220 * gdb.perf/template-breakpoints.cc: New file.
3221 * gdb.perf/template-breakpoints.exp: New file.
3222 * gdb.perf/template-breakpoints.py: New file.
3224 2018-03-19 Tom Tromey <tom@tromey.com>
3226 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3228 * gdb.rust/simple.exp: Test bare identifier form of struct
3231 2018-03-19 Tom Tromey <tom@tromey.com>
3233 * gdb.gdb/observer.exp: Remove.
3235 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3237 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3238 "qualified" option when setting breakpoints.
3239 * gdb.trace/backtrace.exp: Likewise.
3240 * gdb.trace/circ.exp: Likewise.
3241 * gdb.trace/collection.exp: Likewise.
3242 * gdb.trace/disconnected-tracing.exp: Likewise.
3243 * gdb.trace/ftrace-lock.exp: Likewise.
3244 * gdb.trace/ftrace.exp: Likewise.
3245 * gdb.trace/infotrace.exp: Likewise.
3246 * gdb.trace/packetlen.exp: Likewise.
3247 * gdb.trace/passc-dyn.exp: Likewise.
3248 * gdb.trace/qtro.exp: Likewise.
3249 * gdb.trace/read-memory.exp: Likewise.
3250 * gdb.trace/report.exp: Likewise.
3251 * gdb.trace/signal.exp: Likewise.
3252 * gdb.trace/status-stop.exp: Likewise.
3253 * gdb.trace/strace.exp: Likewise.
3254 * gdb.trace/tfind.exp: Likewise.
3255 * gdb.trace/trace-break.exp: Likewise.
3256 * gdb.trace/trace-condition.exp: Likewise.
3257 * gdb.trace/trace-mt.exp: Likewise.
3258 * gdb.trace/tstatus.exp: Likewise.
3259 * gdb.trace/tsv.exp: Likewise.
3260 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3261 * gdb.trace/unavailable.exp: Likewise.
3262 * gdb.trace/while-dyn.exp: Likewise.
3264 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3266 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3267 that libinproctrace is copied to the target.
3269 2018-03-14 Tom Tromey <tom@tromey.com>
3272 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3274 * gdb.base/wchar.exp: Likewise.
3276 2018-03-14 Tom Tromey <tom@tromey.com>
3279 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3282 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3285 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3286 "target" to remote_exec.
3288 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3291 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3292 ${board}_upload): Remove.
3294 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3296 * gdb.cp/watch-cp.cc: New test.
3297 * gdb.cp/watch-cp.exp: New file.
3299 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3301 * gdb.base/infcall-nested-structs.exp: New file.
3302 * gdb.base/infcall-nested-structs.c: New file.
3303 * gdb.base/float.exp: Add riscv support.
3305 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3307 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3308 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3310 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3312 * gdb.server/abspath.exp: New file.
3313 * lib/gdb.exp (with_cwd): New procedure.
3315 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3317 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3319 (gdb_is_target_remote_prompt): New proc.
3320 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3321 (gdb_is_target_native): Pass prompt parameter to
3324 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3326 * gdb.base/load-command.c: New file.
3327 * gdb.base/load-command.exp: New file.
3328 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3329 (gdb_is_target_1): ...this, and generalize for other targets
3331 (gdb_is_target_remote): Use gdb_is_target_1.
3332 (gdb_is_target_native): use gdb_is_target_1.
3334 2018-02-26 Tom Tromey <tom@tromey.com>
3337 * gdb.python/py-framefilter.exp: Update test.
3339 2018-02-26 Tom Tromey <tom@tromey.com>
3341 * gdb.dwarf2/variant.c: New file.
3342 * gdb.dwarf2/variant.exp: New file.
3344 2018-02-26 Tom Tromey <tom@tromey.com>
3346 * gdb.rust/simple.exp: Accept more possible results in enum test.
3348 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3350 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3353 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3355 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3356 name of a variable: $actual_linejj -> $actual_line.
3358 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3360 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3362 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3364 * gdb.btrace/buffer-size.exp: Do not force BTS.
3366 2018-02-14 Pedro Alves <palves@redhat.com>
3368 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3371 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3373 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3376 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3378 * gdb.cp/m-static.exp: Check type of optimized out static
3381 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3383 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3384 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3386 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3387 Leszek Swirski <leszeks@google.com>
3389 * gdb.python/py-prettyprint.c
3390 (struct to_string_returns_value_inner,
3391 struct to_string_returns_value_wrapper): New.
3392 (main): Add tsrvw variable.
3393 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3394 ToStringReturnsValueWrapper): New classes.
3395 (register_pretty_printers): Register new pretty-printers.
3396 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3397 recursive pretty printer.
3398 * gdb.python/py-mi.exp: Likewise.
3400 2018-02-01 Leszek Swirski <leszeks@google.com>
3402 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3403 functions with the same name as an include file are parsed
3406 2018-02-01 Yao Qi <yao.qi@linaro.org>
3408 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3411 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3413 * gdb.arch/powerpc-prologue-frame.s: New file.
3414 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3415 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3417 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3419 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3421 2018-01-30 Pedro Alves <palves@redhat.com>
3424 * gdb.base/interrupt-daemon.c: New.
3425 * gdb.base/interrupt-daemon.exp: New.
3426 * gdb.multi/multi-term-settings.c: New.
3427 * gdb.multi/multi-term-settings.exp: New.
3429 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3431 * gdb.base/break.exp: Save the location where the breakpoint
3432 on break.c:47 was actually inserted when debugging the version
3433 compiled at -O2 and use it in the expected output of the "info
3434 break" test performed soon after.
3436 2018-01-22 Pedro Alves <palves@redhat.com>
3437 Sergio Durigan Junior <sergiodj@redhat.com>
3439 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3440 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3442 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3444 * gdb.base/break-include.c, gdb.base/break-include.inc,
3445 gdb.base/break-include.exp: New files.
3446 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3447 line number now being the actual line number where the breakpoint
3449 * gdb.mi/mi-break.exp: Likewise.
3450 * gdb.mi/mi-reverse.exp: Likewise.
3451 * gdb.mi/mi-simplerun.exp: Ditto.
3453 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3455 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3457 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3459 2018-01-21 Don Breazeal <donb@codesourcery.com>
3460 Andrew Burgess <andrew.burgess@embecosm.com>
3462 * gdb.mi/basics.c: Add new global.
3463 * gdb.mi/mi-frame-regs.exp: New file.
3464 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3467 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3469 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3470 non-parameter, and on an unknown symbol.
3472 2018-01-19 Tom Tromey <tom@tromey.com>
3474 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3475 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3477 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3479 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3480 setrlimit and chdir to int.
3482 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3484 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3486 (my_tend): Likewise.
3487 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3488 rationale of avoiding FP- and vector instructions.
3490 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3492 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3493 "info reg" with "\[ \t\]*".
3494 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3496 * gdb.arch/s390-multiarch.exp: Ditto.
3497 * gdb.base/pc-fp.exp: Ditto.
3498 * gdb.reverse/i386-precsave.exp: Ditto.
3499 * gdb.reverse/i386-reverse.exp: Ditto.
3500 * gdb.reverse/i387-env-reverse.exp: Ditto.
3501 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3503 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3505 * lib/gdb.exp (gdb_compile): Re-enable use of
3506 universal_compile_options for languages other than Rust.
3508 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3510 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3512 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3515 * gdb.base/solib-vanish.exp: New.
3516 * gdb.base/solib-vanish-main.c: New.
3517 * gdb.base/solib-vanish-lib1.c: New.
3518 * gdb.base/solib-vanish-lib2.c: New.
3520 2018-01-17 Yao Qi <yao.qi@linaro.org>
3522 * gdb.compile/compile.exp: Match the address printed for
3523 frame in the output of command "bt".
3525 2018-01-15 Tom Tromey <tom@tromey.com>
3527 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3530 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3532 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3534 (prepare): Return 0 on error, 1 on success.
3536 2018-01-12 Pedro Alves <palves@redhat.com>
3538 * gdb.base/continue-after-aborted-step-over.c: New.
3539 * gdb.base/continue-after-aborted-step-over.exp: New.
3541 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3543 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3544 options when not creating an executable.
3546 2018-01-11 Pedro Alves <palves@redhat.com>
3549 * gdb.server/stop-reply-no-thread.c: New file.
3550 * gdb.server/stop-reply-no-thread.exp: New file.
3552 2018-01-10 Pedro Alves <palves@redhat.com>
3555 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3556 functions too. Test setting breakpoints and printing C functions
3557 with no debug info too.
3558 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3560 2018-01-10 Pedro Alves <palves@redhat.com>
3563 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3566 2018-01-10 Pedro Alves <palves@redhat.com>
3569 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3571 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3573 * gdb.server/unittest.exp: Match the output in non-development
3576 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3578 * gdb.gdb/unittest.exp: Match output in non-development mode.
3580 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3582 * gdb.ada/access_tagged_param.exp: Relax expected output
3583 for value of "ObjL" in "continue" to pck.inspect breakpoint
3586 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3588 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3589 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3591 2018-01-05 Pedro Alves <palves@redhat.com>
3594 * gdb.base/libsegfault.exp: New.
3596 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3599 * gdb.ada/access_tagged_param.exp: New file.
3600 * gdb.ada/access_tagged_param/foo.adb: New file.
3602 2018-01-05 Pedro Alves <palves@redhat.com>
3605 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3606 exercise lower case too, and to exercise both full matching and
3609 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3611 * gdb.ada/rename_subscript_param: New testcase.
3613 2018-01-05 Jerome Guitton <guitton@adacore.com>
3615 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3617 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3619 * gdb.ada/convvar_comp: New testcase.
3621 2018-01-05 Xavier Roirand <roirand@adacore.com>
3623 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3624 (My_Table): New global variable.
3625 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3627 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3630 * gdb.ada/maint_with_ada: New testcase.
3632 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3635 * gdb.ada/bp_c_mixed_case: New testcase.
3637 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3640 * gdb.ada/complete.exp: Add "complete break ada" test.
3642 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3645 * gdb.ada/info_addr_mixed_case: New testcase.
3647 2018-01-03 Xavier Roirand <roirand@adacore.com>
3649 * gdb.ada/excep_handle.exp: New testcase.
3650 * gdb.ada/excep_handle/foo.adb: New file.
3651 * gdb.ada/excep_handle/pck.ads: New file.
3653 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3655 * gdb.base/step-line.c: Add extra empty line in copyright header.
3656 * gdb.base/step-line.inp: Likewise.
3658 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3660 * gdb.ada/dyn_stride.exp: Add slice test.
3662 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3664 * gdb.ada/dyn_stride: New testcase.
3666 2017-12-27 Stafford Horne <shorne@gmail.com>
3668 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3669 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3671 2017-12-27 Stafford Horne <shorne@gmail.com>
3673 * gdb.base/reggroups.c: New file.
3674 * gdb.base/reggroups.exp: New file.
3676 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3678 * gdb.dwarf2/ada-valprint-error.c: New file.
3679 * gdb.dwarf2/ada-valprint-error.exp: New file.
3681 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3683 * gdb.ada/assign_arr: New testcase.
3685 2017-12-18 Xavier Roirand <roirand@adacore.com>
3687 * gdb.ada/funcall_ptr: New testcase.
3689 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3692 * gdb.base/ptype-offsets.cc: New file.
3693 * gdb.base/ptype-offsets.exp: New file.
3695 2017-12-15 Yao Qi <yao.qi@linaro.org>
3697 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3700 2017-12-15 Xavier Roirand <roirand@adacore.com>
3702 * gdb.ada/same_component_name: New testcase.
3704 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3706 * gdb.ada/str_binop_equal: New testcase.
3708 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3710 * gdb.ada/task_switch_in_core: New testcase.
3712 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3714 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3715 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3716 call test_bkpt_qualified.
3717 (test_bkpt_qualified): New proc.
3719 2017-12-13 Pedro Alves <palves@redhat.com>
3721 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3722 Tighten regexp by matching with an anchor.
3724 2017-12-13 Pedro Alves <palves@redhat.com>
3726 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3727 ("expression with namespace"): New set of tests.
3728 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3729 (Nested::Test_NS::qux): New.
3730 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3731 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3733 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3735 * gdb.base/server-del-break.c: New file.
3736 * gdb.base/server-del-break.exp: New file.
3738 2017-12-12 Stafford Horne <shorne@gmail.com>
3740 * gdb.xml/tdesc-regs.exp: Add or1k support.
3742 2017-12-12 Stafford Horne <shorne@gmail.com>
3744 * gdb.base/bp-permanent.c: Define nop of or1k.
3746 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3748 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3749 output with components being reordered.
3751 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3753 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3754 output with components being reordered.
3756 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3757 Pedro Alves <palves@redhat.com>
3759 * gdb.base/maint.exp (check for .gdb_index): Check also for
3761 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3762 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3763 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3764 (.gdb_index used after symbol reloading): Support also .debug_names.
3765 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3767 2017-12-08 Yao Qi <yao.qi@linaro.org>
3769 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3770 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3772 2017-12-08 Yao Qi <yao.qi@linaro.org>
3774 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3775 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3777 2017-12-08 Yao Qi <yao.qi@linaro.org>
3779 * gdb.arch/aarch64-tagged-pointer.c: New file.
3780 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3782 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3784 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3787 2017-12-07 Keith Seitz <keiths@redhat.com>
3789 PR breakpoints/22569
3790 * gdb.linespec/ls-errs.exp: Change expected result of "break
3791 -source this file has spaces.c -line 3".
3792 Check that an explicit source file followed by whitespace is
3793 identified as an invalid explicit location.
3795 2017-12-07 Keith Seitz <keiths@redhat.com>
3797 * gdb.cp/nested-types.cc: New file.
3798 * gdb.cp/nested-types.exp: New file.
3799 * lib/cp-support.exp: Load data-structures.exp library.
3800 (debug_cp_test_ptype_class): New global.
3801 (cp_ptype_class_verbose, next_line): New procedures.
3802 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3803 Add and document new return value.
3804 Switch the list of lines to a queue.
3805 Add support for new `type' key for nested type definitions.
3806 Add debugging/troubleshooting messages.
3807 * lib/data-structures.exp: New file.
3809 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3811 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3812 with proc_with_prefix, don't use with_test_prefix.
3814 2017-12-07 Tom Tromey <tom@tromey.com>
3816 * gdb.base/break.exp: Add test for empty "commands".
3818 2017-12-07 Yao Qi <yao.qi@linaro.org>
3820 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3821 malloc and catch syscall.
3823 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3825 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3826 tests for explicit locations.
3828 2017-12-06 Pedro Alves <palves@redhat.com>
3830 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3831 force-disabling XML descriptions.
3833 2017-12-04 Pedro Alves <palves@redhat.com>
3836 * gdb.arch/amd64-disp-step-avx.S: New file.
3837 * gdb.arch/amd64-disp-step-avx.exp: New file.
3839 2017-12-03 Pedro Alves <palves@redhat.com>
3841 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3843 (parent_function): Print distinct messages when waitpid fails, or
3844 the child exits with a signal, or the child exits for an unhandled
3846 * gdb.threads/process-dies-while-detaching.exp
3847 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3848 it. Wait for both inferior output and GDB's prompt. Use an
3849 indirect spawn id list.
3850 (do_detach): New parameter 'child_exit'. Use it to compute
3851 expected inferior output.
3852 (test_detach, test_detach_watch, test_detach_killed_outside):
3853 Adjust to pass down the expected child exit kind.
3855 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3856 Sergio Durigan Junior <sergiodj@redhat.com>
3857 Pedro Alves <palves@redhat.com>
3859 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3861 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3863 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3864 to 'symbol-file' and 'add-symbol-file' can be
3865 position-independent.
3867 2017-12-01 Yao Qi <yao.qi@linaro.org>
3869 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3870 the URL in copyright header.
3871 * gdb.arch/aarch64-fp.exp: Likewise.
3872 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3873 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3874 * gdb.base/expand-psymtabs.exp: Likewise.
3875 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3876 * gdb.fortran/common-block.exp: Likewise.
3877 * gdb.fortran/common-block.f90: Likewise.
3878 * gdb.fortran/logical.exp: Likewise.
3879 * gdb.fortran/vla-datatypes.f90: Likewise.
3880 * gdb.fortran/vla-sub.f90: Likewise.
3882 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3884 * gdb.ada/repeat_dyn: New testcase.
3886 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3888 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3889 Update for changed thread numbering.
3890 * gdb.cell/bt.exp: Update for changed GDB output.
3892 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3894 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3895 setting isremote by hand.
3896 * boards/dwarf4-gdb-index.exp: Likewise.
3897 * boards/fission.exp: Likewise.
3898 * boards/stabs.exp: Likewise.
3900 2017-11-30 Pedro Alves <palves@redhat.com>
3902 * gdb.linespec/cpls-ops.exp
3903 (check_explicit_skips_function_argument): Extract the underlying
3904 type of size_t instead of hardcoding it.
3906 2017-11-29 Pedro Alves <palves@redhat.com>
3909 * gdb.linespec/cpls-abi-tag.cc: New file.
3910 * gdb.linespec/cpls-abi-tag.exp: New file.
3912 2017-11-29 Pedro Alves <palves@redhat.com>
3914 * gdb.base/langs.exp: Use -qualified.
3915 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3917 * gdb.cp/namespace.exp: Use -qualified.
3918 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3919 (overload-3, template-overload, template-ret-type, const-overload)
3920 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3922 (test_driver): Call them.
3923 * gdb.cp/save-bp-qualified.cc: New.
3924 * gdb.cp/save-bp-qualified.exp: New.
3925 * gdb.linespec/explicit.exp: Test -qualified.
3926 * lib/completion-support.exp (completion::explicit_opts_list): Add
3928 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3930 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3932 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3934 2017-11-29 Tom Tromey <tom@tromey.com>
3936 * gdb.base/relocate.exp: Update invalid argument test.
3937 Add new tests for invalid arguments.
3939 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3941 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3943 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3945 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3947 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3948 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3949 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3951 * gdb.cp/shadow.cc (B.func): Return 0.
3953 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3955 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3956 expected output in gdb_expect call to allow the exception
3957 message to be present as well. Fix syntax confusion to avoid
3958 TCL thinking that exception_name is an array.
3960 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3962 * gdb.arch/spu-info.c: Include <unistd.h>.
3963 (do_signal_test): Fix broken calls to write.
3964 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3965 Fix checks for empty mailboxes. Update signal tests for corrected
3966 do_signal_test routine. Allow nonzero event status.
3967 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3968 * gdb.cell/arch.exp: Use standard_output_file.
3969 * gdb.cell/break.exp: Likewise.
3970 * gdb.cell/bt.exp: Likewise.
3971 * gdb.cell/core.exp: Likewise.
3972 * gdb.cell/dwarfaddr.exp: Likewise.
3973 * gdb.cell/ea-cache.exp: Likewise.
3974 * gdb.cell/ea-standalone.exp: Likewise.
3975 * gdb.cell/f-regs.exp: Likewise.
3976 * gdb.cell/fork.exp: Likewise.
3977 * gdb.cell/gcore.exp: Likewise.
3978 * gdb.cell/mem-access.exp: Likewise.
3979 * gdb.cell/ptype.exp: Likewise.
3980 * gdb.cell/registers.exp: Likewise.
3981 * gdb.cell/sizeof.exp: Likewise.
3982 * gdb.cell/solib-symbol.exp: Likewise.
3983 * gdb.cell/solib.exp: Likewise.
3985 2017-11-25 Pedro Alves <palves@redhat.com>
3987 * gdb.base/complete-empty.exp: New file.
3988 * gdb.base/completion.exp: Adjust.
3990 2017-11-25 Pedro Alves <palves@redhat.com>
3992 * gdb.linespec/cpls-ops.cc: New file.
3993 * gdb.linespec/cpls-ops.exp: New file.
3994 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3995 factored out from ...
3996 (test_complete_prefix_range): ... this.
3998 2017-11-24 Pedro Alves <palves@redhat.com>
4000 * gdb.linespec/cpcompletion.exp: New file.
4001 * gdb.linespec/cpls-hyphen.cc: New file.
4002 * gdb.linespec/cpls.cc: New file.
4003 * gdb.linespec/cpls2.cc: New file.
4004 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4005 test to use test_gdb_complete_unique. Add label completion,
4006 keyword completion and explicit location completion tests.
4007 * lib/completion-support.exp: New file.
4009 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4011 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4012 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4013 when hitting an exception catchpoint.
4015 2017-11-22 Yao Qi <yao.qi@linaro.org>
4017 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4019 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4021 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4022 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4023 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4025 2017-11-22 Yao Qi <yao.qi@linaro.org>
4027 * gdb.base/info-os.exp: Pass pthreads.
4028 * gdb.multi/multi-attach.exp: Likewise.
4030 2017-11-22 Yao Qi <yao.qi@linaro.org>
4032 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4035 2017-11-22 Yao Qi <yao.qi@linaro.org>
4037 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4038 * gdb.base/break-interp.exp: Likewise.
4039 * gdb.base/jit-attach-pie.exp: Likewise.
4041 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4043 * gdb.base/float128.c (large128): New variable.
4044 * gdb.base/float128.exp: Add test to print largest __float128 value.
4046 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4048 * gdb.arch/vsx-regs.exp: Update register content checks.
4050 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4052 * gdb.arch/ppc-longdouble.exp: New file.
4053 * gdb.arch/ppc-longdouble.c: Likewise.
4055 2017-11-21 Pedro Alves <palves@redhat.com>
4057 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4059 2017-11-20 Pedro Alves <palves@redhat.com>
4061 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4062 (long_double_typedef): New typedefs.
4063 Use DEF on double and long double.
4064 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4066 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4067 and 'long_double_ptr_same_size' locals. Use them to decide
4068 whether cast from array/function to float is valid/invalid.
4070 2017-11-17 Tom Tromey <tom@tromey.com>
4072 * gdb.rust/traits.rs: New file.
4073 * gdb.rust/traits.exp: New file.
4075 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4077 * gdb.ada/minsyms: New testcase.
4079 2017-11-16 Pedro Alves <palves@redhat.com>
4081 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4082 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4084 2017-11-16 Pedro Alves <palves@redhat.com>
4086 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4087 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4089 2017-11-16 Pedro Alves <palves@redhat.com>
4091 * gdb.server/reconnect-ctrl-c.c: New file.
4092 * gdb.server/reconnect-ctrl-c.exp: New file.
4094 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4096 * gdb.python/py-rbreak.exp: New file.
4097 * gdb.python/py-rbreak.c: New file.
4098 * gdb.python/py-rbreak-func2.c: New file.
4100 2017-11-16 Pedro Alves <palves@redhat.com>
4102 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4104 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4107 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4109 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4112 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4114 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4117 2017-11-09 Pedro Alves <palves@redhat.com>
4119 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4120 factored out from ...
4121 (top level): ... here, and adjusted to avoid expecting beyond the
4122 prompt in a single gdb_test_multiple.
4124 2017-11-09 Pedro Alves <palves@redhat.com>
4126 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4128 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4129 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4130 * gdb.server/ext-run.exp ("kill" test): Likewise.
4131 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4133 2017-11-09 Pedro Alves <palves@redhat.com>
4135 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4136 match till end of line.
4138 2017-11-09 Pedro Alves <palves@redhat.com>
4140 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4142 2017-11-09 Pedro Alves <palves@redhat.com>
4144 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4145 New procedures, factored out from ...
4146 (top level): ... here, and adjusted to avoid expecting beyond the
4149 2017-11-09 Pedro Alves <palves@redhat.com>
4151 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4152 output. Fix '?' match.
4154 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4156 * gdb.ada/scoped_watch: New testcase.
4157 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4158 which is actually correct.
4159 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4160 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4162 2017-11-08 Pedro Alves <palves@redhat.com>
4164 * gdb.gdb/complaints.exp (test_initial_complaints)
4165 (test_serial_complaints, test_short_complaints): Call
4166 complaint_internal instead of complaint.
4168 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4170 * gdb.threads/tls-core.c: New file.
4171 * gdb.threads/tls-core.exp: Likewise.
4173 2017-11-08 Pedro Alves <palves@redhat.com>
4175 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4176 (p Exported_Capitalized): New test.
4177 (p exported_capitalized): New test.
4179 2017-11-07 Pedro Alves <palves@redhat.com>
4181 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4183 2017-11-07 Pedro Alves <palves@redhat.com>
4185 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4186 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4187 (disable_invalid, disable_inverted, disable_negative): New
4189 ("bad numbers"): New set of tests.
4191 2017-11-07 Pedro Alves <palves@redhat.com>
4193 * gdb.cp/ena-dis-br-range.exp: Add tests.
4195 2017-11-07 Pedro Alves <palves@redhat.com>
4197 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4199 2017-11-07 Xavier Roirand <roirand@adacore.com>
4200 Pedro Alves <palves@redhat.com>
4202 * gdb.base/ena-dis-br.exp: Add reference to
4203 gdb.cp/ena-dis-br-range.exp.
4204 * gdb.cp/ena-dis-br-range.exp: New file.
4205 * gdb.cp/ena-dis-br-range.cc: New file.
4207 2017-11-06 Pedro Alves <palves@redhat.com>
4209 * gdb.base/attach-non-pgrp-leader.c: New.
4210 * gdb.base/attach-non-pgrp-leader.exp: New.
4212 2017-11-06 Pedro Alves <palves@redhat.com>
4214 * configure.ac: No longer check for termio.h and sgtty.h.
4215 * configure: Regenerate.
4216 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4217 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4218 Remove termio and sgtty code.
4220 2017-11-03 Yao Qi <yao.qi@linaro.org>
4222 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4225 2017-11-03 Yao Qi <yao.qi@linaro.org>
4227 * gdb.python/py-thrhandle.exp: Skip it if python is not
4230 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4232 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4233 as a breakpoint command.
4235 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4238 * gdb.python/py-infthread.exp: Test calling
4239 InferiorThread.inferior () multiple times in a row.
4241 2017-10-27 Keith Seitz <keiths@redhat.com>
4243 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4244 Test "info break" for every inlined function breakpoint.
4246 2017-10-27 Yao Qi <yao.qi@linaro.org>
4248 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4250 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4252 * gdb.cp/classes.exp (test_static_members): Test printing
4254 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4255 (Inner::instance, Outer::instance): New.
4257 2017-10-24 Pedro Alves <palves@redhat.com>
4259 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4260 extra console" test in two stages.
4262 2017-10-24 Pedro Alves <palves@redhat.com>
4264 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4266 2017-10-24 Pedro Alves <palves@redhat.com>
4268 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4271 2017-10-24 Pedro Alves <palves@redhat.com>
4273 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4274 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4276 2017-10-24 Pedro Alves <palves@redhat.com>
4278 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4279 parameter and handle it. Don't output read value in test name.
4281 2017-10-24 Pedro Alves <palves@redhat.com>
4283 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4286 2017-10-24 Pedro Alves <palves@redhat.com>
4288 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4289 include the unstable output directory name in the test's name.
4290 (initial_setup_simple) <'set args'>: Use custom test name.
4292 2017-10-24 Pedro Alves <palves@redhat.com>
4294 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4295 with explicit test name.
4297 2017-10-20 Pedro Alves <palves@redhat.com>
4299 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4300 'wait -i'. Use gdb_assert and remote_close.
4302 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4304 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4305 number from variable rather than hard-coded.
4307 2017-10-19 Pedro Alves <palves@redhat.com>
4309 * gdb.base/long-inferior-output.c: New file.
4310 * gdb.base/long-inferior-output.exp: New file.
4312 2017-11-18 Keith Seitz <keiths@redhat.com>
4314 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4317 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4318 Add additional user-defined conversion operator tests.
4320 2017-10-17 Pedro Alves <palves@redhat.com>
4322 * boards/native-stdio-gdbserver.exp: Load "local-board".
4324 2017-10-17 Pedro Alves <palves@redhat.com>
4326 * gdb.base/quit-live.c: New file.
4327 * gdb.base/quit-live.exp: New file.
4329 2017-10-16 Keith Seitz <keiths@redhat.com>
4331 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4332 (class_with_protected_typedef, class_with_private_typedef)
4333 (struct_with_public_typedef, struct_with_protected_typedef)
4334 (struct_with_private_typedef): New classes/structs.
4335 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4336 typedefs and access specifiers.
4338 2017-10-16 Pedro Alves <palves@redhat.com>
4339 Simon Marchi <simon.marchi@polymtl.ca>
4341 * README (Local vs Remote vs Native): New section.
4342 * boards/local-board.exp: New file, with bits factored out from
4344 * boards/native-extended-gdbserver.exp: ... here. Load
4346 * boards/native-gdbserver.exp: Load "local-board".
4347 (${board}_spawn, ${board}_exec): Delete.
4348 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4350 * boards/stdio-gdbserver-base.exp: ... this new file.
4351 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4352 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4354 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4355 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4356 stdio_gdbserver_command.
4357 (${board}_get_remote_address, ${board}_get_comm_port)
4358 (${board}_download, ${board}_upload): Delete.
4359 (get_target_remote_pipe_cmd): New.
4361 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4363 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4364 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4365 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4366 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4367 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4368 remove with_test_prefix.
4370 2017-10-13 Pedro Alves <palves@redhat.com>
4372 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4373 * gdb.base/annota1.exp: Use it instead of is_remote.
4374 * gdb.base/annota3.exp: Use it instead of is_remote.
4375 * gdb.cp/annota2.exp: Use it instead of is_remote.
4376 * gdb.cp/annota3.exp: Use it instead of is_remote.
4377 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4379 2017-10-13 Pedro Alves <palves@redhat.com>
4381 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4382 (test_num_test_vars, run_and_count_vars, find_env)
4383 (test_set_unset_env, test_inherit_env_var): New procedures.
4384 (top level): Use them.
4386 2017-10-13 Pedro Alves <palves@redhat.com>
4388 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4389 also skip on stub-like targets.
4391 2017-10-13 Pedro Alves <palves@redhat.com>
4394 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4395 (top level): Move some tests to ...
4396 (test_not_found): ... this new procedure.
4397 (top level): Call it.
4399 2017-10-13 Pedro Alves <palves@redhat.com>
4401 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4402 expect different "info terminal" output if testing with a
4405 2017-10-13 Pedro Alves <palves@redhat.com>
4406 Simon Marchi <simon.marchi@polymtl.ca>
4409 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4411 2017-10-13 Pedro Alves <palves@redhat.com>
4413 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4416 2017-10-13 Pedro Alves <palves@redhat.com>
4418 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4421 2017-10-13 Pedro Alves <palves@redhat.com>
4423 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4426 2017-10-13 Pedro Alves <palves@redhat.com>
4428 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4430 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4431 instead of is_remote.
4433 2017-10-13 Pedro Alves <palves@redhat.com>
4435 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4436 (top level): Add comment.
4438 2017-10-13 Pedro Alves <palves@redhat.com>
4440 * gdb.base/remote.exp (top level): Fix comment typo and add
4443 2017-10-13 Pedro Alves <palves@redhat.com>
4444 Simon Marchi <simon.marchi@polymtl.ca>
4446 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4447 calls and add comments. Skip test if use_gdb_stub is set.
4448 (top level): Use "set cwd" command instead of "cd" command.
4450 2017-10-13 Pedro Alves <palves@redhat.com>
4452 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4453 is_remote target check.
4455 2017-10-13 Pedro Alves <palves@redhat.com>
4457 * gdb.base/scope.exp: Use build_executable + clean_restart +
4458 gdb_file_cmd instead of prepare_for_testing and no longer skip
4459 "before run" tests on is_remote target boards. Update comments.
4460 * boards/native-extended-gdbserver.exp
4461 (extended_gdbserver_load_last_file): New, factored out from ...
4462 (gdb_load): ... this. Move further below and add comment.
4463 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4465 2017-10-12 Pedro Alves <palves@redhat.com>
4467 * gdb.base/attach.exp: Remove references to gdb64.
4468 * gdb.base/dbx.exp: Remove references to gdb64.
4470 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4471 Pedro Alves <palves@redhat.com>
4473 * gdb.base/label.exp: Remove is_remote target check.
4475 2017-10-12 Pedro Alves <palves@redhat.com>
4477 * gdb.base/auvx.exp (coredir): Update comment.
4478 (top level) <core_works>: Use "set cwd" command instead of "cd"
4481 2017-10-12 Pedro Alves <palves@redhat.com>
4482 Simon Marchi <simon.marchi@polymtl.ca>
4484 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4487 2017-10-12 Pedro Alves <palves@redhat.com>
4488 Simon Marchi <simon.marchi@polymtl.ca>
4490 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4491 Instead skip if there's any gdb_protocol set.
4493 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4494 Pedro Alves <palves@redhat.com>
4496 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4498 2017-10-12 Pedro Alves <palves@redhat.com>
4499 Simon Marchi <simon.marchi@polymtl.ca>
4501 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4502 instead of on dejagnu remote boards.
4504 2017-10-12 Pedro Alves <palves@redhat.com>
4505 Simon Marchi <simon.marchi@polymtl.ca>
4507 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4508 checks. Use build_executable + clean_restart instead of
4509 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4510 of enabling non-stop after starting gdb.
4512 2017-10-12 Pedro Alves <palves@redhat.com>
4514 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4515 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4516 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4517 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4519 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4521 * gdb.arch/arc-tdesc-cpu.exp: New file.
4522 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4524 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4526 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4528 2017-10-10 Pedro Alves <palves@redhat.com>
4530 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4533 2017-10-10 Pedro Alves <palves@redhat.com>
4535 * lib/selftest-support.exp (selftest_setup): Update for
4536 captured_command_loop's prototype change.
4538 2017-10-09 Pedro Alves <palves@redhat.com>
4540 Test both arch1=>arch2 and arch2=>arch1.
4542 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4543 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4545 (append_arch1_options, append_arch2_options, append_arch_options)
4546 (build_executables): New procedures.
4547 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4549 (top level): Add new 'first_arch' testing axis.
4551 2017-10-09 Pedro Alves <palves@redhat.com>
4553 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4555 (thread_start, all_started): New functions.
4556 (main): Spawn new thread and wait until it is scheduled.
4557 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4559 (do_test): Add 'selected_thread' parameter. Run to all_started
4560 instead of main. Explicitly set the breakpoint at main. Switch
4561 to the SELECTED_THREAD thread.
4562 (top level): Test handling the exec event with either the main
4563 thread or the second thread selected.
4565 2017-10-09 Pedro Alves <palves@redhat.com>
4567 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4568 logic. Move STOP marker after the value checks.
4569 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4572 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4574 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4576 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4578 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4579 integer-to-dfp conversion.
4580 * gdb.base/dfp-test.exp: Likewise.
4582 2017-10-04 Pedro Alves <palves@redhat.com>
4584 * gdb.multi/hangout.c: Include <unistd.h>.
4585 (hangout_loop): New function.
4586 (main): Call alarm. Call hangout_loop in a loop.
4587 * gdb.multi/hello.c: Include <unistd.h>.
4588 (hello_loop): New function.
4589 (main): Call alarm. Call hangout_loop in a loop.
4590 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4591 inferior with the other selected.
4593 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4595 * gdb.mi/list-thread-groups-available.exp: New file.
4596 * gdb.mi/list-thread-groups-available.c: New file.
4598 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4600 * gdb.base/set-cwd.exp: Make it available on
4601 native-extended-gdbserver.
4603 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4605 * gdb.base/set-cwd.c: New file.
4606 * gdb.base/set-cwd.exp: Likewise.
4608 2017-10-02 Tom Tromey <tom@tromey.com>
4611 * gdb.rust/simple.rs (main): New variable "fslice".
4612 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4614 2017-10-02 Tom Tromey <tom@tromey.com>
4616 * gdb.rust/simple.exp: Test ptype of a slice.
4618 2017-10-02 Tom Tromey <tom@tromey.com>
4620 * gdb.rust/simple.exp: Test index of slice.
4622 2017-09-27 Tom Tromey <tom@tromey.com>
4624 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4626 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4627 Pedro Alves <palves@redhat.com>
4629 * gdb.base/compare-sections.exp (get value of read-only section): Read
4631 (corrupt read-only section): Likewise and don't set written if patching
4634 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4636 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4639 2017-09-20 Pedro Alves <palves@redhat.com>
4641 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4642 symbol names in gdb's output.
4643 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4645 2017-09-20 Pedro Alves <palves@redhat.com>
4647 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4649 (test_list_ambiguous_symbol): ... this and add a symbol name
4651 (test_list_ambiguous_function): Reimplement on top of
4652 test_list_ambiguous_symbol and also test listing ambiguous
4654 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4655 (ambiguous_fun): ... this.
4656 (ambiguous_var): New.
4657 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4658 (ambiguous_fun): ... this.
4659 (ambiguous_var): New.
4661 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4663 * gdb.base/starti.c: New file.
4664 * gdb.base/starti.exp: New file.
4665 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4667 2017-09-14 Pedro Alves <palves@redhat.com>
4669 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4670 (top level): Use it instead of runto.
4672 2017-09-11 Tom Tromey <tom@tromey.com>
4674 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4676 2017-09-11 Tom Tromey <tom@tromey.com>
4678 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4679 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4681 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4683 * gdb.fortran/printing-types.exp: New file.
4684 * gdb.fortran/printing-types.exp: New file.
4686 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4688 * gdb.fortran/vla-ptype.exp: Fix typos.
4689 * gdb.fortran/vla-value.exp: Same.
4691 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4693 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4694 * gdb.mi/mi-var-child-f.exp: Likewise.
4695 * gdb.mi/mi-vla-fortran.exp: Likewise.
4697 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4698 Christoph Weinmann <christoph.t.weinmann@intel.com>
4699 Bernhard Heckel <bernhard.heckel@intel.com>
4701 * gdb.fortran/ptr-indentation.f90: New file.
4702 * gdb.fortran/ptr-indentation.exp: New file.
4704 2017-09-05 Tom Tromey <tom@tromey.com>
4707 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4709 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4711 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4713 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4715 * gdb.threads/tls-nodebug-pie.c: New file.
4716 * gdb.threads/tls-nodebug-pie.exp: New file.
4718 2017-09-05 Tom Tromey <tom@tromey.com>
4720 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4723 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4725 * gdb.multi/multi-arch-exec.exp: Test with different
4726 "follow-exec-mode" settings.
4727 (do_test): New procedure.
4729 2017-09-04 Pedro Alves <palves@redhat.com>
4731 * gdb.base/func-static.c (S::method const, S::method volatile)
4732 (S::method volatile const): New methods.
4733 (c_s, v_s, cv_s): New instances.
4734 (main): Call method() on them.
4735 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4736 (cannot_resolve): New procedure.
4737 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4738 print-quote-unquoted columns.
4739 (do_test): Test printing each scope too.
4741 2017-09-04 Pedro Alves <palves@redhat.com>
4743 * gdb.base/local-static.exp: Also test with
4744 class::method::variable wholly quoted.
4745 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4747 2017-09-04 Pedro Alves <palves@redhat.com>
4749 * gdb.base/local-static.c: New.
4750 * gdb.base/local-static.cc: New.
4751 * gdb.base/local-static.exp: New.
4753 2017-09-04 Pedro Alves <palves@redhat.com>
4755 * gdb.asm/asm-source.exp: Add casts to int.
4756 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4757 (dataglobal64_1, dataglobal64_2): New globals.
4758 * gdb.base/nodebug.exp: Test different expressions involving the
4759 new globals, with print, whatis and ptype. Add casts to int.
4760 * gdb.base/solib-display.exp: Add casts to int.
4761 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4762 * gdb.cp/m-static.exp: Add cast to int.
4763 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4764 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4765 tls variable with no debug info without a cast. Test with a cast
4767 * gdb.trace/entry-values.exp: Add casts.
4769 2017-09-04 Pedro Alves <palves@redhat.com>
4771 * gdb.base/nodebug.exp: Test that ptype's error about functions
4772 with unknown return type includes the function name too.
4774 2017-09-04 Pedro Alves <palves@redhat.com>
4776 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4777 return type of munmap in infcall.
4778 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4779 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4780 type of ftell in infcall.
4781 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4782 type of getpid in infcall.
4783 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4785 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4786 Bail on failure to extract the pid.
4787 * gdb.base/nodebug.c: #include <stdint.h>.
4788 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4790 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4791 Change expected output of print/whatis/ptype with functions with
4792 no debug info. Test all supported languages. Call
4793 test_call_promotion.
4794 * gdb.compile/compile.exp: Adjust expected output to expect
4796 * gdb.threads/siginfo-threads.exp: Likewise.
4798 2017-09-04 Pedro Alves <palves@redhat.com>
4800 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4801 "prototypes". Test calling float functions via prototyped and
4802 unprototyped function pointers.
4803 (perform_all_tests): New parameter "prototypes". Pass it down.
4804 (top level): Pass down "prototypes" parameter to
4807 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4809 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4810 Test with nested loops.
4812 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4814 * gdb.base/commands.exp: Call the new procedures.
4815 (loop_break_test, loop_continue_test): New procedures.
4817 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4819 * gdb.base/commands.exp: Call new procedure.
4820 (define_if_without_arg_test): New procedure.
4822 2017-09-04 Pedro Alves <palves@redhat.com>
4824 * gdb.base/list-ambiguous.exp: New file.
4825 * gdb.base/list-ambiguous0.c: New file.
4826 * gdb.base/list-ambiguous1.c: New file.
4827 * gdb.base/list.exp (test_list_range): Adjust expected output.
4829 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4831 * gdb.base/share-env-with-gdbserver.c: New file.
4832 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4834 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4836 * gdb.base/commands.exp (gdbvar_simple_if_test,
4837 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4838 progvar_simple_if_test, progvar_simple_while_test,
4839 progvar_complex_if_while_test, user_defined_command_test,
4840 user_defined_command_args_eval,
4841 user_defined_command_args_stack_test,
4842 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4843 temporary_breakpoint_commands,
4844 gdb_test_no_prompt, redefine_hook_test,
4845 redefine_backtrace_test): Remove "global gdb_prompt".
4847 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4849 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4850 New proc, call it from toplevel.
4852 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4855 * gdb.server/normal.c: New file, copied from gdb.base.
4856 * gdb.server/run-without-local-binary.exp: New file.
4858 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4860 * gdb.arch/sparc64-adi.exp: New file.
4861 * gdb.arch/sparc64-adi.c: New file.
4863 2017-08-22 Pedro Alves <palves@redhat.com>
4865 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4866 (top level): Add "list all overloads" tests.
4868 2017-08-22 Tom Tromey <tom@tromey.com>
4870 * gdb.gdb/xfullpath.exp: Remove.
4872 2017-08-21 Pedro Alves <palves@redhat.com>
4875 * gdb.base/symbol-alias.c: New.
4876 * gdb.base/symbol-alias2.c: New.
4877 * gdb.base/symbol-alias.exp: New.
4879 2017-08-21 Pedro Alves <palves@redhat.com>
4881 * gdb.base/dfp-test.c
4882 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4883 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4884 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4885 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4886 * gdb.base/whatis-ptype-typedefs.c: New.
4887 * gdb.base/whatis-ptype-typedefs.exp: New.
4888 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4889 (an_int, an_int_type, an_int_type2): New globals.
4890 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4891 involving typedefs and cast expressions.
4892 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4893 (lookup_typedefs_function): New.
4894 (typedefs_pretty_printers_dict): New.
4895 (top level): Register lookup_typedefs_function in
4896 gdb.pretty_printers.
4898 2017-08-18 Yao Qi <yao.qi@linaro.org>
4900 * gdb.server/unittest.exp: New.
4902 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4905 * gdb.base/environ.exp: Add test to check if 'unset environment'
4908 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4910 * lib/gdb.exp (universal_compile_options): New caching proc.
4911 (gdb_compile): Suppress GCC's coloring of messages.
4913 2017-08-14 Tom Tromey <tom@tromey.com>
4916 * gdb.base/printcmds.exp (test_radices): New function.
4917 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4918 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4919 * lib/gdb.exp (get_integer_valueof): Use p/d.
4921 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4923 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4926 2017-08-05 Tom Tromey <tom@tromey.com>
4928 * gdb.rust/simple.exp: Allow String to appear in a different
4931 2017-07-26 Yao Qi <yao.qi@linaro.org>
4933 * gdb.gdb/unittest.exp: Invoke command
4934 "maintenance check xml-descriptions".
4936 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4938 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4940 (hex128): Drop erroneous calculation of parameters.
4942 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4944 * gdb.python/py-unwind.exp: Disable stack protection when
4947 2017-07-20 Pedro Alves <palves@redhat.com>
4949 * gdb.base/default.exp (set language): Adjust expected output.
4951 2017-07-20 Pedro Alves <palves@redhat.com>
4953 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4954 (test_minsym): ... this, and make static.
4955 (get_pck__foo__bar__minsym): Rename to ...
4956 (get_test_minsym): ... this.
4957 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4958 symbol names and comments.
4959 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4960 (get_test_minsym): ... this.
4961 (pck__foo__bar__minsym__2): Rename to ...
4962 (test_minsym): ... this.
4965 2017-07-17 Pedro Alves <palves@redhat.com>
4967 * gdb.base/completion.exp: Adjust expected output.
4968 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4969 the completer works.
4971 2017-07-17 Pedro Alves <palves@redhat.com>
4973 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4975 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4977 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4979 2017-07-14 Tom Tromey <tom@tromey.com>
4982 * gdb.rust/simple.exp: Add tests.
4984 2017-07-14 Tom Tromey <tom@tromey.com>
4986 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4988 2017-07-14 Pedro Alves <palves@redhat.com>
4990 * gdb.linespec/base/one/thefile.cc (z1): New function.
4991 * gdb.linespec/base/two/thefile.cc (z2): New function.
4992 * gdb.linespec/linespec.exp: Add tests.
4994 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4996 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4997 to mi_create_breakpoint.
4999 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5001 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5002 mi_create_breakpoint.
5004 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5006 * gdb.dlang/demangle.exp: Update for demangling changes.
5008 2017-07-09 Tom Tromey <tom@tromey.com>
5010 * gdb.dwarf2/shortpiece.exp: New file.
5012 2017-07-06 David Blaikie <dblaikie@gmail.com>
5014 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5015 built from fissiont-multi-cu{1,2}.c.
5016 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5017 except putting 'main' and 'func' in separate CUs in the same DWO file.
5018 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5020 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5023 2017-07-06 Pedro Alves <palves@redhat.com>
5025 * gdb.python/py-unwind.exp: Test flushregs.
5027 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5030 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5031 tests for alias commands and trailing whitespace.
5033 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5036 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5039 2017-06-29 Pedro Alves <palves@redhat.com>
5041 * gdb.base/printcmds.exp: Add tests.
5043 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5046 * gdb.base/reread-readsym.exp: New file.
5047 * gdb.base/reread-readsym.c: New file.
5049 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5051 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5054 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5056 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5058 * gdb.arch/powerpc-power9.s: Likewise.
5060 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5062 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5063 on 32-bit x86 targets. Exploit is_*_target macros where
5066 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5068 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5071 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5073 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5074 located in one or more DWARF pieces.
5076 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5078 * lib/gdb.exp (get_endianness): New proc.
5079 * gdb.arch/aarch64-fp.exp: Use it.
5080 * gdb.arch/altivec-regs.exp: Likewise.
5081 * gdb.arch/e500-regs.exp: Likewise.
5082 * gdb.arch/vsx-regs.exp: Likewise.
5083 * gdb.base/dump.exp: Likewise.
5084 * gdb.base/funcargs.exp: Likewise.
5085 * gdb.base/gnu_vector.exp: Likewise.
5086 * gdb.dwarf2/formdata16.exp: Likewise.
5087 * gdb.dwarf2/implptrpiece.exp: Likewise.
5088 * gdb.dwarf2/nonvar-access.exp: Likewise.
5089 * gdb.python/py-inferior.exp: Likewise.
5090 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5092 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5095 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5096 stack value pieces are taken from the LSB end.
5098 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5100 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5101 variable at nonzero offset.
5103 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5105 * gdb.dwarf2/var-access.c: New file.
5106 * gdb.dwarf2/var-access.exp: New test.
5107 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5109 2017-06-12 Tom Tromey <tom@tromey.com>
5111 * gdb.dwarf2/formdata16.exp: Add tests.
5113 2017-06-12 Tom Tromey <tom@tromey.com>
5115 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5117 2017-06-12 Tom Tromey <tom@tromey.com>
5120 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5121 * gdb.arch/vsx-regs.exp: Update tests.
5122 * gdb.arch/s390-vregs.exp (hex128): New proc.
5124 * gdb.arch/altivec-regs.exp: Update tests.
5126 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5128 * gdb.base/startup-with-shell.c: New file.
5129 * gdb.base/startup-with-shell.exp: Likewise.
5131 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5133 * gdb.server/non-existing-program.exp: Update regex in order to
5134 reflect the fact that gdbserver is now using fork_inferior (with a
5135 shell) to startup the inferior.
5137 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5139 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5140 support function calls from GDB.
5142 2017-05-21 Tom Tromey <tom@tromey.com>
5145 * gdb.rust/unsized.exp: New file.
5146 * gdb.rust/unsized.rs: New file.
5148 2017-05-19 Tom Tromey <tom@tromey.com>
5151 * gdb.rust/watch.exp: New file.
5152 * gdb.rust/watch.rs: New file.
5154 2017-05-18 Tom Tromey <tom@tromey.com>
5156 * gdb.rust/simple.exp: Allow Box to be qualified.
5158 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5160 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5162 2017-05-18 Pedro Alves <palves@redhat.com>
5164 * gdb.base/fileio.c (test_write, test_read, test_close)
5165 (test_fstat): Don't print 'ret' in the fail path.
5167 2017-05-18 Pedro Alves <palves@redhat.com>
5169 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5170 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5171 (test_system, test_rename, test_unlink, test_time): Change
5173 * gdb.base/fileio.exp (stop_msg): Adjust.
5175 2017-05-18 Pedro Alves <palves@redhat.com>
5177 * gdb.base/fileio.c (null_str): New global.
5178 (test_stat): Use it.
5179 * gdb.base/fileio.exp: Remove nowarnings.
5181 2017-05-17 Yao Qi <yao.qi@linaro.org>
5183 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5185 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5187 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5189 (top-level): Invoke test_set_inferior_tty.
5191 2017-05-04 Pedro Alves <palves@redhat.com>
5193 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5194 Add parens to print call for Python 3.
5196 2017-05-03 Keith Seitz <keiths@redhat.com>
5198 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5201 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5203 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5206 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5208 * gdb.python/py-record-btrace.exp: Remove test for
5209 gdb.BtraceInstruction.error.
5211 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5213 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5215 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5217 * gdb.python/py-record-btrace-threads.c: New file.
5218 * gdb.python/py-record-btrace-threads.exp: New file.
5220 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5223 * gdb.base/environ.exp: Make test available in all architectures.
5224 Move bits related to "info program" testing to
5225 gdb.base/info-program.exp. Rewrite tests to use the two new
5226 procedures mentione below.
5227 (test_set_show_env_var) New procedure.
5228 (test_set_show_env_var_equal): Likewise.
5229 * gdb.base/info-program.exp: New file.
5231 2017-04-27 Keith Seitz <keiths@redhat.com>
5233 * gdb.cp/oranking.cc (test15): New function.
5234 (main): Call test15 and declare additional variables for testing.
5235 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5236 "p foo101('abc')" tests.
5237 Add tests for cv qualifier overloads.
5238 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5239 "lvalue reference overload" test.
5240 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5241 "print value of f1 on Child&& in f2" test.
5243 2017-04-19 Pedro Alves <palves@redhat.com>
5245 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5247 (top level): Call it.
5248 * lib/gdb.exp (gdb_define_cmd): New procedure.
5250 2017-04-12 Pedro Alves <palves@redhat.com>
5253 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5254 (wchar): New global.
5255 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5256 (do_test_wide_char, wide_char_types_no_program, top level): Add
5259 2017-04-12 Pedro Alves <palves@redhat.com>
5262 * gdb.cp/wide_char_types.c: New file.
5263 * gdb.cp/wide_char_types.exp: New file.
5265 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5268 * gdb.trace/tsv.exp: Add test for "tsave -r".
5270 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5272 * gdb.dlang/watch-loc.c: New file.
5273 * gdb.dlang/watch-loc.exp: New file.
5275 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5277 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5279 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5281 * gdb.arch/arc-analyze-prologue.S: New file.
5282 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5284 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5286 * gdb.arch/arc-decode-insn.S: New file.
5287 * gdb.arch/arc-decode-insn.exp: Likewise.
5289 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5292 * gdb.arch/sparc64-regs.exp: New file.
5293 * gdb.arch/sparc64-regs.S: Likewise.
5295 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5297 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5298 and memory view on Python 3.
5300 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5301 Keith Seitz <keiths@redhat.com>
5304 * gdb.cp/demangle.exp: Add rvalue reference tests.
5305 * gdb.cp/rvalue-ref-casts.cc: New file.
5306 * gdb.cp/rvalue-ref-casts.exp: New file.
5307 * gdb.cp/rvalue-ref-overload.cc: New file.
5308 * gdb.cp/rvalue-ref-overload.exp: New file.
5309 * gdb.cp/rvalue-ref-params.cc: New file.
5310 * gdb.cp/rvalue-ref-params.exp: New file.
5311 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5312 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5313 * gdb.cp/rvalue-ref-types.cc: New file.
5314 * gdb.cp/rvalue-ref-types.exp: New file.
5315 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5316 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5318 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5320 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5323 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5325 * lib/mi-support.exp (mi_gdb_test): Add additional message
5326 for unexpected output.
5328 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5330 * gdb.base/examine-backward.c (Barrier): New character array
5331 constant, to ensure that TestStrings is preceded by a string
5334 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5336 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5337 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5338 and implicit pointer into such a location.
5340 2017-03-16 Doug Evans <dje@google.com>
5342 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5344 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5346 * gdb.cp/m-static.exp: Fix expectation for prototype of
5347 test5.single_constructor and single_constructor::single_constructor.
5349 2017-03-16 Doug Evans <dje@google.com>
5351 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5352 * gdb.guile/scm-lazy-string.c: New file.
5353 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5354 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5355 for pointer, array, typedef lazy strings.
5357 2017-03-16 Doug Evans <dje@google.com>
5359 PR python/17728, python/18439, python/18779
5360 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5361 * gdb.python/py-lazy-string.c (pointer): New typedef.
5362 (main): New locals ptr, array, typedef_ptr.
5363 * gdb.python/py-value.exp: Move lazy string tests to ...
5364 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5365 array, typedef lazy strings.
5367 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5369 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5370 Add optional 'test' parameter.
5372 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5374 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5375 Skip for versions of DejaGnu < 1.5.
5377 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5379 * lib/gdb.exp (dejagnu_version): New proc.
5380 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5381 Use dejagnu_version.
5383 2017-03-10 Keith Seitz <keiths@redhat.com>
5386 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5387 type from destructor regexps.
5388 Add a branch which actually passes the test.
5389 Adjust "ptype t5i" test names.
5391 2017-03-08 Pedro Alves <palves@redhat.com>
5393 * gdb.base/step-over-exit.exp: Add explicit test message.
5395 2017-03-08 Pedro Alves <palves@redhat.com>
5398 * gdb.threads/interrupt-while-step-over.c: New file.
5399 * gdb.threads/interrupt-while-step-over.exp: New file.
5401 2017-03-08 Pedro Alves <palves@redhat.com>
5403 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5404 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5406 2017-03-08 Pedro Alves <palves@redhat.com>
5408 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5409 PKRU as not supported as a PASS.
5411 2017-03-08 Pedro Alves <palves@redhat.com>
5413 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5414 prefix instead of $binfile1/$binfile2.
5415 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5417 * gdb.python/py-completion.exp: Use "load python file" as test
5418 messages instead of unstable path names.
5420 2017-03-08 Pedro Alves <palves@redhat.com>
5421 Jan Kratochvil <jan.kratochvil@redhat.com>
5424 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5426 (top level): Call it.
5428 2017-03-08 Pedro Alves <palves@redhat.com>
5431 * gdb.tui/tui-nl-filtered-output.exp: New file.
5433 2017-03-08 Pedro Alves <palves@redhat.com>
5435 * gdb.base/completion.exp: Move TUI completion tests to ...
5436 * gdb.tui/completion.exp: ... this new file.
5438 2017-03-08 Pedro Alves <palves@redhat.com>
5440 * gdb.base/tui-disasm-long-lines.c,
5441 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5442 gdb.base/tui-layout.exp: Move to ...
5443 * gdb.tui/: ... this new directory.
5445 2017-03-07 Pedro Alves <palves@redhat.com>
5447 * gdb.base/tui-layout.c: New file.
5448 * gdb.base/tui-layout.exp: New file.
5450 2017-03-07 Pedro Alves <palves@redhat.com>
5452 * gdb.base/tui-layout.c: Rename to ...
5453 * gdb.base/tui-disasm-long-lines.c: ... this.
5454 * gdb.base/tui-layout.exp: Rename to ...
5455 * gdb.base/tui-disasm-long-lines.exp: ... this.
5457 2017-03-07 Pedro Alves <palves@redhat.com>
5459 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5461 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5463 * i386-mpx-call.c: New file.
5464 * i386-mpx-call.exp: New file.
5466 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5468 * gdb.arch/powerpc-power.exp: Delete test.
5469 * gdb.arch/powerpc-power.s: Likewise.
5470 * gdb.disasm/disassembler-options.exp: New test.
5471 * gdb.arch/powerpc-altivec.exp: Likewise.
5472 * gdb.arch/powerpc-altivec.s: Likewise.
5473 * gdb.arch/powerpc-altivec2.exp: Likewise.
5474 * gdb.arch/powerpc-altivec2.s: Likewise.
5475 * gdb.arch/powerpc-altivec3.exp: Likewise.
5476 * gdb.arch/powerpc-altivec3.s: Likewise.
5477 * gdb.arch/powerpc-power7.exp: Likewise.
5478 * gdb.arch/powerpc-power7.s: Likewise.
5479 * gdb.arch/powerpc-power8.exp: Likewise.
5480 * gdb.arch/powerpc-power8.s: Likewise.
5481 * gdb.arch/powerpc-power9.exp: Likewise.
5482 * gdb.arch/powerpc-power9.s: Likewise.
5483 * gdb.arch/powerpc-vsx.exp: Likewise.
5484 * gdb.arch/powerpc-vsx.s: Likewise.
5485 * gdb.arch/powerpc-vsx2.exp: Likewise.
5486 * gdb.arch/powerpc-vsx2.s: Likewise.
5487 * gdb.arch/powerpc-vsx3.exp: Likewise.
5488 * gdb.arch/powerpc-vsx3.s: Likewise.
5489 * gdb.arch/arm-disassembler-options.exp: Likewise.
5490 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5491 * gdb.arch/s390-disassembler-options.exp: Likewise.
5493 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5495 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5496 (check_supported_features): ... this. Changed return type to void.
5497 (supports_rdseed): New static global.
5498 (rdseed): Check supports_rdseed.
5499 (initialize): Call check_supported_features.
5501 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5503 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5504 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5506 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5507 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5509 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5511 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5514 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5516 * gdb.dwarf2/formdata16.c: New file.
5517 * gdb.dwarf2/formdata16.exp: New file.
5518 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5520 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5522 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5523 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5524 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5525 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5528 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5530 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5532 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5535 * gdb.base/maint.exp: Add testcases for when the commands do
5538 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5540 * gdb.cp/chained-calls.exp: Use p instead of P.
5542 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5544 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5545 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5547 2017-02-14 Tom Tromey <tom@tromey.com>
5550 * gdb.python/py-events.exp: Add before_prompt event tests.
5552 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5554 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5556 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5558 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5559 (main): Call my_unique_function_name.
5560 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5561 completion of patterns with a single match.
5562 Add missing -re switches to gdb_test_multiple calls.
5564 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5566 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5567 return if core file is not recognized.
5569 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5571 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5574 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5576 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5579 2017-02-10 Tom Tromey <tom@tromey.com>
5581 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5583 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5586 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5588 2017-02-08 Jerome Guitton <guitton@adacore.com>
5590 * gdb.base/define.exp: Add test for command abbreviations
5593 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5595 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5596 * gdb.reverse/insn-reverse-x86.c: New file.
5598 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5601 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5603 2017-02-03 Tom Tromey <tom@tromey.com>
5606 * gdb.rust/simple.exp: Add new tests.
5608 2017-02-02 Pedro Alves <palves@redhat.com>
5610 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5613 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5615 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5616 taking a 2-byte value out of a 4-byte DWARF implicit value on
5618 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5619 logic. Add test cases for DW_OP_implicit.
5621 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5623 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5625 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5627 * gdb.btrace/enable.exp: Call gdb_exit before
5628 skip_gdbserver_tests.
5630 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5632 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5635 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5637 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5638 the test is skipped.
5639 * gdb.btrace/data.exp: Likewise.
5640 * gdb.btrace/delta.exp: Likewise.
5641 * gdb.btrace/dlopen.exp: Likewise.
5642 * gdb.btrace/enable-running.exp: Likewise.
5643 * gdb.btrace/enable.exp: Likewise.
5644 * gdb.btrace/exception.exp: Likewise.
5645 * gdb.btrace/function_call_history.exp: Likewise.
5646 * gdb.btrace/gcore.exp: Likewise.
5647 * gdb.btrace/instruction_history.exp: Likewise.
5648 * gdb.btrace/multi-thread-step.exp: Likewise.
5649 * gdb.btrace/nohist.exp: Likewise.
5650 * gdb.btrace/non-stop.exp: Likewise.
5651 * gdb.btrace/reconnect.exp: Likewise.
5652 * gdb.btrace/record_goto-step.exp: Likewise.
5653 * gdb.btrace/record_goto.exp: Likewise.
5654 * gdb.btrace/rn-dl-bind.exp: Likewise.
5655 * gdb.btrace/segv.exp: Likewise.
5656 * gdb.btrace/step.exp: Likewise.
5657 * gdb.btrace/stepi.exp: Likewise.
5658 * gdb.btrace/tailcall-only.exp: Likewise.
5659 * gdb.btrace/tailcall.exp: Likewise.
5660 * gdb.btrace/tsx.exp: Likewise.
5661 * gdb.btrace/unknown_functions.exp: Likewise.
5662 * gdb.btrace/vdso.exp: Likewise.
5664 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5666 * gdb.btrace/enable-running.c: New.
5667 * gdb.btrace/enable-running.exp: New.
5669 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5671 * gdb.arch/amd64-gs_base.c: New file.
5672 * gdb.arch/amd64-gs_base.exp: New file.
5674 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5676 * lib/memory.exp: Remove spurious empty newlines.
5678 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5680 * gdb.python/py-bad-printers.exp: Load python file using "source".
5681 * gdb.python/py-events.exp: Likewise.
5682 * gdb.python/py-evsignal.exp: Likewise.
5683 * gdb.python/py-evthreads.exp: Likewise.
5684 * gdb.python/py-frame-args.exp: Likewise.
5685 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5686 * gdb.python/py-framefilter-mi.exp: Likewise.
5687 * gdb.python/py-framefilter.exp: Likewise.
5688 * gdb.python/py-mi.exp: Likewise.
5689 * gdb.python/py-pp-maint.exp: Likewise.
5690 * gdb.python/py-pp-registration.exp: Likewise.
5691 * gdb.python/py-prettyprint.exp: Likewise.
5692 (run_lang_tests): Likewise.
5693 * gdb.python/py-typeprint.exp: Likewise.
5695 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5697 * lib/memory.exp: New file.
5698 * lib/gdb.exp: Load memory.exp.
5699 * gdb.base/memattr.exp (delete_memory): Move proc to
5700 lib/memory.exp and rename to delete_memory_regions.
5701 Replace delete_memory with delete_memory_regions.
5702 Cleanup memory regions before tests.
5703 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5706 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5708 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5710 (initialize): New function conditionally defined.
5711 (testcases): Move within conditional block.
5712 (main): Call initialize.
5713 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5714 of gdb.reverse/insn-reverse.c.
5715 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5716 gdb.reverse/insn-reverse.c.
5718 2017-01-26 Yao Qi <yao.qi@linaro.org>
5720 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5721 disassemble on address 0.
5723 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5724 Yao Qi <yao.qi@linaro.org>
5726 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5727 * gdb.dwarf2/implptr-64bit.S: Remove.
5728 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5729 variables in caller's context. Add DW_OP_implicit_value.
5731 2017-01-25 Yao Qi <yao.qi@linaro.org>
5733 * lib/dwarf.exp (Dwarf::_location): Handle
5734 DW_OP_GNU_implicit_pointer with proper size.
5736 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5738 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5739 and add untested calls.
5741 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5743 * gdb.python/python.exp: Check line number against what GDB thinks
5744 the line number is for func1.
5746 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5748 * gdb.dlang/debug-expr.exp: New file.
5750 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5752 Fix test names for the following files:
5754 * gdb.ada/exec_changed.exp
5755 * gdb.ada/info_types.exp
5756 * gdb.arch/aarch64-atomic-inst.exp
5757 * gdb.arch/aarch64-fp.exp
5758 * gdb.arch/altivec-abi.exp
5759 * gdb.arch/altivec-regs.exp
5760 * gdb.arch/amd64-byte.exp
5761 * gdb.arch/amd64-disp-step.exp
5762 * gdb.arch/amd64-dword.exp
5763 * gdb.arch/amd64-entry-value-inline.exp
5764 * gdb.arch/amd64-entry-value-param.exp
5765 * gdb.arch/amd64-entry-value-paramref.exp
5766 * gdb.arch/amd64-entry-value.exp
5767 * gdb.arch/amd64-i386-address.exp
5768 * gdb.arch/amd64-invalid-stack-middle.exp
5769 * gdb.arch/amd64-invalid-stack-top.exp
5770 * gdb.arch/amd64-optimout-repeat.exp
5771 * gdb.arch/amd64-prologue-skip.exp
5772 * gdb.arch/amd64-prologue-xmm.exp
5773 * gdb.arch/amd64-stap-special-operands.exp
5774 * gdb.arch/amd64-stap-wrong-subexp.exp
5775 * gdb.arch/amd64-tailcall-cxx.exp
5776 * gdb.arch/amd64-tailcall-noret.exp
5777 * gdb.arch/amd64-tailcall-ret.exp
5778 * gdb.arch/amd64-tailcall-self.exp
5779 * gdb.arch/amd64-word.exp
5780 * gdb.arch/arm-bl-branch-dest.exp
5781 * gdb.arch/arm-disp-step.exp
5782 * gdb.arch/arm-neon.exp
5783 * gdb.arch/arm-single-step-kernel-helper.exp
5784 * gdb.arch/avr-flash-qualifier.exp
5785 * gdb.arch/disp-step-insn-reloc.exp
5786 * gdb.arch/e500-abi.exp
5787 * gdb.arch/e500-regs.exp
5788 * gdb.arch/ftrace-insn-reloc.exp
5789 * gdb.arch/i386-avx512.exp
5790 * gdb.arch/i386-bp_permanent.exp
5791 * gdb.arch/i386-byte.exp
5792 * gdb.arch/i386-cfi-notcurrent.exp
5793 * gdb.arch/i386-disp-step.exp
5794 * gdb.arch/i386-dr3-watch.exp
5795 * gdb.arch/i386-float.exp
5796 * gdb.arch/i386-gnu-cfi.exp
5797 * gdb.arch/i386-mpx-map.exp
5798 * gdb.arch/i386-mpx-sigsegv.exp
5799 * gdb.arch/i386-mpx-simple_segv.exp
5800 * gdb.arch/i386-mpx.exp
5801 * gdb.arch/i386-permbkpt.exp
5802 * gdb.arch/i386-prologue.exp
5803 * gdb.arch/i386-signal.exp
5804 * gdb.arch/i386-size-overlap.exp
5805 * gdb.arch/i386-unwind.exp
5806 * gdb.arch/i386-word.exp
5807 * gdb.arch/mips-fcr.exp
5808 * gdb.arch/powerpc-d128-regs.exp
5809 * gdb.arch/powerpc-stackless.exp
5810 * gdb.arch/ppc64-atomic-inst.exp
5811 * gdb.arch/s390-stackless.exp
5812 * gdb.arch/s390-tdbregs.exp
5813 * gdb.arch/s390-vregs.exp
5814 * gdb.arch/sparc-sysstep.exp
5815 * gdb.arch/thumb-bx-pc.exp
5816 * gdb.arch/thumb-singlestep.exp
5817 * gdb.arch/thumb2-it.exp
5818 * gdb.arch/vsx-regs.exp
5819 * gdb.asm/asm-source.exp
5820 * gdb.base/a2-run.exp
5821 * gdb.base/advance.exp
5822 * gdb.base/all-bin.exp
5825 * gdb.base/arithmet.exp
5826 * gdb.base/async-shell.exp
5827 * gdb.base/async.exp
5828 * gdb.base/attach-pie-noexec.exp
5829 * gdb.base/attach-twice.exp
5830 * gdb.base/auto-load.exp
5832 * gdb.base/bitfields.exp
5833 * gdb.base/break-always.exp
5834 * gdb.base/break-caller-line.exp
5835 * gdb.base/break-entry.exp
5836 * gdb.base/break-inline.exp
5837 * gdb.base/break-on-linker-gcd-function.exp
5838 * gdb.base/break-probes.exp
5839 * gdb.base/break.exp
5840 * gdb.base/breakpoint-shadow.exp
5841 * gdb.base/call-ar-st.exp
5842 * gdb.base/call-sc.exp
5843 * gdb.base/call-signal-resume.exp
5844 * gdb.base/call-strs.exp
5845 * gdb.base/callfuncs.exp
5846 * gdb.base/catch-fork-static.exp
5847 * gdb.base/catch-gdb-caused-signals.exp
5848 * gdb.base/catch-load.exp
5849 * gdb.base/catch-signal-fork.exp
5850 * gdb.base/catch-signal.exp
5851 * gdb.base/catch-syscall.exp
5852 * gdb.base/charset.exp
5853 * gdb.base/checkpoint.exp
5854 * gdb.base/chng-syms.exp
5855 * gdb.base/code-expr.exp
5856 * gdb.base/code_elim.exp
5857 * gdb.base/commands.exp
5858 * gdb.base/completion.exp
5859 * gdb.base/complex.exp
5860 * gdb.base/cond-expr.exp
5861 * gdb.base/condbreak.exp
5862 * gdb.base/consecutive.exp
5863 * gdb.base/continue-all-already-running.exp
5864 * gdb.base/coredump-filter.exp
5865 * gdb.base/corefile.exp
5867 * gdb.base/debug-expr.exp
5868 * gdb.base/define.exp
5870 * gdb.base/disabled-location.exp
5871 * gdb.base/disasm-end-cu.exp
5872 * gdb.base/disasm-optim.exp
5873 * gdb.base/display.exp
5874 * gdb.base/duplicate-bp.exp
5875 * gdb.base/ena-dis-br.exp
5876 * gdb.base/ending-run.exp
5877 * gdb.base/enumval.exp
5878 * gdb.base/environ.exp
5879 * gdb.base/eu-strip-infcall.exp
5880 * gdb.base/eval-avoid-side-effects.exp
5881 * gdb.base/eval-skip.exp
5882 * gdb.base/exitsignal.exp
5883 * gdb.base/expand-psymtabs.exp
5884 * gdb.base/filesym.exp
5885 * gdb.base/find-unmapped.exp
5886 * gdb.base/finish.exp
5887 * gdb.base/float.exp
5888 * gdb.base/foll-exec-mode.exp
5889 * gdb.base/foll-exec.exp
5890 * gdb.base/foll-fork.exp
5891 * gdb.base/fortran-sym-case.exp
5892 * gdb.base/freebpcmd.exp
5893 * gdb.base/func-ptr.exp
5894 * gdb.base/func-ptrs.exp
5895 * gdb.base/funcargs.exp
5896 * gdb.base/gcore-buffer-overflow.exp
5897 * gdb.base/gcore-relro-pie.exp
5898 * gdb.base/gcore-relro.exp
5899 * gdb.base/gcore.exp
5900 * gdb.base/gdb1090.exp
5901 * gdb.base/gdb11530.exp
5902 * gdb.base/gdb11531.exp
5903 * gdb.base/gdb1821.exp
5904 * gdb.base/gdbindex-stabs.exp
5905 * gdb.base/gdbvars.exp
5906 * gdb.base/hbreak.exp
5907 * gdb.base/hbreak2.exp
5908 * gdb.base/included.exp
5909 * gdb.base/infcall-input.exp
5910 * gdb.base/inferior-died.exp
5911 * gdb.base/infnan.exp
5912 * gdb.base/info-macros.exp
5913 * gdb.base/info-os.exp
5914 * gdb.base/info-proc.exp
5915 * gdb.base/info-shared.exp
5916 * gdb.base/info-target.exp
5917 * gdb.base/infoline.exp
5918 * gdb.base/interp.exp
5919 * gdb.base/interrupt.exp
5920 * gdb.base/jit-reader.exp
5921 * gdb.base/jit-simple.exp
5922 * gdb.base/kill-after-signal.exp
5923 * gdb.base/kill-detach-inferiors-cmd.exp
5924 * gdb.base/label.exp
5925 * gdb.base/langs.exp
5926 * gdb.base/ldbl_e308.exp
5927 * gdb.base/line-symtabs.exp
5928 * gdb.base/linespecs.exp
5930 * gdb.base/long_long.exp
5931 * gdb.base/longest-types.exp
5932 * gdb.base/maint.exp
5933 * gdb.base/max-value-size.exp
5934 * gdb.base/memattr.exp
5935 * gdb.base/mips_pro.exp
5936 * gdb.base/morestack.exp
5937 * gdb.base/moribund-step.exp
5938 * gdb.base/multi-forks.exp
5939 * gdb.base/nested-addr.exp
5940 * gdb.base/nextoverexit.exp
5941 * gdb.base/noreturn-finish.exp
5942 * gdb.base/noreturn-return.exp
5943 * gdb.base/nostdlib.exp
5944 * gdb.base/offsets.exp
5945 * gdb.base/opaque.exp
5946 * gdb.base/pc-fp.exp
5947 * gdb.base/permissions.exp
5948 * gdb.base/print-symbol-loading.exp
5949 * gdb.base/prologue-include.exp
5950 * gdb.base/psymtab.exp
5951 * gdb.base/ptype.exp
5952 * gdb.base/random-signal.exp
5953 * gdb.base/randomize.exp
5954 * gdb.base/range-stepping.exp
5955 * gdb.base/readline-ask.exp
5956 * gdb.base/recpar.exp
5957 * gdb.base/recurse.exp
5958 * gdb.base/relational.exp
5959 * gdb.base/restore.exp
5960 * gdb.base/return-nodebug.exp
5961 * gdb.base/return.exp
5962 * gdb.base/run-after-attach.exp
5963 * gdb.base/save-bp.exp
5964 * gdb.base/scope.exp
5965 * gdb.base/sect-cmd.exp
5966 * gdb.base/set-lang-auto.exp
5967 * gdb.base/set-noassign.exp
5968 * gdb.base/setvar.exp
5969 * gdb.base/sigall.exp
5970 * gdb.base/sigbpt.exp
5971 * gdb.base/siginfo-addr.exp
5972 * gdb.base/siginfo-infcall.exp
5973 * gdb.base/siginfo-obj.exp
5974 * gdb.base/siginfo.exp
5975 * gdb.base/signals-state-child.exp
5976 * gdb.base/signest.exp
5977 * gdb.base/sigstep.exp
5978 * gdb.base/sizeof.exp
5980 * gdb.base/solib-corrupted.exp
5981 * gdb.base/solib-nodir.exp
5982 * gdb.base/solib-search.exp
5983 * gdb.base/stack-checking.exp
5984 * gdb.base/stale-infcall.exp
5985 * gdb.base/stap-probe.exp
5986 * gdb.base/start.exp
5987 * gdb.base/step-break.exp
5988 * gdb.base/step-bt.exp
5989 * gdb.base/step-line.exp
5990 * gdb.base/step-over-exit.exp
5991 * gdb.base/step-over-syscall.exp
5992 * gdb.base/step-resume-infcall.exp
5993 * gdb.base/step-test.exp
5994 * gdb.base/store.exp
5995 * gdb.base/structs3.exp
5996 * gdb.base/sym-file.exp
5997 * gdb.base/symbol-without-target_section.exp
5999 * gdb.base/testenv.exp
6000 * gdb.base/ui-redirect.exp
6001 * gdb.base/until.exp
6002 * gdb.base/unwindonsignal.exp
6003 * gdb.base/value-double-free.exp
6004 * gdb.base/vla-datatypes.exp
6005 * gdb.base/vla-ptr.exp
6006 * gdb.base/vla-sideeffect.exp
6007 * gdb.base/volatile.exp
6008 * gdb.base/watch-cond-infcall.exp
6009 * gdb.base/watch-cond.exp
6010 * gdb.base/watch-non-mem.exp
6011 * gdb.base/watch-read.exp
6012 * gdb.base/watch-vfork.exp
6013 * gdb.base/watchpoint-cond-gone.exp
6014 * gdb.base/watchpoint-delete.exp
6015 * gdb.base/watchpoint-hw-hit-once.exp
6016 * gdb.base/watchpoint-hw.exp
6017 * gdb.base/watchpoint-stops-at-right-insn.exp
6018 * gdb.base/watchpoints.exp
6019 * gdb.base/wchar.exp
6020 * gdb.base/whatis-exp.exp
6021 * gdb.btrace/buffer-size.exp
6022 * gdb.btrace/data.exp
6023 * gdb.btrace/delta.exp
6024 * gdb.btrace/dlopen.exp
6025 * gdb.btrace/enable.exp
6026 * gdb.btrace/exception.exp
6027 * gdb.btrace/function_call_history.exp
6028 * gdb.btrace/gcore.exp
6029 * gdb.btrace/instruction_history.exp
6030 * gdb.btrace/nohist.exp
6031 * gdb.btrace/reconnect.exp
6032 * gdb.btrace/record_goto-step.exp
6033 * gdb.btrace/record_goto.exp
6034 * gdb.btrace/rn-dl-bind.exp
6035 * gdb.btrace/segv.exp
6036 * gdb.btrace/step.exp
6037 * gdb.btrace/stepi.exp
6038 * gdb.btrace/tailcall-only.exp
6039 * gdb.btrace/tailcall.exp
6040 * gdb.btrace/tsx.exp
6041 * gdb.btrace/unknown_functions.exp
6042 * gdb.btrace/vdso.exp
6043 * gdb.compile/compile-ifunc.exp
6044 * gdb.compile/compile-ops.exp
6045 * gdb.compile/compile-print.exp
6046 * gdb.compile/compile-setjmp.exp
6047 * gdb.cp/abstract-origin.exp
6048 * gdb.cp/ambiguous.exp
6049 * gdb.cp/annota2.exp
6050 * gdb.cp/annota3.exp
6051 * gdb.cp/anon-ns.exp
6052 * gdb.cp/anon-struct.exp
6053 * gdb.cp/anon-union.exp
6054 * gdb.cp/arg-reference.exp
6055 * gdb.cp/baseenum.exp
6057 * gdb.cp/breakpoint.exp
6058 * gdb.cp/bs15503.exp
6061 * gdb.cp/chained-calls.exp
6063 * gdb.cp/classes.exp
6064 * gdb.cp/cmpd-minsyms.exp
6065 * gdb.cp/converts.exp
6066 * gdb.cp/cp-relocate.exp
6067 * gdb.cp/cpcompletion.exp
6068 * gdb.cp/cpexprs.exp
6069 * gdb.cp/cplabel.exp
6070 * gdb.cp/cplusfuncs.exp
6071 * gdb.cp/cpsizeof.exp
6073 * gdb.cp/derivation.exp
6074 * gdb.cp/destrprint.exp
6075 * gdb.cp/dispcxx.exp
6076 * gdb.cp/enum-class.exp
6077 * gdb.cp/exception.exp
6078 * gdb.cp/exceptprint.exp
6079 * gdb.cp/expand-psymtabs-cxx.exp
6080 * gdb.cp/expand-sals.exp
6081 * gdb.cp/extern-c.exp
6082 * gdb.cp/filename.exp
6083 * gdb.cp/formatted-ref.exp
6084 * gdb.cp/fpointer.exp
6085 * gdb.cp/gdb1355.exp
6086 * gdb.cp/gdb2495.exp
6088 * gdb.cp/impl-this.exp
6089 * gdb.cp/infcall-dlopen.exp
6090 * gdb.cp/inherit.exp
6091 * gdb.cp/iostream.exp
6095 * gdb.cp/m-static.exp
6096 * gdb.cp/mb-ctor.exp
6097 * gdb.cp/mb-inline.exp
6098 * gdb.cp/mb-templates.exp
6099 * gdb.cp/member-name.exp
6100 * gdb.cp/member-ptr.exp
6101 * gdb.cp/meth-typedefs.exp
6103 * gdb.cp/method2.exp
6104 * gdb.cp/minsym-fallback.exp
6106 * gdb.cp/namelessclass.exp
6107 * gdb.cp/namespace-enum.exp
6108 * gdb.cp/namespace-nested-import.exp
6109 * gdb.cp/namespace.exp
6110 * gdb.cp/nextoverthrow.exp
6111 * gdb.cp/no-dmgl-verbose.exp
6112 * gdb.cp/non-trivial-retval.exp
6113 * gdb.cp/noparam.exp
6115 * gdb.cp/nsimport.exp
6116 * gdb.cp/nsnested.exp
6117 * gdb.cp/nsnoimports.exp
6118 * gdb.cp/nsrecurs.exp
6119 * gdb.cp/nsstress.exp
6120 * gdb.cp/nsusing.exp
6121 * gdb.cp/operator.exp
6122 * gdb.cp/oranking.exp
6123 * gdb.cp/overload-const.exp
6124 * gdb.cp/overload.exp
6125 * gdb.cp/ovldbreak.exp
6127 * gdb.cp/paren-type.exp
6128 * gdb.cp/parse-lang.exp
6129 * gdb.cp/pass-by-ref.exp
6130 * gdb.cp/pr-1023.exp
6131 * gdb.cp/pr-1210.exp
6133 * gdb.cp/pr10687.exp
6134 * gdb.cp/pr12028.exp
6135 * gdb.cp/pr17132.exp
6136 * gdb.cp/pr17494.exp
6140 * gdb.cp/printmethod.exp
6142 * gdb.cp/psymtab-parameter.exp
6143 * gdb.cp/ptype-cv-cp.exp
6144 * gdb.cp/ptype-flags.exp
6145 * gdb.cp/re-set-overloaded.exp
6146 * gdb.cp/ref-types.exp
6148 * gdb.cp/scope-err.exp
6151 * gdb.cp/static-method.exp
6152 * gdb.cp/static-print-quit.exp
6153 * gdb.cp/temargs.exp
6154 * gdb.cp/templates.exp
6155 * gdb.cp/try_catch.exp
6156 * gdb.cp/typedef-operator.exp
6158 * gdb.cp/userdef.exp
6159 * gdb.cp/using-crash.exp
6160 * gdb.cp/var-tag.exp
6161 * gdb.cp/virtbase.exp
6162 * gdb.cp/virtfunc.exp
6163 * gdb.cp/virtfunc2.exp
6164 * gdb.cp/vla-cxx.exp
6165 * gdb.disasm/t01_mov.exp
6166 * gdb.disasm/t02_mova.exp
6167 * gdb.disasm/t03_add.exp
6168 * gdb.disasm/t04_sub.exp
6169 * gdb.disasm/t05_cmp.exp
6170 * gdb.disasm/t06_ari2.exp
6171 * gdb.disasm/t07_ari3.exp
6172 * gdb.disasm/t08_or.exp
6173 * gdb.disasm/t09_xor.exp
6174 * gdb.disasm/t10_and.exp
6175 * gdb.disasm/t11_logs.exp
6176 * gdb.disasm/t12_bit.exp
6177 * gdb.disasm/t13_otr.exp
6178 * gdb.dlang/circular.exp
6179 * gdb.dwarf2/arr-stride.exp
6180 * gdb.dwarf2/arr-subrange.exp
6181 * gdb.dwarf2/atomic-type.exp
6182 * gdb.dwarf2/bad-regnum.exp
6183 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6184 * gdb.dwarf2/callframecfa.exp
6185 * gdb.dwarf2/clztest.exp
6186 * gdb.dwarf2/corrupt.exp
6187 * gdb.dwarf2/data-loc.exp
6188 * gdb.dwarf2/dup-psym.exp
6189 * gdb.dwarf2/dw2-anon-mptr.exp
6190 * gdb.dwarf2/dw2-anonymous-func.exp
6191 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6192 * gdb.dwarf2/dw2-bad-unresolved.exp
6193 * gdb.dwarf2/dw2-basic.exp
6194 * gdb.dwarf2/dw2-canonicalize-type.exp
6195 * gdb.dwarf2/dw2-case-insensitive.exp
6196 * gdb.dwarf2/dw2-common-block.exp
6197 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6198 * gdb.dwarf2/dw2-compressed.exp
6199 * gdb.dwarf2/dw2-const.exp
6200 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6201 * gdb.dwarf2/dw2-cu-size.exp
6202 * gdb.dwarf2/dw2-dup-frame.exp
6203 * gdb.dwarf2/dw2-entry-value.exp
6204 * gdb.dwarf2/dw2-icycle.exp
6205 * gdb.dwarf2/dw2-ifort-parameter.exp
6206 * gdb.dwarf2/dw2-inline-break.exp
6207 * gdb.dwarf2/dw2-inline-param.exp
6208 * gdb.dwarf2/dw2-intercu.exp
6209 * gdb.dwarf2/dw2-intermix.exp
6210 * gdb.dwarf2/dw2-lexical-block-bare.exp
6211 * gdb.dwarf2/dw2-linkage-name-trust.exp
6212 * gdb.dwarf2/dw2-minsym-in-cu.exp
6213 * gdb.dwarf2/dw2-noloc.exp
6214 * gdb.dwarf2/dw2-op-call.exp
6215 * gdb.dwarf2/dw2-op-out-param.exp
6216 * gdb.dwarf2/dw2-opt-structptr.exp
6217 * gdb.dwarf2/dw2-param-error.exp
6218 * gdb.dwarf2/dw2-producer.exp
6219 * gdb.dwarf2/dw2-ranges-base.exp
6220 * gdb.dwarf2/dw2-ref-missing-frame.exp
6221 * gdb.dwarf2/dw2-reg-undefined.exp
6222 * gdb.dwarf2/dw2-regno-invalid.exp
6223 * gdb.dwarf2/dw2-restore.exp
6224 * gdb.dwarf2/dw2-restrict.exp
6225 * gdb.dwarf2/dw2-single-line-discriminators.exp
6226 * gdb.dwarf2/dw2-strp.exp
6227 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6228 * gdb.dwarf2/dw2-unresolved.exp
6229 * gdb.dwarf2/dw2-var-zero-addr.exp
6230 * gdb.dwarf2/dw4-sig-types.exp
6231 * gdb.dwarf2/dwz.exp
6232 * gdb.dwarf2/dynarr-ptr.exp
6233 * gdb.dwarf2/enum-type.exp
6234 * gdb.dwarf2/gdb-index.exp
6235 * gdb.dwarf2/implptr-64bit.exp
6236 * gdb.dwarf2/implptr-optimized-out.exp
6237 * gdb.dwarf2/implptr.exp
6238 * gdb.dwarf2/implref-array.exp
6239 * gdb.dwarf2/implref-const.exp
6240 * gdb.dwarf2/implref-global.exp
6241 * gdb.dwarf2/implref-struct.exp
6242 * gdb.dwarf2/mac-fileno.exp
6243 * gdb.dwarf2/main-subprogram.exp
6244 * gdb.dwarf2/member-ptr-forwardref.exp
6245 * gdb.dwarf2/method-ptr.exp
6246 * gdb.dwarf2/missing-sig-type.exp
6247 * gdb.dwarf2/nonvar-access.exp
6248 * gdb.dwarf2/opaque-type-lookup.exp
6249 * gdb.dwarf2/pieces-optimized-out.exp
6250 * gdb.dwarf2/pieces.exp
6251 * gdb.dwarf2/pr10770.exp
6252 * gdb.dwarf2/pr13961.exp
6253 * gdb.dwarf2/staticvirtual.exp
6254 * gdb.dwarf2/subrange.exp
6255 * gdb.dwarf2/symtab-producer.exp
6256 * gdb.dwarf2/trace-crash.exp
6257 * gdb.dwarf2/typeddwarf.exp
6258 * gdb.dwarf2/valop.exp
6259 * gdb.dwarf2/watch-notconst.exp
6260 * gdb.fortran/array-element.exp
6261 * gdb.fortran/charset.exp
6262 * gdb.fortran/common-block.exp
6263 * gdb.fortran/complex.exp
6264 * gdb.fortran/derived-type-function.exp
6265 * gdb.fortran/derived-type.exp
6266 * gdb.fortran/logical.exp
6267 * gdb.fortran/module.exp
6268 * gdb.fortran/multi-dim.exp
6269 * gdb.fortran/nested-funcs.exp
6270 * gdb.fortran/print-formatted.exp
6271 * gdb.fortran/subarray.exp
6272 * gdb.fortran/vla-alloc-assoc.exp
6273 * gdb.fortran/vla-datatypes.exp
6274 * gdb.fortran/vla-history.exp
6275 * gdb.fortran/vla-ptr-info.exp
6276 * gdb.fortran/vla-ptype-sub.exp
6277 * gdb.fortran/vla-ptype.exp
6278 * gdb.fortran/vla-sizeof.exp
6279 * gdb.fortran/vla-type.exp
6280 * gdb.fortran/vla-value-sub-arbitrary.exp
6281 * gdb.fortran/vla-value-sub-finish.exp
6282 * gdb.fortran/vla-value-sub.exp
6283 * gdb.fortran/vla-value.exp
6284 * gdb.fortran/whatis_type.exp
6286 * gdb.go/handcall.exp
6288 * gdb.go/integers.exp
6289 * gdb.go/methods.exp
6290 * gdb.go/package.exp
6291 * gdb.go/strings.exp
6294 * gdb.guile/scm-arch.exp
6295 * gdb.guile/scm-block.exp
6296 * gdb.guile/scm-breakpoint.exp
6297 * gdb.guile/scm-cmd.exp
6298 * gdb.guile/scm-disasm.exp
6299 * gdb.guile/scm-equal.exp
6300 * gdb.guile/scm-frame-args.exp
6301 * gdb.guile/scm-frame-inline.exp
6302 * gdb.guile/scm-frame.exp
6303 * gdb.guile/scm-iterator.exp
6304 * gdb.guile/scm-math.exp
6305 * gdb.guile/scm-objfile.exp
6306 * gdb.guile/scm-ports.exp
6307 * gdb.guile/scm-symbol.exp
6308 * gdb.guile/scm-symtab.exp
6309 * gdb.guile/scm-value-cc.exp
6310 * gdb.guile/types-module.exp
6311 * gdb.linespec/break-ask.exp
6312 * gdb.linespec/cpexplicit.exp
6313 * gdb.linespec/explicit.exp
6314 * gdb.linespec/keywords.exp
6315 * gdb.linespec/linespec.exp
6316 * gdb.linespec/ls-dollar.exp
6317 * gdb.linespec/ls-errs.exp
6318 * gdb.linespec/skip-two.exp
6319 * gdb.linespec/thread.exp
6320 * gdb.mi/mi-async.exp
6321 * gdb.mi/mi-basics.exp
6322 * gdb.mi/mi-break.exp
6323 * gdb.mi/mi-catch-load.exp
6325 * gdb.mi/mi-cmd-param-changed.exp
6326 * gdb.mi/mi-console.exp
6327 * gdb.mi/mi-detach.exp
6328 * gdb.mi/mi-disassemble.exp
6329 * gdb.mi/mi-eval.exp
6330 * gdb.mi/mi-file-transfer.exp
6331 * gdb.mi/mi-file.exp
6332 * gdb.mi/mi-fill-memory.exp
6333 * gdb.mi/mi-inheritance-syntax-error.exp
6334 * gdb.mi/mi-linespec-err-cp.exp
6335 * gdb.mi/mi-logging.exp
6336 * gdb.mi/mi-memory-changed.exp
6337 * gdb.mi/mi-read-memory.exp
6338 * gdb.mi/mi-record-changed.exp
6339 * gdb.mi/mi-reg-undefined.exp
6340 * gdb.mi/mi-regs.exp
6341 * gdb.mi/mi-return.exp
6342 * gdb.mi/mi-reverse.exp
6343 * gdb.mi/mi-simplerun.exp
6344 * gdb.mi/mi-solib.exp
6345 * gdb.mi/mi-stack.exp
6346 * gdb.mi/mi-stepi.exp
6347 * gdb.mi/mi-syn-frame.exp
6348 * gdb.mi/mi-until.exp
6349 * gdb.mi/mi-var-block.exp
6350 * gdb.mi/mi-var-child.exp
6351 * gdb.mi/mi-var-cmd.exp
6352 * gdb.mi/mi-var-cp.exp
6353 * gdb.mi/mi-var-display.exp
6354 * gdb.mi/mi-var-invalidate.exp
6355 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6356 * gdb.mi/mi-vla-fortran.exp
6357 * gdb.mi/mi-watch.exp
6358 * gdb.mi/mi2-var-child.exp
6359 * gdb.mi/user-selected-context-sync.exp
6360 * gdb.modula2/unbounded-array.exp
6361 * gdb.multi/dummy-frame-restore.exp
6362 * gdb.multi/multi-arch-exec.exp
6363 * gdb.multi/multi-arch.exp
6364 * gdb.multi/tids.exp
6365 * gdb.multi/watchpoint-multi.exp
6366 * gdb.opencl/callfuncs.exp
6367 * gdb.opencl/convs_casts.exp
6368 * gdb.opencl/datatypes.exp
6369 * gdb.opencl/operators.exp
6370 * gdb.opencl/vec_comps.exp
6371 * gdb.opt/clobbered-registers-O2.exp
6372 * gdb.opt/inline-break.exp
6373 * gdb.opt/inline-bt.exp
6374 * gdb.opt/inline-cmds.exp
6375 * gdb.opt/inline-locals.exp
6376 * gdb.pascal/case-insensitive-symbols.exp
6377 * gdb.pascal/floats.exp
6378 * gdb.pascal/gdb11492.exp
6379 * gdb.python/lib-types.exp
6380 * gdb.python/py-arch.exp
6381 * gdb.python/py-as-string.exp
6382 * gdb.python/py-bad-printers.exp
6383 * gdb.python/py-block.exp
6384 * gdb.python/py-breakpoint-create-fail.exp
6385 * gdb.python/py-breakpoint.exp
6386 * gdb.python/py-caller-is.exp
6387 * gdb.python/py-cmd.exp
6388 * gdb.python/py-explore-cc.exp
6389 * gdb.python/py-explore.exp
6390 * gdb.python/py-finish-breakpoint.exp
6391 * gdb.python/py-finish-breakpoint2.exp
6392 * gdb.python/py-frame-args.exp
6393 * gdb.python/py-frame-inline.exp
6394 * gdb.python/py-frame.exp
6395 * gdb.python/py-framefilter-mi.exp
6396 * gdb.python/py-infthread.exp
6397 * gdb.python/py-lazy-string.exp
6398 * gdb.python/py-linetable.exp
6399 * gdb.python/py-mi-events.exp
6400 * gdb.python/py-mi-objfile.exp
6401 * gdb.python/py-mi.exp
6402 * gdb.python/py-objfile.exp
6403 * gdb.python/py-pp-integral.exp
6404 * gdb.python/py-pp-maint.exp
6405 * gdb.python/py-pp-re-notag.exp
6406 * gdb.python/py-pp-registration.exp
6407 * gdb.python/py-recurse-unwind.exp
6408 * gdb.python/py-strfns.exp
6409 * gdb.python/py-symbol.exp
6410 * gdb.python/py-symtab.exp
6411 * gdb.python/py-sync-interp.exp
6412 * gdb.python/py-typeprint.exp
6413 * gdb.python/py-unwind-maint.exp
6414 * gdb.python/py-unwind.exp
6415 * gdb.python/py-value-cc.exp
6416 * gdb.python/py-xmethods.exp
6417 * gdb.reverse/amd64-tailcall-reverse.exp
6418 * gdb.reverse/break-precsave.exp
6419 * gdb.reverse/break-reverse.exp
6420 * gdb.reverse/consecutive-precsave.exp
6421 * gdb.reverse/consecutive-reverse.exp
6422 * gdb.reverse/finish-precsave.exp
6423 * gdb.reverse/finish-reverse-bkpt.exp
6424 * gdb.reverse/finish-reverse.exp
6425 * gdb.reverse/fstatat-reverse.exp
6426 * gdb.reverse/getresuid-reverse.exp
6427 * gdb.reverse/i386-precsave.exp
6428 * gdb.reverse/i386-reverse.exp
6429 * gdb.reverse/i386-sse-reverse.exp
6430 * gdb.reverse/i387-env-reverse.exp
6431 * gdb.reverse/i387-stack-reverse.exp
6432 * gdb.reverse/insn-reverse.exp
6433 * gdb.reverse/machinestate-precsave.exp
6434 * gdb.reverse/machinestate.exp
6435 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6436 * gdb.reverse/pipe-reverse.exp
6437 * gdb.reverse/readv-reverse.exp
6438 * gdb.reverse/recvmsg-reverse.exp
6439 * gdb.reverse/rerun-prec.exp
6440 * gdb.reverse/s390-mvcle.exp
6441 * gdb.reverse/step-precsave.exp
6442 * gdb.reverse/step-reverse.exp
6443 * gdb.reverse/time-reverse.exp
6444 * gdb.reverse/until-precsave.exp
6445 * gdb.reverse/until-reverse.exp
6446 * gdb.reverse/waitpid-reverse.exp
6447 * gdb.reverse/watch-precsave.exp
6448 * gdb.reverse/watch-reverse.exp
6449 * gdb.rust/generics.exp
6450 * gdb.rust/methods.exp
6451 * gdb.rust/modules.exp
6452 * gdb.rust/simple.exp
6453 * gdb.server/connect-with-no-symbol-file.exp
6454 * gdb.server/ext-attach.exp
6455 * gdb.server/ext-restart.exp
6456 * gdb.server/ext-wrapper.exp
6457 * gdb.server/file-transfer.exp
6458 * gdb.server/server-exec-info.exp
6459 * gdb.server/server-kill.exp
6460 * gdb.server/server-mon.exp
6461 * gdb.server/wrapper.exp
6462 * gdb.stabs/exclfwd.exp
6463 * gdb.stabs/gdb11479.exp
6464 * gdb.threads/clone-new-thread-event.exp
6465 * gdb.threads/corethreads.exp
6466 * gdb.threads/current-lwp-dead.exp
6467 * gdb.threads/dlopen-libpthread.exp
6468 * gdb.threads/gcore-thread.exp
6469 * gdb.threads/sigstep-threads.exp
6470 * gdb.threads/watchpoint-fork.exp
6471 * gdb.trace/actions-changed.exp
6472 * gdb.trace/backtrace.exp
6473 * gdb.trace/change-loc.exp
6474 * gdb.trace/circ.exp
6475 * gdb.trace/collection.exp
6476 * gdb.trace/disconnected-tracing.exp
6477 * gdb.trace/ftrace.exp
6478 * gdb.trace/mi-trace-frame-collected.exp
6479 * gdb.trace/mi-trace-unavailable.exp
6480 * gdb.trace/mi-traceframe-changed.exp
6481 * gdb.trace/mi-tsv-changed.exp
6482 * gdb.trace/no-attach-trace.exp
6483 * gdb.trace/passc-dyn.exp
6484 * gdb.trace/qtro.exp
6485 * gdb.trace/range-stepping.exp
6486 * gdb.trace/read-memory.exp
6487 * gdb.trace/save-trace.exp
6488 * gdb.trace/signal.exp
6489 * gdb.trace/status-stop.exp
6490 * gdb.trace/tfile.exp
6491 * gdb.trace/trace-break.exp
6492 * gdb.trace/trace-buffer-size.exp
6493 * gdb.trace/trace-condition.exp
6494 * gdb.trace/tracefile-pseudo-reg.exp
6495 * gdb.trace/tstatus.exp
6496 * gdb.trace/unavailable.exp
6497 * gdb.trace/while-dyn.exp
6498 * gdb.trace/while-stepping.exp
6500 2016-12-22 Doug Evans <xdje42@gmail.com>
6502 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6505 2016-12-19 Yao Qi <yao.qi@linaro.org>
6507 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6508 (test_with_self): Don't call do_steps_and_nexts, and remove
6509 code about stepping into xmalloc.
6511 2016-12-09 Yao Qi <yao.qi@linaro.org>
6513 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6515 2016-12-09 Yao Qi <yao.qi@linaro.org>
6517 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6519 2016-12-09 Pedro Alves <palves@redhat.com>
6521 * gdb.base/all-architectures-0.exp: New file.
6522 * gdb.base/all-architectures-1.exp: New file.
6523 * gdb.base/all-architectures-2.exp: New file.
6524 * gdb.base/all-architectures-3.exp: New file.
6525 * gdb.base/all-architectures-4.exp: New file.
6526 * gdb.base/all-architectures-5.exp: New file.
6527 * gdb.base/all-architectures-6.exp: New file.
6528 * gdb.base/all-architectures-7.exp: New file.
6529 * gdb.base/all-architectures.exp.in: New file.
6531 2016-12-09 Yao Qi <yao.qi@linaro.org>
6533 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6535 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6537 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6539 Remove useless pattern-matching code.
6541 2016-12-02 Pedro Alves <palves@redhat.com>
6543 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6545 (top level): Call it.
6547 2016-12-02 Pedro Alves <palves@redhat.com>
6549 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6551 (top level): Call it.
6553 2016-12-02 Pedro Alves <palves@redhat.com>
6556 * gdb.base/commands.exp (user_defined_command_args_eval): New
6558 (top level): Call it.
6560 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6562 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6565 2016-12-02 Tom Tromey <tom@tromey.com>
6567 * gdb.dwarf2/main-subprogram.c: New file.
6568 * gdb.dwarf2/main-subprogram.exp: New file.
6570 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6572 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6573 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6574 gdb_test_no_output for a couple of cases.
6575 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6577 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6579 Fix test names and standardize compilation error messages throughout
6580 the following files:
6583 * gdb.arch/alpha-step.exp
6584 * gdb.arch/e500-prologue.exp
6585 * gdb.arch/ftrace-insn-reloc.exp
6586 * gdb.arch/gdb1291.exp
6587 * gdb.arch/gdb1431.exp
6588 * gdb.arch/gdb1558.exp
6589 * gdb.arch/i386-dr3-watch.exp
6590 * gdb.arch/i386-sse-stack-align.exp
6591 * gdb.arch/ia64-breakpoint-shadow.exp
6592 * gdb.arch/pa-nullify.exp
6593 * gdb.arch/powerpc-aix-prologue.exp
6594 * gdb.arch/thumb-bx-pc.exp
6595 * gdb.base/annota1.exp
6596 * gdb.base/annota3.exp
6597 * gdb.base/arrayidx.exp
6598 * gdb.base/assign.exp
6599 * gdb.base/attach.exp
6602 * gdb.base/bfp-test.exp
6603 * gdb.base/bigcore.exp
6604 * gdb.base/bitfields2.exp
6605 * gdb.base/break-fun-addr.exp
6606 * gdb.base/break-probes.exp
6607 * gdb.base/call-rt-st.exp
6608 * gdb.base/callexit.exp
6609 * gdb.base/catch-fork-kill.exp
6610 * gdb.base/charset.exp
6611 * gdb.base/checkpoint.exp
6612 * gdb.base/comprdebug.exp
6613 * gdb.base/constvars.exp
6614 * gdb.base/coredump-filter.exp
6615 * gdb.base/cursal.exp
6616 * gdb.base/cvexpr.exp
6617 * gdb.base/detach.exp
6618 * gdb.base/display.exp
6619 * gdb.base/dmsym.exp
6620 * gdb.base/dprintf-pending.exp
6621 * gdb.base/dso2dso.exp
6622 * gdb.base/dtrace-probe.exp
6624 * gdb.base/enum_cond.exp
6625 * gdb.base/exe-lock.exp
6626 * gdb.base/exec-invalid-sysroot.exp
6627 * gdb.base/execl-update-breakpoints.exp
6628 * gdb.base/exprs.exp
6629 * gdb.base/fileio.exp
6631 * gdb.base/finish.exp
6632 * gdb.base/fixsection.exp
6633 * gdb.base/foll-vfork.exp
6634 * gdb.base/frame-args.exp
6635 * gdb.base/gcore.exp
6636 * gdb.base/gdb1250.exp
6637 * gdb.base/global-var-nested-by-dso.exp
6638 * gdb.base/gnu-ifunc.exp
6639 * gdb.base/hashline1.exp
6640 * gdb.base/hashline2.exp
6641 * gdb.base/hashline3.exp
6642 * gdb.base/hbreak-in-shr-unsupported.exp
6644 * gdb.base/infcall-input.exp
6645 * gdb.base/info-fun.exp
6646 * gdb.base/info-shared.exp
6647 * gdb.base/jit-simple.exp
6648 * gdb.base/jit-so.exp
6651 * gdb.base/label.exp
6652 * gdb.base/lineinc.exp
6653 * gdb.base/logical.exp
6654 * gdb.base/longjmp.exp
6655 * gdb.base/macscp.exp
6656 * gdb.base/miscexprs.exp
6657 * gdb.base/new-ui-echo.exp
6658 * gdb.base/new-ui-pending-input.exp
6659 * gdb.base/new-ui.exp
6660 * gdb.base/nodebug.exp
6661 * gdb.base/nofield.exp
6662 * gdb.base/offsets.exp
6663 * gdb.base/overlays.exp
6664 * gdb.base/pending.exp
6665 * gdb.base/pointers.exp
6666 * gdb.base/pr11022.exp
6667 * gdb.base/printcmds.exp
6668 * gdb.base/prologue.exp
6669 * gdb.base/ptr-typedef.exp
6670 * gdb.base/realname-expand.exp
6671 * gdb.base/relativedebug.exp
6672 * gdb.base/relocate.exp
6673 * gdb.base/remote.exp
6674 * gdb.base/reread.exp
6675 * gdb.base/return2.exp
6676 * gdb.base/savedregs.exp
6678 * gdb.base/sepdebug.exp
6679 * gdb.base/sepsymtab.exp
6680 * gdb.base/set-inferior-tty.exp
6681 * gdb.base/setshow.exp
6682 * gdb.base/shlib-call.exp
6683 * gdb.base/sigaltstack.exp
6684 * gdb.base/siginfo-addr.exp
6685 * gdb.base/signals.exp
6686 * gdb.base/signull.exp
6687 * gdb.base/sigrepeat.exp
6688 * gdb.base/so-impl-ld.exp
6689 * gdb.base/solib-display.exp
6690 * gdb.base/solib-overlap.exp
6691 * gdb.base/solib-search.exp
6692 * gdb.base/solib-symbol.exp
6693 * gdb.base/structs.exp
6694 * gdb.base/structs2.exp
6695 * gdb.base/symtab-search-order.exp
6696 * gdb.base/twice.exp
6697 * gdb.base/unload.exp
6698 * gdb.base/varargs.exp
6699 * gdb.base/watchpoint-solib.exp
6700 * gdb.base/watchpoint.exp
6701 * gdb.base/whatis.exp
6702 * gdb.base/wrong_frame_bt_full.exp
6703 * gdb.btrace/dlopen.exp
6704 * gdb.cell/ea-standalone.exp
6705 * gdb.cell/ea-test.exp
6706 * gdb.cp/dispcxx.exp
6707 * gdb.cp/gdb2384.exp
6708 * gdb.cp/method2.exp
6709 * gdb.cp/nextoverthrow.exp
6710 * gdb.cp/pr10728.exp
6711 * gdb.disasm/am33.exp
6712 * gdb.disasm/h8300s.exp
6713 * gdb.disasm/mn10300.exp
6714 * gdb.disasm/sh3.exp
6715 * gdb.dwarf2/dw2-dir-file-name.exp
6716 * gdb.fortran/complex.exp
6717 * gdb.fortran/library-module.exp
6718 * gdb.guile/scm-pretty-print.exp
6719 * gdb.guile/scm-symbol.exp
6720 * gdb.guile/scm-type.exp
6721 * gdb.guile/scm-value.exp
6722 * gdb.linespec/linespec.exp
6725 * gdb.mi/mi-breakpoint-changed.exp
6726 * gdb.mi/mi-dprintf-pending.exp
6727 * gdb.mi/mi-dprintf.exp
6728 * gdb.mi/mi-exit-code.exp
6729 * gdb.mi/mi-pending.exp
6730 * gdb.mi/mi-solib.exp
6731 * gdb.mi/new-ui-mi-sync.exp
6732 * gdb.mi/pr11022.exp
6733 * gdb.mi/user-selected-context-sync.exp
6734 * gdb.opt/solib-intra-step.exp
6735 * gdb.python/py-events.exp
6736 * gdb.python/py-finish-breakpoint.exp
6737 * gdb.python/py-mi.exp
6738 * gdb.python/py-prettyprint.exp
6739 * gdb.python/py-shared.exp
6740 * gdb.python/py-symbol.exp
6741 * gdb.python/py-template.exp
6742 * gdb.python/py-type.exp
6743 * gdb.python/py-value.exp
6744 * gdb.reverse/solib-precsave.exp
6745 * gdb.reverse/solib-reverse.exp
6746 * gdb.server/solib-list.exp
6747 * gdb.stabs/weird.exp
6748 * gdb.threads/reconnect-signal.exp
6749 * gdb.threads/stepi-random-signal.exp
6750 * gdb.trace/actions.exp
6752 * gdb.trace/backtrace.exp
6753 * gdb.trace/change-loc.exp
6754 * gdb.trace/deltrace.exp
6755 * gdb.trace/ftrace-lock.exp
6756 * gdb.trace/ftrace.exp
6757 * gdb.trace/infotrace.exp
6758 * gdb.trace/mi-tracepoint-changed.exp
6759 * gdb.trace/packetlen.exp
6760 * gdb.trace/passcount.exp
6761 * gdb.trace/pending.exp
6762 * gdb.trace/range-stepping.exp
6763 * gdb.trace/report.exp
6764 * gdb.trace/stap-trace.exp
6765 * gdb.trace/tfind.exp
6766 * gdb.trace/trace-break.exp
6767 * gdb.trace/trace-condition.exp
6768 * gdb.trace/trace-enable-disable.exp
6769 * gdb.trace/trace-mt.exp
6770 * gdb.trace/tracecmd.exp
6771 * gdb.trace/tspeed.exp
6775 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6777 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6778 with gdb_test_no_output.
6779 Use command as test name.
6781 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6783 Fix test names starting with uppercase throughout the files.
6785 * gdb.ada/assign_1.exp
6786 * gdb.ada/boolean_expr.exp
6787 * gdb.base/arrayidx.exp
6789 * gdb.base/gcore-buffer-overflow.exp
6790 * gdb.base/testenv.exp
6791 * gdb.compile/compile.exp
6792 * gdb.python/py-framefilter-invalidarg.exp
6793 * gdb.python/py-framefilter.exp
6795 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6797 Fix test names starting with uppercase throughout the files.
6799 * gdb.ada/array_return.exp
6800 * gdb.ada/expr_delims.exp
6801 * gdb.ada/mi_dyn_arr.exp
6802 * gdb.ada/mi_interface.exp
6803 * gdb.ada/mi_var_array.exp
6804 * gdb.ada/watch_arg.exp
6805 * gdb.arch/alpha-step.exp
6806 * gdb.arch/altivec-regs.exp
6807 * gdb.arch/e500-regs.exp
6808 * gdb.arch/powerpc-d128-regs.exp
6809 * gdb.base/arrayidx.exp
6810 * gdb.base/break.exp
6811 * gdb.base/checkpoint.exp
6812 * gdb.base/debug-expr.exp
6813 * gdb.base/dmsym.exp
6814 * gdb.base/radix.exp
6815 * gdb.base/sepdebug.exp
6816 * gdb.base/testenv.exp
6817 * gdb.base/watch_thread_num.exp
6818 * gdb.base/watchpoint-cond-gone.exp
6819 * gdb.cell/break.exp
6820 * gdb.cell/ea-cache.exp
6821 * gdb.compile/compile.exp
6822 * gdb.cp/gdb2495.exp
6823 * gdb.gdb/selftest.exp
6824 * gdb.gdb/xfullpath.exp
6826 * gdb.go/integers.exp
6827 * gdb.objc/basicclass.exp
6828 * gdb.pascal/hello.exp
6829 * gdb.pascal/integers.exp
6830 * gdb.python/py-breakpoint.exp
6831 * gdb.python/py-cmd.exp
6832 * gdb.python/py-linetable.exp
6833 * gdb.python/py-xmethods.exp
6834 * gdb.python/python.exp
6835 * gdb.reverse/consecutive-precsave.exp
6836 * gdb.reverse/finish-precsave.exp
6837 * gdb.reverse/i386-precsave.exp
6838 * gdb.reverse/machinestate-precsave.exp
6839 * gdb.reverse/sigall-precsave.exp
6840 * gdb.reverse/solib-precsave.exp
6841 * gdb.reverse/step-precsave.exp
6842 * gdb.reverse/until-precsave.exp
6843 * gdb.reverse/watch-precsave.exp
6844 * gdb.threads/leader-exit.exp
6845 * gdb.threads/pthreads.exp
6846 * gdb.threads/wp-replication.exp
6847 * gdb.trace/actions.exp
6848 * gdb.trace/mi-tsv-changed.exp
6851 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6853 Fix test names starting with uppercase throughout the files.
6855 * gdb.arch/i386-bp_permanent.exp
6856 * gdb.arch/i386-gnu-cfi.exp
6857 * gdb.base/disasm-end-cu.exp
6858 * gdb.base/macscp.exp
6859 * gdb.base/pending.exp
6860 * gdb.base/watch_thread_num.exp
6861 * gdb.cp/exception.exp
6862 * gdb.cp/gdb2495.exp
6864 * gdb.python/py-evsignal.exp
6865 * gdb.python/python.exp
6866 * gdb.trace/tracecmd.exp
6868 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6870 Fix test names starting with uppercase throughout the files.
6872 * gdb.base/charset.exp
6874 * gdb.base/multi-forks.exp
6875 * gdb.guile/scm-progspace.exp
6876 * gdb.opencl/datatypes.exp
6877 * gdb.python/py-block.exp
6878 * gdb.python/py-function.exp
6879 * gdb.python/py-symbol.exp
6880 * gdb.python/py-symtab.exp
6881 * gdb.python/py-xmethods.exp
6882 * gdb.reverse/break-precsave.exp
6883 * gdb.reverse/break-reverse.exp
6884 * gdb.reverse/consecutive-precsave.exp
6885 * gdb.reverse/consecutive-reverse.exp
6886 * gdb.reverse/finish-precsave.exp
6887 * gdb.reverse/finish-reverse-bkpt.exp
6888 * gdb.reverse/finish-reverse.exp
6889 * gdb.reverse/fstatat-reverse.exp
6890 * gdb.reverse/getresuid-reverse.exp
6891 * gdb.reverse/i386-precsave.exp
6892 * gdb.reverse/i386-reverse.exp
6893 * gdb.reverse/i386-sse-reverse.exp
6894 * gdb.reverse/i387-stack-reverse.exp
6895 * gdb.reverse/insn-reverse.exp
6896 * gdb.reverse/machinestate-precsave.exp
6897 * gdb.reverse/machinestate.exp
6898 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6899 * gdb.reverse/pipe-reverse.exp
6900 * gdb.reverse/readv-reverse.exp
6901 * gdb.reverse/recvmsg-reverse.exp
6902 * gdb.reverse/rerun-prec.exp
6903 * gdb.reverse/s390-mvcle.exp
6904 * gdb.reverse/sigall-precsave.exp
6905 * gdb.reverse/sigall-reverse.exp
6906 * gdb.reverse/solib-precsave.exp
6907 * gdb.reverse/solib-reverse.exp
6908 * gdb.reverse/step-precsave.exp
6909 * gdb.reverse/step-reverse.exp
6910 * gdb.reverse/time-reverse.exp
6911 * gdb.reverse/until-precsave.exp
6912 * gdb.reverse/until-reverse.exp
6913 * gdb.reverse/waitpid-reverse.exp
6914 * gdb.reverse/watch-precsave.exp
6915 * gdb.reverse/watch-reverse.exp
6917 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6919 Fix test names starting with uppercase throughout the files.
6921 * gdb.arch/i386-mpx-simple_segv.exp
6922 * gdb.arch/i386-mpx.exp
6923 * gdb.arch/i386-permbkpt.exp
6924 * gdb.arch/pa-nullify.exp
6925 * gdb.arch/powerpc-d128-regs.exp
6926 * gdb.arch/vsx-regs.exp
6927 * gdb.base/bfp-test.exp
6928 * gdb.base/break.exp
6929 * gdb.base/breakpoint-shadow.exp
6930 * gdb.base/callfuncs.exp
6931 * gdb.base/charset.exp
6932 * gdb.base/commands.exp
6933 * gdb.base/completion.exp
6934 * gdb.base/dfp-test.exp
6936 * gdb.base/ending-run.exp
6938 * gdb.base/expand-psymtabs.exp
6939 * gdb.base/float128.exp
6940 * gdb.base/floatn.exp
6941 * gdb.base/foll-exec-mode.exp
6942 * gdb.base/gdb1056.exp
6943 * gdb.base/gdb11531.exp
6944 * gdb.base/kill-after-signal.exp
6945 * gdb.base/multi-forks.exp
6946 * gdb.base/overlays.exp
6947 * gdb.base/pending.exp
6948 * gdb.base/sepdebug.exp
6949 * gdb.base/testenv.exp
6950 * gdb.base/valgrind-db-attach.exp
6951 * gdb.base/watch_thread_num.exp
6952 * gdb.base/watchpoint-cond-gone.exp
6953 * gdb.base/watchpoint.exp
6954 * gdb.base/watchpoints.exp
6955 * gdb.cp/arg-reference.exp
6956 * gdb.cp/baseenum.exp
6957 * gdb.cp/operator.exp
6959 * gdb.dwarf2/dw2-op-out-param.exp
6960 * gdb.dwarf2/dw2-reg-undefined.exp
6963 * gdb.go/integers.exp
6964 * gdb.go/methods.exp
6965 * gdb.go/package.exp
6966 * gdb.guile/scm-parameter.exp
6967 * gdb.guile/scm-progspace.exp
6968 * gdb.guile/scm-value.exp
6969 * gdb.mi/mi-pending.exp
6970 * gdb.mi/user-selected-context-sync.exp
6971 * gdb.multi/multi-attach.exp
6972 * gdb.multi/tids.exp
6973 * gdb.opt/clobbered-registers-O2.exp
6974 * gdb.pascal/floats.exp
6975 * gdb.pascal/integers.exp
6976 * gdb.python/py-block.exp
6977 * gdb.python/py-events.exp
6978 * gdb.python/py-parameter.exp
6979 * gdb.python/py-symbol.exp
6980 * gdb.python/py-symtab.exp
6981 * gdb.python/py-type.exp
6982 * gdb.python/py-value.exp
6983 * gdb.python/py-xmethods.exp
6984 * gdb.python/python.exp
6985 * gdb.reverse/break-precsave.exp
6986 * gdb.reverse/consecutive-precsave.exp
6987 * gdb.reverse/finish-precsave.exp
6988 * gdb.reverse/i386-precsave.exp
6989 * gdb.reverse/machinestate-precsave.exp
6990 * gdb.reverse/sigall-precsave.exp
6991 * gdb.reverse/solib-precsave.exp
6992 * gdb.reverse/step-precsave.exp
6993 * gdb.reverse/until-precsave.exp
6994 * gdb.reverse/watch-precsave.exp
6995 * gdb.server/ext-attach.exp
6996 * gdb.server/ext-restart.exp
6997 * gdb.server/ext-run.exp
6998 * gdb.server/ext-wrapper.exp
6999 * gdb.stabs/gdb11479.exp
7000 * gdb.stabs/weird.exp
7001 * gdb.threads/attach-many-short-lived-threads.exp
7002 * gdb.threads/kill.exp
7003 * gdb.threads/watchpoint-fork.exp
7005 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7007 Fix test names starting with uppercase throughout all the files below.
7009 * gdb.ada/array_return.exp
7010 * gdb.ada/catch_ex.exp
7011 * gdb.ada/info_exc.exp
7012 * gdb.ada/mi_catch_ex.exp
7013 * gdb.ada/mi_dyn_arr.exp
7014 * gdb.ada/mi_ex_cond.exp
7015 * gdb.ada/mi_exc_info.exp
7016 * gdb.ada/mi_interface.exp
7017 * gdb.ada/mi_task_arg.exp
7018 * gdb.ada/mi_task_info.exp
7019 * gdb.ada/mi_var_array.exp
7020 * gdb.arch/alpha-step.exp
7021 * gdb.arch/amd64-disp-step.exp
7022 * gdb.arch/arm-disp-step.exp
7023 * gdb.arch/disp-step-insn-reloc.exp
7024 * gdb.arch/e500-prologue.exp
7025 * gdb.arch/ftrace-insn-reloc.exp
7026 * gdb.arch/gdb1558.exp
7027 * gdb.arch/i386-bp_permanent.exp
7028 * gdb.arch/i386-disp-step.exp
7029 * gdb.arch/i386-float.exp
7030 * gdb.arch/i386-gnu-cfi.exp
7031 * gdb.arch/ia64-breakpoint-shadow.exp
7032 * gdb.arch/mips16-thunks.exp
7033 * gdb.arch/pa-nullify.exp
7034 * gdb.arch/powerpc-aix-prologue.exp
7035 * gdb.arch/powerpc-power.exp
7036 * gdb.arch/ppc-dfp.exp
7037 * gdb.arch/s390-tdbregs.exp
7038 * gdb.arch/spu-info.exp
7039 * gdb.arch/spu-ls.exp
7040 * gdb.arch/thumb-bx-pc.exp
7041 * gdb.base/advance.exp
7042 * gdb.base/annota-input-while-running.exp
7043 * gdb.base/arrayidx.exp
7044 * gdb.base/asmlabel.exp
7045 * gdb.base/async.exp
7046 * gdb.base/attach-wait-input.exp
7047 * gdb.base/auto-connect-native-target.exp
7048 * gdb.base/batch-preserve-term-settings.exp
7049 * gdb.base/bfp-test.exp
7050 * gdb.base/bigcore.exp
7051 * gdb.base/bp-permanent.exp
7052 * gdb.base/break-always.exp
7053 * gdb.base/break-fun-addr.exp
7054 * gdb.base/break-idempotent.exp
7055 * gdb.base/break-main-file-remove-fail.exp
7056 * gdb.base/break-probes.exp
7057 * gdb.base/break-unload-file.exp
7058 * gdb.base/break.exp
7059 * gdb.base/call-ar-st.exp
7060 * gdb.base/call-rt-st.exp
7061 * gdb.base/call-sc.exp
7062 * gdb.base/call-signal-resume.exp
7063 * gdb.base/call-strs.exp
7064 * gdb.base/callexit.exp
7065 * gdb.base/callfuncs.exp
7066 * gdb.base/catch-gdb-caused-signals.exp
7067 * gdb.base/catch-signal-siginfo-cond.exp
7068 * gdb.base/catch-syscall.exp
7069 * gdb.base/compare-sections.exp
7070 * gdb.base/cond-eval-mode.exp
7071 * gdb.base/condbreak-call-false.exp
7072 * gdb.base/consecutive-step-over.exp
7073 * gdb.base/cursal.exp
7074 * gdb.base/disabled-location.exp
7075 * gdb.base/disasm-end-cu.exp
7076 * gdb.base/display.exp
7077 * gdb.base/double-prompt-target-event-error.exp
7078 * gdb.base/dprintf-bp-same-addr.exp
7079 * gdb.base/dprintf-detach.exp
7080 * gdb.base/dprintf-next.exp
7081 * gdb.base/dprintf-non-stop.exp
7082 * gdb.base/dprintf-pending.exp
7083 * gdb.base/dso2dso.exp
7084 * gdb.base/ending-run.exp
7085 * gdb.base/enum_cond.exp
7086 * gdb.base/examine-backward.exp
7087 * gdb.base/exe-lock.exp
7088 * gdb.base/exec-invalid-sysroot.exp
7089 * gdb.base/execl-update-breakpoints.exp
7090 * gdb.base/execution-termios.exp
7091 * gdb.base/fileio.exp
7092 * gdb.base/fixsection.exp
7093 * gdb.base/foll-exec-mode.exp
7094 * gdb.base/foll-exec.exp
7095 * gdb.base/fork-running-state.exp
7096 * gdb.base/frame-args.exp
7097 * gdb.base/fullpath-expand.exp
7098 * gdb.base/func-ptr.exp
7099 * gdb.base/gcore-relro-pie.exp
7100 * gdb.base/gdb1090.exp
7101 * gdb.base/gdb1555.exp
7102 * gdb.base/global-var-nested-by-dso.exp
7103 * gdb.base/gnu-ifunc.exp
7104 * gdb.base/hbreak-in-shr-unsupported.exp
7105 * gdb.base/hbreak-unmapped.exp
7106 * gdb.base/hook-stop.exp
7107 * gdb.base/infcall-input.exp
7108 * gdb.base/info-fun.exp
7109 * gdb.base/info-shared.exp
7110 * gdb.base/interrupt-noterm.exp
7111 * gdb.base/jit-so.exp
7113 * gdb.base/line-symtabs.exp
7115 * gdb.base/longjmp.exp
7116 * gdb.base/macscp.exp
7117 * gdb.base/max-value-size.exp
7118 * gdb.base/nodebug.exp
7119 * gdb.base/nofield.exp
7120 * gdb.base/overlays.exp
7121 * gdb.base/paginate-after-ctrl-c-running.exp
7122 * gdb.base/paginate-bg-execution.exp
7123 * gdb.base/paginate-inferior-exit.exp
7124 * gdb.base/pending.exp
7125 * gdb.base/pr11022.exp
7126 * gdb.base/printcmds.exp
7127 * gdb.base/ptr-typedef.exp
7128 * gdb.base/ptype.exp
7129 * gdb.base/randomize.exp
7130 * gdb.base/range-stepping.exp
7131 * gdb.base/realname-expand.exp
7132 * gdb.base/relativedebug.exp
7133 * gdb.base/remote.exp
7134 * gdb.base/savedregs.exp
7135 * gdb.base/sepdebug.exp
7136 * gdb.base/set-noassign.exp
7137 * gdb.base/shlib-call.exp
7138 * gdb.base/shreloc.exp
7139 * gdb.base/sigaltstack.exp
7140 * gdb.base/sigbpt.exp
7141 * gdb.base/siginfo-addr.exp
7142 * gdb.base/siginfo-obj.exp
7143 * gdb.base/siginfo-thread.exp
7144 * gdb.base/signest.exp
7145 * gdb.base/signull.exp
7146 * gdb.base/sigrepeat.exp
7148 * gdb.base/so-impl-ld.exp
7149 * gdb.base/solib-corrupted.exp
7150 * gdb.base/solib-disc.exp
7151 * gdb.base/solib-display.exp
7152 * gdb.base/solib-overlap.exp
7153 * gdb.base/solib-search.exp
7154 * gdb.base/solib-symbol.exp
7155 * gdb.base/source-execution.exp
7156 * gdb.base/sss-bp-on-user-bp-2.exp
7157 * gdb.base/sss-bp-on-user-bp.exp
7158 * gdb.base/stack-checking.exp
7159 * gdb.base/stale-infcall.exp
7160 * gdb.base/step-break.exp
7161 * gdb.base/step-line.exp
7162 * gdb.base/step-over-exit.exp
7163 * gdb.base/step-test.exp
7164 * gdb.base/structs.exp
7165 * gdb.base/sym-file.exp
7166 * gdb.base/symtab-search-order.exp
7168 * gdb.base/type-opaque.exp
7169 * gdb.base/unload.exp
7170 * gdb.base/until-nodebug.exp
7171 * gdb.base/until.exp
7172 * gdb.base/unwindonsignal.exp
7173 * gdb.base/watch-cond.exp
7174 * gdb.base/watch-non-mem.exp
7175 * gdb.base/watch_thread_num.exp
7176 * gdb.base/watchpoint-reuse-slot.exp
7177 * gdb.base/watchpoint-solib.exp
7178 * gdb.base/watchpoint.exp
7179 * gdb.btrace/dlopen.exp
7181 * gdb.cell/break.exp
7185 * gdb.cell/dwarfaddr.exp
7186 * gdb.cell/ea-cache.exp
7187 * gdb.cell/ea-standalone.exp
7188 * gdb.cell/ea-test.exp
7189 * gdb.cell/f-regs.exp
7191 * gdb.cell/gcore.exp
7192 * gdb.cell/mem-access.exp
7193 * gdb.cell/ptype.exp
7194 * gdb.cell/registers.exp
7195 * gdb.cell/sizeof.exp
7196 * gdb.cell/solib-symbol.exp
7197 * gdb.cell/solib.exp
7198 * gdb.compile/compile-tls.exp
7199 * gdb.cp/exception.exp
7200 * gdb.cp/gdb2495.exp
7202 * gdb.cp/mb-inline.exp
7203 * gdb.cp/mb-templates.exp
7204 * gdb.cp/pr10687.exp
7206 * gdb.cp/scope-err.exp
7207 * gdb.cp/templates.exp
7208 * gdb.cp/virtfunc.exp
7209 * gdb.dwarf2/dw2-dir-file-name.exp
7210 * gdb.dwarf2/dw2-single-line-discriminators.exp
7211 * gdb.fortran/complex.exp
7212 * gdb.fortran/library-module.exp
7213 * gdb.guile/guile.exp
7214 * gdb.guile/scm-cmd.exp
7215 * gdb.guile/scm-frame-inline.exp
7216 * gdb.guile/scm-objfile.exp
7217 * gdb.guile/scm-pretty-print.exp
7218 * gdb.guile/scm-symbol.exp
7219 * gdb.guile/scm-type.exp
7220 * gdb.guile/scm-value.exp
7221 * gdb.linespec/keywords.exp
7222 * gdb.linespec/ls-errs.exp
7223 * gdb.linespec/macro-relative.exp
7224 * gdb.linespec/thread.exp
7225 * gdb.mi/mi-breakpoint-changed.exp
7226 * gdb.mi/mi-dprintf-pending.exp
7227 * gdb.mi/mi-fullname-deleted.exp
7228 * gdb.mi/mi-logging.exp
7229 * gdb.mi/mi-pending.exp
7230 * gdb.mi/mi-solib.exp
7231 * gdb.mi/new-ui-mi-sync.exp
7232 * gdb.mi/user-selected-context-sync.exp
7233 * gdb.multi/dummy-frame-restore.exp
7234 * gdb.multi/multi-arch-exec.exp
7235 * gdb.multi/remove-inferiors.exp
7236 * gdb.multi/watchpoint-multi-exit.exp
7237 * gdb.opt/solib-intra-step.exp
7238 * gdb.perf/backtrace.exp
7239 * gdb.perf/single-step.exp
7240 * gdb.perf/skip-command.exp
7241 * gdb.perf/skip-prologue.exp
7242 * gdb.perf/solib.exp
7243 * gdb.python/lib-types.exp
7244 * gdb.python/py-as-string.exp
7245 * gdb.python/py-bad-printers.exp
7246 * gdb.python/py-block.exp
7247 * gdb.python/py-breakpoint.exp
7248 * gdb.python/py-cmd.exp
7249 * gdb.python/py-events.exp
7250 * gdb.python/py-evthreads.exp
7251 * gdb.python/py-finish-breakpoint.exp
7252 * gdb.python/py-finish-breakpoint2.exp
7253 * gdb.python/py-frame-inline.exp
7254 * gdb.python/py-frame.exp
7255 * gdb.python/py-inferior.exp
7256 * gdb.python/py-infthread.exp
7257 * gdb.python/py-mi.exp
7258 * gdb.python/py-objfile.exp
7259 * gdb.python/py-pp-maint.exp
7260 * gdb.python/py-pp-registration.exp
7261 * gdb.python/py-prettyprint.exp
7262 * gdb.python/py-recurse-unwind.exp
7263 * gdb.python/py-shared.exp
7264 * gdb.python/py-symbol.exp
7265 * gdb.python/py-symtab.exp
7266 * gdb.python/py-template.exp
7267 * gdb.python/py-type.exp
7268 * gdb.python/py-unwind-maint.exp
7269 * gdb.python/py-unwind.exp
7270 * gdb.python/py-value.exp
7271 * gdb.python/python.exp
7272 * gdb.reverse/finish-reverse-bkpt.exp
7273 * gdb.reverse/insn-reverse.exp
7274 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7275 * gdb.reverse/solib-precsave.exp
7276 * gdb.reverse/solib-reverse.exp
7277 * gdb.stabs/gdb11479.exp
7278 * gdb.stabs/weird.exp
7279 * gdb.threads/fork-child-threads.exp
7280 * gdb.threads/fork-plus-threads.exp
7281 * gdb.threads/fork-thread-pending.exp
7282 * gdb.threads/forking-threads-plus-breakpoint.exp
7283 * gdb.threads/hand-call-in-threads.exp
7284 * gdb.threads/interrupted-hand-call.exp
7285 * gdb.threads/linux-dp.exp
7286 * gdb.threads/local-watch-wrong-thread.exp
7287 * gdb.threads/next-while-other-thread-longjmps.exp
7288 * gdb.threads/non-ldr-exit.exp
7289 * gdb.threads/pending-step.exp
7290 * gdb.threads/print-threads.exp
7291 * gdb.threads/process-dies-while-detaching.exp
7292 * gdb.threads/process-dies-while-handling-bp.exp
7293 * gdb.threads/pthreads.exp
7294 * gdb.threads/queue-signal.exp
7295 * gdb.threads/reconnect-signal.exp
7296 * gdb.threads/signal-command-handle-nopass.exp
7297 * gdb.threads/signal-command-multiple-signals-pending.exp
7298 * gdb.threads/signal-delivered-right-thread.exp
7299 * gdb.threads/signal-sigtrap.exp
7300 * gdb.threads/sigthread.exp
7301 * gdb.threads/staticthreads.exp
7302 * gdb.threads/stepi-random-signal.exp
7303 * gdb.threads/thread-unwindonsignal.exp
7304 * gdb.threads/thread_check.exp
7305 * gdb.threads/thread_events.exp
7306 * gdb.threads/tid-reuse.exp
7307 * gdb.threads/tls-nodebug.exp
7308 * gdb.threads/tls-shared.exp
7309 * gdb.threads/tls-so_extern.exp
7310 * gdb.threads/tls.exp
7311 * gdb.threads/wp-replication.exp
7312 * gdb.trace/actions-changed.exp
7313 * gdb.trace/actions.exp
7314 * gdb.trace/backtrace.exp
7315 * gdb.trace/change-loc.exp
7316 * gdb.trace/collection.exp
7317 * gdb.trace/deltrace.exp
7318 * gdb.trace/disconnected-tracing.exp
7319 * gdb.trace/entry-values.exp
7320 * gdb.trace/ftrace-lock.exp
7321 * gdb.trace/ftrace.exp
7322 * gdb.trace/infotrace.exp
7323 * gdb.trace/mi-trace-frame-collected.exp
7324 * gdb.trace/mi-trace-unavailable.exp
7325 * gdb.trace/mi-traceframe-changed.exp
7326 * gdb.trace/mi-tracepoint-changed.exp
7327 * gdb.trace/mi-tsv-changed.exp
7328 * gdb.trace/no-attach-trace.exp
7329 * gdb.trace/packetlen.exp
7330 * gdb.trace/passc-dyn.exp
7331 * gdb.trace/passcount.exp
7332 * gdb.trace/pending.exp
7333 * gdb.trace/pr16508.exp
7334 * gdb.trace/qtro.exp
7335 * gdb.trace/range-stepping.exp
7336 * gdb.trace/read-memory.exp
7337 * gdb.trace/report.exp
7338 * gdb.trace/save-trace.exp
7339 * gdb.trace/signal.exp
7340 * gdb.trace/stap-trace.exp
7341 * gdb.trace/status-stop.exp
7342 * gdb.trace/strace.exp
7343 * gdb.trace/tfile.exp
7344 * gdb.trace/tfind.exp
7345 * gdb.trace/trace-break.exp
7346 * gdb.trace/trace-condition.exp
7347 * gdb.trace/trace-enable-disable.exp
7348 * gdb.trace/trace-mt.exp
7349 * gdb.trace/tracecmd.exp
7350 * gdb.trace/tracefile-pseudo-reg.exp
7351 * gdb.trace/tspeed.exp
7352 * gdb.trace/tstatus.exp
7354 * gdb.trace/unavailable.exp
7355 * gdb.trace/while-dyn.exp
7356 * gdb.trace/while-stepping.exp
7359 * lib/mi-support.exp
7362 * lib/prelink-support.exp
7363 * lib/selftest-support.exp
7365 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7367 * Makefile.in: Include disable-implicit-rules.mk.
7369 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7371 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7372 non-byte-aligned bit fields.
7374 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7377 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7378 respects the DW_AT_data_bit_offset attribute.
7380 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7382 * gdb.base/default.exp: Fix output of "set language".
7384 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7386 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7387 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7389 * configure.ac: Remove checks for the make program.
7390 * configure: Re-generate.
7392 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7394 * gdb.python/py-recurse-unwind.c (main): Add loop.
7395 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7396 to read_register() and gdb.parse_and_eval(). Make each code
7397 call a separate case that can be individually tested.
7398 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7399 proc. Call cont_and_backtrace for each of the code paths that
7400 we want to test in the unwinder.
7402 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7404 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7405 the definition of struct S.
7407 2016-11-11 Catherine Moore <clm@codesourcery.com>
7409 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7411 2016-11-09 Pedro Alves <palves@redhat.com>
7413 * gdb.base/commands.exp (runto_or_return): New procedure.
7414 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7415 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7416 (progvar_simple_while_test, progvar_complex_if_while_test)
7417 (if_while_breakpoint_command_test)
7418 (infrun_breakpoint_command_test, breakpoint_command_test)
7419 (user_defined_command_test, watchpoint_command_test)
7420 (test_command_prompt_position, redefine_hook_test)
7421 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7422 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7423 multi_line_input and multi_line. Remove gdb_expect and
7424 gdb_stop_suppressing_tests uses.
7425 * lib/gdb.exp (valnum_re): New global.
7426 (multi_line_input): New procedure.
7428 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7430 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7432 (test_setup): Define with proc_with_prefix.
7433 (test_cli_inferior): Likewise.
7434 (test_cli_thread): Likewise.
7435 (test_cli_frame): Likewise.
7436 (test_cli_select_frame): Likewise.
7437 (test_cli_up_down): Likewise.
7438 (test_mi_thread_select): Likewise.
7439 (test_mi_stack_select_frame): Likewise.
7440 (test_cli_in_mi_inferior): Likewise.
7441 (test_cli_in_mi_thread): Likewise.
7442 (test_cli_in_mi_frame): Likewise.
7443 (top level): Do not use with_test_prefix_procname.
7445 2016-11-09 Pedro Alves <palves@redhat.com>
7447 * gdb.base/commands.exp (gdbvar_simple_if_test)
7448 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7449 (progvar_simple_if_test, progvar_simple_while_test)
7450 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7451 (infrun_breakpoint_command_test, breakpoint_command_test)
7452 (user_defined_command_test, watchpoint_command_test)
7453 (test_command_prompt_position, deprecated_command_test)
7454 (bp_deleted_in_command, temporary_breakpoint_commands)
7455 (stray_arg0_test, source_file_with_indented_comment)
7456 (recursive_source_test, if_commands_test)
7457 (error_clears_commands_left, redefine_hook_test)
7458 (redefine_backtrace_test): Use proc_with_prefix.
7459 * lib/gdb.exp (proc_with_prefix): New proc.
7461 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7463 * gdb.base/tui-layout.c: New file.
7464 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7465 disassembly window contains very long lines.
7467 2016-11-08 Tom Tromey <tom@tromey.com>
7469 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7472 2016-11-08 Tom Tromey <tom@tromey.com>
7474 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7477 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7479 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7481 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7483 * gdb.rust/simple.rs: Add test for univariant enums without
7484 discriminants and for encoded struct-like enums.
7486 2016-10-28 Pedro Alves <palves@redhat.com>
7488 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7489 gdb_test_multiple, tighten regexps and match symtabs and line
7490 tables incrementally.
7492 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7494 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7497 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7499 * gdb.base/exec-invalid-sysroot.exp: New file.
7501 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7503 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7505 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7507 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7509 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7511 * gdb.base/killed-outside.exp: Remove $options from a call to
7512 `prepare_for_testing'.
7514 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7516 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7517 Change test message.
7519 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7521 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7524 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7526 * gdb.trace/mi-trace-save.exp: New file.
7528 2016-10-13 Yao Qi <yao.qi@linaro.org>
7530 * gdb.base/code_elim.exp (get_var_address): Remove.
7531 * gdb.base/relocate.exp: Likewise.
7532 * gdb.base/shreloc.exp: Likewise.
7533 * lib/gdb.exp (get_var_address): New.
7535 2016-10-13 Yao Qi <yao.qi@linaro.org>
7537 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7538 floating point tests if $skip_float_test is false.
7540 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7542 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7543 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7545 Add 1 to argc so we guarantee distinct initial/modified argc values.
7547 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7549 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7551 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7553 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7554 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7555 * gdb.arch/vsx-regs.exp: Likewise.
7557 2016-10-07 Yao Qi <yao.qi@linaro.org>
7559 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7561 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7563 * gdb.python/python.exp: Test decode_line("*0").
7565 2016-10-06 Doug Evans <dje@google.com>
7567 * gdb.python/py-value.exp (test_value_creation): Add test for large
7568 unsigned 64-bit value.
7570 2016-10-06 Tom Tromey <tom@tromey.com>
7572 * gdb.compile/compile.exp: Change java tests to rust.
7573 * gdb.base/setshow.exp: Change java tests to rust.
7574 * gdb.base/default.exp: Remove java from language list.
7575 * README (Examples): Update language example.
7576 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7578 * lib/gdb.exp (skip_java_tests): Remove.
7579 * lib/java.exp: Remove.
7582 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7584 * gdb.arch/mips-fcr.exp: New test.
7585 * gdb.arch/mips-fcr.c: Source for the new test.
7587 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7589 * gdb.base/solib-disc.exp: Use `standard_output_file'
7592 2016-10-06 Pedro Alves <palves@redhat.com>
7594 * gdb.base/jit-simple-dl.c: New file.
7595 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7596 * gdb.base/jit-simple.c: ... this.
7597 * gdb.base/jit-simple.exp (jit_run): Delete.
7598 (build_jit): New proc.
7599 (jit_test_reread): Recompile either the main program or the shared
7600 library, depending on what is being tested. Skip changing address
7601 if caller wants to. Compare before/after addresses. If testing
7602 standalone, explicitly load the binary. Test "maint info
7604 (top level): Add "standalone vs shared lib" and "change address"
7605 vs "same address" axes.
7607 2016-10-06 Pedro Alves <palves@redhat.com>
7609 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7612 (jit_test_reread): Use with_test_prefix. Reload the main binary
7613 explicitly. Compare the before/after addresses of the JIT
7616 2016-08-15 Doug Evans <dje@google.com>
7618 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7619 for single bitfields is bool.
7620 * gdb.xml/tdesc-regs.exp: Ditto.
7622 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7624 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7626 2016-10-05 Yao Qi <yao.qi@linaro.org>
7628 * lib/gdb.exp (support_complex_tests): Return zero if
7629 gdb_skip_float_test return true.
7631 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7632 Simon Marchi <simon.marchi@ericsson.com>
7635 * gdb.mi/user-selected-context-sync.exp: New file.
7636 * gdb.mi/user-selected-context-sync.c: New file.
7638 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7639 Simon Marchi <simon.marchi@ericsson.com>
7642 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7643 =thread-select-event check.
7645 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7647 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7648 the compulsory L operand changes.
7649 * gdb.arch/powerpc-power.s: Likewise.
7651 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7653 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7654 * gdb.base/jit-attach-pie.c: New file.
7655 * gdb.base/jit-attach-pie.exp: New file.
7657 2016-09-28 Pedro Alves <palves@redhat.com>
7659 * gdb.base/infcall-input.c: New file.
7660 * gdb.base/infcall-input.exp: New file.
7662 2016-09-22 Yao Qi <yao.qi@linaro.org>
7664 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7665 (gdb_exit): Rename it to ...
7666 (gdbserver_gdb_exit): ... Close GDBserver.
7667 (gdb_exit): New proc, call gdbserver_gdb_exit.
7668 (mi_gdb_exit): Likewise.
7670 2016-09-22 Yao Qi <yao.qi@linaro.org>
7672 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7674 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7677 2016-09-22 Yao Qi <yao.qi@linaro.org>
7679 * lib/gdbserver-support.exp: Check the existence of
7680 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7682 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7684 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7686 2016-09-21 Tom Tromey <tom@tromey.com>
7689 * gdb.base/quit.exp: New file.
7691 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7693 * .gitignore: New file.
7695 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7697 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7700 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7702 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7704 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7706 * gdb.cp/casts.cc (decltype): Move it ...
7707 (main): ... with its call to ...
7708 * gdb.cp/casts03.cc: ... a new file.
7709 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7711 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7713 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7715 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7717 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7718 and sync up the test with tests in gas/testsuite/gas/ppc.
7719 * gdb.arch/powerpc-power.exp: Likewise.
7721 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7723 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7725 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7726 Jan Kratochvil <jan.kratochvil@redhat.com>
7728 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7729 make m1's definition to be different from m2's. Use 'dummy' as an
7730 argument for probe 'two'.
7732 2016-09-10 Jon Beniston <jon@beniston.com>
7734 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7737 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7739 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7740 variable declaration.
7741 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7742 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7743 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7744 received HWCAP as its argument.
7746 2016-09-06 Pedro Alves <palves@redhat.com>
7748 * gdb.base/new-ui-pending-input.c: New file.
7749 * gdb.base/new-ui-pending-input.exp: New file.
7750 * gdb.exp (clear_gdb_spawn_id): New procedure.
7751 (with_spawn_id): Check whether gdb_spawn_id exists before
7752 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7755 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7757 * gdb.base/float128.c: New file.
7758 * gdb.base/float128.exp: Likewise.
7759 * gdb.base/floatn.c: Likewise.
7760 * gdb.base/floatn.exp: Likewise.
7762 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7764 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7766 2016-09-05 Pedro Alves <palves@redhat.com>
7769 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7770 unwinders are immediately called as side effect of "source" or
7771 "disable unwinder" commands.
7772 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7774 2016-09-02 Yao Qi <yao.qi@linaro.org>
7776 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7777 is true and $type is "float" or "double".
7779 2016-09-02 Yao Qi <yao.qi@linaro.org>
7781 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7783 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7784 * gdb.base/call-rt-st.exp: Likewise.
7785 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7786 return value instead of gdb,skip_float_test.
7787 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7788 (do_function_calls): Use its return value instead of
7789 gdb,skip_float_test.
7790 * gdb.base/finish.exp: Likewise.
7791 * gdb.base/funcargs.exp: Likewise.
7792 * gdb.base/return.exp: Likewise.
7793 * gdb.base/return2.exp: Likewise.
7794 * gdb.base/varargs.exp: Likewise.
7795 * lib/gdb.exp (gdb_skip_float_test): Change it to
7796 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7798 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7800 * gdb.multi/tids.exp: Test "thread apply all".
7802 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7804 * gdb.base/default.exp (tty): Remove.
7806 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7808 * gdb.python/py-recurse-unwind.c: New file.
7809 * gdb.python/py-recurse-unwind.py: New file.
7810 * gdb.python/py-recurse-unwind.exp: New file.
7812 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7814 * gdb.base/set-inferior-tty.exp: New file.
7815 * gdb.base/set-inferior-tty.c: New file.
7817 2016-08-23 Pedro Alves <palves@redhat.com>
7820 * gdb.base/new-ui-echo.c: New file.
7821 * gdb.base/new-ui-echo.exp: New file.
7823 2016-08-23 Yao Qi <yao.qi@linaro.org>
7825 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7827 * gdb.server/connect-without-multi-process.exp (do_test):
7830 2016-08-23 Yao Qi <yao.qi@linaro.org>
7832 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7833 standalone_txt. Delete gdb_txt and standalone_txt on host
7834 and target. Spawn the binary on target. Copy files from
7837 2016-08-22 Pedro Alves <palves@redhat.com>
7840 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7841 with_test_prefix. Factor out bits to ...
7842 (test_no_vdso): ... this new procedure.
7844 2016-08-19 Carl Love <cel@us.ibm.com>
7846 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7847 maintaining separate logic for constructing the output path.
7848 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7849 * gdb.arch/ppc-dfp.exp: Likewise.
7850 * gdb.arch/ppc-fp.exp: Likewise.
7851 * gdb.arch/vsx-regs.exp: Likewise.
7852 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7853 binprefix for generating the additional binary files.
7855 2016-08-19 Pedro Alves <palves@redhat.com>
7857 * gdb.trace/mi-trace-frame-collected.exp
7858 (test_trace_frame_collected): On x32, expect two registers.
7860 2016-08-18 Carl Love <cel@us.ibm.com>
7862 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7863 and sync up the test with tests in gas/testsuite/gas/ppc.
7864 * gdb.arch/powerpc-power.exp: Likewise.
7866 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7868 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7869 expected error message.
7871 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7873 * gdb.multi/remove-inferiors.exp: New file.
7874 * gdb.multi/remove-inferiors.c: New file.
7876 2016-08-12 Yao Qi <yao.qi@linaro.org>
7878 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7881 2016-08-10 Pedro Alves <palves@redhat.com>
7884 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7887 2016-08-09 Pedro Alves <palves@redhat.com>
7888 Simon Marchi <simon.marchi@ericsson.com>
7891 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7892 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7894 2016-08-09 Pedro Alves <palves@redhat.com>
7897 * gdb.mi/mi-cmd-error.exp: New file.
7899 2016-08-09 Pedro Alves <palves@redhat.com>
7902 * gdb.base/signals-state-child.c: New file.
7903 * gdb.base/signals-state-child.exp: New file.
7904 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7906 2016-08-09 Pedro Alves <palves@redhat.com>
7908 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7910 2016-08-03 Tom Tromey <tom@tromey.com>
7913 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7915 2016-08-01 Yao Qi <yao.qi@linaro.org>
7917 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7918 variable mode to "multi-process" if $multi_process is 1, otherwise
7919 set it to "single-process".
7921 2016-08-01 Yao Qi <yao.qi@linaro.org>
7923 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7924 * gdb.cp/cpexprs.exp: Likewise.
7925 * gdb.cp/m-static.exp: Likewise.
7927 2016-07-26 Tom Tromey <tom@tromey.com>
7930 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7933 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7935 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7936 selecting assembly source files.
7937 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7938 assembly source files.
7939 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7940 assembly source files.
7941 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7942 selecting assembly source files.
7944 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7946 * gdb.base/new-ui.exp (do_test_invalid_args): New
7949 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7951 * gdb.btrace/reconnect.c: New file.
7952 * gdb.btrace/reconnect.exp: New file.
7954 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7956 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7957 to test_catch_syscall_group.
7958 (test_catch_syscall_group): New.
7960 2016-07-21 Tom Tromey <tom@tromey.com>
7962 * gdb.rust/simple.rs (main): Use empty struct expression.
7963 * gdb.rust/simple.exp: Add tests for empty struct expression.
7965 2016-07-21 Yao Qi <yao.qi@linaro.org>
7967 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7968 if gdb_skip_xml_test is true on some targets.
7970 2016-07-21 Yao Qi <yao.qi@linaro.org>
7972 * gdb.server/solib-list.exp: Unset last_loaded_file.
7974 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7976 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7977 "step into captured_main (args)".
7979 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7981 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7983 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7985 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7987 2016-07-19 Pedro Alves <palves@redhat.com>
7989 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7990 * gdb.opt/inline-bt.exp: Likewise.
7991 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7992 additional_flags=-Winline.
7993 * gdb.opt/inline-locals.exp: Likewise.
7994 * gdb.opt/inline-markers.c (ATTR): Define.
7995 (inlined_fn): Use it.
7997 2016-07-19 Yao Qi <yao.qi@linaro.org>
7999 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8000 (test_with_self): Remove some code. Remove argument executable.
8001 (top-level): Use do_self_tests.
8003 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8004 Don Breazeal <donb@codesourcery.com>
8006 * gdb.base/maint.exp: Escape paths used in regular expressions.
8007 * gdb.stabs/weird.exp: Likewise.
8009 2016-07-13 Tom Tromey <tom@tromey.com>
8011 PR python/15620, PR python/18620:
8012 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8013 (test_bkpt_events): New procs.
8015 2016-07-13 Tom Tromey <tom@tromey.com>
8018 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8020 (test_watchpoints): Likewise.
8021 (test_bkpt_pending): New proc.
8023 2016-07-13 Tom Tromey <tom@tromey.com>
8026 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8029 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8031 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8032 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8033 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8035 (g): Rename g_end_lbl to g_label.
8036 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8038 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8040 2016-07-12 Tom Tromey <tom@tromey.com>
8043 * gdb.python/py-unwind-maint.exp: Update tests.
8045 2016-07-12 Yao Qi <yao.qi@linaro.org>
8047 * lib/selftest-support.exp (selftest_setup): Match the output
8048 when captured_main is inlined.
8050 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8052 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8054 (print this%a, print this%b, print this): New tests.
8055 * gdb.fortran/derived-types.f90 (this): New object and
8058 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8060 * gdb.ada/arraydim.exp: Remove extra directory level in build
8063 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8065 * lib/ada.exp: Remove extra directory level in build directory.
8066 * gdb.ada/cond_lang.exp: Likewise.
8067 * gdb.ada/exec_changed.exp: Likewise.
8068 * gdb.ada/lang_switch.exp: Likewise.
8070 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8072 * simple.rs: Add test for raw pointer subscripting.
8073 * simple.exp: Add test expectations.
8075 2016-07-05 Yao Qi <yao.qi@linaro.org>
8077 * gdb.mi/mi-reverse.exp: Match =record-started output.
8079 2016-07-01 Pedro Alves <palves@redhat.com>
8081 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8083 (jit_reader_test): Test the jit reader's unwinder.
8084 * gdb.base/jithost.c (jit_function_00_code): New global.
8085 (main): Use memcpy to fill in the mmapped code, instead of poking
8086 bytes manually here.
8087 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8089 (read_debug_info): Save the function's range.
8090 (read_sp): New function.
8091 (unwind_frame): Use it. Also unwind RBP.
8092 (get_frame_id): Use read_sp.
8093 (gdb_init_reader): Use calloc instead of malloc.
8094 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8095 parameter. Use gdb_test_multiple.
8097 2016-07-01 Pedro Alves <palves@redhat.com>
8098 Antoine Tremblay <antoine.tremblay@ericsson.com>
8100 * gdb.threads/process-dies-while-detaching.c: New file.
8101 * gdb.threads/process-dies-while-detaching.exp: New file.
8103 2016-07-01 Pedro Alves <palves@redhat.com>
8105 * gdb.multi/watchpoint-multi-exit.c: New file.
8106 * gdb.multi/watchpoint-multi-exit.exp: New file.
8108 2016-06-30 Pedro Alves <palves@redhat.com>
8110 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8111 unset inferior_spawn_id.
8113 2016-06-30 Pedro Alves <palves@redhat.com>
8115 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8116 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8118 2016-06-29 Yao Qi <yao.qi@linaro.org>
8120 * gdb.base/return.c: Add copyright header.
8122 2016-06-29 Tom Tromey <tom@tromey.com>
8125 * gdb.python/py-framefilter.exp: Add tests for setting priority
8126 and disabling of non-existent frame filter.
8128 2016-06-29 Yao Qi <yao.qi@linaro.org>
8130 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8133 2016-06-28 Yao Qi <yao.qi@linaro.org>
8135 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8136 triplets. Start gdb, execute catch syscall, and continue. Check
8137 gdb's output to determine catch syscall is supported.
8139 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8141 * gdb.rust/simple.rs: Add test for returning unit in a function.
8142 * gdb.rust/simple.exp: Add expectation for functions returning
8145 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8147 * gdb.python/py-breakpoint-create-fail.c,
8148 gdb.python/py-breakpoint-create-fail.exp,
8149 gdb.python/py-breakpoint-create-fail.py: New testcase.
8151 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8154 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8155 * gdb.rust/simple.exp: Add test expectations for new NonZero
8158 2016-06-24 David Taylor <dtaylor@emc.com>
8160 * gdb.base/offsets.exp: New file.
8161 * gdb.base/offsets.c: New file.
8163 2016-06-23 Tom Tromey <tom@tromey.com>
8166 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8167 before any filters are loaded.
8169 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8171 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8172 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8174 * gdb.fortran/derived-type-function.exp: New file.
8175 * gdb.fortran/derived-type-function.f90: New file.
8178 2016-06-21 Pedro Alves <palves@redhat.com>
8180 * gdb.base/new-ui.exp: New file.
8181 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8182 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8183 (with_spawn_id): New procedure.
8185 2016-06-21 Pedro Alves <palves@redhat.com>
8187 * gdb.mi/mi-exec-run.exp: New file.
8189 2016-06-21 Pedro Alves <palves@redhat.com>
8191 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8192 breakpoint command's output on the main UI.
8193 (test_break): New procedure, factored out from calls in the top
8195 (top level): Use foreach_with_prefix to test MI as main UI and as
8198 2016-06-21 Pedro Alves <palves@redhat.com>
8200 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8201 (test_awatch_creation_and_listing)
8202 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8203 Remove 'type' parameter.
8204 (test_watchpoint_all): New parameter mi_mode. Remove
8206 (top level): Use foreach_with_prefix, and add main/separate UI MI
8209 2016-06-21 Pedro Alves <palves@redhat.com>
8211 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8212 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8213 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8214 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8215 (gdb_main_spawn_id, mi_spawn_id): Declare and
8217 (mi_create_inferior_pty): New procedure,
8218 factored out from default_mi_gdb_start.
8219 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8221 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8222 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8223 Use mi_create_inferior_pty.
8224 (mi_gdb_start): Use eval to pass down args list.
8226 2016-06-21 Pedro Alves <palves@redhat.com>
8228 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8229 * gdb.opt/inline-cmds.exp: Add MI tests.
8231 2016-06-21 Pedro Alves <palves@redhat.com>
8233 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8235 2016-06-21 Pedro Alves <palves@redhat.com>
8237 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8238 (top level): Use it instead of mi_execute_to.
8240 2016-06-21 Pedro Alves <palves@redhat.com>
8242 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8243 (cont_handler_str): New.
8244 (signal_stop_handler): Set stop_handler_str instead of printing to
8246 (continue_handler): Set cont_handler_str instead of printing to
8248 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8249 mi_send_resuming_command. Print stop_handler_str and
8250 cont_handler_str instead of expecting the python events print
8253 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8255 * gdb.base/jit-reader.exp: New file.
8256 * gdb.base/jithost.c: New file.
8257 * gdb.base/jithost.h: New file.
8258 * gdb.base/jitreader.c : New file.
8259 * gdb.base/jit-protocol.h: New file.
8261 2016-06-17 Yao Qi <yao.qi@linaro.org>
8263 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8264 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8265 and detach-on-fork. Adjust tests.
8266 (top level): Invoke break_cond_on_syscall with combinations of
8267 syscall, follow-fork-mode and detach-on-fork.
8269 2016-06-17 Yao Qi <yao.qi@linaro.org>
8271 * gdb.base/step-over-exit.c: New.
8272 * gdb.base/step-over-exit.exp: New.
8274 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8276 * gdb.base/float.exp: Add target check for nds32*-*-*.
8277 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8279 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8281 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8282 for unsupported target features.
8283 * gdb.base/call-rt-st.exp: Likewise.
8284 * gdb.base/call-sc.exp: Likewise.
8285 * gdb.base/call-signal-resume.exp: Likewise.
8286 * gdb.base/call-strs.exp: Likewise.
8287 * gdb.base/callexit.exp: Likewise.
8288 * gdb.base/callfuncs.exp: Likewise.
8289 * gdb.base/nodebug.exp: Likewise.
8290 * gdb.base/printcmds.exp: Likewise.
8291 * gdb.base/ptype.exp: Likewise.
8292 * gdb.base/structs.exp: Likewise.
8293 * gdb.base/unwindonsignal.exp: Likewise.
8294 * gdb.cp/gdb2495.exp: Likewise.
8295 * gdb.cp/templates.exp: Likewise.
8296 * gdb.cp/virtfunc.exp: Likewise.
8297 * gdb.threads/hand-call-in-threads.exp: Likewise.
8298 * gdb.threads/interrupted-hand-call.exp: Likewise.
8299 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8301 2016-06-10 Tom Tromey <tom@tromey.com>
8304 * gdb.rust/expr.exp: Add test for integer constant larger than
8307 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8309 * gdb.fortran/nested-funcs.exp: New.
8310 * gdb.fortran/nested-funcs.f90: New.
8312 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8314 * gdb.base/examine-backward.c: New file.
8315 * gdb.base/examine-backward.exp: New file.
8317 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8319 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8322 2016-06-02 Tom Tromey <tom@tromey.com>
8325 * gdb.python/py-shared.exp: Add solib_name test.
8327 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8329 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8331 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8334 * gdb.dwarf2/implref.exp: Rename to...
8335 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8336 * gdb.dwarf2/implref-array.c: New file.
8337 * gdb.dwarf2/implref-array.exp: Likewise.
8338 * gdb.dwarf2/implref-global.c: Likewise.
8339 * gdb.dwarf2/implref-global.exp: Likewise.
8340 * gdb.dwarf2/implref-struct.c: Likewise.
8341 * gdb.dwarf2/implref-struct.exp: Likewise.
8343 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8345 * gdb.trace/trace-condition.exp: Add 64bit tests.
8347 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8349 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8351 (main): Adapt to 8 to 64 bits types.
8352 * gdb.trace/trace-condition.exp: Add new tests.
8354 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8356 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8358 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8360 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8361 Move condition tests...
8362 * gdb.trace/trace-condition.exp: Here.
8364 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8366 * gdb.trace/trace-condition.exp: Add counter-case tests.
8368 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8371 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8372 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8374 2016-05-27 Pedro Alves <palves@redhat.com>
8376 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8378 (top level): Call it, and bail out of DejaGnu is known to be bad.
8380 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8382 * gdb.base/whatis.c: Extend the test case.
8383 * gdb.base/whatis.exp: Add additional tests.
8385 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8387 * gdb.fortran/type.f90: Add pointer variable.
8388 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8390 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8392 * gdb.fortran/vla-type.exp: Fix testcase name.
8394 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8396 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8398 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8400 * gdb.fortran/type.f90: Add nested structures.
8401 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8402 * gdb.fortran/derived-type.exp: Adapt expected output.
8403 * gdb.fortran/vla-type.exp: Adapt expected output.
8405 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8407 * gdb.fortran/whatis_type.exp: Adapt expected output.
8409 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8411 * gdb.fortran/print_type.exp: Fix expected output.
8412 * gdb.fortran/whatis_type.exp: Fix expected output.
8414 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8416 * gdb.fortran/whatis_type.exp: Use multi_line.
8418 2016-05-24 Tom Tromey <tom@tromey.com>
8421 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8422 use value as an index.
8424 2016-05-23 Tom Tromey <tom@tromey.com>
8427 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8430 2016-05-24 Pedro Alves <palves@redhat.com>
8433 * gdb.threads/clone-attach-detach.c: New file.
8434 * gdb.threads/clone-attach-detach.exp: New file.
8436 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8438 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8440 2016-05-23 Tom Tromey <tom@tromey.com>
8442 PR python/19438, PR python/18393:
8443 * gdb.python/py-progspace.exp: Add "dir" test.
8444 * gdb.python/py-objfile.exp: Add "dir" test.
8446 2016-05-23 Yao Qi <yao.qi@linaro.org>
8448 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8449 * gdb.arch/thumb2-it.exp: Likewise.
8451 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8453 * gdb.mi/mi-threads-interrupt.c: New file.
8454 * gdb.mi/mi-threads-interrupt.exp: New file.
8456 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8459 * gdb.mi/mi-async-run.exp: New file.
8460 * gdb.mi/mi-async-run.c: New file.
8462 2016-05-17 Tom Tromey <tom@tromey.com>
8463 Manish Goregaokar <manishsmail@gmail.com>
8465 * lib/rust-support.exp: New file.
8466 * lib/gdb.exp (skip_rust_tests): New proc.
8467 (build_executable_from_specs): Handle rust.
8468 * lib/future.exp (gdb_find_rustc): New proc.
8469 (gdb_default_target_compile): Handle rust.
8470 * gdb.rust/expr.exp: New file.
8471 * gdb.rust/generics.exp: New file.
8472 * gdb.rust/generics.rs: New file.
8473 * gdb.rust/methods.exp: New file.
8474 * gdb.rust/methods.rs: New file.
8475 * gdb.rust/modules.exp: New file.
8476 * gdb.rust/modules.rs: New file.
8477 * gdb.rust/simple.exp: New file.
8478 * gdb.rust/simple.rs: New file.
8480 2016-05-17 Tom Tromey <tom@tromey.com>
8482 * gdb.base/default.exp (set language): Add rust.
8484 2016-05-17 Tom Tromey <tom@tromey.com>
8486 * gdb.gdb/unittest.exp: New file.
8488 2016-05-16 Yao Qi <yao.qi@linaro.org>
8490 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8491 shell_prompt. Update shell_prompt_re.
8493 2016-05-12 Doug Evans <dje@google.com>
8496 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8497 $options when building executable.
8498 * gdb.dwarf2/fission-loclists-pie.S: New file.
8499 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8501 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8503 * gdb.base/solib-display.exp: Check for [use_gdb_stub]Â instead
8504 of [is_remote target],
8506 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8508 * lib/gdb.exp (use_gdb_stub): New procedure.
8510 2016-05-03 Yunlian Jiang <yunlian@google.com>
8511 Doug Evans <dje@google.com>
8514 * gdb.dwarf2/dwp-sepdebug.c: New file.
8515 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8517 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8519 * gdb.base/detach.exp: Remove is_remote check.
8521 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8523 * gdb.base/annota-input-while-running.exp: Don't check for
8524 [is_remote target]. Enable annotations after running to main.
8525 Remove unused "set test..." line.
8527 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8529 * gdb.trace/trace-enable-disable.exp: New file.
8530 * gdb.trace/trace-enable-disable.c: New file.
8532 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8534 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8535 use it in info sharedlibrary test.
8536 * gdb.trace/ftrace-lock.exp: Likewise.
8537 * gdb.trace/ftrace.exp: Likewise.
8538 * gdb.trace/range-stepping.exp: Likewise.
8539 * gdb.trace/trace-break.exp: Likewise.
8540 * gdb.trace/trace-condition.exp: Likewise.
8541 * gdb.trace/trace-mt.exp: Likewise.
8543 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8545 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8546 (gdb_load_shlib): ... this.
8547 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8549 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8550 * gdb.base/ctxobj.exp: Likewise.
8551 * gdb.base/dprintf-pending.exp: Likewise.
8552 * gdb.base/dso2dso.exp: Likewise.
8553 * gdb.base/fixsection.exp: Likewise.
8554 * gdb.base/gcore-relro.exp: Likewise.
8555 * gdb.base/gdb1555.exp: Likewise.
8556 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8557 * gdb.base/gnu-ifunc.exp: Likewise.
8558 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8559 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8560 * gdb.base/pending.exp: Likewise.
8561 * gdb.base/print-file-var.exp: Likewise.
8562 * gdb.base/print-symbol-loading.exp: Likewise.
8563 * gdb.base/shlib-call.exp: Likewise.
8564 * gdb.base/shreloc.exp: Likewise.
8565 * gdb.base/so-impl-ld.exp: Likewise.
8566 * gdb.base/solib-disc.exp: Likewise.
8567 * gdb.base/solib-nodir.exp: Likewise.
8568 * gdb.base/solib-overlap.exp: Likewise.
8569 * gdb.base/solib-symbol.exp: Likewise.
8570 * gdb.base/solib-weak.exp (do_test): Likewise.
8571 * gdb.base/sym-file.exp: Likewise.
8572 * gdb.base/symtab-search-order.exp: Likewise.
8573 * gdb.base/type-opaque.exp: Likewise.
8574 * gdb.base/unload.exp: Likewise.
8575 * gdb.base/watchpoint-solib.exp: Likewise.
8576 * gdb.compile/compile.exp: Likewise.
8577 * gdb.cp/gdb2384.exp: Likewise.
8578 * gdb.cp/infcall-dlopen.exp: Likewise.
8579 * gdb.cp/re-set-overloaded.exp: Likewise.
8580 * gdb.fortran/library-module.exp: Likewise.
8581 * gdb.opt/solib-intra-step.exp: Likewise.
8582 * gdb.python/py-finish-breakpoint.exp: Likewise.
8583 * gdb.python/py-shared.exp: Likewise.
8584 * gdb.reverse/solib-precsave.exp: Likewise.
8585 * gdb.reverse/solib-reverse.exp: Likewise.
8586 * gdb.server/solib-list.exp: Likewise.
8587 * gdb.threads/dlopen-libpthread.exp: Likewise.
8588 * gdb.threads/tls-shared.exp: Likewise.
8589 * gdb.threads/tls-so_extern.exp: Likewise.
8590 * gdb.trace/change-loc.exp: Likewise.
8591 * gdb.trace/ftrace-lock.exp: Likewise.
8592 * gdb.trace/ftrace.exp: Likewise.
8593 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8594 * gdb.trace/pending.exp: Likewise.
8595 * gdb.trace/range-stepping.exp: Likewise.
8596 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8597 (strace_info_marker): Likewise.
8598 (strace_probe_marker): Likewise.
8599 (strace_trace_on_same_addr): Likewise.
8600 (strace_trace_on_diff_addr): Likewise.
8601 * gdb.trace/trace-break.exp: Likewise.
8602 * gdb.trace/trace-condition.exp: Likewise.
8603 * gdb.trace/trace-mt.exp: Likewise.
8605 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8607 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8608 result of gdb_remote_download.
8609 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8610 * gdb.base/dso2dso.exp: Likewise.
8611 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8612 * gdb.base/print-file-var.exp: Likewise.
8613 * gdb.base/shlib-call.exp: Likewise.
8614 * gdb.base/shreloc.exp: Likewise.
8615 * gdb.base/solib-overlap.exp: Likewise.
8616 * gdb.base/solib-weak.exp (do_test): Likewise.
8617 * gdb.base/unload.exp: Likewise.
8619 2016-04-27 Yao Qi <yao.qi@linaro.org>
8621 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8624 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8626 * vla-type.exp: Print structure from toplevel.
8628 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8630 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8632 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8635 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8637 * gdb.fortran/vla-type.f90: New file.
8638 * gdb.fortran/vla-type.exp: New file.
8640 2016-04-25 Yao Qi <yao.qi@linaro.org>
8642 * gdb.base/branch-to-self.c: New file.
8643 * gdb.base/branch-to-self.exp: New file.
8645 2016-04-22 Yao Qi <yao.qi@linaro.org>
8647 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8650 2016-04-22 Yao Qi <yao.qi@linaro.org>
8652 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8653 * gdb.base/annota3.exp: Likewise.
8655 2016-04-22 Yao Qi <yao.qi@linaro.org>
8657 * gdb.reverse/step-precsave.exp: Do one step and test program
8658 stops in "callee" and do multiple steps until program goes out
8660 * gdb.reverse/step-reverse.exp: Likewise.
8662 2016-04-22 Yao Qi <yao.qi@linaro.org>
8664 * gdb.trace/signal.exp: Also pass if
8665 $tracepoint_hits($i) > $iterations.
8667 2016-04-22 Yao Qi <yao.qi@linaro.org>
8669 * gdb.trace/signal.c: New file.
8670 * gdb.trace/signal.exp: New file.
8672 2016-04-19 Doug Evans <xdje42@gmail.com>
8674 * gdb.base/bad-file.exp: New file.
8676 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8678 * gdb.dwarf2/implref.exp: New file.
8680 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8682 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8683 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8684 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8685 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8686 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8687 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8688 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8689 * lib/fortran.exp (fortran_int4): New procedure.
8690 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8691 (fortran_logical4): Likewise.
8693 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8695 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8697 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8699 * lib/compiler.c: Add Intel specific preprocessor macros.
8700 * lib/compiler.cc: Likewise.
8702 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8704 * gdb.server/connect-with-no-symbol-file.c: New file.
8705 * gdb.server/connect-with-no-symbol-file.exp: New file.
8707 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8709 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8711 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8713 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8714 standard output directory.
8716 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8718 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8720 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8722 * gdb.btrace/instruction_history.c (loop): Add declaration.
8724 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8726 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8728 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8730 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8731 parentheses to print.
8732 (continue_handler): Likewise.
8734 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8736 * gdb.server/solib-list.exp: Remove is_remote check.
8737 Pass shlib= to gdb_compile. Don't link shared library with
8738 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8739 Run binary filename through "readlink -f" on the target.
8741 2016-04-08 Pedro Alves <palves@redhat.com>
8743 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8744 interpreter filename as argument to gdbserver_spawn.
8745 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8746 Return empty if $last_loaded_file does not exist.
8748 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8750 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8751 * gdb.base/jit-main.c: Use exit after usage.
8753 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8755 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8756 GDBHISTSIZE prior to the tests.
8757 * gdb.base/gdbinit-history.exp: Likewise.
8759 2016-04-07 Pedro Alves <palves@redhat.com>
8761 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8762 instead of build_executable. Use gdb_load_shlibs.
8764 2016-04-07 Yao Qi <yao.qi@linaro.org>
8766 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8767 Execute "si" command.
8769 2016-04-07 Yao Qi <yao.qi@linaro.org>
8771 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8772 number instead of the comments on some line.
8774 2016-04-06 Don Breazeal <donb@codesourcery.com>
8776 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8777 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8779 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8781 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8782 standard_output_file. Remove unused binfile variable.
8784 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8786 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8787 * gdb.python/py-mi-objfile.exp: Match "list main" output
8790 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8792 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8795 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8797 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8799 * gdb.trace/ftrace.exp: Likewise.
8800 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8802 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8803 (gdb_load_shlibs): Copy libraries to test directory when testing
8804 natively. Only set solib-search-path if testing remotely.
8805 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8807 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8809 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8810 gdb_download. Use it even if the target is not remote.
8811 * gdb.base/jit.exp (compile_jit_test): Likewise.
8812 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8813 output directory if the destination board is local, otherwise use
8814 the standard remote_download from DejaGnu.
8815 (gdb_download): Remove.
8816 (gdb_load_shlibs): Use gdb_remote_download instead of
8818 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8819 Use gdb_remote_download instead of gdb_download. Use it even if
8820 the target is not remote.
8821 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8822 instead of gdb_download.
8824 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8826 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8827 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8830 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8833 * gdb.base/printcmds.exp: Add artificial arrays tests.
8835 2016-03-31 Pedro Alves <palves@redhat.com>
8838 * gdb.base/jit-main.c: Include unistd.h.
8839 (ATTACH): Define to 0 if not already defined.
8840 (wait_for_gdb, mypid): New globals.
8841 (WAIT_FOR_GDB): New macro.
8842 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8843 some breakpoint locations.
8844 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8846 (one_jit_test): Add REATTACH parameter, and handle it. Use
8847 continue_to_test_location.
8848 (top level): Test attach, and adjusts calls to one_jit_test.
8850 2016-03-31 Pedro Alves <palves@redhat.com>
8853 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8854 BINSUFFIX parameter, and handle it.
8855 (top level): Adjust calls compile_jit_test.
8857 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8860 * gdb.python/py-mi-events-gdb.py: New file.
8861 * gdb.python/py-mi-events.c: New file.
8862 * gdb.python/py-mi-events.exp: New file.
8864 2016-03-30 Yao Qi <yao.qi@linaro.org>
8866 * gdb.reverse/until-precsave.exp: Match function name only.
8867 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8868 Move malloc to a condition block.
8869 * gdb.reverse/until-reverse.exp: Match function name only.
8871 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8873 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8874 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8875 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8876 variable for GPR 0 instead of assuming it is register 0.
8877 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8878 * lib/trace-support.exp: Add s390 registers.
8880 2016-03-29 Yao Qi <yao.qi@linaro.org>
8882 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8884 2016-03-24 Yao Qi <yao.qi@linaro.org>
8886 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8889 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8891 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8892 maintaining separate logic for constructing the output path.
8894 2016-03-16 Don Breazeal <donb@codesourcery.com>
8896 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8897 Retry fork and waitpid on interrupted system call errors.
8898 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8899 Use with_timeout_factor to increase timeout by factor of 10.
8901 2016-03-15 Don Breazeal <donb@codesourcery.com>
8903 * gdb.cp/scope-err.cc: New test program.
8904 * gdb.cp/scope-err.exp: New test script.
8905 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8906 lines and "set breakpoint here" comment.
8907 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8908 Fixed some whitespace and format issues.
8909 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8910 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8912 2016-03-15 Doug Evans <dje@google.com>
8914 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8915 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8916 All callers updated. Add tests for enums, mixed flags register.
8918 2016-03-15 Doug Evans <dje@google.com>
8920 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8921 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8923 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8925 * gdb.base/default.exp: Add $_as_string to the list of expected
8926 convenience functions.
8928 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8930 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8932 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8934 * gdb.python/py-as-string.exp: New file.
8935 * gdb.python/py-as-string.c: New file.
8937 2016-03-09 Pedro Alves <palves@redhat.com>
8939 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8940 signal" -> "Thread NN received signal" output change.
8941 * gdb.threads/ia64-sigill.exp: Likewise.
8942 * gdb.threads/linux-dp.exp: Likewise.
8943 * gdb.threads/manythreads.exp: Likewise.
8944 * gdb.threads/pending-step.exp: Likewise.
8945 * gdb.threads/print-threads.exp: Likewise.
8946 * gdb.threads/sigstep-threads.exp: Likewise.
8947 * gdb.threads/staticthreads.exp: Likewise.
8948 * gdb.threads/tls.exp: Likewise.
8950 2016-03-09 Pedro Alves <palves@redhat.com>
8952 * gdb.base/command-line-input.exp: New file.
8954 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8956 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8957 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8958 * gdb.trace/pending.exp: Accept leading dot before function name.
8959 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8960 * lib/trace-support.exp: Set registers for ppc.
8962 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8964 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8965 use it for disassembly; accept .main in addition to main in backtrace.
8967 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8968 Marcin Kościelnicki <koriakin@0x04.net>
8970 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8971 (gdb_recursion_test_ptr): New global variable.
8972 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8974 (gdb_c_test): Ditto.
8976 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8978 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8981 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8983 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8984 (bar): Add bar_start_lbl label.
8985 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8986 of foo/bar for emitting DWARF and tracing.
8988 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8990 * analyze-racy-logs.py: Set executable bit.
8992 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8994 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8995 (CHECK_TARGET_TMP): Likewise.
8996 (check-single-racy): New rule.
8997 (check-parallel-racy): Likewise.
8998 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8999 (do-check-parallel-racy): New rule.
9000 (check-racy/%.exp): Likewise.
9001 * README (Racy testcases): New section.
9002 * analyze-racy-logs.py: New file.
9004 2016-03-03 Doug Evans <dje@google.com>
9006 * gdb.base/skip.exp: Use with_test_prefix.
9008 2016-03-03 Yao Qi <yao.qi@linaro.org>
9010 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9011 Invoke step_over_syscall "clone" and break_cond_on_syscall
9013 * gdb.base/step-over-clone.c: New file.
9015 2016-03-03 Yao Qi <yao.qi@linaro.org>
9017 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9020 2016-03-03 Yao Qi <yao.qi@linaro.org>
9022 * gdb.base/disp-step-fork.c: Rename to ...
9023 * gdb.base/step-over-fork.c: ... it. New file.
9024 * gdb.base/disp-step-vfork.c: Rename to ...
9025 * gdb.base/step-over-vfork.c: ... it. New file.
9026 * gdb.base/disp-step-syscall.exp: Rename to ...
9027 * gdb.base/step-over-syscall.exp: ... it. New file.
9028 (disp_step_cross_syscall): Rename to ...
9029 (step_over_syscall): ... it.
9031 2016-03-03 Yao Qi <yao.qi@linaro.org>
9033 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9034 If target supports condition evaluation on target, invoke
9035 break_cond_on_syscall for fork and vfork.
9037 2016-03-03 Yao Qi <yao.qi@linaro.org>
9039 * gdb.base/disp-step-syscall.exp: Don't invoke
9040 support_displaced_stepping.
9041 (disp_step_cross_syscall): Test with displaced stepping off and
9044 2016-03-03 Yao Qi <yao.qi@linaro.org>
9046 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9049 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9052 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9054 * gdb.fortran/vla-history.exp: Remove breakpoint.
9056 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9058 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9061 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9063 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9066 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9068 * gdb.mi/vla.f90: Nullify pointer after declaration.
9070 2016-03-01 Pedro Alves <palves@redhat.com>
9072 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9074 2016-03-01 Pedro Alves <palves@redhat.com>
9076 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9077 before anything else.
9078 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9080 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9081 before anything else.
9082 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9084 2016-03-01 Pedro Alves <palves@redhat.com>
9086 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9088 2016-03-01 Yao Qi <yao.qi@linaro.org>
9090 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9091 prepare_for_testing.
9093 2016-03-01 Yao Qi <yao.qi@linaro.org>
9095 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9097 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9099 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9100 manually constructing the output path.
9102 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9104 * gdb.arch/s390-stackless.S: New.
9105 * gdb.arch/s390-stackless.exp: New.
9107 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9109 * gdb.dlang/circular.c: New file.
9110 * gdb.dlang/circular.exp: New file.
9112 2016-02-26 Yao Qi <yao.qi@linaro.org>
9114 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9115 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9116 (testcases): Update.
9118 2016-02-26 Yao Qi <yao.qi@linaro.org>
9120 * gdb.reverse/aarch64.c: Rename to ...
9121 * gdb.reverse/insn-reverse.c: ... it.
9122 * gdb.reverse/aarch64.exp: Rename to ...
9123 * gdb.reverse/insn-reverse.exp: ... it.
9125 2016-02-26 Yao Qi <yao.qi@linaro.org>
9127 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9128 (testcase_ftype): New.
9129 (testcases): New array.
9131 (main): Call each element in testcases.
9132 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9133 (read_testcase): New.
9134 Do the tests in a loop.
9136 2016-02-25 Yao Qi <yao.qi@linaro.org>
9138 * gdb.base/branches.c: Remove.
9140 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9143 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9145 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9147 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9149 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9151 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9152 change x86_64 call_insn to 'callq'.
9154 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9156 * gdb.trace/tfile-avx.c: Move to...
9157 * gdb.trace/tracefile-pseudo-reg.c: Here.
9158 * gdb.trace/tfile-avx.exp: Move to...
9159 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9161 2016-02-24 Gary Benson <gbenson@redhat.com>
9163 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9166 2016-02-23 Doug Evans <dje@google.com>
9168 * gdb.base/skip.c (test_skip): New function.
9169 (end_test_skip_file_and_function): New function.
9170 (test_skip_file_and_function): New function.
9171 * gdb.base/skip1.c (test_skip): New function.
9172 (skip1_test_skip_file_and_function): New function.
9173 * gdb.base/skip.exp: Add tests for new skip options.
9174 * gdb.base/skip-solib.exp: Update expected output.
9175 * gdb.perf/skip-command.cc: New file.
9176 * gdb.perf/skip-command.exp: New file.
9177 * gdb.perf/skip-command.py: New file.
9179 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9181 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9182 info registers pattern.
9184 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9186 * lib/future.exp: Add D support.
9187 (gdb_find_gdc): New proc.
9188 (gdb_default_target_compile): Add D support.
9190 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9192 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9194 (trace_speed_test): Determine the iteration count for a time
9195 between 15..30 seconds.
9197 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9199 * gdb.arch/i386-mpx-sigsegv.c: New file.
9200 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9201 * gdb.arch/i386-mpx-simple_segv.c: New file.
9202 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9204 2016-02-18 Yao Qi <yao.qi@linaro.org>
9206 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9207 Don't call setup_kfail.
9209 2016-02-18 Yao Qi <yao.qi@linaro.org>
9211 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9212 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9214 2016-02-16 Doug Evans <dje@google.com>
9216 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9217 * gdb.base/skip1.c: Ditto.
9218 * gdb.base/skip.exp: Whitespace cleanup.
9220 2016-02-16 Don Breazeal <donb@codesourcery.com>
9223 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9224 Remove kfail for PR remote/19496.
9226 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9228 * lib/gdb.exp (standard_temp_file): Return a path specific to
9229 the runtest invocation.
9231 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9233 * gdb.trace/save-trace.exp: Change relative path to be in the
9234 standard output directory.
9236 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9238 * gdb.arch/i386-prologue.c: Add missing prototypes.
9240 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9242 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9243 * gdb.arch/i386-prologue.exp: Likewise.
9244 * gdb.arch/i386-size.exp: Likewise.
9246 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9248 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9249 define object file path.
9250 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9252 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9253 standard_output_file to define binfile.
9255 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9257 Fix compatibility with recent gfortran-5.3.1.
9258 * gdb.fortran/vla-history.exp (print vla1 allocated)
9259 (print vla2 allocated, print $2, print $3): Remove
9260 (print $4): Rename to ...
9261 (print $2): ... here.
9262 (print $9): Rename to ...
9263 (print $5): ... here.
9264 (print $10): Rename to ...
9265 (print $6): ... here.
9266 * gdb.fortran/vla.f90: Add pvla initialization.
9268 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9270 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9272 * gdb.fortran/vla-value-sub.exp: Likewise.
9274 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9276 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9278 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9280 * i386-biarch-core.exp: Define corefile using
9281 standard_output_file.
9283 2016-02-12 Yao Qi <yao.qi@linaro.org>
9285 * gdb.arch/arm-single-step-kernel-helper.c: New.
9286 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9288 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9290 * gdb.btrace/tailcall-only.exp: New.
9291 * gdb.btrace/tailcall-only.c: New.
9292 * gdb.btrace/x86_64-tailcall-only.S: New.
9293 * gdb.btrace/i686-tailcall-only.S: New.
9295 2016-02-11 Pedro Alves <palves@redhat.com>
9297 * README (Parallel testing): Add missing double quotes.
9299 2016-02-11 Pedro Alves <palves@redhat.com>
9301 * README (Parallel testing): New section.
9302 (GDB_PARALLEL): Rewrite.
9303 (FORCE_PARALLEL): Document.
9305 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9307 * gdb.trace/tfile-avx.c: New test.
9308 * gdb.trace/tfile-avx.exp: New test.
9310 2016-02-09 Keith Seitz <keiths@redhat.com>
9312 PR breakpoints/19546
9313 * gdb.base/infcall-exec.c: New file.
9314 * gdb.base/infcall-exec2.c: New file.
9315 * gdb.base/infcall-exec.exp: New file.
9317 2016-02-09 Keith Seitz <keiths@redhat.com>
9319 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9320 (toplevel): Call test_bkpt_address.
9322 2016-02-09 Keith Seitz <keiths@redhat.com>
9325 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9326 (toplevel): Call test_bkpt_address.
9328 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9330 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9332 * configure: Regenerate.
9334 2016-02-09 Pedro Alves <palves@redhat.com>
9336 PR breakpoints/19548
9337 * gdb.base/execl-update-breakpoints.c (some_function): New
9340 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9341 Tighten expected GDB output.
9343 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9345 * Makefile.in (ALL_SUBDIRS): Remove.
9346 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9347 (distclean maintainer-clean realclean): Likewise.
9348 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9349 * configure: Regenerate.
9350 * gdb.ada/Makefile.in: Delete.
9351 * gdb.arch/Makefile.in: Likewise.
9352 * gdb.asm/Makefile.in: Likewise.
9353 * gdb.base/Makefile.in: Likewise.
9354 * gdb.btrace/Makefile.in: Likewise.
9355 * gdb.cell/Makefile.in: Likewise.
9356 * gdb.compile/Makefile.in: Likewise.
9357 * gdb.cp/Makefile.in: Likewise.
9358 * gdb.disasm/Makefile.in: Likewise.
9359 * gdb.dlang/Makefile.in: Likewise.
9360 * gdb.dwarf2/Makefile.in: Likewise.
9361 * gdb.fortran/Makefile.in: Likewise.
9362 * gdb.gdb/Makefile.in: Likewise.
9363 * gdb.go/Makefile.in: Likewise.
9364 * gdb.guile/Makefile.in: Likewise.
9365 * gdb.java/Makefile.in: Likewise.
9366 * gdb.linespec/Makefile.in: Likewise.
9367 * gdb.mi/Makefile.in: Likewise.
9368 * gdb.modula2/Makefile.in: Likewise.
9369 * gdb.multi/Makefile.in: Likewise.
9370 * gdb.objc/Makefile.in: Likewise.
9371 * gdb.opencl/Makefile.in: Likewise.
9372 * gdb.opt/Makefile.in: Likewise.
9373 * gdb.pascal/Makefile.in: Likewise.
9374 * gdb.perf/Makefile.in: Likewise.
9375 * gdb.python/Makefile.in: Likewise.
9376 * gdb.reverse/Makefile.in: Likewise.
9377 * gdb.server/Makefile.in: Likewise.
9378 * gdb.stabs/Makefile.in: Likewise.
9379 * gdb.threads/Makefile.in: Likewise.
9380 * gdb.trace/Makefile.in: Likewise.
9381 * gdb.xml/Makefile.in: Likewise.
9382 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9384 (standard_output_file): Remove check for GDB_PARALLEL, always
9385 return path in outputs/$subdir/$testname.
9387 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9389 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9390 (site.exp): Assign abs_srcdir to tcl's srcdir.
9392 2016-02-04 Yao Qi <yao.qi@linaro.org>
9394 * gdb.base/foll-exec-mode.c: Include limits.h.
9395 (main): Add parameters argc and argv. Get directory from
9397 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9399 * gdb.base/foll-exec.c: Include limits.h.
9400 (main): Add parameters argc and argv.
9401 Get directory from argv[0].
9402 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9403 Adjust tests on the number of lines as source code changed.
9404 * gdb.base/foll-vfork-exit.c: Include limits.h.
9405 (main): Add one line of statement before vfork.
9406 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9407 (main): Add parameters argc and argv. Get directory from
9409 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9410 (setup_gdb): Set tbreak to skip some source lines.
9411 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9412 (main): Add parameters argc and argv. Get directory from
9414 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9416 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9417 (main): Add parameters argc and argv. Get directory from
9419 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9422 2016-02-01 Doug Evans <dje@google.com>
9424 * gdb.base/skip.exp: Clean up multiple references to same test name.
9426 2016-02-01 Pedro Alves <palves@redhat.com>
9429 * gdb.threads/forking-threads-plus-breakpoint.exp
9430 (displaced_stepping_supported): New global.
9431 (probe_displaced_stepping_support): New procedure.
9432 (do_test): Add 'displaced' parameter, and use it.
9433 (top level): Check for displaced stepping support. Add displaced
9434 stepping on/off testing axis.
9436 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9438 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9439 pointer. Don't perform further tests on the unassociated pointer
9440 if the first test fails.
9442 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9444 * gdb.base/max-value-size.c: New file.
9445 * gdb.base/max-value-size.exp: New file.
9446 * gdb.base/huge.exp: Disable max-value-size for this test.
9448 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9450 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9452 2016-01-28 Yao Qi <yao.qi@linaro.org>
9454 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9456 2016-01-25 Pedro Alves <palves@redhat.com>
9459 * gdb.base/fork-running-state.c: New file.
9460 * gdb.base/fork-running-state.exp: New file.
9462 2016-01-25 Pedro Alves <palves@redhat.com>
9465 * gdb.base/catch-fork-kill.c: New file.
9466 * gdb.base/catch-fork-kill.exp: New file.
9468 2016-01-25 Pedro Alves <palves@redhat.com>
9470 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9471 Delete, moved to lib/gdb.exp.
9472 * gdb.threads/forking-threads-plus-breakpoint.exp
9473 (foreach_with_prefix): Likewise.
9474 * gdb.threads/process-dies-while-handling-bp.exp
9475 (foreach_with_prefix): Likewise.
9476 * lib/gdb.exp (foreach_with_prefix): New procedure.
9478 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9480 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9481 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9483 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9485 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9488 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9489 Pedro Alves <palves@redhat.com>
9491 Fix testsuite compatibility with Guile.
9492 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9495 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9497 Fix testsuite compatibility with Guile.
9498 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9499 (thread 1): New test for backtrace through signal handler.
9501 2016-01-22 Yao Qi <yao.qi@linaro.org>
9504 * gdb.base/multi-forks.c: Include
9505 ../lib/unbuffer_output.c
9506 (main): Call gdb_unbuffer_output.
9508 2016-01-21 Doug Evans <dje@google.com>
9510 * lib/ada.exp (gdb_compile_ada): Fix typo.
9512 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9514 * gdb.base/break-fun-addr.exp: New file.
9515 * gdb.base/break-fun-addr1.c: New file.
9516 * gdb.base/break-fun-addr2.c: New file.
9518 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9520 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9521 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9524 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9526 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9527 when GDB can not set the vector return value. Add more comments
9530 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9532 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9535 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9537 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9539 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9541 * Makefile.in (check-single): Pass --status to runtest.
9542 (check/%.exp): Likewise.
9544 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9546 * Makefile.in (check-parallel): Propagate return code from make
9549 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9551 * gdb.trace/ftrace.exp: Fix expected message on continue.
9552 * gdb.trace/pending.exp: Fix expected message on continue.
9553 * gdb.trace/trace-break.exp: Fix expected message on continue.
9555 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9557 * lib/gdb.exp (gdb_test): Remove unused global references.
9559 2016-01-18 Pedro Alves <palves@redhat.com>
9561 * gdb.base/async-shell.exp: Adjust expected output.
9562 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9563 * gdb.base/siginfo-thread.exp: Adjust expected output.
9564 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9565 * gdb.java/jnpe.exp: Adjust expected output.
9566 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9567 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9568 * gdb.threads/leader-exit.exp: Adjust expected output.
9569 * gdb.threads/manythreads.exp: Adjust expected output.
9570 * gdb.threads/pthreads.exp: Adjust expected output.
9571 * gdb.threads/schedlock.exp: Adjust expected output.
9572 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9573 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9575 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9577 * gdb.threads/sigthread.exp: Adjust expected output.
9578 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9580 2016-01-18 Yao Qi <yao.qi@linaro.org>
9582 * gdb.guile/scm-section-script.c: Replace @progbits with
9584 * gdb.python/py-section-script.c: Likewise.
9586 2016-01-15 Pedro Alves <palves@redhat.com>
9588 * gdb.multi/tids.exp: Test star wildcard ranges.
9590 2016-01-15 Pedro Alves <palves@redhat.com>
9592 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9593 command from "thread apply" invocation.
9594 (thr_apply_info_thr_invalid): Default the expected output to the
9596 (top level): Add tests that use convenience variables. Add tests
9597 for "thread apply" with a valid TID list, but missing the command.
9599 2016-01-13 Pedro Alves <palves@redhat.com>
9601 * gdb.base/default.exp: Expect $_gthread as well.
9602 * gdb.multi/tids.exp: Test $_gthread.
9603 * gdb.threads/thread-specific.exp: Test $_gthread.
9605 2016-01-13 Pedro Alves <palves@redhat.com>
9607 * gdb.multi/tids.exp: Test "info threads -gid".
9609 2016-01-13 Pedro Alves <palves@redhat.com>
9611 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9613 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9615 2016-01-07 Pedro Alves <palves@redhat.com>
9617 * gdb.base/break.exp: Adjust to output changes.
9618 * gdb.base/hbreak2.exp: Likewise.
9619 * gdb.base/sepdebug.exp: Likewise.
9620 * gdb.base/watch_thread_num.exp: Likewise.
9621 * gdb.linespec/keywords.exp: Likewise.
9622 * gdb.multi/info-threads.exp: Likewise.
9623 * gdb.threads/thread-find.exp: Likewise.
9624 * gdb.multi/tids.c: New file.
9625 * gdb.multi/tids.exp: New file.
9627 2016-01-13 Pedro Alves <palves@redhat.com>
9629 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9631 2016-01-13 Pedro Alves <palves@redhat.com>
9633 * gdb.base/default.exp: Expect $_inferior as well.
9634 * gdb.multi/base.exp: Test $_inferior.
9636 2016-01-13 Pedro Alves <palves@redhat.com>
9638 PR breakpoints/19388
9639 * gdb.base/catch-signal-siginfo-cond.c: New file.
9640 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9642 2016-01-12 Josh Stone <jistone@redhat.com>
9643 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9645 * gdb.base/catch-syscall.c (do_execve): New variable.
9646 (main): Conditionally trigger an execve.
9647 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9648 (test_catch_syscall_execve): New, check entry/return across execve.
9649 (do_syscall_tests): Call test_catch_syscall_execve.
9651 2016-01-12 Pedro Alves <palves@redhat.com>
9653 * gdb.base/random-signal.exp (do_test): New procedure, with body
9654 of testcase moved in.
9656 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9657 Pedro Alves <palves@redhat.com>
9659 * gdb.base/funcargs.exp (finish from indirectly called function):
9660 Reintroduce the case for 'First'.
9662 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9663 Pedro Alves <palves@redhat.com>
9665 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9666 (tcatch_vfork_then_child_follow_exec)
9667 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9670 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9672 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9673 and repeats to unlimited.
9674 * gdb.python/py-value.exp: Likewise.
9675 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9676 and repeats to unlimited.
9678 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9680 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9681 and reordering the functions.
9682 * gdb.multi/hangout.c: Likewise.
9683 * gdb.multi/hello.c: Likewise.
9685 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9687 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9689 (SingleStatisticTestResult.report): Use dict.keys instead of
9692 2016-01-06 Pedro Alves <palves@redhat.com>
9694 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9696 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9698 * gdb.btrace/dlopen.exp: New.
9699 * gdb.btrace/dlopen.c: New.
9700 * gdb.btrace/dlopen-dso.c: New.
9702 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9704 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9705 PATTERN argument is optional.
9707 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9709 * lib/ada.exp (target_compile_ada_from_dir): New function.
9710 (gdb_compile_ada): Reimplement avoiding the use of project files.
9711 * gdb.ada/gnat_ada.gpr: Delete.
9712 * gdb.ada/cond_lang.exp: Adjust test to make path before
9714 * gdb.ada/small_reg_param.exp: Likewise.
9716 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9718 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9720 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9722 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9725 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9727 * gdb.base/break.exp: Remove dead code.
9728 * gdb.base/sepdebug.exp: Likewise.
9730 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9732 * gdb.asm/asm-source.exp: Remove HP-UX references.
9733 * gdb.base/annota1.exp: Likewise.
9734 * gdb.base/annota3.exp: Likewise.
9735 * gdb.base/attach.exp: Likewise.
9736 * gdb.base/bigcore.exp: Likewise.
9737 * gdb.base/break.exp: Likewise.
9738 * gdb.base/call-ar-st.exp: Likewise.
9739 * gdb.base/callfuncs.exp: Likewise.
9740 * gdb.base/catch-fork-static.exp: Likewise.
9741 * gdb.base/display.exp: Likewise.
9742 * gdb.base/foll-exec-mode.exp: Likewise.
9743 * gdb.base/foll-exec.exp: Likewise.
9744 * gdb.base/foll-fork.exp: Likewise.
9745 * gdb.base/foll-vfork.exp: Likewise.
9746 * gdb.base/funcargs.exp: Likewise.
9747 * gdb.base/hbreak2.exp: Likewise.
9748 * gdb.base/inferior-died.exp: Likewise.
9749 * gdb.base/interrupt.exp: Likewise.
9750 * gdb.base/multi-forks.exp: Likewise.
9751 * gdb.base/nodebug.exp: Likewise.
9752 * gdb.base/sepdebug.exp: Likewise.
9753 * gdb.base/solib1.c: Likewise.
9754 * gdb.base/step-test.exp: Likewise.
9755 * gdb.mi/non-stop.c: Likewise.
9756 * gdb.mi/pthreads.c: Likewise.
9757 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9758 * gdb.threads/pthreads.c: Likewise.
9759 * gdb.threads/staticthreads.exp: Likewise.
9760 * lib/future.exp: Likewise.
9761 * lib/gdb.exp: Likewise.
9762 * gdb.base/so-indr-cl.c: Remove.
9763 * gdb.base/so-indr-cl.exp: Likewise.
9764 * gdb.base/solib.c: Likewise.
9765 * gdb.base/solib.exp: Likewise.
9766 * gdb.base/solib2.c: Likewise.
9768 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9770 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9771 * gdb.base/call-ar-st.exp: Likewise.
9772 * gdb.base/callfuncs.exp: Likewise.
9773 * gdb.base/condbreak.exp: Likewise.
9774 * gdb.base/constvars.exp: Likewise.
9775 * gdb.base/hbreak2.exp: Likewise.
9776 * gdb.base/langs.exp: Likewise.
9777 * gdb.base/list.exp: Likewise.
9778 * gdb.base/long_long.exp: Likewise.
9779 * gdb.base/ptype.exp: Likewise.
9780 * gdb.base/scope.exp: Likewise.
9781 * gdb.base/signals.exp: Likewise.
9782 * gdb.base/so-impl-ld.exp: Likewise.
9783 * gdb.base/varargs.exp: Likewise.
9784 * gdb.base/volatile.exp: Likewise.
9785 * gdb.base/whatis.exp: Likewise.
9786 * gdb.cp/cplusfuncs.exp: Likewise.
9787 * gdb.cp/inherit.exp: Likewise.
9788 * gdb.cp/local.exp: Likewise.
9789 * gdb.cp/member-ptr.exp: Likewise.
9790 * gdb.cp/method.exp: Likewise.
9791 * gdb.cp/overload.exp: Likewise.
9792 * gdb.cp/templates.exp: Likewise.
9793 * gdb.stabs/weird.exp: Likewise.
9794 * lib/compiler.c: Likewise.
9795 * lib/compiler.cc: Likewise.
9796 * lib/cp-support.exp: Likewise.
9797 * lib/gdb.exp: Likewise.
9799 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9801 * configure.ac: Remove HP-UX case.
9802 * configure: Regenerate.
9804 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9806 * lib/gdb.exp (gdb_compile): Add function doc.
9808 2015-12-17 Pedro Alves <palves@redhat.com>
9811 * gdb.multi/info-threads.exp: New file.
9813 2015-12-15 Yao Qi <yao.qi@linaro.org>
9815 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9818 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9820 * gdb.base/history-duplicates.exp: Skip if no readline support.
9822 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9824 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9826 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9828 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9830 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9832 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9833 ctrl-C if nointerrupts target property is set.
9834 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9835 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9836 * gdb.base/paginate-bg-execution.exp: Likewise.
9837 * gdb.base/paginate-execution-startup.exp: Likewise.
9838 * gdb.base/random-signal.exp: Likewise.
9839 * gdb.base/range-stepping.exp: Likewise.
9840 * gdb.cp/annota2.exp: Likewise.
9841 * gdb.cp/annota3.exp: Likewise.
9842 * gdb.gdb/selftest.exp: Likewise.
9843 * gdb.threads/continue-pending-status.exp: Likewise.
9844 * gdb.threads/leader-exit.exp: Likewise.
9845 * gdb.threads/manythreads.exp: Likewise.
9846 * gdb.threads/pthreads.exp: Likewise.
9847 * gdb.threads/schedlock.exp: Likewise.
9848 * gdb.threads/sigthread.exp: Likewise.
9850 2015-12-11 Don Breazeal <donb@codesourcery.com>
9852 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9854 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9855 * gdb.base/foll-exec.exp (main): Enable for target remote.
9856 * gdb.base/foll-fork.exp (main): Likewise.
9857 * gdb.base/foll-vfork.exp (main): Likewise.
9858 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9859 (proc continue_to_exit_bp_loc): Use clean_restart.
9860 * gdb.base/pie-execl.exp (main): Disable for target remote.
9861 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9862 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9863 * gdb.threads/execl.exp (main): Likewise.
9864 * gdb.threads/fork-child-threads.exp (main): Likewise.
9865 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9867 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9869 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9870 pid.tid style ptids, instead of just tid.
9871 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9872 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9873 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9874 ptids, instead of just tid.
9876 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9878 * gdb.base/list.exp (test_list_forward): Add end of file error
9880 (test_repeat_list_command): Add end of file error test.
9881 (test_list_backwards): Add beginning of file error test.
9883 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9885 * gdb.base/list.exp (test_list_invalid_args): New function,
9886 defined, and called.
9888 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9890 * gdb.base/list.exp (test_list): Make test names unique.
9892 2015-12-11 Yao Qi <yao.qi@linaro.org>
9894 * gdb.base/coremaker2.c: Remove.
9896 2015-12-10 Pedro Alves <palves@redhat.com>
9898 * gdb.multi/base.exp: Remove stale "spaces" references.
9900 2015-12-10 Pedro Alves <palves@redhat.com>
9902 * gdb.multi/base.exp: Don't use nowarnings.
9903 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9904 * gdb.multi/hangout.c: Include stdio.h.
9905 * gdb.multi/hello.c: Include stdlib.h.
9906 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9907 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9908 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9910 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9912 * gdb.dwarf2/dw2-ranges-base.c: New file.
9913 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9914 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9915 support additional line table, and debug ranges generation.
9916 (Dwarf::ranges): New function, generate .debug_ranges.
9917 (Dwarf::lines): Support generating simple line table programs.
9918 (Dwarf::assemble): Initialise new namespace variables.
9920 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9922 * gdb.base/async.exp (proc test_background): Add case for
9923 asynchronous execution not supported.
9925 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9927 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9928 format and change test names to make them unique.
9930 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9931 Pedro Alves <pedro@redhat.com>
9934 Add checking of floatformats setup on x86_64 hosts.
9935 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9936 (smallval, bigval): New labels/constants.
9937 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9938 float" after loading bigval and smallval.
9940 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9942 * gdb.ada/fun_overload_menu.exp: New testcase.
9943 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9945 2015-12-04 Josh Stone <jistone@redhat.com>
9947 * gdb.base/catch-fork-static.exp: New.
9949 2015-12-03 Yao Qi <yao.qi@linaro.org>
9951 * gdb.base/sizeof.c: Don't include stdio.h and
9952 ../lib/unbuffer_output.c.
9953 (main): New variable 'size' and 'value'. Remove printf and
9954 gdb_unbuffer_output. Assign return value to size and value.
9955 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9957 (check_sizeof): Check the result by printing variable 'size'.
9958 (check_valueof): Check the result by printing variable 'value'.
9960 2015-12-01 Yao Qi <yao.qi@linaro.org>
9962 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9963 for aarch64*-*-linux* target.
9965 2015-11-30 Pedro Alves <palves@redhat.com>
9967 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9969 2015-11-30 Pedro Alves <palves@redhat.com>
9971 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9972 Handle non-stop mode vCont replies.
9974 2015-11-30 Pedro Alves <palves@redhat.com>
9976 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9977 prepare_for_testing. Start gdb with "set non-stop on" appended to
9978 GDBFLAGS. Lax expected stop output.
9980 2015-11-27 Yao Qi <yao.qi@linaro.org>
9982 * gdb.arch/arm-neon.exp: New.
9983 * gdb.arch/arm-neon.c: New.
9985 2015-11-27 Yao Qi <yao.qi@linaro.org>
9987 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9989 2015-11-27 Yao Qi <yao.qi@linaro.org>
9991 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9992 frames-invalid annotation.
9994 2015-11-27 Yao Qi <yao.qi@linaro.org>
9996 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9998 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10000 * gdb.threads/names.exp: New file.
10001 * gdb.threads/names.c: New file.
10002 * README: Mention gdb,no_thread_names.
10004 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10007 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10010 2015-11-24 Pedro Alves <palves@redhat.com>
10013 * gdb.base/display.exp: Expect displays to be sorted in ascending
10014 order. Use multi_line.
10015 * gdb.base/solib-display.exp: Likewise.
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/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10028 threads in ascending order.
10029 * gdb.base/foll-fork.exp: Likewise.
10030 * gdb.base/foll-vfork.exp: Likewise.
10031 * gdb.base/multi-forks.exp: Likewise.
10032 * gdb.mi/mi-nonstop.exp: Likewise.
10033 * gdb.mi/mi-nsintrall.exp: Likewise.
10034 * gdb.multi/base.exp: Likewise.
10035 * gdb.multi/multi-arch.exp: Likewise.
10036 * gdb.python/py-inferior.exp: Likewise.
10037 * gdb.threads/break-while-running.exp: Likewise.
10038 * gdb.threads/execl.exp: Likewise.
10039 * gdb.threads/gcore-thread.exp: Likewise.
10040 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10041 * gdb.threads/kill.exp: Likewise.
10042 * gdb.threads/linux-dp.exp: Likewise.
10043 * gdb.threads/multiple-step-overs.exp: Likewise.
10044 * gdb.threads/next-bp-other-thread.exp: Likewise.
10045 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10046 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10047 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10048 * gdb.threads/thread-find.exp: Likewise.
10049 * gdb.threads/tls.exp: Likewise.
10050 * lib/mi-support.exp (mi_reverse_list): Delete.
10051 (mi_check_thread_states): No longer reverse list.
10053 2015-11-24 Pedro Alves <palves@redhat.com>
10055 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10058 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10060 * gdb.trace/actions.c: Include trace-common.h.
10061 (main): Add a location for a fast tracepoint.
10062 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10063 the normal tracepoints.
10064 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10066 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10068 * save-trace.exp: Factor out code to these...
10069 (gdb_save_tracepoints): New.
10070 (gdb_load_tracepoints): New.
10071 (do_save_load_test): New.
10073 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10075 * gdb.base/asmlabel.exp: New test.
10076 * gdb.base/asmlabel.c: New test case.
10078 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10080 * gdb.base/wrong_frame_bt_full-main.c: New file.
10081 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10082 * gdb.base/wrong_frame_bt_full.exp: New file.
10084 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10086 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10088 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10090 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10091 pstate register when comparing registers values in
10092 sparc64-*-linux-gnu targets to avoid spurious differences.
10094 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10096 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10098 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10100 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10101 as type argument to gdb_compile.
10102 * gdb.base/nested-subp2.exp: Likewise.
10103 * gdb.base/nested-subp3.exp: Likewise.
10105 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10107 * lib/dwarf.exp (_note): Fix left shift of negative value.
10108 * gdb.trace/trace-condition.exp: Likewise.
10110 2015-11-13 Yao Qi <yao.qi@linaro.org>
10112 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10113 comments about d10v.
10114 (test_scalar_returns): Likewise.
10115 * gdb.base/d10v.ld: Remove.
10116 * gdb.base/overlays.exp: Remove the target triplet checking for
10118 * gdb.base/structs.exp (test_struct_returns): Remove the
10119 comments about d10v.
10120 (test_struct_calls): Likewise.
10122 2015-11-13 Yao Qi <yao.qi@linaro.org>
10124 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10125 * gdb.base/gnu_vector.c: Don't include stdio.h.
10126 (main): Don't print res and call add_some_intvecs.
10128 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10130 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10133 (func4): Use FAST_TRACEPOINT_LABEL.
10134 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10137 (thread_function): Use FAST_TRACEPOINT_LABEL.
10138 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10140 (marker): Use FAST_TRACEPOINT_LABEL.
10141 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10142 (pendfunc1): Remove.
10143 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10144 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10146 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10147 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10150 (marker): Use FAST_TRACEPOINT_LABEL.
10151 * gdb.trace/trace-common.h: New header.
10152 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10155 (marker): Use FAST_TRACEPOINT_LABEL.
10156 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10158 (thread_function): Use FAST_TRACEPOINT_LABEL.
10160 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10162 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10164 * gdb.trace/change-loc.exp: Use global pcreg definition.
10165 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10166 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10168 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10169 * gdb.trace/pending.exp: Likewise.
10170 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10171 * gdb.trace/trace-break.exp: Likewise.
10172 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10174 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10175 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10177 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10179 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10181 * gdb.ada/fin_fun_out: New testcase.
10183 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10185 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10186 value associated with DW_AT_byte_size.
10187 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10188 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10191 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10193 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10194 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10196 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10197 gdb.dwarf2/dw2-canonicalize-type.exp,
10198 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10199 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10200 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10201 provided by gdb_target_symbol_prefix_flags_asm.
10202 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10203 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10204 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10205 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10206 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10207 macros where needed). Use this macro for symbols which require
10208 the prefix provided by SYMBOL_PREFIX.
10210 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10212 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10214 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10215 representing expressions, of more than one list element.
10216 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10217 to prepend linker symbol prefix to f.
10218 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10219 table_1 and table_2.
10220 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10221 Likewise, for f and g.
10222 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10224 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10226 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10227 table_1_ptr and table_2_ptr.
10229 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10230 Joel Brobecker <brobecker@adacore.com>
10232 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10234 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10236 * gdb.reverse/s390-mvcle.c: New test.
10237 * gdb.reverse/s390-mvcle.exp: New file.
10238 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10240 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10242 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10244 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10246 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10248 * gdb.reverse/getresuid-reverse.exp: Likewise.
10249 * gdb.reverse/pipe-reverse.exp: Likewise.
10250 * gdb.reverse/readv-reverse.exp: Likewise.
10251 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10252 * gdb.reverse/time-reverse.exp: Likewise.
10253 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10255 2015-10-30 Yao Qi <yao.qi@linaro.org>
10257 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10258 (empty_cycle): Remove.
10259 (main): Don't call empty_cycle. Don't use watch_count_done.
10260 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10261 empty_cycle. Rewrite the code counting HW watchpoints.
10263 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10265 * gdb.reverse/fstatat-reverse.c: New test.
10266 * gdb.reverse/fstatat-reverse.exp: New file.
10267 * gdb.reverse/getresuid-reverse.c: New test.
10268 * gdb.reverse/getresuid-reverse.exp: New file.
10269 * gdb.reverse/pipe-reverse.c: New test.
10270 * gdb.reverse/pipe-reverse.exp: New file.
10271 * gdb.reverse/readv-reverse.c: New test.
10272 * gdb.reverse/readv-reverse.exp: New file.
10273 * gdb.reverse/recvmsg-reverse.c: New test.
10274 * gdb.reverse/recvmsg-reverse.exp: New file.
10275 * gdb.reverse/time-reverse.c: New test.
10276 * gdb.reverse/time-reverse.exp: New file.
10277 * gdb.reverse/waitpid-reverse.c: New test.
10278 * gdb.reverse/waitpid-reverse.exp: New file.
10280 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10282 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10284 2015-10-26 Doug Evans <dje@google.com>
10287 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10288 * gdb.dwarf2/bad-regnum.c: New file.
10289 * gdb.dwarf2/bad-regnum.exp: New file.
10291 2015-10-26 Doug Evans <dje@google.com>
10294 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10297 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10299 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10300 for a change by "Mention language in compile error message".
10302 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10305 * gdb.python/py-type.c (C::a_method): New.
10306 (C::a_const_method): New.
10307 (C::a_static_method): New.
10309 * gdb.python/py-type.exp (test_fields): Test getting fields
10310 from function and method.
10312 2015-10-21 Keven Boell <keven.boell@intel.com>
10314 * gdb.fortran/vla-alloc-assoc.exp: New file.
10315 * gdb.fortran/vla-datatypes.exp: New file.
10316 * gdb.fortran/vla-datatypes.f90: New file.
10317 * gdb.fortran/vla-history.exp: New file.
10318 * gdb.fortran/vla-ptype-sub.exp: New file.
10319 * gdb.fortran/vla-ptype.exp: New file.
10320 * gdb.fortran/vla-sizeof.exp: New file.
10321 * gdb.fortran/vla-sub.f90: New file.
10322 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10323 * gdb.fortran/vla-value-sub-finish.exp: New file.
10324 * gdb.fortran/vla-value-sub.exp: New file.
10325 * gdb.fortran/vla-value.exp: New file.
10326 * gdb.fortran/vla-ptr-info.exp: New file.
10327 * gdb.mi/mi-vla-fortran.exp: New file.
10328 * gdb.mi/vla.f90: New file.
10330 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10332 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10333 of hardwired timeout value.
10335 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10336 Pedro Alves <palves@redhat.com>
10338 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10339 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10341 2015-10-19 Josh Stone <jistone@redhat.com>
10343 * gdb.base/catch-syscall.c: Include <sched.h>.
10344 (unknown_syscall): New variable.
10345 (main): Trigger a vfork and an unknown syscall.
10346 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10347 (unknown_syscall_number): Likewise.
10348 (check_call_to_syscall): Accept an optional syscall pattern.
10349 (check_return_from_syscall): Likewise.
10350 (check_continue): Likewise.
10351 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10352 (test_catch_syscall_skipping_return): New test toggling off 'catch
10353 syscall' to step over the syscall return, then toggling back on.
10354 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10355 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10356 (do_syscall_tests): Call test_catch_syscall_without_args and
10357 test_catch_syscall_mid_vfork.
10358 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10359 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10361 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10363 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10364 print g_vE): Add new pass patterns.
10365 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10366 print various symbol names for vptr fields.
10368 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10370 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10373 2015-10-12 Yao Qi <yao.qi@linaro.org>
10375 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10377 2015-10-12 Yao Qi <yao.qi@linaro.org>
10379 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10380 is aarch64*-*-linux*.
10382 2015-10-12 Yao Qi <yao.qi@linaro.org>
10384 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10385 (can_relocate_bcond_true): ... it.
10386 (can_relocate_bcond_false): New function.
10388 (can_relocate_bl): Likewise.
10389 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10392 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10394 * gdb.base/nested-addr.c: New file.
10395 * gdb.base/nested-addr.exp: New testcase.
10397 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10399 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10400 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10401 its output. Ignore the output of "record goto begin" and instead
10402 check that GDB is replaying.
10404 2015-10-09 Pedro Alves <palves@redhat.com>
10406 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10407 (top level): Use it in the run with no args test.
10409 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10411 * gdb.dlang/properties.exp: New file.
10413 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10415 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10416 whether or not address 0x1000 is mapped on the target.
10418 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10420 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10423 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10425 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10426 instruction-history test.
10428 2015-09-28 Doug Evans <dje@google.com>
10430 * gdb.base/gcore.c (array_func): Add reference to static_array.
10432 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10434 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10437 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10439 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10440 short or char as base type.
10442 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10444 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10445 to allow any size enum.
10447 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10449 * gdb.ada/array_ptr_renaming.exp: New testcase.
10450 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10451 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10453 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10455 * gdb.trace/ftrace-lock.c: New file.
10456 * gdb.trace/ftrace-lock.exp: New file.
10458 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10460 * gdb.arch/insn-reloc.c: New file.
10461 * gdb.arch/ftrace-insn-reloc.exp: New file.
10463 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10465 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10467 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10468 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10469 * gdb.trace/range-stepping.c: Likewise.
10470 * gdb.trace/trace-break.c: Likewise.
10471 * gdb.trace/trace-mt.c (thread_function): Likewise.
10472 * gdb.trace/ftrace.c (marker): Likewise.
10473 * gdb.trace/trace-condition.c (marker): Likewise.
10474 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10475 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10478 2015-09-18 Doug Evans <xdje42@gmail.com>
10480 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10481 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10483 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10485 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10488 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10490 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10491 the pending breakpoint. Remove timeout override for "Run till
10492 MI pending breakpoint on pendfunc3 on thread 2" test.
10494 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10496 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10499 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10501 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10502 in breakpoint filename pattern.
10504 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10506 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10508 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10510 * gdb.linespec/explicit.exp: Check for readline support for
10511 tab-completion tests. Fix obvious typo.
10513 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10515 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10518 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10520 * gdb.btrace/non-stop.c: New.
10521 * gdb.btrace/non-stop.exp: New.
10523 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10524 Yao Qi <yao.qi@linaro.org>
10526 * gdb.trace/trace-condition.c: New file.
10527 * gdb.trace/trace-condition.exp: New file.
10529 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10531 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10532 for testing bytecode compilation.
10534 2015-09-16 Pedro Alves <palves@redhat.com>
10535 Sandra Loosemore <sandra@codesourcery.com>
10537 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10538 (SECONDS): Redefine.
10539 (main): Call pthread_kill and alarm early.
10540 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10542 (test): If the target can't hardware step and doesn't support
10543 displaced stepping, increase the timeout.
10545 2015-09-16 Pedro Alves <palves@redhat.com>
10547 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10548 (enable_debug): New procedures.
10549 (test): Use them. Bail out if waiting for threads fails.
10550 (top level): Bail out if a test fails.
10552 2015-09-16 Yao Qi <yao.qi@linaro.org>
10554 * gdb.asm/asm-source.exp: Set asm-arch for
10555 aarch64*-*-* target.
10556 * gdb.asm/aarch64.inc: New file.
10558 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10560 * gdb.ada/array_of_variable_length.exp: New testcase.
10561 * gdb.ada/array_of_variable_length/foo.adb: New file.
10562 * gdb.ada/array_of_variable_length/pck.adb: New file.
10563 * gdb.ada/array_of_variable_length/pck.ads: New file.
10565 2015-09-15 Doug Evans <dje@google.com>
10567 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10568 of function static local variable.
10570 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10572 * gdb.threads/tls-so_extern.exp: New test file.
10573 * gdb.threads/tls-so_extern.c: New test file.
10574 * gdb.threads/tls-so_extern_main.c: New test file.
10576 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10578 * gdb.opt/solib-intra-step-lib.c: New file.
10579 * gdb.opt/solib-intra-step-main.c: New file.
10580 * gdb.opt/solib-intra-step.exp: New file.
10582 2015-09-15 Pedro Alves <palves@redhat.com>
10584 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10585 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10587 2015-09-14 Pedro Alves <palves@redhat.com>
10589 * gdb.base/hook-stop-continue.c: Delete.
10590 * gdb.base/hook-stop-continue.exp: Delete.
10591 * gdb.base/hook-stop-frame.c: Delete.
10592 * gdb.base/hook-stop-frame.exp: Delete.
10593 * gdb.base/hook-stop.c: New file.
10594 * gdb.base/hook-stop.exp: New file.
10596 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10598 * gdb.ada/access_to_packed_array.exp: New testcase.
10599 * gdb.ada/access_to_packed_array/foo.adb: New file.
10600 * gdb.ada/access_to_packed_array/pack.adb: New file.
10601 * gdb.ada/access_to_packed_array/pack.ads: New file.
10603 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10605 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10608 2015-09-11 Don Breazeal <donb@codesourcery.com>
10610 * gdb.base/foll-exec.c: Add copyright header. Fix
10612 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10613 (do_exec_tests): Use clean_restart in place of zap_session,
10614 and for test initialization. Fix formatting issues. Use
10615 fail in place of perror.
10616 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10617 an expect statement to match an expression with output from
10618 the program under debug.
10619 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10620 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10621 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10622 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10623 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10625 2015-09-09 Doug Evans <dje@google.com>
10627 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10629 2015-09-09 Doug Evans <dje@google.com>
10631 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10633 2015-09-09 Doug Evans <dje@google.com>
10635 * gdb.base/savedregs.exp: Fix typo.
10637 2015-09-09 Pedro Alves <palves@redhat.com>
10639 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10641 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10643 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10644 command actually switches threads. Give up on remaining
10645 tests if target fails to stop at breakpoint.
10647 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10649 * gdb.ada/funcall_char.exp: New testcase.
10650 * gdb.ada/funcall_char/foo.adb: New file.
10652 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10654 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10655 expected outputs. Add two testcases for completing ambiguous
10657 * gdb.ada/complete/aux_pck.adb: New file.
10658 * gdb.ada/complete/aux_pck.ads: New file.
10659 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10660 Ambiguous_Func functions.
10661 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10662 * gdb.ada/complete/pck.adb: Likewise.
10664 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10666 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10667 failures to run the test program under GDB.
10669 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10671 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10674 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10676 * gdb.base/run-after-attach.exp: New test file.
10677 * gdb.base/run-after-attach.c: New test file.
10679 2015-08-26 Don Breazeal <donb@codesourcery.com>
10681 * gdb.base/foll-exec-2.c: New test program.
10682 * gdb.base/foll-exec-2.exp: New test.
10684 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10686 * gdb.base/nested-subp1.exp: New file.
10687 * gdb.base/nested-subp1.c: New file.
10688 * gdb.base/nested-subp2.exp: New file.
10689 * gdb.base/nested-subp2.c: New file.
10690 * gdb.base/nested-subp3.exp: New file.
10691 * gdb.base/nested-subp3.c: New file.
10693 2015-08-24 Pedro Alves <palves@redhat.com>
10695 * gdb.server/connect-without-multi-process.c: New file.
10696 * gdb.server/connect-without-multi-process.exp: New file.
10698 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10700 * gdb.opt/inline-markers.c: Make z int.
10702 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10704 * gdb.opt/inline-markers.c: Make z volatile.
10706 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10708 * gdb.opt/inline-bt.c: New volatile global z.
10709 * gdb.opt/inline-cmds.c: Likewise.
10710 * gdb.opt/inline-locals.c: Likewise.
10711 * gdb.opt/inline-markers.c: New extern global z.
10713 (inline_fn): Likewise.
10715 2015-08-24 Pedro Alves <palves@redhat.com>
10717 * config/m32r-stub.exp: Remove file.
10718 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10719 * gdb.base/call-rt-st.exp: Likewise.
10720 * gdb.base/call-strs.exp: Likewise.
10721 * gdb.base/default.exp: Remove references to h8300-*-hms and
10723 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10725 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10727 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10728 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10729 and "return" use KFAIL when GDB can not read/write the vector
10732 2015-08-21 Gary Benson <gbenson@redhat.com>
10734 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10736 2015-08-20 Pedro Alves <palves@redhat.com>
10738 * gdb.server/solib-list.exp: No longer expect an interior stop in
10741 2015-08-20 Pedro Alves <palves@redhat.com>
10743 * gdb.server/connect-stopped-target.c: New file.
10744 * gdb.server/connect-stopped-target.exp: New file.
10746 2015-08-20 Pedro Alves <palves@redhat.com>
10748 * gdb.dwarf2/comp-unit-lang.exp: New file.
10749 * gdb.dwarf2/comp-unit-lang.c: New file.
10751 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10753 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10754 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10756 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10758 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10759 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10761 2015-08-18 Doug Evans <dje@google.com>
10762 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10764 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10765 skip_python_tests. New arg prompt_regexp.
10766 (skip_python_tests): New function.
10767 * lib/mi-support.exp (mi_skip_python_tests): New function.
10768 * gdb.python/py-mi-objfile-gdb.py: New file.
10769 * gdb.python/py-mi-objfile.c: New file.
10770 * gdb.python/py-mi-objfile.exp: New file.
10772 2015-08-17 Keith Seitz <keiths@redhat.com>
10774 * gdb.linespec/explicit.exp: Move strace test from here ...
10775 * gdb.trace/strace.exp: ... to here.
10777 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10779 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10780 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10782 2015-08-14 Doug Evans <xdje42@gmail.com>
10784 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10785 inferior before selecting a new file.
10787 2015-08-14 Doug Evans <xdje42@gmail.com>
10789 * gdb.mi/mi-disassemble.exp: Update.
10790 * gdb.base/disasm-optim.S: New file.
10791 * gdb.base/disasm-optim.c: New file.
10792 * gdb.base/disasm-optim.h: New file.
10793 * gdb.base/disasm-optim.exp: New file.
10795 2015-08-14 Keith Seitz <keiths@redhat.com>
10797 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10800 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10802 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10804 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10806 * gdb.ada/fun_renaming.exp: New testcase.
10807 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10808 * gdb.ada/fun_renaming/pack.adb: New file.
10809 * gdb.ada/fun_renaming/pack.ads: New file.
10811 2015-08-12 Keith Seitz <keiths@redhat.com>
10813 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10814 gdb_get_line_number.
10816 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10818 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10819 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10820 gdb.base/dso2dso.exp: New files.
10822 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10823 Pedro Alves <palves@redhat.com>
10824 Keith Seitz <keiths@redhat.com>
10826 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10829 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10831 * gdb.base/gdbhistsize-history.exp
10832 (test_histsize_history_setting): Use save_vars.
10833 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10835 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10836 * gdb.base/readline.exp: Use save_vars.
10838 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10840 * lib/gdb.exp (save_vars): New proc.
10842 2015-08-11 Keith Seitz <keiths@redhat.com>
10844 * gdb.base/help.exp: Update help_breakpoint_text.
10846 2015-08-11 Keith Seitz <keiths@redhat.com>
10848 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10849 (at toplevel): Call test_explicit_breakpoints.
10850 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10852 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10853 breakpoint conditions, "-cond".
10855 2015-08-11 Keith Seitz <keiths@redhat.com>
10857 * gdb.linespec/3explicit.c: New file.
10858 * gdb.linespec/cpexplicit.cc: New file.
10859 * gdb.linespec/cpexplicit.exp: New file.
10860 * gdb.linespec/explicit.c: New file.
10861 * gdb.linespec/explicit.exp: New file.
10862 * gdb.linespec/explicit2.c: New file.
10863 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10864 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10865 before using in the matching pattern.
10866 Clarify that `prefix' is a regular expression.
10868 2015-08-11 Keith Seitz <keiths@redhat.com>
10870 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10872 Add tests for missing ",FMT" and ",".
10874 2015-08-10 Doug Evans <dje@google.com>
10875 Keith Seitz <keiths@redhat.com>
10878 * gdb.base/completion.exp: Add location completer tests.
10880 2015-08-07 Pedro Alves <palves@redhat.com>
10882 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10884 (top level): Run do_test with and without displaced stepping.
10886 2015-08-07 Pedro Alves <palves@redhat.com>
10888 * gdb.base/valgrind-disp-step.c: New file.
10889 * gdb.base/valgrind-disp-step.exp: New file.
10891 2015-08-07 Pedro Alves <palves@redhat.com>
10893 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10895 (main): Add alarm. Run an infinite loop instead of calling
10897 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10899 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10901 (main): Add alarm. Run an infinite loop instead of calling
10903 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10906 2015-08-07 Pedro Alves <palves@redhat.com>
10908 * gdb.base/checkpoint-ns.exp: New file.
10909 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10912 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10914 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10915 * gdb.btrace/instruction_history.exp: Update.
10916 * gdb.btrace/tsx.exp: New.
10917 * gdb.btrace/tsx.c: New.
10919 2015-08-06 Pedro Alves <palves@redhat.com>
10921 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10923 * gdb.reverse/until-precsave.exp: Bump timeouts.
10925 2015-08-06 Pedro Alves <palves@redhat.com>
10927 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10929 2015-08-06 Pedro Alves <palves@redhat.com>
10932 * gdb.threads/process-dies-while-handling-bp.c: New file.
10933 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10935 2015-08-06 Pedro Alves <palves@redhat.com>
10937 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10938 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10940 2015-08-05 Pedro Alves <palves@redhat.com>
10942 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10943 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10945 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10947 * gdb.base/bp-permanent.exp: Report test as unsupported if
10948 the target cannot stop at the permanent breakpoint.
10950 2015-08-03 Doug Evans <dje@google.com>
10952 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10955 2015-08-03 Doug Evans <dje@google.com>
10957 * Makefile.in (workers/%.worker, build-perf): New rule.
10958 (GDB_PERFTEST_MODE): New variable.
10959 (check-perf): Use it.
10960 (clean): Clean up gdb.perf parallel build subdirs.
10961 * lib/build-piece.exp: New file.
10962 * lib/gdb.exp (make_gdb_parallel_path): New function
10963 (standard_output_file, standard_temp_file): Call it.
10964 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10966 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10968 2015-08-03 Doug Evans <dje@google.com>
10970 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10971 (LOG_FILE_NAME): New global.
10972 (TextReporter.__init__): Initialize self.txt_sum.
10973 (TextReporter.report): Add support for multiple data-points.
10974 Move report to perftest.sum, put raw data in perftest.log.
10975 (TextReporter.start): Open sum and log files.
10976 (TextReporter.end): Close sum and log files.
10977 * gdb.perf/lib/perftest/testresult.py
10978 (SingleStatisticTestResult.record): Handle multiple data-points.
10980 2015-07-31 Pedro Alves <palves@redhat.com>
10982 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10983 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10984 kill_wait_spawned_process instead of explicit "kill -9".
10985 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10986 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10987 kill_wait_spawned_process.
10988 * gdb.base/attach-twice.exp: Likewise.
10989 * gdb.base/attach.exp: Likewise.
10990 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10992 * gdb.base/solib-overlap.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/valgrind-infcall.exp: Likewise.
10996 * gdb.multi/multi-attach.exp: Likewise.
10997 * gdb.python/py-prompt.exp: Likewise.
10998 * gdb.python/py-sync-interp.exp: Likewise.
10999 * gdb.server/ext-attach.exp: Likewise.
11000 * gdb.threads/attach-into-signal.exp (corefunc): Use
11001 spawn_wait_for_attach, spawn_id_get_pid and
11002 kill_wait_spawned_process.
11003 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11004 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11005 spawn_id_get_pid and kill_wait_spawned_process.
11006 * gdb.threads/attach-stopped.exp (corefunc): Use
11007 spawn_wait_for_attach, spawn_id_get_pid and
11008 kill_wait_spawned_process.
11009 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11010 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11011 kill_wait_spawned_process instead of explicit "kill -9".
11012 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11013 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11014 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11015 processes. Don't map cygwin/windows pids here. Now returns a
11018 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11020 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11021 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11024 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11026 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11028 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11031 2014-05-21 Mark Wielaard <mjw@redhat.com>
11033 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11035 2015-07-30 Pedro Alves <palves@redhat.com>
11037 * linux-low.c (handle_extended_wait): Set the child's last
11038 reported status to TARGET_WAITKIND_STOPPED.
11040 2015-07-30 Pedro Alves <palves@redhat.com>
11043 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11044 only shows inferior 1.
11046 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11047 Pedro Alves <palves@redhat.com>
11050 * gdb.threads/fork-plus-threads.c: New file.
11051 * gdb.threads/fork-plus-threads.exp: New file.
11053 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11055 * gdb.base/batch-preserve-term-settings.exp
11056 (test_terminal_settings_preserved_after_cli_exit): Use
11059 2015-07-29 Pedro Alves <palves@redhat.com>
11060 Don Breazeal <donb@codesourcery.com>
11062 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11063 output from both inferior_spawn_id and gdb_spawn_id.
11065 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11067 * gdb.threads/attach-into-signal.exp (corefunc): Use
11068 with_test_prefix on nested loops, uniquefying the test messages.
11070 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11072 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11075 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11077 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11079 (test_terminal_settings_preserved_after_sigterm): New test.
11081 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11083 * gdb.base/batch-preserve-term-settings.exp
11084 (test_terminal_settings_preserved_after_cli_exit): New test.
11086 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11088 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11089 manipulation of saved_gdbflags.
11090 (test_terminal_settings_preserved): Remove global declaration of
11091 the unused variable pagination_prompt. Remove manipulation of
11092 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11095 2015-07-29 Pedro Alves <palves@redhat.com>
11097 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11099 2015-07-29 Pedro Alves <palves@redhat.com>
11101 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11104 2015-07-29 Pedro Alves <palves@redhat.com>
11106 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11107 (main): Call gdb_unbuffer_output.
11108 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11109 (main): Call gdb_unbuffer_output.
11110 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11111 (main): Call gdb_unbuffer_output.
11112 * gdb.base/call-strs.exp: Adjust to step over the
11113 gdb_unbuffer_output call.
11114 * gdb.base/catch-gdb-caused-signals.c: Include
11115 "../lib/unbuffer_output.c".
11116 (main): Call gdb_unbuffer_output.
11117 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11118 (main): Call gdb_unbuffer_output.
11119 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11120 (main): Call gdb_unbuffer_output.
11121 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11122 (main): Call gdb_unbuffer_output.
11123 * gdb.base/shlib-call.exp: Adjust to step over the
11124 gdb_unbuffer_output call.
11125 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11126 (main): Call gdb_unbuffer_output.
11127 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11128 (main): Call gdb_unbuffer_output.
11129 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11130 (main): Rename to ...
11132 (main): Reimplement.
11133 * gdb.base/varargs.exp: Run to test instead of to main.
11134 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11135 (main): Call gdb_unbuffer_output.
11137 2015-07-29 Pedro Alves <palves@redhat.com>
11139 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11140 factore out from mi_continue_dprintf. For call-style dprintfs,
11141 expect dprintf output out of $inferior_spawn_id.
11142 (mi_continue_dprintf): Use mi_expect_dprintf.
11143 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11144 (main): Call gdb_unbuffer_output.
11146 2015-07-29 Pedro Alves <palves@redhat.com>
11148 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11149 (default_mi_gdb_start): Set inferior_spawn_id instead of
11150 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11152 (mi_gdb_test): Always expect inferior output from both
11153 $inferior_spawn_id and $gdb_spawn_id.
11155 2015-07-29 Pedro Alves <palves@redhat.com>
11157 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11158 send_inferior and $inferior_spawn_id.
11160 2015-07-29 Pedro Alves <palves@redhat.com>
11162 * gdb.gdb/complaints.exp (test_initial_complaints)
11163 (test_serial_complaints, test_short_complaints): Use
11165 (test_empty_complaint): Handle $inferior_spawn_id !=
11168 2015-07-29 Pedro Alves <palves@redhat.com>
11170 * gdb.base/varargs.exp: Use gdb_test_stdio.
11172 2015-07-29 Pedro Alves <palves@redhat.com>
11174 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11176 2015-07-29 Pedro Alves <palves@redhat.com>
11178 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11180 2015-07-29 Pedro Alves <palves@redhat.com>
11182 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11183 parameter into two new parameters, "inf_result" and "gdb_result".
11184 Expect inferior output and gdb output from $inferior_spawn_id and
11185 $gdb_spawn_id, respectively. Adjust all callers.
11187 2015-07-29 Pedro Alves <palves@redhat.com>
11189 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11190 of gdb_test_sequence.
11192 2015-07-29 Pedro Alves <palves@redhat.com>
11194 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11195 (saw_spurious_output): Expect inferior output from
11196 $inferior_spawn_id. Use gdb_test_stdio.
11198 2015-07-29 Pedro Alves <palves@redhat.com>
11200 * gdb.base/dprintf.exp: Use standard_testfile. Change
11201 prepare_for_testing call.
11202 (srcfile): Don't set.
11203 (restart): New procedure.
11204 (test_dprintf): New procecure, use to continue over dprintfs.
11205 (test_call, test_agent): New procedures, tests moved here.
11206 Restart gdb and recreate dprintfs. Adjust expected output.
11208 2015-07-29 Pedro Alves <palves@redhat.com>
11210 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11212 2015-07-29 Pedro Alves <palves@redhat.com>
11214 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11216 2015-07-29 Pedro Alves <palves@redhat.com>
11218 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11221 2015-07-29 Pedro Alves <palves@redhat.com>
11223 * lib/gdb.exp (gdb_test_stdio): New procedure.
11225 2015-07-29 Pedro Alves <palves@redhat.com>
11227 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11229 2015-07-29 Pedro Alves <palves@redhat.com>
11231 * gdb.base/call-signal-resume.exp: Remove check for
11232 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11233 * gdb.base/unwindonsignal.exp: Likewise.
11234 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11235 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11237 2015-07-29 Pedro Alves <palves@redhat.com>
11239 * gdb.base/siginfo-addr.c (pass): New function.
11240 (handler): Call it iff si_addr is correct.
11241 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11242 Set a breakpoint at "pass" and continue to it.
11244 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11246 * gdb.python/py-objfile.exp: Make some tests have unique names.
11247 * gdb.python/py-pp-registration.exp: Likewise.
11249 2015-07-28 Pedro Alves <palves@redhat.com>
11251 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11253 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11255 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11257 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11259 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11261 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11263 * gdb.base/gdb-sigterm-2.exp: New test.
11265 2015-07-25 Doug Evans <xdje42@gmail.com>
11268 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11269 (workers/%.worker, build-perf): New rule.
11270 (GDB_PERFTEST_MODE): New variable.
11271 (check-perf): Use it.
11272 (clean): Clean up gdb.perf parallel build subdirs.
11273 * lib/build-piece.exp: New file.
11274 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11275 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11277 (standard_temp_file): Ditto.
11278 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11281 2015-07-24 Doug Evans <dje@google.com>
11283 * gdb.perf/lib/perftest/utils.py: New file.
11284 * gdb.perf/gm-hello.cc: New file.
11285 * gdb.perf/gm-pervasive-typedef.cc: New file.
11286 * gdb.perf/gm-pervasive-typedef.h: New file.
11287 * gdb.perf/gm-std.cc: New file.
11288 * gdb.perf/gm-std.h: New file.
11289 * gdb.perf/gm-use-cerr.cc: New file.
11290 * gdb.perf/gm-utils.h: New file.
11291 * gdb.perf/gmonster-null-lookup.py: New file.
11292 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11293 * gdb.perf/gmonster-print-cerr.py: New file.
11294 * gdb.perf/gmonster-ptype-string.py: New file.
11295 * gdb.perf/gmonster-runto-main.py: New file.
11296 * gdb.perf/gmonster-select-file.py: New file.
11297 * gdb.perf/gmonster1-null-lookup.exp: New file.
11298 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11299 * gdb.perf/gmonster1-print-cerr.exp: New file.
11300 * gdb.perf/gmonster1-ptype-string.exp: New file.
11301 * gdb.perf/gmonster1-runto-main.exp: New file.
11302 * gdb.perf/gmonster1-select-file.exp: New file.
11303 * gdb.perf/gmonster1.cc: New file.
11304 * gdb.perf/gmonster1.exp: New file.
11305 * gdb.perf/gmonster2-null-lookup.exp: New file.
11306 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11307 * gdb.perf/gmonster2-print-cerr.exp: New file.
11308 * gdb.perf/gmonster2-ptype-string.exp: New file.
11309 * gdb.perf/gmonster2-runto-main.exp: New file.
11310 * gdb.perf/gmonster2-select-file.exp: New file.
11311 * gdb.perf/gmonster2.cc: New file.
11312 * gdb.perf/gmonster2.exp: New file.
11314 2015-07-24 Doug Evans <dje@google.com>
11316 * gdb.perf/README: New file.
11317 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11318 * lib/gen-perf-test.exp: New file.
11320 2015-07-24 Doug Evans <dje@google.com>
11322 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11323 (PerfTest::startup): New function.
11324 (PerfTest::run): Return result of calling body.
11325 (PerfTest::assemble): Rewrite.
11326 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11327 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11328 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11329 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11330 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11332 2015-07-24 Doug Evans <dje@google.com>
11334 * lib/gdb.exp (clean_restart): Make executable optional.
11336 2015-07-24 Doug Evans <dje@google.com>
11338 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11339 compiler_info references.
11340 * gdb.cp/temargs.exp: Ditto.
11341 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11342 (get_compiler_info): Early exit if already computed. Set compiler_info
11343 to "unknown" if there was a problem.
11344 (test_compiler_info): Add function comment. Call get_compiler_info.
11346 2015-07-24 Doug Evans <dje@google.com>
11348 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11349 (workers/%.worker, build-perf): New rule.
11350 (GDB_PERFTEST_MODE): New variable.
11351 (check-perf): Use it.
11352 (clean): Clean up gdb.perf parallel build subdirs.
11353 * lib/build-piece.exp: New file.
11354 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11355 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11357 (standard_temp_file): Ditto.
11358 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11361 2015-07-24 Doug Evans <dje@google.com>
11363 * lib/future.exp (gdb_default_target_compile): New option
11365 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11368 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11370 * gdb.base/catch-syscall.exp: Call gdb_exit before
11373 2015-07-24 Pedro Alves <palves@redhat.com>
11375 * gdb.python/py-events.exp: Accept output between the stop event
11377 * gdb.python/py-evsignal.exp: Likewise.
11378 * gdb.python/py-evthreads.exp: Likewise.
11380 2015-07-24 Pedro Alves <palves@redhat.com>
11383 * gdb.threads/non-ldr-exit.c: New file.
11384 * gdb.threads/non-ldr-exit.exp: New file.
11386 2015-07-24 Yao Qi <yao.qi@linaro.org>
11388 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11389 restarting process.
11391 2015-07-24 Yao Qi <yao.qi@linaro.org>
11393 * gdb.server/ext-restart.exp: New file.
11395 2015-07-24 Yao Qi <yao.qi@linaro.org>
11397 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11399 * gdb.server/ext-wrapper.exp: New file.
11401 2015-07-23 Doug Evans <dje@google.com>
11403 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11404 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11406 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11408 * gdb.ada/var_arr_typedef.exp: New testcase.
11409 * gdb.ada/var_arr_typedef/pack.adb: New file.
11410 * gdb.ada/var_arr_typedef/pack.ads: New file.
11411 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11413 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11415 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11417 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11419 * gdb.arch/i386-biarch-core.exp: Replace istarget
11420 by "complete set gnutarget". Remove expectation for the "core-file"
11423 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11425 Revert the previous commit:
11426 Tests for validate symbol file using build-id.
11428 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11430 Tests for validate symbol file using build-id.
11431 * gdb.base/solib-mismatch-lib.c: New file.
11432 * gdb.base/solib-mismatch-libmod.c: New file.
11433 * gdb.base/solib-mismatch.c: New file.
11434 * gdb.base/solib-mismatch.exp: New file.
11436 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11438 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11440 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11441 * gdb.base/siginfo.exp: Likewise.
11442 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11444 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11446 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11448 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11450 * gdb.trace/range-stepping.exp: Check that the target supports
11453 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11455 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11457 2015-07-14 Pedro Alves <palves@redhat.com>
11459 * gdb.base/killed-outside.exp: New file.
11460 * gdb.base/killed-outside.c: New file.
11462 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11464 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11466 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11468 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11470 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11471 infcall tests instead of setting up for KFAIL.
11473 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11475 * gdb.btrace/record_goto-step.exp: New.
11477 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11480 * gdb.compile/compile.c (struct struct_type): Add volatile to
11482 * gdb.compile/compile.exp
11483 (compile code struct_object.selffield = &struct_object): Skip further
11484 struct_object tests if this one xfails.
11486 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11489 * gdb.trace/ax.exp: Add test.
11491 2015-07-07 Yao Qi <yao.qi@linaro.org>
11493 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11494 instead of istarget "aarch64*-*-*".
11495 * gdb.arch/aarch64-fp.exp: Likewise.
11496 * gdb.base/float.exp: Likewise.
11497 * gdb.reverse/aarch64.exp: Likewise.
11498 * lib/gdb.exp (is_aarch64_target): New proc.
11500 2015-07-07 Yao Qi <yao.qi@linaro.org>
11502 * lib/gdb.exp (is_aarch32_target): New proc.
11503 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11504 instead of "istarget "arm*-*-*"".
11505 * gdb.arch/arm-disp-step.exp: Likewise.
11506 * gdb.arch/thumb-bx-pc.exp: Likewise.
11507 * gdb.arch/thumb-prologue.exp: Likewise.
11508 * gdb.arch/thumb-singlestep.exp: Likewise.
11509 * gdb.base/disp-step-syscall.exp: Likewise.
11510 * gdb.base/float.exp: Likewise.
11512 2015-07-07 Yao Qi <yao.qi@linaro.org>
11514 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11515 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11517 2015-07-07 Yao Qi <yao.qi@linaro.org>
11519 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11520 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11522 * gdb.multi/multi-arch.exp: Likewise.
11524 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11526 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11529 2015-07-07 Yao Qi <yao.qi@linaro.org>
11531 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11533 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11535 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11536 '[' and ']' characters.
11538 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11540 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11542 2015-06-29 Pedro Alves <palves@redhat.com>
11545 * gdb.threads/hand-call-new-thread.c: New file.
11546 * gdb.threads/hand-call-new-thread.c: New file.
11548 2015-06-26 Keith Seitz <keiths@redhat.com>
11549 Doug Evans <dje@google.com>
11552 * gdb.cp/var-tag-2.cc: New file.
11553 * gdb.cp/var-tag-3.cc: New file.
11554 * gdb.cp/var-tag-4.cc: New file.
11555 * gdb.cp/var-tag.cc: New file.
11556 * gdb.cp/var-tag.exp: New file.
11558 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11560 * gdb.base/history-duplicates.exp: New test.
11562 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11564 * gdb.base/completion.exp: Test the completion of the "focus"
11567 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11569 * gdb.arch/amd64-prologue-skip.S: New file.
11570 * gdb.arch/amd64-prologue-skip.exp: New file.
11572 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11574 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11575 is_address_zero_readable check.
11577 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11579 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11580 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11582 2015-06-24 Yao Qi <yao.qi@linaro.org>
11584 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11587 2015-06-24 Yao Qi <yao.qi@linaro.org>
11589 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11590 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11591 * gdb.base/siginfo-thread.exp: Likewise.
11593 2015-06-22 Yao Qi <yao.qi@linaro.org>
11595 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11597 2015-06-22 Yao Qi <yao.qi@linaro.org>
11599 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11601 (skip_hw_watchpoint_tests): Likewise.
11603 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11605 * gdb.base/gdbinit-history.exp: Test the interaction between
11606 setting GDBHISTSIZE and setting the history size via .gdbinit.
11608 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11611 * gdb.base/gdbhistsize-history.exp: New test.
11613 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11615 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11617 * gdb.base/readline.exp: Likewise.
11619 2015-06-17 Yao Qi <yao.qi@linaro.org>
11621 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11624 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11626 * gdb.base/gdbinit-history.exp: Add test case to check that
11627 an unlimited history file does not get truncated on exit.
11629 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11631 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11632 (VECTOR): New macro. Use it...
11633 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11634 ...for these typedefs.
11635 (int8, char1, int1, double1): New typedefs.
11636 (struct just_int2, struct two_int2): New structures.
11637 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11638 (add_structvecs, add_singlevecs): New functions.
11639 (main): Call add_some_intvecs twice.
11640 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11641 the compile and exit upon failure. Try compiling for the "native"
11642 architecture. Test inferior function calls with vector arguments
11643 and vector return value handling with "finish" and "return".
11645 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11647 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11648 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11650 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11652 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11654 PR breakpoints/16465
11655 * gdb.mi/mi-dprintf-pending.c: New file.
11656 * gdb.mi/mi-dprintf-pending.exp: New test.
11657 * gdb.mi/mi-dprintf-pendshr.c: New file.
11659 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11660 Mircea Gherzan <mircea.gherzan@intel.com>
11662 * gdb.arch/i386-mpx-map.c: New file.
11663 * gdb.arch/i386-mpx-map.exp: New File.
11665 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11667 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11668 * gdb.arch/i386-mpx.exp: Indentation fixed.
11670 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11672 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11673 function and improved indentation.
11674 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11675 gdb_test_multiple. Added additional tests to skip the test.
11677 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11679 * gdb.arch/i386-avx512.c: Change path in include file.
11680 * gdb.arch/i386-avx512.exp: Change include dir path
11682 * gdb.arch/i386-mpx.c: Change path in include file.
11683 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11686 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11688 * gdb.compile/compile-print.exp (compile print *vararray@3)
11689 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11691 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11693 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11694 (do not keep jit in memory): ... this.
11695 (expect 5): Change it to ...
11696 (expect no 5): ... this.
11698 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11701 * gdb.mi/mi-detach.exp: New file.
11703 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11706 * gdb.arch/amd64-tailcall-self.S: New file.
11707 * gdb.arch/amd64-tailcall-self.c: New file.
11708 * gdb.arch/amd64-tailcall-self.exp: New file.
11710 2015-05-28 Don Breazeal <donb@codesourcery.com>
11712 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11713 tests for remote targets by checking is_target_gdbserver.
11715 2015-05-27 Doug Evans <dje@google.com>
11717 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11718 * gdb.dwarf2/opaque-type-lookup.c: New file.
11719 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11721 2015-05-26 Doug Evans <dje@google.com>
11723 * gdb.cp/iostream.cc: New file.
11724 * gdb.cp/iostream.exp: New file.
11726 2015-05-26 Doug Evans <dje@google.com>
11728 * gdb.dwarf2/dw2-op-call.exp: Update.
11729 * gdb.dwarf2/dw4-sig-types.exp: Update.
11730 * gdb.dwarf2/implptr.exp: Update.
11731 * gdb.mi/mi-cmd-param-changed.exp: Update.
11733 2015-05-26 Doug Evans <dje@google.com>
11735 * gdb.python/py-lazy-string.c: New file.
11736 * gdb.python/py-lazy-string.exp: New file.
11737 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11738 (main): Update. Add estring3.
11739 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11740 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11742 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11743 Yao Qi <yao.qi@linaro.org>
11745 * gdb.reverse/aarch64.c: New.
11746 * gdb.reverse/aarch64.exp: New.
11748 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11750 * lib/gdb.exp (supports_process_record): Return true for
11752 (supports_reverse): Likewise.
11754 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11756 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11757 Use with_test_prefix.
11759 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11761 * gdb.base/completion.exp: Add test for completion of layout
11764 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11766 * lib/gdb.exp (skip_tui_tests): New proc.
11767 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11769 2015-05-19 Pedro Alves <palves@redhat.com>
11771 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11772 Save the whole env array instead of just HOME. Unset HISTSIZE in
11773 the environment while testing. Restore whole environment
11776 2015-05-16 Doug Evans <xdje42@gmail.com>
11778 * gdb.guile/scm-ports.c: New file.
11779 * gdb.guile/scm-ports.exp: Add memory port tests.
11781 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11783 * gdb.compile/compile-print.c: New file.
11784 * gdb.compile/compile-print.exp: New file.
11786 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11788 * gdb.compile/compile-ops.exp: Cast param to void.
11789 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11790 (compile code struct_object.selffield = &struct_object): Add xfail.
11792 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11794 * gdb.ada/arr_enum_with_gap: New testcase.
11796 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11798 * gdb.ada/byte_packed_arr: New testcase.
11800 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11802 * gdb.ada/pckd_neg: New testcase.
11804 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11807 * gdb.base/gdbinit-history.exp: New test.
11808 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11809 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11811 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11813 * gdb.python/py-xmethods.cc: Enhance test case.
11814 * gdb.python/py-xmethods.exp: New tests.
11815 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11817 (B_indexoper): Likewise.
11818 (global_dm_list) : Add new xmethod worker functions.
11820 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11822 * gdb.base/coredump-filter.exp: Correctly unset
11823 "coredump_var_addr" array.
11825 2015-05-08 Pedro Alves <palves@redhat.com>
11827 * gdb.server/non-existing-program.exp: Unset spawn_id.
11829 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11832 * gdb.python/py-xmethods.exp: Add tests.
11834 2015-05-08 Yao Qi <yao.qi@linaro.org>
11837 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11838 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11839 function set_coredump_filter, and remove remote_exec call.
11840 Remove argument ipid. Callers update.
11841 (top level): Don't get inferior's PID.
11843 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11845 * gdb.base/watch_thread_num.exp: Skip test on targets without
11846 access watchpoints.
11848 2015-05-06 Pedro Alves <palves@redhat.com>
11851 * gdb.server/non-existing-program.exp: New file.
11853 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11855 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11857 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11859 * gdb.ada/out_of_line_in_inlined: New testcase.
11861 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11863 * gdb.ada/var_rec_arr: New testcase.
11865 2015-04-30 Yao Qi <yao.qi@linaro.org>
11867 * gdb.base/break-idempotent.exp: If
11868 skip_hw_watchpoint_multi_tests returns true, skip the tests
11869 on "rwatch" and "awatch".
11871 2015-04-30 Yao Qi <yao.qi@linaro.org>
11873 * gdb.base/relativedebug.exp: Invoke gdb command
11874 "info sharedlibrary", and if libc.so doesn't have debug info,
11877 2015-04-29 Doug Evans <dje@google.com>
11879 * gdb.python/py-xmethods.exp: Add ptype tests.
11880 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11881 get_result_type method.
11883 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11885 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11886 the target does not support hardware watchpoints.
11888 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11890 * gdb.base/break-always.exp: Abort testing if writing to memory
11893 2015-04-28 Doug Evans <dje@google.com>
11895 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11896 * gdb.python/py-pp-registration.exp: ... here. New file.
11897 * gdb.python/py-pp-registration.c: New file.
11898 * gdb.python/py-pp-registration.py: New file.
11900 2015-04-28 Doug Evans <dje@google.com>
11902 * gdb.python/py-bad-printers.c: New file.
11903 * gdb.python/py-bad-printers.py: New file.
11904 * gdb.python/py-bad-printers.exp: New file.
11906 2015-04-28 Sasha Smundak <asmundak@google.com>
11908 * gdb.python/py-type.exp: New test.
11910 2015-04-28 Andy Wingo <wingo@igalia.com>
11912 * gdb.python/py-parameter.exp:
11913 * gdb.guile/scm-parameter.exp: Escape the path that we are
11914 matching against, as it might contain characters that are special
11915 to regular expressions.
11917 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11919 * gdb.ada/rec_comp: New testcase.
11921 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11923 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11926 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11928 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11929 new tests for verilog output.
11931 2015-04-24 Yao Qi <yao.qi@linaro.org>
11933 * boards/remote-gdbserver-on-localhost.exp: New file.
11935 2015-04-23 Pedro Alves <palves@redhat.com>
11937 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11938 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11939 "end of file", remove $inferior_spawn_id from the indirect list.
11941 2015-04-23 Pedro Alves <palves@redhat.com>
11943 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11945 2015-04-23 Pedro Alves <palves@redhat.com>
11947 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11948 on $any_spawn_id instead of only on $gdb_spawn_id.
11950 2015-04-21 Pierre Muller <muller@sourceware.org>
11953 * lib/pascal.exp (gpc_compile): Add new option "class".
11954 (fpc_compile): Likewise.
11955 * gdb.pascal/case-insensitive-symbols.pas: New file.
11956 * gdb.pascal/case-insensitive-symbols.exp: New file.
11958 2015-04-20 Gary Benson <gbenson@redhat.com>
11960 * gdb.base/attach.exp: Fix three extended remote failures.
11962 2015-04-17 Gary Benson <gbenson@redhat.com>
11964 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11965 the main executable over the remote protocol.
11967 2015-04-16 Pedro Alves <palves@redhat.com>
11969 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11970 a new gdbserver if gdbserver_reconnect_p is set.
11972 2015-04-16 Pedro Alves <palves@redhat.com>
11974 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11975 is set, don't exit gdbserver.
11977 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11979 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11980 appropriate .insn, such that an older assembler can be used.
11981 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11982 the z/Architecture instruction set on 31-bit targets as well.
11984 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11986 * gdb.go/handcall.exp: Remove all logic related to the first
11987 breakpoint and rely on go_runto_main instead.
11988 * gdb.go/strings.exp: Likewise.
11989 * gdb.go/unsafe.exp: Likewise.
11990 * gdb.go/hello.exp: Likewise. Also rename the remaining
11991 breakpoint marker to "breakpoint 1".
11992 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11993 * gdb.go/strings.go: Likewise.
11994 * gdb.go/unsafe.go: Likewise.
11995 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11996 "set breakpoint 2 here" and rename the remaining breakpoint marker
11999 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12001 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12002 if itertools.imap is not present.
12003 * gdb.python/py-objfile.exp: Add parentheses.
12004 * gdb.python/py-type.exp: Same.
12005 * gdb.python/py-unwind-maint.py: Same.
12007 2015-04-15 Yao Qi <yao.qi@linaro.org>
12009 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12010 of ":$ptr_size" and set its form explicitly.
12012 2015-04-15 Pedro Alves <palves@redhat.com>
12013 Yao Qi <yao.qi@linaro.org>
12015 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12016 timeout by factor of 4.
12017 (test_regular_watch): Likewise.
12018 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12019 * gdb.reverse/sigall-reverse.exp: Likewise.
12020 * gdb.reverse/until-precsave.exp: Likewise.
12021 * lib/gdb.exp (with_timeout_factor): New proc.
12022 (gdb_expect): Move some code to ...
12023 (get_largest_timeout): ... here. New procedure.
12025 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12027 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12029 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12031 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12032 to write to the .text section.
12034 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12036 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12037 Handle the case of targets that do not provide PID information.
12039 2015-04-13 Yao Qi <yao.qi@linaro.org>
12041 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12042 and use expect instead of gdb_expect.
12044 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12046 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12047 "coredump_var_addr" to avoid naming conflict with other testcases.
12049 2015-04-10 Pedro Alves <palves@redhat.com>
12051 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12052 gdb_test_sequence and gdb_assert.
12054 2015-04-10 Pedro Alves <palves@redhat.com>
12056 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12057 test messages that don't include the breakpoint address.
12059 2015-04-10 Yao Qi <yao.qi@linaro.org>
12061 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12062 false for some offset and width combinations which aren't
12063 supported by linux kernel.
12065 2015-04-10 Pedro Alves <palves@redhat.com>
12067 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12068 procedure, factored out from ...
12069 (top level): ... here. Add "set displaced-stepping" testing axis.
12070 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12071 parameter "displaced". Use it.
12072 (top level): Use foreach and add "set displaced-stepping" testing
12075 2015-04-10 Pedro Alves <palves@redhat.com>
12077 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12079 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12080 both the address of the instruction that triggers the watchpoint
12081 and the address of the instruction immediately after, and use
12082 those addresses for the test. Fix comment.
12084 2015-04-10 Pedro Alves <palves@redhat.com>
12086 * gdb.base/sigstep.exp (breakpoint_to_handler)
12087 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12088 Test "backtrace" in handler.
12089 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12090 (top level): Add new "displaced" test axis to
12091 breakpoint_to_handler, breakpoint_to_handler_entry and
12092 breakpoint_over_handler.
12094 2015-04-10 Pedro Alves <palves@redhat.com>
12097 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12099 2015-04-10 Yao Qi <yao.qi@linaro.org>
12101 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12102 (test_add_rn_pc): New function.
12103 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12104 (top level): Invoke test_add_rn_pc.
12106 2015-04-10 Pedro Alves <palves@redhat.com>
12109 * gdb.base/step-over-no-symbols.exp: New file.
12111 2015-04-09 Andy Wingo <wingo@igalia.com>
12113 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12114 after the Python tests.
12116 2015-04-08 Keith Seitz <keiths@redhat.com>
12119 * gdb.python/py-completion.exp: New tests for completion.
12120 * gdb.python/py-completion.py (CompleteLimit1): New class.
12121 (CompleteLimit2): Likewise.
12122 (CompleteLimit3): Likewise.
12123 (CompleteLimit4): Likewise.
12124 (CompleteLimit5): Likewise.
12125 (CompleteLimit6): Likewise.
12126 (CompleteLimit7): Likewise.
12128 2015-04-08 Pedro Alves <palves@redhat.com>
12132 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12134 (main): Install it as SIGUSR1 handler.
12135 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12136 parameter. Always use "setup" as prefix. Toggle "set
12137 displaced-stepping" off/on depending on global. Don't switch to
12139 (top level): Add displaced stepping "off/on" test axis. Update
12140 "setup" calls. Wrap each subtest with with_test_prefix. Test
12141 continuing with a queued signal in each thread.
12143 2015-04-08 Pedro Alves <palves@redhat.com>
12145 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12146 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12147 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12148 Return early if running to main fails.
12149 * gdb.trace/while-stepping.exp: Likewise.
12151 2015-04-07 Pedro Alves <palves@redhat.com>
12153 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12154 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12155 interact with inferior program.
12157 2015-04-07 Pedro Alves <palves@redhat.com>
12159 * lib/gdb.exp (inferior_spawn_id): New global.
12160 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12161 spawn id after processing the user code.
12162 (default_gdb_start): Set inferior_spawn_id.
12163 (send_inferior): New procedure.
12164 * lib/gdbserver-support.exp (gdbserver_start): Set
12166 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12168 2015-04-07 Pedro Alves <palves@redhat.com>
12170 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12171 * lib/gdbserver-support.exp (gdbserver_start): Make
12172 $server_spawn_id global.
12173 (gdbserver_start): Don't wait for gdbserver's spawn id with
12175 (close_gdbserver): New procedure.
12176 (gdb_exit): Rename the default version and reimplement.
12178 2015-04-07 Pedro Alves <palves@redhat.com>
12180 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12181 append the substituted item, not the original item.
12183 2015-04-07 Pedro Alves <palves@redhat.com>
12185 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12188 2015-04-07 Pedro Alves <palves@redhat.com>
12190 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12191 output appearing once only.
12193 2015-04-07 Pedro Alves <palves@redhat.com>
12195 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12196 that doesn't expect anything. Return early if running to main
12199 2015-04-07 Yao Qi <yao.qi@linaro.org>
12201 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12202 (child_function): Call alarm.
12203 (main): Move call to alarm into the loop.
12204 * gdb.threads/non-stop-fair-events.exp: Build program with
12205 -DTIMEOUT=$timeout.
12207 2015-04-06 Doug Evans <xdje42@gmail.com>
12209 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12210 Fix dest parameter to board_info.
12211 (fpc_compile): Ditto.
12212 (gdb_compile_pascal): Rename dest arg to destfile.
12214 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12216 * gdb.ada/funcall_ref.exp: New file.
12217 * gdb.ada/funcall_ref/foo.adb: New file.
12219 2015-04-02 Yao Qi <yao.qi@linaro.org>
12221 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12224 2015-04-02 Gary Benson <gbenson@redhat.com>
12226 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12228 2015-04-01 Sasha Smundak <asmundak@google.com>
12230 * gdb.python/py-unwind-maint.c: New file.
12231 * gdb.python/py-unwind-maint.exp: New test.
12232 * gdb.python/py-unwind-maint.py: New file.
12233 * gdb.python/py-unwind.c: New file.
12234 * gdb.python/py-unwind.exp: New test.
12235 * gdb.python/py-unwind.py: New test.
12237 2015-04-01 Pedro Alves <palves@redhat.com>
12239 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12240 to fail instead of non-existent $test.
12242 2015-04-01 Pedro Alves <palves@redhat.com>
12244 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12245 GDBFLAGS if not empty.
12247 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12249 * gdb.ada/complete.exp: Remove "multi_line".
12250 * gdb.ada/info_exc.exp: Remove "multi_line".
12251 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12252 * gdb.ada/ptype_field.exp: Remove "multi_line".
12253 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12254 * gdb.ada/tagged.exp: Remove "multi_line".
12255 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12257 * gdb.btrace/delta.exp: Likewise.
12258 * gdb.btrace/exception.exp: Likewise.
12259 * gdb.btrace/function_call_history.exp: Likewise.
12260 * gdb.btrace/instruction_history.exp: Likewise.
12261 * gdb.btrace/nohist.exp: Likewise.
12262 * gdb.btrace/record_goto.exp: Likewise.
12263 * gdb.btrace/segv.exp: Likewise.
12264 * gdb.btrace/stepi.exp: Likewise.
12265 * gdb.btrace/tailcall.exp: Likewise.
12266 * gdb.btrace/unknown_functions.exp: Likewise.
12267 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12268 * lib/gdb.exp: Add the "multi_line" helper.
12270 2015-04-01 Pedro Alves <palves@redhat.com>
12272 * gdb.threads/tid-reuse.c: New file.
12273 * gdb.threads/tid-reuse.exp: New file.
12275 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12278 * gdb.base/coredump-filter.c: New file.
12279 * gdb.base/coredump-filter.exp: Likewise.
12281 2015-03-27 Petr Machata <pmachata@redhat.com>
12283 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12284 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12285 (Dwarf::assemble): Initialize them.
12286 (Dwarf::lines): New function.
12288 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12290 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12291 SYMBOL_PREFIX for x86_64-*-cygwin.
12293 2015-03-26 Andy Wingo <wingo@igalia.com>
12296 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12297 const_value but not a location.
12298 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12299 location defined in non-main CUs are visible.
12301 2015-03-26 Yao Qi <yao.qi@linaro.org>
12304 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12305 Add a line number entry for the same line.
12306 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12307 Add a line number entry for the same line.
12309 2015-03-26 Yao Qi <yao.qi@linaro.org>
12311 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12313 (func): Likewise. Add .Lfunc_1 label.
12314 Use .Lfunc_1 label.
12315 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12318 Use .Lfunc_1 label.
12320 2015-03-26 Yao Qi <yao.qi@linaro.org>
12322 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12323 Call gdb_compile instead to compile each .s files without debug
12326 2015-03-26 Yao Qi <yao.qi@linaro.org>
12328 * gdb.base/savedregs.exp (process_saved_regs): Make
12329 "Saved registers:" optional in the pattern.
12331 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12333 * gdb.btrace/next.exp: Merged into step.exp.
12334 * gdb.btrace/finish.exp: Merged into step.exp.
12335 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12336 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12337 "record goto" and checking the exact replay position.
12338 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12339 check for "Recording format" in "info record" output.
12340 * gdb.btrace/record_goto.exp: Choose test file based on target.
12341 * gdb.btrace/x86-record_goto.S: Renamed into ...
12342 * gdb.btrace/x86_64-record_goto.S: ... this.
12343 * gdb.btrace/i686-record_goto.S: New.
12344 * gdb.btrace/x86-tailcall.S: Renamed into ...
12345 * gdb.btrace/x86_64-tailcall.S: ... this.
12346 * gdb.btrace/i686-tailcall.S: New.
12347 * gdb.btrace/x86-tailcall.c: Renamed into ...
12348 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12349 separate statements. Update test.
12350 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12351 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12352 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12353 * gdb.btrace/tailcall.exp: Choose test file based on target.
12354 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12356 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12358 * gdb.btrace/exception.exp: Increase BTS buffer size.
12360 2015-03-24 Pedro Alves <palves@redhat.com>
12362 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12364 2015-03-24 Pedro Alves <palves@redhat.com>
12366 * gdb.threads/schedlock.exp (test_step): No longer expect that
12367 "set scheduler-locking step" with "next" over a function call runs
12370 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12372 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12374 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12376 PR breakpoints/16466
12377 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12378 * gdb.mi/mi-pending.c (thread_func): New function.
12379 (int main): Add threading support required.
12380 * gdb.mi/mi-pending.exp: Add tests for this issue.
12381 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12382 (pendfunc2): Remove stdio dependency.
12383 * gdb.mi/mi-pendshr2.c: New file.
12385 2015-03-23 Keith Seitz <keiths@redhat.com>
12387 * gdb.linespec/keywords.c: New file.
12388 * gdb.linespec/keywords.exp: New file.
12390 2015-03-23 Keith Seitz <keiths@redhat.com>
12393 * gdb.dwarf2/staticvirtual.exp: New test.
12395 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12397 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12398 * README: Remove HP-UX and gdb.hp.
12400 * configure: Regenerate.
12401 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12402 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12403 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12404 gdb.hp/gdb.defects/Makefile.
12405 * gdb.hp/Makefile.in: File deleted.
12406 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12407 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12408 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12409 * gdb.hp/gdb.aCC/run.c: File deleted.
12410 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12411 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12412 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12413 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12414 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12415 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12416 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12417 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12418 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12419 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12420 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12421 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12422 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12423 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12424 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12425 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12426 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12427 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12428 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12429 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12430 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12431 * gdb.hp/gdb.compat/average.c: File deleted.
12432 * gdb.hp/gdb.compat/sum.c: File deleted.
12433 * gdb.hp/gdb.compat/xdb.c: File deleted.
12434 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12435 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12436 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12437 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12438 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12439 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12440 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12441 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12442 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12443 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12444 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12445 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12446 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12447 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12448 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12449 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12450 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12451 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12452 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12453 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12454 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12455 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12456 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12457 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12458 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12459 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12460 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12461 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12462 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12463 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12464 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12465 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12466 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12467 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12468 * gdb.hp/tools/odump: File deleted.
12470 2015-03-19 Pedro Alves <palves@redhat.com>
12472 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12473 (saw_thread_3): New globals.
12474 (top level): Increment them when an event for the corresponding
12476 (no thread starvation): New test.
12478 2015-03-19 Pedro Alves <palves@redhat.com>
12480 * gdb.threads/continue-pending-status.c: New file.
12481 * gdb.threads/continue-pending-status.exp: New file.
12483 2015-03-18 Pedro Alves <palves@redhat.com>
12485 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12486 Use gdb_is_target_remote instead of is_remote. Use
12487 gdb_test_multiple instead of gdb_expect. Exit early if
12488 gdb_test_multiple hits its internal matches. Tighten stepi tests
12489 expected output. Fail on exit with any signal, instead of just
12492 2015-03-18 Yao Qi <yao.qi@linaro.org>
12495 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12497 * gdb.base/catch-syscall.exp: Don't skip it on
12498 aarch64*-*-linux* target. Remove elements in all_syscalls.
12499 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12501 (setup_all_syscalls): New proc.
12503 2015-03-16 Yao Qi <yao.qi@linaro.org>
12505 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12506 (top level): Skip tests if valid_addr_p returns false for
12509 2015-03-11 Andy Wingo <wingo@igalia.com>
12511 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12513 2015-03-11 Yao Qi <yao.qi@linaro.org>
12515 * gdb.base/catch-syscall.exp: Fix typo in comments.
12517 2015-03-11 Yao Qi <yao.qi@linaro.org>
12519 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12521 2015-03-09 Pedro Alves <palves@redhat.com>
12523 * dg-extract-results.py: Delete.
12525 2015-03-09 Pedro Alves <palves@redhat.com>
12527 Merge dg-extract-results.sh from GCC upstream (r218843).
12529 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12530 * dg-extract-results.sh: Use --text with grep to avoid issues with
12531 binary files. Fall back to cat -v, if that doesn't work.
12533 2015-03-05 Pedro Alves <palves@redhat.com>
12535 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12537 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12539 * lib/mi-support.exp (mi_expect_interrupt): Accept
12540 alternative event for when in all-stop mode.
12542 2015-03-04 Pedro Alves <palves@redhat.com>
12544 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12546 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12548 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12550 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12552 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12553 regexps for GDB's current line display, accept a hex address
12554 preceding the line number.
12556 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12558 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12559 the 'arch1' variable for "s390*-linux*" targets.
12561 2015-03-04 Pedro Alves <palves@redhat.com>
12563 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12564 (main): Pass missing retval argument to pthread_join call.
12566 2015-03-02 Pedro Alves <palves@redhat.com>
12568 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12569 (top level): Call do_test with non-stop as well.
12571 2015-03-02 Pedro Alves <palves@redhat.com>
12573 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12576 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12578 * gdb.arch/s390-vregs.exp: New test.
12579 * gdb.arch/s390-vregs.S: New file.
12581 2015-02-27 Pedro Alves <palves@redhat.com>
12583 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12584 call to catch_command_errors.
12585 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12586 catch_command_errors.
12588 2015-02-27 Pedro Alves <palves@redhat.com>
12590 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12591 "true" for boolean result.
12592 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12595 2015-02-27 Pedro Alves <palves@redhat.com>
12597 * lib/unbuffer_output.c: New file.
12598 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12599 (main): Call gdb_unbuffer_output.
12601 2015-02-27 Yao Qi <yao.qi@linaro.org>
12603 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12606 2015-02-26 Doug Evans <dje@google.com>
12608 * gdb.cp/class2.cc (Dbase, D): New classes.
12609 (main): New local delta.
12610 * gdb.cp/class2.exp: Test printing delta.
12611 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12612 (dynbar): New global.
12613 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12615 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12617 * gdb.compile/compile-ifunc.c: New file.
12618 * gdb.compile/compile-ifunc.exp: New file.
12620 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12622 * gdb.base/structs.exp: Check for correct struct on finish.
12624 2015-02-26 Yao Qi <yao.qi@linaro.org>
12626 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12629 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12631 * gdb.arch/cordic.ko.bz2: New file.
12632 * gdb.arch/cordic.ko.debug.bz2: New file.
12633 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12635 2015-02-25 Yao Qi <yao.qi@linaro.org>
12637 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12638 aarch64*-*-* target.
12640 2015-02-23 Pedro Alves <palves@redhat.com>
12642 * lib/gdb.exp (delete_breakpoints): Rewrite using
12645 2015-02-23 Pedro Alves <palves@redhat.com>
12647 * gdb.base/info-os.c: Include stdlib.h.
12649 2015-02-22 Doug Evans <xdje42@gmail.com>
12652 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12653 is read after symbols have been re-read.
12654 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12655 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12657 2015-02-21 Doug Evans <dje@google.com>
12659 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12661 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12664 * gdb.arch/i386-biarch-core.core.bz2: New file.
12665 * gdb.arch/i386-biarch-core.exp: New file.
12667 2015-02-21 Pedro Alves <palves@redhat.com>
12669 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12672 2015-02-20 Pedro Alves <palves@redhat.com>
12674 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12677 2015-02-20 Pedro Alves <palves@redhat.com>
12679 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12681 2015-02-20 Pedro Alves <palves@redhat.com>
12683 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12684 clean_restart before gdb_target_supports_trace.
12686 2015-02-20 Pedro Alves <palves@redhat.com>
12689 * gdb.threads/clone-thread_db.c: New file.
12690 * gdb.threads/clone-thread_db.exp: New file.
12692 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12694 PR breakpoints/16812
12695 * gdb.base/catch-gdb-caused-signals.c: New file.
12696 * gdb.base/catch-gdb-caused-signals.exp: New file.
12698 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12700 * configure: Regenerated.
12701 * configure.ac: Use GDB_AC_TRANSFORM.
12702 * aclocal.m4: sinclude ../transform.m4.
12704 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12706 * lib/dtrace.exp: New file.
12707 * gdb.base/dtrace-probe.exp: Likewise.
12708 * gdb.base/dtrace-probe.d: Likewise.
12709 * gdb.base/dtrace-probe.c: Likewise.
12710 * lib/pdtrace.in: Likewise.
12711 * configure.ac: Output variables with the transformed names of
12712 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12713 * configure: Regenerated.
12715 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12717 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12718 expected message when trying to access $_probe_* convenience
12719 variables while not on a probe.
12721 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12723 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12725 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12727 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12728 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12730 2015-02-10 Doug Evans <xdje42@gmail.com>
12732 * lib/gdb.exp (gdb_load): Always return a result.
12734 2015-02-10 Pedro Alves <palves@redhat.com>
12736 * gdb.threads/signal-sigtrap.c: New file.
12737 * gdb.threads/signal-sigtrap.exp: New file.
12739 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12741 * gdb.trace/no-attach-trace.c: New file.
12742 * gdb.trace/no-attach-trace.exp: New file.
12744 2015-02-09 Mark Wielaard <mjw@redhat.com>
12746 * gdb.dwarf2/atomic.c: New file.
12747 * gdb.dwarf2/atomic-type.exp: Likewise.
12749 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12751 * gdb.btrace/buffer-size.exp: Update "info record" output.
12752 * gdb.btrace/delta.exp: Update "info record" output.
12753 * gdb.btrace/enable.exp: Update "info record" output.
12754 * gdb.btrace/finish.exp: Update "info record" output.
12755 * gdb.btrace/instruction_history.exp: Update "info record" output.
12756 * gdb.btrace/next.exp: Update "info record" output.
12757 * gdb.btrace/nexti.exp: Update "info record" output.
12758 * gdb.btrace/step.exp: Update "info record" output.
12759 * gdb.btrace/stepi.exp: Update "info record" output.
12760 * gdb.btrace/nohist.exp: Update "info record" output.
12762 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12764 * gdb.btrace/buffer-size: New.
12766 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12768 * gdb.btrace/delta.exp: Update "info record" output.
12769 * gdb.btrace/enable.exp: Update "info record" output.
12770 * gdb.btrace/finish.exp: Update "info record" output.
12771 * gdb.btrace/instruction_history.exp: Update "info record" output.
12772 * gdb.btrace/next.exp: Update "info record" output.
12773 * gdb.btrace/nexti.exp: Update "info record" output.
12774 * gdb.btrace/step.exp: Update "info record" output.
12775 * gdb.btrace/stepi.exp: Update "info record" output.
12776 * gdb.btrace/nohist.exp: Update "info record" output.
12778 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12781 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12783 2015-02-06 Pedro Alves <palves@redhat.com>
12785 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12787 (seconds_left, again): New globals.
12788 (main): Wait seconds_left in a 1-second sleep loop instead of
12789 sleeping 180 seconds. If 'again' is set, reset the seconds
12791 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12792 'again' in the inferior before detaching. Print the seconds left.
12793 (options): New global.
12794 (top level): Build program with -DTIMEOUT=$timeout.
12796 2015-02-06 Pedro Alves <palves@redhat.com>
12798 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12799 determine how many seconds to pass to 'alarm'.
12800 * gdb.base/gdb-sigterm.exp (top level): Build program with
12801 -DTIMEOUT=$timeout.
12802 (do_test): Return success/failure indication. Add more verbose
12803 logging. Don't fail if 200 single steps are seen. Instead, fail
12804 when the test times out.
12805 (passes): New global.
12806 (top level): Break the testing loop if testing fails on any
12807 iteration. Use gdb_assert.
12809 2015-02-04 Don Breazeal <donb@codesourcery.com>
12811 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12812 and initialize them.
12813 (ipc_cleanup): New function.
12814 (main): Don't declare shmid, semid, and msqid. Add a call to
12815 atexit so that we call ipc_cleanup on exit.
12817 2015-02-04 Pedro Alves <palves@redhat.com>
12819 * boards/native-extended-gdbserver.exp: Remove any target variant
12820 specifications from the board name before clearing the isremote
12821 flag from board_info.
12823 2015-01-31 Doug Evans <xdje42@gmail.com>
12825 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12827 2015-01-31 Gary Benson <gbenson@redhat.com>
12829 * gdb.base/completion.exp: Disable completion limiting for
12830 existing tests. Add new tests to check completion limiting.
12831 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12833 2015-01-31 Doug Evans <xdje42@gmail.com>
12835 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12837 2015-01-31 Doug Evans <xdje42@gmail.com>
12839 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12840 entries. Duplicate file section script entries.
12841 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12842 inlined entries. Add test for safe-path rejection.
12843 * gdb.python/py-section-script.c: Add duplicate inlined section script
12844 entries. Duplicate file section script entries.
12845 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12846 inlined entries. Add test for safe-path rejection.
12848 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12850 * gdb.ada/disc_arr_bound: New testcase.
12852 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12854 * gdb.ada/mi_var_array: New testcase.
12856 2015-01-27 Doug Evans <dje@google.com>
12858 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12859 Add test for objfile.filename, objfile.username after objfile
12862 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12864 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12865 the second test to print the name attribute of value
12866 returned by the call to gdb.lookup_type, and adjust
12867 the expected output accordingly.
12869 2015-01-25 Mark Wielaard <mjw@redhat.com>
12871 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12872 * gdb.base/disp-step-fork.c: Include unistd.h.
12873 * gdb.base/siginfo-obj.c: Include stdio.h.
12874 * gdb.base/siginfo-thread.c: Likewise.
12875 * gdb.mi/non-stop.c: Include unistd.h.
12876 * gdb.mi/nsthrexec.c: Include stdio.h.
12877 * gdb.mi/pthreads.c: Include unistd.h.
12878 * gdb.modula2/unbounded1.c (main): Declare returns int.
12879 * gdb.reverse/consecutive-reverse.c: Likewise.
12880 * gdb.threads/create-fail.c: Include unistd.h.
12881 * gdb.threads/killed.c: Likewise.
12882 * gdb.threads/linux-dp.c: Likewise.
12883 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12884 * gdb.threads/non-ldr-exc-2.c: Likewise.
12885 * gdb.threads/non-ldr-exc-3.c: Likewise.
12886 * gdb.threads/non-ldr-exc-4.c: Likewise.
12887 * gdb.threads/pthreads.c: Include unistd.h.
12888 (main): Declare returns int.
12889 * gdb.threads/tls-main.c (foo): New declaration.
12890 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12892 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12894 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12895 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12897 2015-01-15 Mark Wielaard <mjw@redhat.com>
12899 * gdb.base/noreturn-return.c: New file.
12900 * gdb.base/noreturn-return.exp: New file.
12901 * gdb.base/noreturn-finish.c: New file.
12902 * gdb.base/noreturn-finish.exp: New file.
12904 2015-01-23 Pedro Alves <palves@redhat.com>
12906 * gdb.threads/continue-pending-after-query.c: New file.
12907 * gdb.threads/continue-pending-after-query.exp: New file.
12909 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12910 Simon Marchi <simon.marchi@ericsson.com>
12912 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12913 * gdb.base/valgrind-db-attach.exp: Same.
12914 * gdb.base/valgrind-infcall.exp: Same.
12915 * lib/mi-support.exp (default_mi_gdb_start): Same.
12916 * lib/prompt.exp (default_prompt_gdb_start): Same.
12917 * lib/gdb.exp (default_gdb_spawn): Same.
12918 (gdb_interact): New.
12921 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12923 * gdb.compile/compile.exp (pointer to jit function): New test.
12925 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12927 * lib/gdb.exp (supports_process_record): Return true for
12929 (supports_reverse): Likewise.
12931 2015-01-15 Don Breazeal <donb@codesourcery.com>
12933 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12934 instead of checking whether the target board is remote and
12935 use spawn_wait_for_attach instead of exec/sleep.
12936 * gdb.base/attach-twice.exp: Likewise.
12938 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12940 * gdb.ada/var_arr_attrs: New testcase.
12942 2015-01-14 Pedro Alves <palves@redhat.com>
12943 Joel Brobecker <brobecker@adacore.com>
12946 * gdb.base/bp-cmds-execution-x-script.c: New file.
12947 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12948 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12950 2015-01-14 Pedro Alves <palves@redhat.com>
12953 * gdb.base/batch-preserve-term-settings.c: New file.
12954 * gdb.base/batch-preserve-term-settings.exp: New file.
12956 2015-01-13 Doug Evans <dje@google.com>
12958 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12961 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12963 * Makefile.in (clean mostlyclean): Do not delete *.py.
12965 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12967 * gdb.python/py-lookup-type.exp: New file.
12969 2015-01-12 Pedro Alves <palves@redhat.com>
12971 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12972 restore GDBFLAGS before returning.
12974 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12976 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12977 is_amd64_regs_target and is_x86_like_target.
12979 2015-01-11 Doug Evans <xdje42@gmail.com>
12981 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12982 is given without an explicit form.
12983 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12985 * gdb.dwarf/corrupt.exp: Ditto.
12986 * gdb.dwarf2/enum-type.exp: Ditto.
12987 * gdb.trace/entry-values.exp: Ditto.
12988 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12990 2015-01-11 Doug Evans <xdje42@gmail.com>
12993 * gdb.base/maint.exp: Remove references to "maint demangle".
12994 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12995 Add tests for explicitly specifying language to demangle.
12996 * gdb.dlang/demangle.exp: Ditto.
12998 2015-01-09 Pedro Alves <palves@redhat.com>
13000 * gdb.threads/non-stop-fair-events.c: New file.
13001 * gdb.threads/non-stop-fair-events.exp: New file.
13003 2015-01-09 Pedro Alves <palves@redhat.com>
13005 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13006 the global scope. Set a breakpoint after all threads are started
13007 rather than stepping over two source lines. Expect the prompt.
13008 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13011 (main): Use threads_started_barrier to wait for all threads to
13012 start. Main thread no longer calls thread_function. Exit after
13014 (loop): New function.
13015 (thread_function): Wait on threads_started_barrier barrier. Call
13016 'loop' at each iteration.
13017 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13018 threads have started, instead of hardcoding number of "next"
13019 steps. Use an access watchpoint instead of a write watchpoint.
13021 2015-01-09 Pedro Alves <palves@redhat.com>
13023 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13024 (thread_func): Wait on barrier.
13025 (main): Wait for all threads to start before stopping GDB.
13026 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13028 (thread1_func, thread2_func): Wait on barrier.
13029 (main): Wait for all threads to start before stopping GDB.
13030 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13032 (thread1_func, thread2_func): Wait on barrier.
13033 (main): Wait for all threads to start before stopping GDB.
13035 2015-01-09 Pedro Alves <palves@redhat.com>
13037 * gdb.threads/attach-many-short-lived-threads.c: New file.
13038 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13040 2014-01-09 Pedro Alves <palves@redhat.com>
13042 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13043 instead of to thread 2.
13044 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13045 Add barrier around each pthread_create call instead of around all
13047 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13048 Set a break on thread_function and have the child threads hit it
13051 2015-01-09 Pedro Alves <palves@redhat.com>
13053 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13054 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13056 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13057 checking whether the target board is remote.
13058 * gdb.multi/multi-attach.exp: Likewise.
13059 * gdb.python/py-sync-interp.exp: Likewise.
13060 * gdb.server/ext-attach.exp: Likewise.
13061 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13062 tests that need to attach, instead of checking whether the target
13063 board is remote at the top of the file.
13065 2015-01-08 Yao Qi <yao@codesourcery.com>
13067 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13069 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13071 Fix testcase compilation.
13072 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13074 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13076 * gdb.python/py-type.exp: Add a couple test about empty
13077 array creation, and negative-length array creation.
13079 2015-01-02 Doug Evans <xdje42@gmail.com>
13081 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13083 2015-01-02 Doug Evans <dje@google.com>
13085 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13087 2014-12-29 Yao Qi <yao@codesourcery.com>
13089 * gdb.trace/entry-values.exp: Update comments. Rename variable
13090 bar_call_foo to returned_from_foo.
13092 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13095 * gdb.linespec/break-asm-file.c: New file.
13096 * gdb.linespec/break-asm-file.exp: New file.
13097 * gdb.linespec/break-asm-file0.s: New file.
13098 * gdb.linespec/break-asm-file1.s: New file.
13100 2014-12-18 Nigel Stephens <nigel@mips.com>
13101 Maciej W. Rozycki <macro@codesourcery.com>
13103 * gdb.base/float.exp: Handle the new output from "info float" on
13106 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13108 Fix MinGW compilation.
13109 * gdb.compile/compile-ops.exp: Update untested message if
13110 !skip_compile_feature_tests.
13111 * gdb.compile/compile-setjmp.exp: Likewise.
13112 * gdb.compile/compile-tls.exp: Likewise.
13113 * gdb.compile/compile.exp: Likewise.
13114 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13115 supported on this host".
13117 2014-12-16 Doug Evans <xdje42@gmail.com>
13119 * boards/stabs.exp: New file.
13121 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13123 * gdb.base/completion.exp: Adjust to format changes of "maint
13124 print user-registers".
13126 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13129 * gdb.arch/aarch64-fp.c: New file.
13130 * gdb.arch/aarch64-fp.exp: New file.
13132 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13134 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13135 r210637, r210913, r211666, r215400, r215817).
13137 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13138 * dg-extract-results.py: New file.
13139 * dg-extract-results.sh: Use it if the environment seems
13142 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13144 * dg-extract-results.py (parse_run): Handle warnings that
13145 are printed before a test harness is run.
13147 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13149 * dg-extract-results.py (Named): Remove __cmp__ method.
13150 (output_variation): Use a key to sort variation.harnesses.
13152 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13154 * dg-extract-results.py: For Python 3, force sys.stdout to
13155 handle surrogate escape sequences.
13156 (safe_open): New function.
13157 (output_segment, main): Use it.
13159 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13161 * dg-extract-results.py (Prog.result_re): Include options
13164 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13166 * dg-extract-results.py (output_variation): Always sort if
13169 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13171 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13172 as long as we get pagination notifications.
13174 2014-12-15 Jason Merrill <jason@redhat.com>
13176 * Makefile.in (check-gdb.%): Restore.
13177 * README: Mention it.
13179 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13181 * gdb.ada/str_uninit: New testcase.
13183 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13186 * gdb.base/vla-stub-define.c: New file.
13187 * gdb.base/vla-stub.c: New file.
13188 * gdb.base/vla-stub.exp: New file.
13190 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13191 Jan Kratochvil <jan.kratochvil@redhat.com>
13192 Tom Tromey <tromey@redhat.com>
13194 * configure.ac: Add gdb.compile/.
13195 * configure: Regenerate.
13196 * gdb.compile/Makefile.in: New file.
13197 * gdb.compile/compile-ops.exp: New file.
13198 * gdb.compile/compile-ops.c: New file.
13199 * gdb.compile/compile-tls.c: New file.
13200 * gdb.compile/compile-tls.exp: New file.
13201 * gdb.compile/compile-constvar.S: New file.
13202 * gdb.compile/compile-constvar.c: New file.
13203 * gdb.compile/compile-mod.c: New file.
13204 * gdb.compile/compile-nodebug.c: New file.
13205 * gdb.compile/compile-setjmp-mod.c: New file.
13206 * gdb.compile/compile-setjmp.c: New file.
13207 * gdb.compile/compile-setjmp.exp: New file.
13208 * gdb.compile/compile-shlib.c: New file.
13209 * gdb.compile/compile.c: New file.
13210 * gdb.compile/compile.exp: New file.
13211 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13213 2014-12-12 Tom Tromey <tromey@redhat.com>
13215 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13216 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13218 2014-12-12 Doug Evans <dje@google.com>
13220 * lib/gdb-python.exp (get_python_valueof): New function.
13221 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13223 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13225 * gdb.base/completion.exp: Add test for completion of "info
13228 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13230 * gdb.base/func-ptrs.c: New file.
13231 * gdb.base/func-ptrs.exp: New file.
13233 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13235 PR breakpoints/17012
13236 * gdb.base/dprintf-detach.c: New file.
13237 * gdb.base/dprintf-detach.exp: New file.
13239 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13241 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13242 * lib/gdb.exp (target_is_gdbserver): New procedure.
13244 2014-12-08 Doug Evans <dje@google.com>
13246 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13248 2014-12-05 Yao Qi <yao@codesourcery.com>
13250 * gdb.guile/scm-error.exp: Remove the third argument to
13251 gdb_remote_download.
13252 * gdb.guile/scm-frame-args.exp: Likewise.
13253 * gdb.guile/scm-section-script.exp: Likewise.
13255 2014-12-05 Yao Qi <yao@codesourcery.com>
13257 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13259 2014-12-04 Doug Evans <dje@google.com>
13261 * gdb.python/py-objfile.exp: Add tests for
13262 objfile.add_separate_debug_file.
13264 2014-12-04 Doug Evans <dje@google.com>
13266 * lib/gdb.exp (get_build_id): New function.
13267 (build_id_debug_filename_get): Rewrite to use it.
13268 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13270 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13272 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13273 `method(long)', not just 0x0.
13274 * gdb.cp/nsalias.exp: Align code labels to 4.
13275 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13276 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13277 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13278 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13279 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13280 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13282 2014-12-02 Doug Evans <dje@google.com>
13285 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13286 * gdb.cp/anon-ns2.cc: ... here. New file.
13287 * gdb.cp/anon-ns.exp: Update.
13289 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13291 * gdb.python/py-events.py (inferior_call_handler): New.
13292 (register_changed_handler, memory_changed_handler): New.
13293 (test_events.invoke): Register new handlers.
13294 * gdb.python/py-events.exp: Add tests for inferior call,
13295 memory_changed and register_changed events.
13297 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13299 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13300 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13301 if the linker doesn't understand this.
13303 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13305 * gdb.python/python.exp: Change expected reply to help().
13307 2014-12-01 Yao Qi <yao@codesourcery.com>
13309 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13310 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13311 * configure: Re-generated.
13313 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13315 * gdb.cp/chained-calls.cc: New file.
13316 * gdb.cp/chained-calls.exp: New file.
13317 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13319 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13321 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13322 * gdb.dwarf2/symtab-producer.exp: Same.
13323 * gdb.gdb/python-interrupts.exp: Same.
13324 * gdb.gdb/python-selftest.exp: Same.
13325 * gdb.python/py-linetable.exp: Same.
13326 * gdb.python/py-type.exp: Same.
13327 * gdb.python/py-value-cc.exp: Same.
13328 * gdb.python/py-value.exp: Same.
13330 2014-11-28 Yao Qi <yao@codesourcery.com>
13332 * gdb.base/break-probes.exp: Match library name prefixed with
13335 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13337 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13338 test expected output. Add parentheses for the call to print.
13339 Remove L suffix from integers.
13341 2014-11-26 Doug Evans <dje@google.com>
13343 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13345 2014-11-22 Yao Qi <yao@codesourcery.com>
13347 * gdb.trace/entry-values.c: Remove asms.
13348 (foo): Add foo_label.
13349 (bar): Add bar_label.
13350 * gdb.trace/entry-values.exp: Remove code computing foo's
13351 length and bar's length.
13352 (Dwarf::assemble): Invoke function_range for bar and use
13353 MACRO_AT_func for foo.
13355 2014-11-22 Yao Qi <yao@codesourcery.com>
13357 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13358 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13359 Use .Lgcc43_procstart instead of gcc43.
13361 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13363 * gdb.ada/n_arr_bound: New testcase.
13365 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13367 PR breakpoints/10737
13368 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13369 test_catch_syscall_multi_arch.
13370 (test_catch_syscall_multi_arch): New function.
13372 2014-11-20 Doug Evans <xdje42@gmail.com>
13374 * gdb.base/maint.exp: Update expected output.
13376 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13378 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13379 4-byte instruction on S390.
13381 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13383 * gdb.ada/arr_arr: New testcase.
13385 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13387 * gdb.ada/pkd_arr_elem: New Testcase.
13389 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13391 * gdb.reverse/break-precsave: Expect completion message for
13393 * gdb.reverse/consecutive-precsave.exp: Likewise.
13394 * gdb.reverse/finish-precsave.exp: Likewise.
13395 * gdb.reverse/i386-precsave.exp: Likewise.
13396 * gdb.reverse/machinestate-precsave.exp: Likewise.
13397 * gdb.reverse/sigall-precsave.exp: Likewise.
13398 * gdb.reverse/solib-precsave.exp: Likewise.
13399 * gdb.reverse/step-precsave.exp: Likewise.
13400 * gdb.reverse/until-precsave.exp: Likewise.
13401 * gdb.reverse/watch-precsave.exp: Likewise.
13403 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13405 * gdb.base/bp-permanent.c: Include unistd.h.
13406 * gdb.python/py-framefilter-mi.c (main): Add return type.
13407 * gdb.python/py-framefilter.c (main): Likewise.
13408 * gdb.trace/actions-changed.c (main): Likewise.
13410 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13412 * gdb.mi/until.c: Add eye-catchers.
13413 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13416 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13418 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13419 function header variants in break1.c.
13420 * gdb.base/ena-dis-br.exp: Likewise.
13421 * gdb.base/hbreak2.exp: Likewise.
13422 * gdb.reverse/until-precsave.exp: Drop references to removed
13423 non-prototype function header variants in ur1.c.
13424 * gdb.reverse/until-reverse.exp: Likewise.
13426 2014-11-17 Petr Machata <pmachata@redhat.com>
13428 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13429 ${_cu_offset_size} bytes abbrev offset.
13431 2014-11-15 Doug Evans <xdje42@gmail.com>
13434 * gdb.base/line-symtabs.exp: New file.
13435 * gdb.base/line-symtabs.c: New file.
13436 * gdb.base/line-symtabs.h: New file.
13438 2014-11-14 Yao Qi <yao@codesourcery.com>
13440 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13441 (func): Add label func_label.
13442 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13443 Replace low_pc and high_pc with MACRO_AT_range.
13444 Replace name, low_pc and high_pc with MACRO_AT_func.
13446 2014-11-14 Yao Qi <yao@codesourcery.com>
13448 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13449 Replace name, low_pc and high_pc with MACRO_AT_func.
13451 2014-11-14 Yao Qi <yao@codesourcery.com>
13453 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13454 produce debug information.
13455 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13457 2014-11-14 Yao Qi <yao@codesourcery.com>
13459 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13460 object and get function length.
13461 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13462 with MACRO_AT_func.
13463 (top-level): Replace gdb_compile and clean_restart with
13464 prepare_for_testing.
13465 * gdb.dwarf2/main.c (main): Add label main_label.
13467 2014-11-14 Yao Qi <yao@codesourcery.com>
13469 * lib/dwarf.exp (function_range): New procedure.
13470 (Dwarf::_handle_macro_at_func): New procedure.
13471 (Dwarf::_handle_macro_at_range): New procedure.
13472 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13474 2014-11-14 Yao Qi <yao@codesourcery.com>
13476 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13477 (_handle_attribute): New procedure.
13479 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13481 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13482 * gdb.base/call-sc.c (zed): Likewise.
13483 * gdb.base/checkpoint.c (main): Likewise.
13484 * gdb.base/dump.c (main): Likewise.
13485 * gdb.base/gcore.c (main): Likewise.
13486 * gdb.base/huge.c (main): Likewise.
13487 * gdb.base/multi-forks.c (main): Likewise.
13488 * gdb.base/pr10179-a.c (main): Likewise.
13489 * gdb.base/savedregs.c (main): Likewise.
13490 * gdb.base/sigaltstack.c (main): Likewise.
13491 * gdb.base/siginfo.c (main): Likewise.
13492 * gdb.base/structs.c (zed): Likewise.
13493 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13494 * gdb.mi/mi-syn-frame.c (main): Likewise.
13495 * gdb.mi/until.c (foo, main): Likewise.
13496 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13497 * gdb.base/solib-weak.c (foo): Declare.
13498 * gdb.base/attach-twice.c: Include stdio.h.
13499 * gdb.base/weaklib1.c: Likewise.
13500 * gdb.base/weaklib2.c: Likewise.
13501 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13502 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13504 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13505 * gdb.mi/mi-exit-code.c: Likewise.
13506 * gdb.base/break-interp-lib.c: Include string.h.
13507 * gdb.base/coremaker.c: Likewise.
13508 * gdb.base/testenv.c: Likewise.
13509 * gdb.python/py-finish-breakpoint.c: Likewise.
13510 * gdb.base/inferior-died.c: Include sys/wait.h.
13511 * gdb.base/fileio.c: Include time.h.
13512 * gdb.base/async-shell.c: Include unistd.h.
13513 * gdb.base/dprintf-non-stop.c: Likewise.
13514 * gdb.base/info-os.c: Likewise.
13515 * gdb.mi/mi-console.c: Likewise.
13516 * gdb.mi/watch-nonstop.c: Likewise.
13517 * gdb.python/py-events.c: Likewise.
13518 * gdb.base/async.c (baz): Move up before its invocation.
13519 * gdb.base/code_elim2.c (my_global_func): Likewise.
13520 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13521 * gdb.base/advance.c (func2): Likewise.
13523 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13525 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13527 * gdb.base/annota3.c: Likewise.
13528 * gdb.base/async.c: Likewise.
13529 * gdb.base/average.c: Likewise.
13530 * gdb.base/call-ar-st.c: Likewise.
13531 * gdb.base/call-rt-st.c: Likewise.
13532 * gdb.base/call-sc.c: Likewise.
13533 * gdb.base/call-strs.c: Likewise.
13534 * gdb.base/ending-run.c: Likewise.
13535 * gdb.base/execd-prog.c: Likewise.
13536 * gdb.base/exprs.c: Likewise.
13537 * gdb.base/foll-exec.c: Likewise.
13538 * gdb.base/foll-fork.c: Likewise.
13539 * gdb.base/foll-vfork.c: Likewise.
13540 * gdb.base/funcargs.c: Likewise.
13541 * gdb.base/gcore.c: Likewise.
13542 * gdb.base/jump.c: Likewise.
13543 * gdb.base/langs0.c: Likewise.
13544 * gdb.base/langs1.c: Likewise.
13545 * gdb.base/langs2.c: Likewise.
13546 * gdb.base/mips_pro.c: Likewise.
13547 * gdb.base/nodebug.c: Likewise.
13548 * gdb.base/opaque0.c: Likewise.
13549 * gdb.base/opaque1.c: Likewise.
13550 * gdb.base/recurse.c: Likewise.
13551 * gdb.base/run.c: Likewise.
13552 * gdb.base/scope0.c: Likewise.
13553 * gdb.base/scope1.c: Likewise.
13554 * gdb.base/setshow.c: Likewise.
13555 * gdb.base/setvar.c: Likewise.
13556 * gdb.base/shmain.c: Likewise.
13557 * gdb.base/shr1.c: Likewise.
13558 * gdb.base/shr2.c: Likewise.
13559 * gdb.base/sigall.c: Likewise.
13560 * gdb.base/signals.c: Likewise.
13561 * gdb.base/so-indr-cl.c: Likewise.
13562 * gdb.base/solib2.c: Likewise.
13563 * gdb.base/structs.c: Likewise.
13564 * gdb.base/sum.c: Likewise.
13565 * gdb.base/vforked-prog.c: Likewise.
13566 * gdb.base/watchpoint.c: Likewise.
13567 * gdb.reverse/shr2.c: Likewise.
13568 * gdb.reverse/until-reverse.c: Likewise.
13569 * gdb.reverse/ur1.c: Likewise.
13570 * gdb.reverse/watch-reverse.c: Likewise.
13572 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13574 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13576 * gdb.base/sepdebug.exp: Drop references to removed code.
13578 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13580 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13581 variant. Preserve original line numbering.
13582 * gdb.base/list1.c: Likewise.
13584 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13586 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13588 * gdb.base/break1.c: Likewise.
13589 * gdb.base/break.exp: Drop references to removed code.
13591 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13593 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13596 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13598 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13600 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13602 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13603 logic into perform_all_tests() and invoke it with and without
13604 function header prototypes.
13605 (do_function_calls): Remove conditional XFAIL for PR 5318.
13606 (rerun_and_prepare): Remove duplicate code.
13607 (perform_all_tests): New. Main logic moved here.
13609 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13611 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13612 code guarded by #ifdef NO_PROTOTYPES.
13613 (t_double_many_args): Likewise.
13614 (DEF_FUNC_MANY_ARGS_1): Likewise.
13615 (DEF_FUNC_VALUES_1): Likewise.
13616 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13617 guarded by #ifdef PROTOTYPES.
13619 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13621 * gdb.mi/mi-console.c: Add eye-catcher.
13622 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13623 instead of literal line number.
13625 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13627 * gdb.base/shr2.c: Add eye-catcher.
13628 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13633 * gdb.base/jump.c: Add eye-catchers.
13634 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13637 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13639 * gdb.base/execd-prog.c: Add eye-catchers.
13640 * gdb.base/foll-exec.c: Likewise.
13641 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13644 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13646 * gdb.base/ending-run.c: Add eye-catchers.
13647 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13648 literal line numbers.
13650 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13652 * gdb.base/call-rt-st.c: Add eye-catchers.
13653 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13654 literal line numbers.
13656 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13658 * gdb.base/call-ar-st.c: Add eye-catchers.
13659 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13660 literal line numbers.
13662 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13664 * gdb.base/average.c: Add eye-catchers.
13665 * gdb.base/sum.c: Likewise.
13666 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13667 regexps dynamically.
13669 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13671 * gdb.base/solib1.c: Add eye-catchers.
13672 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13673 literal line numbers.
13675 2014-11-12 Pedro Alves <palves@redhat.com>
13677 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13680 2014-11-12 Pedro Alves <palves@redhat.com>
13682 * gdb.arch/i386-bp_permanent.c: New file.
13683 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13684 (srcfile): Set to i386-bp_permanent.c.
13685 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13686 that stepi does not execute the 'leave' instruction, instead of
13687 testing it does execute.
13688 * gdb.base/bp-permanent.c: New file.
13689 * gdb.base/bp-permanent.exp: New file.
13691 2014-11-10 Doug Evans <xdje42@gmail.com>
13694 * gdb.base/symtab-search-order.exp: New file.
13695 * gdb.base/symtab-search-order.c: New file.
13696 * gdb.base/symtab-search-order-1.c: New file.
13697 * gdb.base/symtab-search-order-shlib-1.c: New file.
13699 2014-11-07 Pedro Alves <palves@redhat.com>
13702 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13705 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13708 * gdb.cp/pr17494.cc: New file.
13709 * gdb.cp/pr17494.exp: New file.
13711 2014-11-02 Yao Qi <yao@codesourcery.com>
13713 * gdb.python/python.exp: Get working directory and match the
13714 output of "set extended-prompt \\w " with it.
13716 2014-10-30 Doug Evans <dje@google.com>
13718 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13720 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13723 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13725 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13726 * gdb.base/realname-expand.exp: Likewise.
13727 * gdb.linespec/macro-relative.exp: Likewise.
13729 2014-10-29 Pedro Alves <palves@redhat.com>
13732 * gdb.threads/schedlock.c (some_function): New function.
13733 (call_function): New global.
13734 (MAYBE_CALL_SOME_FUNCTION): New macro.
13735 (thread_function): Call it.
13736 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13737 and use it instead of a global counter. Adjust all callers.
13738 (get_current_thread): Use "find current thread" for test message
13739 here rather than having all callers pass down the same string.
13740 (goto_loop): New procedure, factored out from ...
13741 (my_continue): ... this.
13742 (step_ten_loops): Change parameter from test message to command to
13744 (list_count): Delete global.
13745 (check_result): New procedure, factored out from duplicate top
13747 (continue tests): Wrap in with_test_prefix.
13748 (test_step): New procedure, factored out from duplicate top level
13750 (top level): Test "step" in combination with all scheduler-locking
13751 modes. Test "next" in combination with all scheduler-locking
13752 modes, and in combination with stepping over a function call or
13754 * gdb.threads/next-bp-other-thread.c: New file.
13755 * gdb.threads/next-bp-other-thread.exp: New file.
13757 2014-10-29 Pedro Alves <palves@redhat.com>
13760 * gdb.python/python.exp: Test a multi-line command that spawns
13761 interactive Python.
13762 * gdb.base/multi-line-starts-subshell.exp: New file.
13764 2014-10-29 Yao Qi <yao@codesourcery.com>
13766 * gdb.base/fileio.exp: Make directories on host.
13768 2014-10-29 Yao Qi <yao@codesourcery.com>
13770 * gdb.base/fileio.c (test_write): Close the file.
13772 2014-10-28 Pedro Alves <palves@redhat.com>
13775 * gdb.base/sigstep.c (no_handler): New global.
13776 (main): If 'no_handler is true, set the signal handlers to
13778 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13779 with_sw_watch and no_handler parameters. Handle them.
13780 (top level) <stepping over handler when stopped at a breakpoint
13781 test>: Add a test axis for testing with a software watchpoint, and
13782 another for testing with the signal handler set to SIG_IGN.
13783 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13784 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13786 2014-10-28 Pedro Alves <palves@redhat.com>
13789 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13790 * gdb.base/sigstep.exp (other_handler_location): New global.
13791 (advance): Support stepping into the signal handler, and running
13792 commands while in the handler.
13793 (in_handler_map): New global.
13794 (top level): In the advance test, add combinations for getting
13795 into the handler with stepping commands, and for running commands
13796 in the handler. Add comment descripting the advancei tests.
13798 2014-10-28 Pedro Alves <palves@redhat.com>
13800 * gdb.base/sigstep.exp: Use build_executable instead of
13801 prepare_for_testing.
13802 (top level): Move code that starts GDB, runs to main and creates a
13804 (restart): ... this new procedure.
13805 (top level): Move backtrace from signal handler test to ...
13806 (validate_backtrace): ... this new procedure.
13807 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13808 with_test_prefix. Always restart GDB.
13809 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13810 with_test_prefix. Always restart GDB. No need to delete
13811 breakpoints after the test.
13812 (test_skip_handler): Remove prefix parameter.
13813 (skip_over_handler, breakpoint_to_handler)
13814 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13815 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13816 restart GDB. No need to delete breakpoints after the test.
13817 (top level): Use foreach to call the test procedures with
13818 different commands.
13820 2014-10-28 Pedro Alves <palves@redhat.com>
13822 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13823 instead of GNATS numbers.
13824 * gdb.base/sigbpt.exp: Likewise.
13825 * gdb.base/siginfo.exp: Likewise.
13826 * gdb.base/sigstep.exp: Likewise.
13828 2014-10-27 Pedro Alves <palves@redhat.com>
13830 * gdb.base/sigstep.c (dummy): New global.
13831 (main): Issue a couple writes to the new global.
13832 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13834 (skip_over_handler): Use test_skip_handler.
13835 (top level): Call skip_over_handler for stepi and nexti too.
13836 (breakpoint_over_handler): Use test_skip_handler.
13837 (top level): Call breakpoint_over_handler for stepi and nexti too.
13839 2014-10-27 Yao Qi <yao@codesourcery.com>
13841 * gdb.trace/tfile.c (adjust_function_address)
13842 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13843 function descriptor.
13845 2014-10-24 Don Breazeal <donb@codesourcery.com>
13847 * gdb.base/foll-fork.exp (test_follow_fork,
13848 catch_fork_child_follow): Check for updated fork messages emitted
13850 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13851 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13852 vfork_and_exec_child_follow_through_step): Check for updated vfork
13853 messages emitted from infrun.c.
13855 2014-10-24 Pedro Alves <palves@redhat.com>
13857 * gdb.base/corefile.exp: Remove references to ultrix.
13858 * gdb.base/interrupt.exp: Likewise.
13859 * gdb.base/whatis.exp: Likewise.
13860 * gdb.gdb/selftest.exp: Likewise.
13861 * gdb.threads/manythreads.exp: Likewise.
13862 * gdb.threads/print-threads.exp: Likewise.
13863 * gdb.threads/pthreads.exp:: Likewise.
13864 * gdb.threads/schedlock.exp: Likewise.
13866 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13868 * gdb.cp/non-trivial-retval.cc: Add a test case.
13869 * gdb.cp/non-trivial-retval.exp: Add a test.
13871 2014-10-20 Yao Qi <yao@codesourcery.com>
13873 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13874 * gdb.python/py-objfile-script-gdb.py: New file.
13875 * gdb.python/py-objfile-script.exp: Update reference to
13876 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13877 of remote_download. Remove the dest file.
13879 2014-10-20 Yao Qi <yao@codesourcery.com>
13881 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13882 * gdb.base/step-line.exp: Likewise.
13883 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13884 * gdb.dwarf2/dw2-basic.exp: Likewise.
13885 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13886 * gdb.dwarf2/dw2-filename.exp: Likewise.
13887 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13888 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13889 * gdb.dwarf2/dw2-producer.exp: Likewise.
13890 * gdb.dwarf2/mac-fileno.exp: Likewise.
13891 * gdb.python/py-frame-args.exp: Likewise.
13892 * gdb.python/py-framefilter.exp: Likewise.
13893 * gdb.python/py-mi.exp: Likewise.
13894 * gdb.python/py-objfile-script.exp: Likewise
13895 * gdb.python/py-pp-integral.exp: Likewise.
13896 * gdb.python/py-pp-re-notag.exp: Likewise.
13897 * gdb.python/py-prettyprint.exp: Likewise.
13898 * gdb.python/py-section-script.exp: Likewise.
13899 * gdb.python/py-typeprint.exp: Likewise.
13900 * gdb.python/py-xmethods.exp: Likewise.
13901 * gdb.stabs/weird.exp: Likewise.
13902 * gdb.xml/tdesc-regs.exp: Likewise.
13904 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13906 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13907 (out_cu): Use addr_len for the size of addresses.
13908 (out_line): Likewise. Size DW_LNE_set_address instruction
13909 according to addr_len.
13910 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13911 (FUNC): Add START_INSNS to definition.
13913 2014-10-18 Yao Qi <yao@codesourcery.com>
13915 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13916 gdb_has_argv0 return true.
13917 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13918 check [target_info exists noargs], check [gdb_has_argv0]
13920 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13921 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13924 2014-10-17 Doug Evans <dje@google.com>
13926 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13928 * gdb.python/py-events.py: Add clear_objfiles event.
13930 2014-10-17 Doug Evans <dje@google.com>
13932 * gdb.python/py-objfile.exp: Test progspace attribute.
13934 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13936 * gdb.guile/scm-breakpoint.exp: Do not assume any
13937 directory separators when matching source file paths.
13938 * gdb.python/py-breakpoint.exp: Likewise.
13939 * gdb.reverse/break-precsave.exp: Likewise.
13940 * gdb.reverse/break-reverse.exp: Likewise.
13941 * gdb.reverse/consecutive-precsave.exp: Likewise.
13942 * gdb.reverse/finish-precsave.exp: Likewise.
13943 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13944 * gdb.reverse/finish-reverse.exp: Likewise.
13945 * gdb.reverse/i386-precsave.exp: Likewise.
13946 * gdb.reverse/i387-env-reverse.exp: Likewise.
13947 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13948 * gdb.reverse/machinestate-precsave.exp: Likewise.
13949 * gdb.reverse/machinestate.exp: Likewise.
13950 * gdb.reverse/sigall-precsave.exp: Likewise.
13951 * gdb.reverse/solib-precsave.exp: Likewise.
13952 * gdb.reverse/step-precsave.exp: Likewise.
13953 * gdb.reverse/until-precsave.exp: Likewise.
13954 * gdb.reverse/watch-precsave.exp: Likewise.
13955 * gdb.reverse/watch-reverse.exp: Likewise.
13957 2014-10-17 Yao Qi <yao@codesourcery.com>
13959 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13960 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13962 2014-10-17 Pedro Alves <palves@redhat.com>
13965 * gdb.base/bg-execution-repeat.c: New file.
13966 * gdb.base/bg-execution-repeat.exp: New file.
13968 2014-10-17 Pedro Alves <palves@redhat.com>
13971 * gdb.base/continue-all-already-running.c: New file.
13972 * gdb.base/continue-all-already-running.exp: New file.
13974 2014-10-17 Pedro Alves <palves@redhat.com>
13977 * gdb.base/annota-input-while-running.c: New file.
13978 * gdb.base/annota-input-while-running.exp: New file.
13980 2014-10-17 Pedro Alves <palves@redhat.com>
13982 * gdb.base/callfuncs.exp: emove references to osf.
13983 * gdb.base/sigall.exp: Likewise.
13984 * gdb.gdb/selftest.exp: Likewise.
13985 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13986 * gdb.mi/non-stop.c: Likewise.
13987 * gdb.mi/pthreads.c: Likewise.
13988 * gdb.reverse/sigall-precsave.exp: Likewise.
13989 * gdb.reverse/sigall-reverse.exp: Likewise.
13990 * gdb.threads/pthreads.c: Likewise.
13991 * gdb.threads/pthreads.exp: Likewise.
13993 2014-10-17 Yao Qi <yao@codesourcery.com>
13995 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13996 check 'target_info exists noargs'.
13997 (test_command_prompt_position): Likewise.
13998 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14000 (progvar_simple_while_test): Likewise.
14001 (progvar_complex_if_while_test): Likewise.
14002 (if_while_breakpoint_command_test): Likewise.
14003 (infrun_breakpoint_command_test): Likewise.
14004 (breakpoint_command_test): Likewise.
14005 (watchpoint_command_test): Likewise.
14006 (bp_deleted_in_command_test): Likewise.
14007 (temporary_breakpoint_commands): Likewise.
14009 2014-10-16 Yao Qi <yao@codesourcery.com>
14011 * gdb.base/remotetimeout.exp: Remove noargs checking.
14013 2014-10-15 Pedro Alves <palves@redhat.com>
14015 PR breakpoints/9649
14016 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14017 * gdb.base/breakpoint-in-ro-region.exp
14018 (probe_target_hardware_step): New procedure.
14019 (top level): Probe hardware stepping and hardware breakpoint
14020 support. Test stepping through a read-only region, with both
14021 "breakpoint auto-hw" on and off and both "always-inserted" on and
14024 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14026 * gdb.dlang/demangle.exp: Update for demangling changes.
14028 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14030 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14031 * gdb.cp/non-trivial-retval.exp: Add new tests.
14033 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14037 * gdb.cp/non-trivial-retval.cc: New file.
14038 * gdb.cp/non-trivial-retval.exp: New file.
14040 2014-10-15 Yao Qi <yao@codesourcery.com>
14042 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14045 2014-10-15 Yao Qi <yao@codesourcery.com>
14047 * gdb.python/py-symbol.exp: Match file base name if host is
14048 remote, otherwise match file name with dir name.
14049 * gdb.python/py-symtab.exp: Likewise.
14050 * gdb.python/python.exp: Likewise.
14052 2014-10-15 Yao Qi <yao@codesourcery.com>
14054 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14056 * gdb.python/py-symtab.exp: Likewise.
14057 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14060 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14062 * gdb.ada/addr_arith: New testcase.
14064 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14066 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14067 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14068 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14069 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14071 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14073 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14074 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14075 * gdb.arch/stap-eval-lang-ada.exp: New file.
14077 2014-10-14 Yao Qi <yao@codesourcery.com>
14079 * gdb.mi/mi-var-child.c (nothing1): New function.
14080 (nothing2): New function.
14081 (do_children_tests): Set function pointers by nothing1 and
14083 * gdb.mi/mi-var-child.exp: Step over new added statements.
14084 Update test to match the new output.
14085 * gdb.mi/var-cmd.c (nothing1): New function.
14086 (nothing2): New function.
14087 (do_children_tests): Set function pointers by nothing1 and
14089 * gdb.mi/mi-var-display.exp: Update test to match output.
14090 Step to the line specified by $line_dct_nothing.
14091 Increase the number of lines to step.
14093 2014-10-14 Yao Qi <yao@codesourcery.com>
14095 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14097 * gdb.mi/mi2-var-child.exp: Likewise.
14099 2014-10-13 Doug Evans <dje@google.com>
14101 * gdb.python/py-objfile.exp: Change name of file name test.
14103 2014-10-13 Doug Evans <dje@google.com>
14105 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14106 from the start of the CU.
14108 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14109 Yao Qi <yao@codesourcery.com>
14111 Fix "save breakpoints" for "catch" command.
14112 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14113 Remove -nonewline. Match also the added "main" line.
14115 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14117 Fix "save breakpoints" for "disable $bpnum" command.
14118 * gdb.base/save-bp.c (main): Add label.
14119 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14121 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14123 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14125 2014-10-11 Yao Qi <yao@codesourcery.com>
14127 * gdb.server/server-kill.exp: Execute command
14128 "set remote trace-status-packet on" before "tstatus".
14130 2014-10-11 Yao Qi <yao@codesourcery.com>
14132 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14133 (main): Call getppid.
14134 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14135 and continue to it. Read variable "server_pid".
14137 2014-10-11 Yao Qi <yao@codesourcery.com>
14139 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14141 2014-10-11 Yao Qi <yao@codesourcery.com>
14143 * gdb.threads/thread-find.exp: Don't execute command
14145 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14146 * gdb.threads/linux-dp.exp: Don't check the condition
14147 $threads_created equals to zero.
14149 2014-10-10 Pedro Alves <palves@redhat.com>
14151 * gdb.base/bigcore.exp: Remove references to IRIX.
14152 * gdb.base/funcargs.exp: Likewise.
14153 * gdb.base/interrupt.exp: Likewise.
14154 * gdb.base/mips_pro.exp: Likewise.
14155 * gdb.base/nodebug.exp: Likewise.
14156 * gdb.base/setvar.exp: Likewise.
14157 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14159 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14160 Pedro Alves <palves@redhat.com>
14163 * gdb.base/vdso-warning.c: New file.
14164 * gdb.base/vdso-warning.exp: New file.
14166 2014-10-02 Doug Evans <dje@google.com>
14168 * gdb.base/structs.c (main): Don't run forever.
14170 2014-10-02 Pedro Alves <palves@redhat.com>
14172 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14173 (top level) <stop threads 1, stop threads 2>: Use it.
14175 2014-10-02 Pedro Alves <palves@redhat.com>
14177 * gdb.threads/break-while-running.exp (test): Add new
14178 'update_thread_list' argument. Skip "info threads" if false.
14179 (top level): Add new 'update_thread_list' axis.
14181 2014-10-02 Pedro Alves <palves@redhat.com>
14183 PR breakpoints/17431
14184 * gdb.base/execl-update-breakpoints.c: New file.
14185 * gdb.base/execl-update-breakpoints.exp: New file.
14187 2014-10-01 Pedro Alves <palves@redhat.com>
14189 * gdb.base/breakpoint-in-ro-region.c: New file.
14190 * gdb.base/breakpoint-in-ro-region.exp: New file.
14192 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14194 * gdb.mi/mi-exit-code.exp: New file.
14195 * gdb.mi/mi-exit-code.c: New file.
14197 2014-09-30 Yao Qi <yao@codesourcery.com>
14199 * lib/prelink-support.exp (build_executable_own_libs): Error if
14200 the target isn't native.
14202 2014-09-30 Yao Qi <yao@codesourcery.com>
14204 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14207 2014-09-22 Pedro Alves <palves@redhat.com>
14209 * gdb.threads/break-while-running.exp: New file.
14210 * gdb.threads/break-while-running.c: New file.
14212 2014-09-19 Yao Qi <yao@codesourcery.com>
14214 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14215 Invoke test. Restart GDB with --readnow and invoke test again.
14217 2014-09-19 Yao Qi <yao@codesourcery.com>
14219 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14220 proc set_breakpoint_on_gcd_function. Invoke
14221 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14222 invoke set_breakpoint_on_gcd_function again.
14224 2014-09-18 Doug Evans <dje@google.com>
14226 * gdb.dwarf2/symtab-producer.exp: New file.
14228 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14230 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14231 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14232 * gdb.base/global-var-nested-by-dso.c: Likewise.
14233 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14235 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14236 Pedro Alves <palves@redhat.com>
14238 * gdb.base/watch-bitfields.exp: Pass string other than test file
14239 name to prepare_for_testing.
14240 (watch): New procedure.
14241 (expect_watchpoint): Use with_test_prefix.
14242 (top level): Factor out tests to ...
14243 (test_watch_location, test_regular_watch): ... these new
14244 procedures, and use with_test_prefix and gdb_continue_to_end.
14246 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14248 PR breakpoints/12526
14249 * gdb.base/watch-bitfields.exp: New file.
14250 * gdb.base/watch-bitfields.c: New file.
14252 2014-09-16 Pedro Alves <palves@redhat.com>
14254 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14255 software and hardware addresses, not software address against
14258 2014-09-16 Pedro Alves <palves@redhat.com>
14260 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14261 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14263 2014-09-16 Pedro Alves <palves@redhat.com>
14265 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14267 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14268 "*-*-vxworks*" throughout.
14269 * gdb.base/break.exp: Likewise.
14270 * gdb.base/default.exp: Likewise.
14271 * gdb.base/scope.exp: Likewise.
14272 * gdb.base/sepdebug.exp: Likewise.
14273 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14275 * gdb.base/run.c: Likewise.
14276 * gdb.base/sepdebug.c: Likewise.
14277 * gdb.hp/gdb.aCC/run.c: Likewise.
14278 * gdb.reverse/until-reverse.c: Likewise.
14279 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14281 2014-09-16 Yao Qi <yao@codesourcery.com>
14283 * boards/local-remote-host-native.exp: New file.
14285 2014-09-14 Doug Evans <xdje42@gmail.com>
14287 * gdb.threads/queue-signal.c (thread_count): New variable.
14288 (thread_count_mutex, thread_count_condvar): New variables.
14289 (incr_thread_count, wait_all_threads_running): New functions.
14290 (main): Wait for all threads to be in their thread functions.
14292 2014-09-13 Doug Evans <xdje42@gmail.com>
14294 * gdb.threads/queue-signal.c: New file.
14295 * gdb.threads/queue-signal.exp: New file.
14297 2014-09-13 Doug Evans <xdje42@gmail.com>
14299 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14300 be consistent with what default_gdb_init uses.
14301 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14302 the plain text of the prompt. Add some logging printfs.
14303 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14305 2014-09-12 Pedro Alves <palves@redhat.com>
14307 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14308 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14309 * gdb.arch/i386-size-overlap.exp: Likewise.
14310 * gdb.arch/i386-size.exp: Likewise.
14311 * gdb.arch/i386-unwind.exp: Likewise.
14312 * gdb.base/a2-run.exp: Likewise.
14313 * gdb.base/break.exp: Likewise.
14314 * gdb.base/charset.exp: Likewise.
14315 * gdb.base/chng-syms.exp: Likewise.
14316 * gdb.base/commands.exp: Likewise.
14317 * gdb.base/dbx.exp: Likewise.
14318 * gdb.base/find.exp: Likewise.
14319 * gdb.base/funcargs.exp: Likewise.
14320 * gdb.base/jit-simple.exp: Likewise.
14321 * gdb.base/reread.exp: Likewise.
14322 * gdb.base/sepdebug.exp: Likewise.
14323 * gdb.base/step-bt.exp: Likewise.
14324 * gdb.cp/mb-inline.exp: Likewise.
14325 * gdb.cp/mb-templates.exp: Likewise.
14326 * gdb.objc/basicclass.exp: Likewise.
14327 * gdb.threads/killed.exp: Likewise.
14329 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14332 * gdb.arch/powerpc-stackless.S: New file.
14333 * gdb.arch/powerpc-stackless.exp: New file.
14335 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14337 * gdb.base/attach.c: Include unistd.h.
14338 (main): Call alarm. Add label postloop.
14339 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14340 gdb_breakpoint, gdb_continue_to_breakpoint.
14341 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14343 2014-09-11 Pedro Alves <palves@redhat.com>
14346 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14347 * gdb.base/attach.exp (test_command_line_attach_run): New
14349 (top level): Call it.
14351 2014-09-11 Pedro Alves <palves@redhat.com>
14353 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14354 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14355 (do_command_attach_tests): Use spawn_wait_for_attach.
14356 * gdb.base/solib-overlap.exp: Likewise.
14357 * gdb.multi/multi-attach.exp: Likewise.
14358 * gdb.python/py-prompt.exp: Likewise.
14359 * gdb.python/py-sync-interp.exp: Likewise.
14360 * gdb.server/ext-attach.exp: Likewise.
14362 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14364 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14365 command in testcase. Simplify testcase.
14367 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14369 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14371 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14373 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14375 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14377 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14379 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14381 * gdb.dwarf2/dynarr-ptr.c: New file.
14382 * gdb.dwarf2/dynarr-ptr.exp: New file.
14384 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14386 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14387 of 30 rather than hardcoding 120 for a slow test case. Take the
14388 `gdb,timeout' target setting into account for this calculation.
14389 Don't extend the timeout for the test cases that don't need it.
14391 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14393 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14394 a factor of 2 for a slow test case. Take the `gdb,timeout'
14395 target setting into account for this calculation.
14396 * gdb.reverse/until-precsave.exp: Increase the timeout by
14397 a factor of 15 and 3 respectively rather than adding 120
14398 for a pair of slow test cases. Take the `gdb,timeout'
14399 target setting into account for this calculation.
14401 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14403 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14404 timeout, don't pass one down to gdb_expect.
14405 (gdb_expect): Rework timeout selection.
14407 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14409 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14410 exception on timeout.
14411 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14412 (gdbserver_start_extended): Catch any `gdbserver_start' error
14414 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14415 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14416 `gdbserver_gdb_load' error exceptions.
14418 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14420 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14421 120 on waiting for the TCP socket to open.
14423 2014-09-09 Doug Evans <xdje42@gmail.com>
14425 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14426 _caller_matches, _any_caller_is, _any_caller_matches.
14428 2014-09-09 Doug Evans <xdje42@gmail.com>
14430 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14432 2014-09-09 Yao Qi <yao@codesourcery.com>
14434 * gdb.mi/mi-var-display.exp: Set print symbol off.
14436 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14439 * gdb.base/commands.exp: Add tests to verify user-defined
14440 commands with empty bodies.
14441 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14442 python commands in `show user command`.
14443 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14444 scheme commands in `show user command`.
14446 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14449 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14450 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14451 * gdb.python/py-framefilter-invalidarg.exp: New file.
14452 * gdb.python/py-framefilter-invalidarg.py: New file.
14454 2014-09-06 Doug Evans <xdje42@gmail.com>
14457 * gdb.python/py-caller-is.c: New file.
14458 * gdb.python/py-caller-is.exp: New file.
14460 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14463 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14464 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14466 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14469 * gdb.fortran/print-formatted.exp: New file.
14470 * gdb.fortran/print-formatted.f90: Likewise.
14472 2014-09-03 Sasha Smundak <asmundak@google.com>
14474 * gdb.python/py-frame.exp: Test Frame.read_register.
14476 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14479 * gdb.python/py-completion.exp: New file.
14480 * gdb.python/py-completion.py: Likewise.
14482 2014-08-28 Doug Evans <dje@google.com>
14484 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14485 eax,etc. are live with values set by gdb and thus the compiler can't
14487 * gdb.arch/i386-pseudo.c (main): Ditto.
14489 2014-08-27 Doug Evans <dje@google.com>
14491 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14493 2014-08-25 Doug Evans <dje@google.com>
14495 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14498 2014-08-25 Doug Evans <dje@google.com>
14500 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14502 2014-08-24 Yao Qi <yao@codesourcery.com>
14504 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14506 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14508 2014-08-22 Doug Evans <dje@google.com>
14511 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14512 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14513 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14515 2014-08-22 Yao Qi <yao@codesourcery.com>
14517 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14518 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14519 * gdb.python/python.exp: Likewise. Use .py file on the host
14520 instead of the build.
14522 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14524 * gdb.threads/gcore-stale-thread.c: New file.
14525 * gdb.threads/gcore-stale-thread.exp: New file.
14527 2014-08-21 Pedro Alves <palves@redhat.com>
14529 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14530 * gdb.base/gcore-relro-pie.exp: Likewise.
14531 * gdb.base/gcore-relro.exp: Likewise.
14532 * gdb.base/gcore.exp: Likewise.
14533 * gdb.base/print-symbol-loading.exp: Likewise.
14534 * gdb.threads/gcore-thread.exp: Likewise.
14535 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14537 2014-08-20 Pedro Alves <palves@redhat.com>
14538 Jan Kratochvil <jan.kratochvil@redhat.com>
14540 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14542 (EXPECT): Handle READ1 being set.
14543 (all): Depend on EXTRA_RULES.
14544 (check-read1, expect-read1, read1.so, read1): New rules.
14545 * README (Testsuite Parameters): Document the READ1 make variable.
14546 (Race detection): New section.
14547 * configure: Regenerate.
14548 * configure.ac: If build==host==target, and running under a
14549 GNU/glibc system, add read1 to the extra Makefile rules.
14550 (EXTRA_RULES): AC_SUBST it.
14551 * lib/read1.c: New file.
14553 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14555 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14556 the handling of variables declared as a typedef to an array
14557 which a DW_AT_data_location attribute.
14559 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14560 Pedro Alves <palves@redhat.com>
14564 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14567 2014-08-19 Pedro Alves <palves@redhat.com>
14569 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14571 2014-08-19 Yao Qi <yao@codesourcery.com>
14573 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14576 2014-08-18 David Blaikie <dblaikie@gmail.com>
14578 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14580 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14582 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14583 attribute in array range.
14585 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14587 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14589 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14592 * gdb.cp/pr17132.cc: New file.
14593 * gdb.cp/pr17132.exp: New file.
14595 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14597 * gdb.python/py-xmethods.py (A_getarrayind)
14598 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14599 Use 'print' with function call syntax.
14600 (E_method_matcher.match): Fix tab vs space indentation mixup.
14602 2014-08-15 Yao Qi <yao@codesourcery.com>
14604 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14607 2014-08-15 Yao Qi <yao@codesourcery.com>
14609 * gdb.cp/casts.exp: Set print symbol off.
14610 * gdb.cp/class2.exp: Likewise.
14611 * gdb.cp/overload.exp: Likewise.
14612 * gdb.cp/templates.exp: Likewise.
14614 2014-08-11 Doug Evans <dje@google.com>
14616 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14617 (test_load_shlib): Update.
14619 2014-08-09 Yao Qi <yao@codesourcery.com>
14621 * gdb.base/display.exp: Invoke is_address_zero_readable.
14622 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14623 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14624 * gdb.base/hbreak-unmapped.exp: Return if
14625 is_address_zero_readable returns true.
14626 * gdb.base/signest.exp: Likewise.
14627 * gdb.base/signull.exp: Likewise.
14628 * gdb.base/sigbpt.exp: Likewise.
14629 * gdb.guile/scm-disasm.exp: Do the test if
14630 is_address_zero_readable returns false.
14631 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14632 * gdb.python/py-arch.exp: Likewise.
14633 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14634 * lib/gdb.exp (is_address_zero_readable): New proc.
14636 2014-08-09 Yao Qi <yao@codesourcery.com>
14639 * gdb.mi/mi-var-display.exp: Make test messages unique.
14641 2014-08-04 Tom Tromey <tromey@redhat.com>
14643 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14646 2014-08-04 Tom Tromey <tromey@redhat.com>
14648 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14651 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14653 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14654 inner_vla_struct_object_size.
14655 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14658 2014-07-30 Pedro Alves <palves@redhat.com>
14660 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14663 2014-07-29 Yao Qi <yao@codesourcery.com>
14666 * gdb.base/until-nodebug.exp: New.
14668 2014-07-28 Doug Evans <xdje42@gmail.com>
14671 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14672 previously existing parameter, and previously ambiguously spelled
14675 2014-07-28 Will Newton <will.newton@linaro.org>
14677 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14679 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14680 Doug Evans <xdje42@gmail.com>
14683 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14685 2014-07-25 Pedro Alves <palves@redhat.com>
14687 * gdb.threads/signal-command-handle-nopass.c: New file.
14688 * gdb.threads/signal-command-handle-nopass.exp: New file.
14689 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14690 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14691 * gdb.threads/signal-delivered-right-thread.c: New file.
14692 * gdb.threads/signal-delivered-right-thread.exp: New file.
14694 2014-07-25 Pedro Alves <palves@redhat.com>
14696 * gdb.base/double-prompt-target-event-error.exp
14697 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14699 (cancel_pagination_in_target_event): Rework double prompt
14701 * gdb.base/paginate-after-ctrl-c-running.exp
14702 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14704 * gdb.base/paginate-bg-execution.exp
14705 (test_bg_execution_pagination_return)
14706 (test_bg_execution_pagination_cancel): Remove '-notransfer
14708 * gdb.base/paginate-execution-startup.exp
14709 (test_fg_execution_pagination_return)
14710 (test_fg_execution_pagination_cancel): Remove '-notransfer
14712 * gdb.base/paginate-inferior-exit.exp
14713 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14715 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14716 * lib/gdb.exp (pagination_prompt): Run text through
14718 (gdb_test_multiple): Match $pagination_prompt instead of
14720 (string_to_regexp): Move to lib/gdb-utils.exp.
14722 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14724 * gdb.arch/amd64-entry-value-paramref.S: New file.
14725 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14726 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14727 * gdb.arch/amd64-optimout-repeat.S: New file.
14728 * gdb.arch/amd64-optimout-repeat.c: New file.
14729 * gdb.arch/amd64-optimout-repeat.exp: New file.
14731 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14734 * gdb.base/statistics.exp: New file.
14736 2014-07-17 Doug Evans <dje@google.com>
14739 * gdb.base/maint.exp: Update testing of per-command stats.
14741 2014-07-16 Pedro Alves <palves@redhat.com>
14743 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14744 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14745 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14746 (tfile_write_buf): New functions.
14747 (add_memory_block): Rewrite using the above.
14748 (adjust_function_address): New function.
14749 (FUNCTION_ADDRESS): New macro.
14750 (write_basic_trace_file): Remove short_x local, and use
14751 tfile_write_16. Change type of func_addr local to unsigned long
14752 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14753 here. Cast argument of add_memory_block to char pointer.
14754 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14755 (main): Remove parameters.
14756 * gdb.trace/tfile.exp: Remove nowarnings.
14758 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14760 * gdb.base/debug-expr.exp: Test string evaluation with
14761 "debug expression" on.
14763 2014-07-15 Pedro Alves <palves@redhat.com>
14765 * gdb.base/reread.exp: Use clean_restart.
14767 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14769 * gdb.arch/avr-flash-qualifer.c: New.
14770 * gdb.arch/avr-flash-qualifer.exp: New.
14772 2014-07-14 Pedro Alves <palves@redhat.com>
14774 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14775 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14777 2014-07-14 Pedro Alves <palves@redhat.com>
14779 * gdb.base/double-prompt-target-event-error.c: New file.
14780 * gdb.base/double-prompt-target-event-error.exp: New file.
14782 2014-07-14 Pedro Alves <palves@redhat.com>
14785 * gdb.base/paginate-inferior-exit.c: New file.
14786 * gdb.base/paginate-inferior-exit.exp: New file.
14788 2014-07-14 Pedro Alves <palves@redhat.com>
14791 * gdb.base/paginate-bg-execution.c: New file.
14792 * gdb.base/paginate-bg-execution.exp: New file.
14794 2014-07-14 Pedro Alves <palves@redhat.com>
14797 * gdb.base/paginate-execution-startup.c: New file.
14798 * gdb.base/paginate-execution-startup.exp: New file.
14799 * lib/gdb.exp (pagination_prompt): New global.
14800 (default_gdb_spawn): New procedure, factored out from
14802 (default_gdb_start): Adjust to call default_gdb_spawn.
14803 (gdb_spawn): New procedure.
14805 2014-07-14 Pedro Alves <palves@redhat.com>
14807 * lib/gdb.exp (gdb_assert): New procedure.
14808 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14810 2014-07-14 Pedro Alves <palves@redhat.com>
14812 * gdb.base/execution-termios.c: New file.
14813 * gdb.base/execution-termios.exp: New file.
14815 2014-07-14 Tom Tromey <tromey@redhat.com>
14817 * gdb.cp/vla-cxx.cc: New file.
14818 * gdb.cp/vla-cxx.exp: New file.
14820 2014-07-14 Tom Tromey <tromey@redhat.com>
14822 * gdb.reverse/rerun-prec.c: New file.
14823 * gdb.reverse/rerun-prec.exp: New file.
14825 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14826 Maciej W. Rozycki <macro@codesourcery.com>
14828 * lib/gdb-utils.exp: New file.
14829 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14830 inline `gdb_init_command' processing.
14831 (gdb_start_cmd): Likewise.
14832 * lib/mi-support.exp (mi_run_cmd): Likewise.
14833 * README: Document `gdb_init_command' and `gdb_init_commands'.
14835 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14837 Fix false FAIL running under a very long directory name.
14838 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14839 and "set print elements 10000". Twice.
14841 2014-07-11 Yao Qi <yao@codesourcery.com>
14843 * gdb.base/exprs.exp: "set print symbol off".
14845 2014-07-11 Pedro Alves <palves@redhat.com>
14847 * gdb.threads/kill.c: New file.
14848 * gdb.threads/kill.exp: New file.
14850 2014-07-10 Yao Qi <yao@codesourcery.com>
14852 * gdb.trace/tfile.c (write_basic_trace_file)
14853 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14854 address written to trace file.
14856 2014-07-09 Pedro Alves <palves@redhat.com>
14858 * gdb.base/attach-wait-input.exp: New file.
14859 * gdb.base/attach-wait-input.c: New file.
14861 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14863 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14864 setting up test structures.
14865 (main): Call new test function.
14866 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14867 test function, continue into test function and walk test
14870 2014-07-02 Yao Qi <yao@codesourcery.com>
14872 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14873 'bar_start' at the beginning of functions 'foo' and 'bar'
14875 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14876 instead of 'foo' and 'bar'.
14878 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14880 * gdb.btrace/segv.exp: New.
14881 * gdb.btrace/segv.c: New.
14883 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14885 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14888 2014-06-30 Mark Wielaard <mjw@redhat.com>
14890 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14891 vulture, vilify, villar): New volatile array constants.
14892 (vindictive, vegetation): New const volatile array constants.
14893 * gdb.base/volatile.exp: Test volatile and const volatile array
14896 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14898 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14899 target lacks support for awatch, rwatch, or hbreak.
14901 2014-06-27 Yao Qi <yao@codesourcery.com>
14903 * gdb.multi/dummy-frame-restore.exp: New.
14904 * gdb.multi/dummy-frame-restore.c: New.
14906 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14908 * gdb.btrace/gcore.exp: New.
14910 2014-06-23 Pedro Alves <palves@redhat.com>
14912 * gdb.base/watchpoint-reuse-slot.c: New file.
14913 * gdb.base/watchpoint-reuse-slot.exp: New file.
14915 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14917 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14918 progspace's filename in 'info', 'enable' and 'disable' command
14921 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14923 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14924 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14925 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14927 2014-06-20 Gary Benson <gbenson@redhat.com>
14929 * gdb.arch/i386-avx.exp: Fix include file location.
14930 * gdb.arch/i386-sse.exp: Likewise.
14932 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14934 * gdb.dlang/expression.exp: New file.
14936 2014-06-19 Pedro Alves <palves@redhat.com>
14938 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14940 (top level): ... here. Iterate running tests under different
14941 scheduler-locking settings.
14943 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14945 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14946 to DW_FORM_addr and use non-zero addresses.
14948 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14951 * gdb.python/py-xmethods.cc: Add global function call counters and
14952 increment them in their respective functions. Remove "cout"
14954 * gdb.python/py-xmethods.exp: Make tests check the global function
14955 call counters instead of depending on inferior IO.
14957 2014-06-18 Don Breazeal <donb@codesourcery.com>
14959 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14961 (explicit_fork_parent_follow): Deleted procedure.
14962 (explicit_fork_child_follow): Deleted procedure.
14963 (test_follow_fork): New procedure.
14964 (do_fork_tests): Replace calls to deleted procedures with
14965 calls to test_follow_fork and reset GDB for subsequent
14968 2014-06-17 Yao Qi <yao@codesourcery.com>
14970 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14973 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14975 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14976 Initialize ptr and S explicitly.
14977 (skip_type_update_when_not_use_rtti_test): Likewise.
14979 2014-06-16 Keith Seitz <keiths@redhat.com>
14982 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14983 the inferior is started.
14985 2014-06-16 Pedro Alves <palves@redhat.com>
14987 * gdb.base/break-main-file-remove-fail.c: New file.
14988 * gdb.base/break-main-file-remove-fail.exp: New file.
14989 * gdb.base/break-unload-file.exp: Use build_executable instead of
14990 prepare_for_testing.
14991 (test_break): New parameter "initial_load". Handle it.
14992 (top level): Add initial_load cmdline/file axis.
14994 2014-06-12 Tom Tromey <tromey@redhat.com>
14996 * gdb.base/completion.exp: Don't use directory name in test.
14998 2014-06-09 Gary Benson <gbenson@redhat.com>
15000 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15001 separate the always-available ANSI-standard signals from the
15002 signals that require checking.
15004 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15008 2014-06-07 Keith Seitz <keiths@redhat.com>
15012 * gdb.cp/var-tag.cc: New file.
15013 * gdb.cp/var-tag.exp: New file.
15014 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15015 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15016 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15017 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15019 2014-06-06 Doug Evans <xdje42@gmail.com>
15021 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15023 2014-06-06 Pedro Alves <palves@redhat.com>
15025 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15026 in target debug output instead of looking at RSP packets,
15027 disabling the test on any target that uses hardware stepping.
15030 2014-06-06 Pedro Alves <palves@redhat.com>
15032 * gdb.base/break-unload-file.exp: Fix typo.
15034 2014-06-06 Yao Qi <yao@codesourcery.com>
15036 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15037 from "jit_function" to "^jit_function".
15039 2014-06-06 Yao Qi <yao@codesourcery.com>
15041 * gdb.base/async.c (foo): Add one statement.
15042 * gdb.base/async.exp: Get the next instruction address and
15043 match the output of "nexti" by instruction address. Match
15044 the hex address in the output of "finish".
15046 2014-06-06 Gary Benson <gbenson@redhat.com>
15048 * gdb.base/call-signals.c: Remove preprocessor conditionals
15049 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15050 SIGSEGV and SIGTERM.
15051 * gdb.base/sigall.c: Likewise.
15052 * gdb.base/unwindonsignal.c: Likewise.
15053 * gdb.reverse/sigall-reverse.c: Likewise.
15055 2014-06-06 Yao Qi <yao@codesourcery.com>
15057 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15058 readable, skip the test.
15060 2014-06-06 Yao Qi <yao@codesourcery.com>
15062 * gdb.threads/staticthreads.c (thread_function): Move the line
15063 setting breakpoint on forward.
15064 * gdb.threads/staticthreads.exp: Update comments.
15066 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15068 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15069 "history-append! type error".
15071 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15073 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15074 erroneous dprintf expected input.
15076 2014-06-04 Doug Evans <xdje42@gmail.com>
15078 * gdb.guile/scm-generics.exp: Delete.
15080 2014-06-04 Doug Evans <xdje42@gmail.com>
15082 * gdb.guile/scm-breakpoint.exp: Update.
15083 Add tests for breakpoint registration.
15085 2014-06-04 Tom Tromey <tromey@redhat.com>
15087 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15089 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15090 inner_vla_struct, vla_union types. Initialize objects of those
15091 types and compute their sizes.
15093 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15094 Hui Zhu <hui@codesourcery.com>
15096 * gdb.base/fileio.exp: Add test for shell not available as well as
15098 * gdb.base/fileio.c (test_system): Check for shell twice.
15100 2014-06-04 Yao Qi <yao@codesourcery.com>
15102 * gdb.base/auto-connect-native-target.exp: Remove redundant
15103 space from the regexp pattern.
15105 2014-06-04 Yao Qi <yao@codesourcery.com>
15107 * gdb.base/default.exp: Replace "child" with "native" in
15110 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15112 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15113 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15114 * gdb.python/py-xmethods.py: Python script supporting the
15115 new testcase and tests.
15117 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15118 Pedro Alves <palves@redhat.com>
15120 PR breakpoints/17000
15121 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15122 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15124 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15126 * gdb.base/subst.exp: Add tests to verify partial path matching
15129 2014-06-03 Pedro Alves <palves@redhat.com>
15131 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15132 target that doesn't use software single-stepping.
15134 2014-06-03 Pedro Alves <palves@redhat.com>
15136 PR breakpoints/17000
15137 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15138 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15140 2014-06-02 Doug Evans <xdje42@gmail.com>
15142 * gdb.guile/scm-parameter.exp: New file.
15144 2014-06-02 Doug Evans <xdje42@gmail.com>
15146 * gdb.guile/scm-cmd.c: New file.
15147 * gdb.guile/scm-cmd.exp: New file.
15149 2014-06-02 Doug Evans <xdje42@gmail.com>
15151 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15152 pretty-printer lookup.
15153 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15154 (make-pp_s-printer): Call it.
15155 (make-pretty-printer-from-dict): New function.
15156 (lookup-pretty-printer-maker-from-dict): New function.
15157 (*pretty-printer*): Simplify.
15158 (make-objfile-pp_s-printer): New function.
15159 (install-objfile-pretty-printers!): New function.
15160 (make-progspace-pp_s-printer): New function.
15161 (install-progspace-pretty-printers!): New function.
15162 * gdb.guile/scm-progspace.c: New file.
15163 * gdb.guile/scm-progspace.exp: New file.
15165 2014-06-02 Pedro Alves <palves@redhat.com>
15167 * gdb.base/dprintf-bp-same-addr.c: New file.
15168 * gdb.base/dprintf-bp-same-addr.exp: New file.
15170 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15172 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15173 * gdb.arch/powerpc-power.s: Likewise.
15175 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15177 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15179 2014-06-01 Yao Qi <yao@codesourcery.com>
15181 * gdb.base/watchpoint.exp (test_watch_location): Check null
15182 pointer can be dereferenced. If not, do the test, otherwise
15185 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15187 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15189 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15191 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15193 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15194 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15195 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15196 * gdb.arch/amd64-invalid-stack-top.c: New file.
15197 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15199 2014-05-30 Pedro Alves <palves@redhat.com>
15201 PR breakpoints/17000
15202 * gdb.base/sss-bp-on-user-bp.c: New file.
15203 * gdb.base/sss-bp-on-user-bp.exp: New file.
15205 2014-05-30 David Blaikie <dblaikie@gmail.com>
15207 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15208 gnu_inline semantics via attribute.
15209 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15210 source explicitly specifies the required semantics.
15212 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15214 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15216 2014-05-29 Pedro Alves <palves@redhat.com>
15217 Tom Tromey <tromey@redhat.com>
15219 * gdb.base/async-shell.exp: Don't enable target-async.
15220 * gdb.base/async.exp
15221 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15223 (top level): Don't test with "target-async".
15224 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15225 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15226 * gdb.base/inferior-died.exp: Don't enable target-async.
15227 * gdb.base/interrupt-noterm.exp: Likewise.
15228 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15229 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15230 * gdb.mi/mi-nonstop.exp: Likewise.
15231 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15232 * gdb.mi/mi-nsintrall.exp: Likewise.
15233 * gdb.mi/mi-nsmoribund.exp: Likewise.
15234 * gdb.mi/mi-nsthrexec.exp: Likewise.
15235 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15236 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15237 * gdb.python/py-evsignal.exp: Don't enable target-async.
15238 * gdb.python/py-evthreads.exp: Likewise.
15239 * gdb.python/py-prompt.exp: Likewise.
15240 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15241 * gdb.server/solib-list.exp: Don't enable target-async.
15242 * gdb.threads/thread-specific-bp.exp: Likewise.
15243 * lib/mi-support.exp: Adjust to use mi-async.
15245 2014-05-29 Pedro Alves <palves@redhat.com>
15248 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15249 reason, even in sync mode.
15251 2014-05-29 Pedro Alves <palves@redhat.com>
15252 Hui Zhu <hui@codesourcery.com>
15255 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15256 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15257 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15258 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15260 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15262 * config/monitor.exp (gdb_target_monitor): Replace use of
15263 "set remotebaud" by "set serial baud".
15265 2014-05-26 Andy Wingo <wingo@igalia.com>
15267 * gdb.guile/scm-breakpoint.exp:
15268 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15269 properties instead of gdb-object-properties.
15271 2014-05-26 Yao Qi <yao@codesourcery.com>
15273 * gdb.server/no-thread-db.exp: Specify source file name
15274 explicitly when setting a breakpoint.
15276 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15278 * gdb.btrace/vdso.c: New.
15279 * gdb.btrace/vdso.exp: New.
15281 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15283 * gdb.base/gcore.exp (capture_command_output): Move ...
15284 * lib/gdb.exp (capture_command_output): ... here.
15286 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15288 * gdb.btrace/data.exp: Test memory access during btrace replay.
15290 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15292 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15294 2014-05-21 Pedro Alves <palves@redhat.com>
15297 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15298 (top level): Test that output related to execution commands is
15299 sent to the console with CLI commands, but not with MI commands.
15300 Test that breakpoint events are always mirrored to the console.
15301 Also expect the new source line to be output after a "next" in
15302 async mode too. Make it a pass/fail test.
15303 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15305 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15307 2014-05-21 Pedro Alves <palves@redhat.com>
15309 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15310 Use them to test variations of "list" after reaching a breakpoint.
15311 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15312 Test "list" with listsize 10 after reaching a breakpoint.
15313 * gdb.python/python.exp (decode_line current location line
15314 number): Adjust expected line number.
15316 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15318 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15319 behavior for $args, pass it directly to "run".
15321 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15323 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15326 2014-05-21 Pedro Alves <palves@redhat.com>
15328 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15329 auto-connect-native-target off".
15330 * gdb.base/auto-connect-native-target.c: New file.
15331 * gdb.base/auto-connect-native-target.exp: New file.
15333 2014-05-21 Pedro Alves <palves@redhat.com>
15335 * gdb.base/default.exp: Test "target native" instead of "target
15338 2014-05-21 Mark Wielaard <mjw@redhat.com>
15340 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15342 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15344 Fix TLS access for -static -pthread.
15345 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15346 <HAVE_TLS> (thread_function, main): Initialize it.
15347 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15349 <$have_tls != "">: Check TLSVAR.
15351 2014-05-21 Pedro Alves <palves@redhat.com>
15353 * gdb.base/dcache-line-read-error.c: New.
15354 * gdb.base/dcache-line-read-error.exp: New.
15356 2014-05-20 Pedro Alves <palves@redhat.com>
15358 * gdb.base/compare-sections.c: New file.
15359 * gdb.base/compare-sections.exp: New file.
15361 2014-05-20 Pedro Alves <palves@redhat.com>
15363 * gdb.base/break-idempotent.c: New file.
15364 * gdb.base/break-idempotent.exp: New file.
15366 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15368 * gdb.btrace/nohist.exp: New.
15370 2014-05-20 Yao Qi <yao@codesourcery.com>
15372 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15373 gdb.reverse directory and gdb_reverse_timeout exists in board
15375 * README: Document gdb_reverse_timeout.
15377 2014-05-20 Yao Qi <yao@codesourcery.com>
15379 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15380 'test_file_name'. Treat args as a string instead of a list.
15381 (gdb_init): Rename argument 'args' by 'test_file_name'.
15383 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15385 * gdb.arch/powerpc-power.exp: New file.
15386 * gdb.arch/powerpc-power.s: New file.
15388 2014-05-16 Doug Evans <dje@google.com>
15390 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15391 * gdb.base/completion.exp: Check that all expected files exist
15392 before doing file completion.
15394 2014-05-16 Doug Evans <dje@google.com>
15396 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15398 (do_syscall_tests_without_xml): Update.
15400 2014-05-16 Pedro Alves <palves@redhat.com>
15402 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15403 instead of "unknown output after running".
15405 2014-05-16 Yao Qi <yao@codesourcery.com>
15407 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15408 file1.txt from host at the end.
15409 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15411 2014-05-15 Doug Evans <dje@google.com>
15413 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15414 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15415 loading file. Add test for TU lookup.
15417 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15419 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15420 calling "-exec-arguments" or "set args" before running the
15423 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15425 * lib/mi-support.exp (mi_expect_stop): Expect message for
15426 inferiors that exit with non-zero exit code.
15428 2014-05-14 Yao Qi <yao@codesourcery.com>
15430 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15431 match absolute path on remote host.
15432 (test_file_list_exec_source_files): Remove "/" from the
15435 2014-05-14 Yao Qi <yao@codesourcery.com>
15437 * boards/local-remote-host-notty.exp (${board}_file): New
15440 2014-05-07 Kyle McMartin <kyle@redhat.com>
15442 Pushed by Joel Brobecker <brobecker@adacore.com>.
15443 * gdb.arch/aarch64-atomic-inst.c: New file.
15444 * gdb.arch/aarch64-atomic-inst.exp: New file.
15446 2014-05-07 Yao Qi <yao@codesourcery.com>
15448 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15449 in current context" too.
15451 2014-05-05 Keith Seitz <keiths@redhat.com>
15453 * gdb.linespec/ls-dollar.exp: Add test for linespec
15454 file:convenience_variable.
15456 2014-05-05 Yao Qi <yao@codesourcery.com>
15458 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15459 traceframes into tfile and ctf trace files. Read data from
15460 trace file and test collected data.
15461 (gdb_collect_locals_test): Likewise.
15462 (gdb_unavailable_registers_test): Likewise.
15463 (gdb_unavailable_floats): Likewise.
15464 (gdb_collect_globals_test): Likewise.
15465 (top-level): Append "ctf" to trace_file_targets if GDB
15468 2014-05-05 Yao Qi <yao@codesourcery.com>
15470 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15472 (gdb_collect_args_test_1): ... it. New proc.
15473 (gdb_collect_locals_test): Move some code to ...
15474 (gdb_collect_locals_test_1): ... it. New proc.
15475 (gdb_unavailable_registers_test): Move some code to ...
15476 (gdb_unavailable_registers_test_1): ... it. New proc.
15477 (gdb_unavailable_floats): Move some code to ...
15478 (gdb_unavailable_floats_1): ... it. New proc.
15480 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15482 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15483 probes to test for bitness recognition.
15484 * gdb.arch/amd64-stap-optional-prefix.exp
15485 (test_probe_value_without_reg): New procedure.
15486 Add code to test for different kinds of bitness.
15488 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15490 PR breakpoints/16889
15491 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15492 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15494 2014-05-01 Pedro Alves <palves@redhat.com>
15496 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15497 gdb_file_cmd if no file is specified.
15498 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15499 last_loaded_file to set the remote exec-file.
15501 2014-05-01 Pedro Alves <palves@redhat.com>
15503 * boards/local-remote-host.exp: New file.
15505 2014-05-01 Pedro Alves <palves@redhat.com>
15507 * boards/local-remote-host.exp: Rename to ...
15508 * boards/local-remote-host-notty.exp: ... this.
15510 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15512 * gdb.ada/dyn_arrayidx: New testcase.
15514 2014-04-26 Yao Qi <yao@codesourcery.com>
15516 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15517 and compute the length of function main. Save it in
15519 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15520 (top-level): Use gdb_compile to compile objects into
15521 executable and restart GDB. Remove invocation to
15522 prepare_for_testing.
15524 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15525 Pedro Alves <palves@redhat.com>
15528 * gdb.multi/multi-attach.c: New file.
15529 * gdb.multi/multi-attach.exp: New file.
15531 2014-04-25 Pedro Alves <palves@redhat.com>
15533 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15535 (top level): Test that "set remote conditional-breakpoints-packet
15536 off" works as intended.
15537 * gdb.base/dprintf.exp: Test that "set remote
15538 breakpoint-commands-packet off" works as intended.
15539 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15541 (top level): Call it.
15542 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15543 remote fast-tracepoints-packet off" works as intended.
15544 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15545 * lib/gdb.exp (gdb_is_target_remote): ... here.
15547 2014-04-24 David Blaikie <dblaikie@gmail.com>
15549 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15550 ensure clang would not discard them.
15551 * gdb.base/gdbvars.c: Ditto.
15552 * gdb.base/memattr.c: Ditto.
15553 * gdb.base/whatis.c: Ditto.
15554 * gdb.python/py-prettyprint.c: Ditto.
15555 * gdb.trace/actions.c: Ditto.
15556 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15557 ensure clang would not discard it.
15559 2014-04-24 David Blaikie <dblaikie@gmail.com>
15561 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15562 clang to emit the full definition of type required by the test
15563 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15565 2014-04-24 David Blaikie <dblaikie@gmail.com>
15567 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15568 coax Clang into emitting the definition of the type.
15569 * gdb.cp/pr10728-x.h (y): Ditto.
15570 * gdb.cp/pr10728-y.cc (y): Ditto.
15572 2014-04-24 David Blaikie <dblaikie@gmail.com>
15574 * gdb.base/label.exp: XFAIL label related tests under Clang.
15575 * gdb.cp/cplabel.exp: Ditto.
15576 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15577 under Clang those using labels.
15579 2014-04-25 Yao Qi <yao@codesourcery.com>
15581 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15583 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15584 partial_label and double_label.
15586 2014-04-24 David Blaikie <dblaikie@gmail.com>
15588 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15590 2014-04-24 David Blaikie <dblaikie@gmail.com>
15592 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15593 of the function to work across GCC and Clang.
15594 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15595 pointer types (const void ** const V void **).
15597 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15598 Walfred Tedeschi <walfred.tedeschi@intel.com>
15600 * Makefile.in (EXECUTABLES): Added i386-avx512.
15601 * gdb.arch/i386-avx512.c: New file.
15602 * gdb.arch/i386-avx512.exp: Likewise.
15604 2014-04-23 Keith Seitz <keiths@redhat.com>
15606 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15607 (mi_make_breakpoint_table): New procedure.
15608 (mi_create_breakpoint): Use mi_make_breakpoint
15609 and return the result.
15610 (mi_make_breakpoint): New procedure.
15611 (mi_build_kv_pairs): New procedure.
15613 * gdb.mi/mi-break.exp: Remove unused globals,
15614 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15615 All callers updated.
15616 * gdb.mi/mi-dprintf.exp: Use variable to track command
15618 Update all callers of mi_create_breakpoint and use
15619 mi_make_breakpoint_table.
15620 Remove any unused global variables.
15621 * gdb.mi/mi-nonstop.exp: Likewise.
15622 * gdb.mi/mi-nsintrall.exp: Likewise.
15623 * gdb.mi/mi-nsmoribund.exp: Likewise.
15624 * gdb.mi/mi-nsthrexec.exp: Likewise.
15625 * gdb.mi/mi-reverse.exp: Likewise.
15626 * gdb.mi/mi-simplerun.exp: Likewise.
15627 * gdb.mi/mi-stepn.exp: Likewise.
15628 * gdb.mi/mi-syn-frame.exp: Likewise.
15629 * gdb.mi/mi-until.exp: Likewise.
15630 * gdb.mi/mi-var-cp.exp: Likewise.
15631 * gdb.mi/mi-var-display.exp: Likewise.
15632 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15633 * gdb.mi/mi2-var-child.exp: Likewise.
15634 * gdb.mi/mi-vla-c99.exp: Likewise.
15635 * lib/mi-support.exp: Likewise.
15637 From Ian Lance Taylor <iant@cygnus.com>:
15638 * lib/gdb.exp (parse_args): New procedure.
15640 2014-04-23 Pedro Alves <palves@redhat.com>
15642 * gdb.base/break-unload-file.c: New file.
15643 * gdb.base/break-unload-file.exp: New file.
15644 * gdb.base/sym-file-lib.c (baz): New function.
15645 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15647 (load): Store the segment's mapped size.
15648 (unload): New function.
15649 (unload_shlib): New function.
15650 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15651 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15652 set a breakpoint at baz, and call it.
15653 * gdb.base/sym-file.exp: New tests for stale breakpoint
15656 2014-04-23 Pedro Alves <palves@redhat.com>
15658 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15659 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15660 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15661 * gdb.base/hbreak-unmapped.c: New file.
15662 * gdb.base/hbreak-unmapped.exp: New file.
15663 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15664 * lib/gdb.exp (gdb_is_target_remote): ... here.
15666 2014-04-22 Pedro Alves <palves@redhat.com>
15668 * gdb.base/consecutive-step-over.c: New file.
15669 * gdb.base/consecutive-step-over.exp: New file.
15671 2014-04-22 Pedro Alves <palves@redhat.com>
15673 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15674 instead of send_gdb/gdb_expect.
15676 2014-04-22 Yao Qi <yao@codesourcery.com>
15678 * lib/trace-support.exp (generate_tracefile): New procedure.
15679 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15681 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15682 if generate_tracefile returns 1.
15684 2014-04-18 Tom Tromey <palves@redhat.com>
15685 Pedro alves <tromey@redhat.com>
15688 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15689 with a backtrace limit.
15690 * gdb.python/py-frame-inline.exp: Test running to an inline
15691 function with a backtrace limit, and printing the newest frame.
15692 * gdb.python/py-frame-inline.c (main): Call f.
15694 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15696 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15698 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15700 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15701 Drop prefix from unsupported source file path.
15703 2014-04-17 Yao Qi <yao@codesourcery.com>
15705 * lib/gdb.exp (with_target_charset): New proc.
15706 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15707 with_target_charset.
15708 (test_print_strings): Likewise.
15709 (test_repeat_bytes): Likewise.
15710 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15713 2014-04-16 Keith Seitz <keiths@redhat.com>
15716 * gdb.dwarf2/corrupt.c: New file.
15717 * gdb.dwarf2/corrupt.exp: New file.
15719 2014-04-16 Keith Seitz <keiths@redhat.com>
15722 * gdb.cp/namelessclass.cc: New file.
15723 * gdb.cp/namelessclass.exp: New file.
15724 * gdb.cp/namelessclass.S: New file.
15726 2014-04-16 Doug Evans <dje@google.com>
15728 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15730 (gdbserver_default_get_comm_port): New function.
15731 (gdbserver_start): Check if board file provided
15732 "gdbserver,get_comm_port" and use it if so.
15733 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15734 (gdb,socketport): Set to "stdio".
15735 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15736 (stdio_gdbserver_template): Delete.
15737 (${board}_get_remote_address): Update.
15738 (${board}_build_remote_cmd): Delete.
15739 (${board}_get_comm_port): New function.
15740 (${board}_spawn): Update.
15741 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15743 (${board}_get_remote_address): Update.
15744 (${board}_get_comm_port): New function.
15746 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15748 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15749 appearing in any order.
15751 2014-04-15 Doug Evans <dje@google.com>
15753 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15754 uninitialized value of "description".
15756 2014-04-15 Keith Seitz <keiths@redhat.com>
15758 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15759 Remove unused globals.
15760 (test_running_the_program): Likewise.
15761 (test_controlled_execution): Likewise.
15762 (test_controlling_breakpoints): Likewise.
15763 (test_program_termination): Likewise.
15765 2014-04-15 Keith Seitz <keiths@redhat.com>
15767 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15769 (test_rbreak_creation_and_listing): Likewise.
15770 (test_ignore_count): Likewise.
15771 (test_error): Likewise.
15773 2014-04-15 Pedro Alves <palves@redhat.com>
15775 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15776 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15778 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15779 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15780 to sym-file-loader.c.
15781 (struct library): Forward declare.
15782 (load_shlib, lookup_function): Change prototypes.
15783 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15784 (translate_offset): Remove declarations.
15785 (get_text_addr): New declaration.
15786 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15787 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15789 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15790 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15791 here from sym-file-loader.h.
15792 (struct library): New structure.
15793 (load_shlib, lookup_function): Change prototypes and adjust to
15794 work with a struct library.
15795 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15796 (translate_offset): Make static.
15797 (get_text_addr): New function.
15798 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15800 2014-04-15 Pedro Alves <palves@redhat.com>
15802 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15804 2014-04-15 Pedro Alves <palves@redhat.com>
15806 * gdb.base/sym-file-loader.c: Include <limits.h>.
15807 (SELF_LINK): New define.
15808 (get_origin): New function.
15809 (load_shlib): Use it.
15810 * gdb.base/sym-file.exp: Don't early return if the target is
15811 remote. Use runto_main, and issue fail is that fails. Use
15813 (shlib_name): Delete.
15814 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15816 2014-04-15 Pedro Alves <palves@redhat.com>
15818 * gdb.base/sym-file.exp: Remove regex characters from test
15819 message. Don't refer to breakpoint numbers in test messages.
15821 2014-04-14 Keith Seitz <keiths@redhat.com>
15824 * gdb.cp/var-tag.cc: New file.
15825 * gdb.cp/var-tag.exp: New file.
15826 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15827 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15828 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15829 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15831 2014-04-14 Tom Tromey <tromey@redhat.com>
15833 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15834 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15836 * gdb.cp/enum-class.exp: New file.
15837 * gdb.cp/enum-class.cc: New file.
15839 2014-04-14 Tom Tromey <tromey@redhat.com>
15841 * gdb.dwarf2/enum-type.exp: New file.
15843 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15845 * gdb.mi/mi-vla-c99.exp: New file.
15846 * gdb.mi/vla.c: New file.
15848 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15850 * gdb.base/vla-datatypes.c: New file.
15851 * gdb.base/vla-datatypes.exp: New file.
15853 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15855 * gdb.base/vla-ptr.c: New file.
15856 * gdb.base/vla-ptr.exp: New file.
15858 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15860 * gdb.dwarf2/count.exp: New file.
15862 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15864 * gdb.base/vla-sideeffect.c: New file.
15865 * gdb.base/vla-sideeffect.exp: New file.
15867 2014-04-14 David Blaikie <dblaikie@gmail.com>
15869 * gdb.mi/non-stop.c: Add return value for non-void function return
15871 * gdb.threads/staticthreads.c: Ditto.
15873 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15874 Doug Evans <xdje42@gmail.com>
15876 * gdb.guile/scm-value.c: Improve test case.
15877 * gdb.guile/scm-value.exp: Add new test.
15879 2014-04-11 David Blaikie <dblaikie@gmail.com>
15881 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15882 override Clang's default.
15884 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15886 Revert the following changes (regressions):
15888 * gdb.base/vla-sideeffect.c: New file.
15889 * gdb.base/vla-sideeffect.exp: New file.
15891 * gdb.dwarf2/count.exp: New file.
15893 * gdb.base/vla-multi.c: New file.
15894 * gdb.base/vla-multi.exp: New file.
15896 * gdb.base/vla-ptr.c: New file.
15897 * gdb.base/vla-ptr.exp: New file.
15899 * gdb.base/vla-datatypes.c: New file.
15900 * gdb.base/vla-datatypes.exp: New file.
15902 * gdb.mi/mi-vla-c99.exp: New file.
15903 * gdb.mi/vla.c: New file.
15905 2014-04-11 Keith Seitz <keiths@redhat.com>
15908 * gdb.cp/cpsizeof.exp: New file.
15909 * gdb.cp/cpsizeof.cc: New file.
15911 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15913 * gdb.mi/mi-vla-c99.exp: New file.
15914 * gdb.mi/vla.c: New file.
15916 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15918 * gdb.base/vla-datatypes.c: New file.
15919 * gdb.base/vla-datatypes.exp: New file.
15921 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15923 * gdb.base/vla-ptr.c: New file.
15924 * gdb.base/vla-ptr.exp: New file.
15926 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15928 * gdb.base/vla-multi.c: New file.
15929 * gdb.base/vla-multi.exp: New file.
15931 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15933 * gdb.dwarf2/count.exp: New file.
15935 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15937 * gdb.base/vla-sideeffect.c: New file.
15938 * gdb.base/vla-sideeffect.exp: New file.
15940 2014-04-11 Yao Qi <yao@codesourcery.com>
15942 * gdb.base/completion.exp: Check file exists before running tests
15943 on file completion.
15945 2014-04-10 Pedro Alves <palves@redhat.com>
15947 * gdb.base/cond-eval-mode.c: New file.
15948 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15949 prepare_for_testing to build the new file. Check result of
15951 (test_break, test_watch): New procedures.
15952 (top level): Use them.
15954 2014-04-08 Pierre Muller <muller@sourceware.org>
15956 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15957 Ctrl-V use for mingw hosts.
15959 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15961 * gdb.python/py-value.c: Improve test case.
15962 * gdb.python/py-value.exp: Add new test.
15964 2014-04-07 David Blaikie <dblaikie@gmail.com>
15966 * lib/compiler.c: Identify the clang compiler.
15967 * lib/compiler.cc: Ditto.
15969 2014-04-03 Yao Qi <yao@codesourcery.com>
15971 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15973 2014-04-01 Anton Blanchard <anton@samba.org>
15975 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15978 2014-04-01 Anton Blanchard <anton@samba.org>
15980 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15981 prepare_for_testing.
15983 2014-04-01 Anton Blanchard <anton@samba.org>
15985 * gdb.arch/ppc64-atomic-inst.c: Remove.
15986 * gdb.arch/ppc64-atomic-inst.S: New file.
15987 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15989 2014-03-31 Doug Evans <dje@google.com>
15991 * gdb.base/print-symbol-loading-lib.c: New file.
15992 * gdb.base/print-symbol-loading-main.c: New file.
15993 * gdb.base/print-symbol-loading.exp: New file.
15995 2014-03-31 Yao Qi <yao@codesourcery.com>
15997 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15999 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16001 * gdb.ada/mi_dyn_arr: New testcase.
16003 2014-03-27 Doug Evans <dje@google.com>
16005 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16007 2014-03-27 Yao Qi <yao@codesourcery.com>
16009 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16010 if target is nios2-*-*.
16012 2014-03-26 Yao Qi <yao@codesourcery.com>
16014 * lib/gdb.exp (readline_is_used): New proc.
16015 * gdb.base/completion.exp: Move tests on command complete up.
16016 Skip the rest of tests if readline is not used.
16017 * gdb.ada/complete.exp: Skp the test if readline is not
16019 * gdb.base/filesym.exp: Likewise.
16020 * gdb.base/macscp.exp: Likewise.
16021 * gdb.base/readline-ask.exp: Likewise.
16022 * gdb.base/readline.exp: Likewise.
16023 * gdb.python/py-cmd.exp: Likewise.
16024 * gdb.trace/tfile.exp: Likewise.
16026 2014-03-26 Yao Qi <yao@codesourcery.com>
16028 * gdb.base/macscp.exp: Fix code format issues.
16030 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16032 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16033 * gdb.asm/powerpc64le.inc: New file.
16035 2014-03-25 Pedro Alves <palves@redhat.com>
16036 Doug Evans <dje@google.com>
16038 * gdb.base/source-execution.c: New file.
16039 * gdb.base/source-execution.exp: New file.
16040 * gdb.base/source-execution.gdb: New file.
16042 2014-03-24 Doug Evans <dje@google.com>
16044 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16047 2014-03-24 Hui Zhu <hui@codesourcery.com>
16048 Pedro Alves <palves@redhat.com>
16050 PR breakpoints/16101
16051 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16052 test pass/fail messages. Detect missing support for dprintf when
16053 breakpoints are actually inserted.
16054 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16055 breakpoints are actually inserted.
16056 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16059 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16061 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16063 2014-03-22 Doug Evans <xdje42@gmail.com>
16065 * gdb.python/python.exp (python not supported): Verify multi-line
16066 python command issues an error.
16067 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16068 guile command issues an error.
16070 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16072 * gdb.threads/thread-specific.exp: Handle the lack of usable
16073 $this_breakpoint and $this_thread.
16075 2014-03-21 Hui Zhu <hui@codesourcery.com>
16077 * gdb.base/attach.exp (do_command_attach_tests): New.
16079 2014-03-20 Tom Tromey <tromey@redhat.com>
16080 Pedro Alves <palves@redhat.com>
16083 * gdb.base/condbreak-call-false.c: New file.
16084 * gdb.base/condbreak-call-false.exp: New file.
16086 2014-03-20 Pedro Alves <palves@redhat.com>
16088 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16090 (block_signals, unblock_signals): Delete.
16091 (child_function_2, main): Remove references to deleted variable
16094 2014-03-20 Pedro Alves <palves@redhat.com>
16096 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16097 Use pthread_kill to signal thread 2.
16098 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16099 Adjust to make the test send itself a signal rather than using the
16100 host's "kill" command.
16102 2014-03-20 Pedro Alves <palves@redhat.com>
16104 * gdb.threads/multiple-step-overs.c: New file.
16105 * gdb.threads/multiple-step-overs.exp: New file.
16106 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16107 Adjust expected infrun debug output.
16109 2014-03-20 Pedro Alves <palves@redhat.com>
16111 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16112 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16114 2014-03-20 Pedro Alves <palves@redhat.com>
16116 PR breakpoints/7143
16117 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16118 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16119 of gdb_test_multiple.
16120 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16121 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16123 2014-03-20 Pedro Alves <palves@redhat.com>
16125 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16126 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16128 2014-03-19 Pedro Alves <palves@redhat.com>
16130 * gdb.base/async.exp: Remove early return.
16132 2014-03-19 Pedro Alves <palves@redhat.com>
16134 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16136 2014-03-19 Pedro Alves <palves@redhat.com>
16138 * gdb.base/async.exp (test_background): Expect \r\n after
16139 "completed." in the fail pattern.
16141 2014-03-19 Pedro Alves <palves@redhat.com>
16143 * gdb.base/async.exp (test_background): New procedure.
16144 Use it for all background execution command tests.
16146 2014-03-19 Pedro Alves <palves@redhat.com>
16148 * gdb.base/async.exp: Use prepare_for_testing.
16150 2014-03-19 Pedro Alves <palves@redhat.com>
16152 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16155 2014-03-19 Pedro Alves <palves@redhat.com>
16157 * gdb.base/async.c (main): Add "jump here" and "until here" line
16159 * gdb.base/async.exp (jump_here): New global.
16160 (jump& test): Use it.
16161 (until_here): New global.
16162 (until& test): Use it.
16164 2014-03-19 Pedro Alves <palves@redhat.com>
16166 * gdb.base/async.exp: Don't frob gdb_protocol.
16168 2014-03-18 Doug Evans <xdje42@gmail.com>
16170 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16171 Fix spelling of exec-done-display.
16173 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16176 * gdb.base/gdb-sigterm.c: New file.
16177 * gdb.base/gdb-sigterm.exp: New file.
16179 2014-03-18 Pedro Alves <palves@redhat.com>
16182 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16183 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16186 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16188 * gdb.ada/pckd_arr_ren: New testcase.
16190 2014-03-13 Doug Evans <xdje42@gmail.com>
16193 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16194 collect after discarding symbols.
16196 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16197 Doug Evans <xdje42@gmail.com>
16199 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16200 to history survives a gc.
16202 2014-03-13 Pedro Alves <palves@redhat.com>
16204 * gdb.base/default.exp: Don't test "target procfs".
16206 2014-03-13 Pedro Alves <palves@redhat.com>
16208 * gdb.base/default.exp: Update "target child" and "target procfs"
16209 tests to not expect "Unix".
16211 2014-03-12 Tom Tromey <tromey@redhat.com>
16213 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16214 New procs. Add target-async tests.
16215 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16216 Add target-async tests.
16218 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16220 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16221 'func_start' and 'func_end' for the beginning and end of the
16222 function code, respectively.
16223 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16224 'func_end' instead of 'func' and 'main'.
16226 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16228 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16229 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16230 generate the debug info assembler source.
16232 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16234 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16235 * gdb.dwarf2/arr-subrange.exp: Likewise.
16236 * gdb.dwarf2/dwz.exp: Likewise.
16237 * gdb.dwarf2/method-ptr.exp: Likewise.
16238 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16239 * gdb.dwarf2/subrange.exp: Likewise.
16240 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16241 * gdb.dwarf2/implptrpiece.exp: Likewise.
16242 * gdb.dwarf2/nostaticblock.exp: Likewise.
16244 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16246 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16247 directory to absolute path name arguments.
16249 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16251 * gdb.ada/tagged_access: New testcase.
16253 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16255 * gdb.btrace/data.exp: Update expected output.
16257 2014-03-06 Yao Qi <yao@codesourcery.com>
16259 * gdb.trace/pr16508.exp: New file.
16261 2014-03-05 Pedro Alves <palves@redhat.com>
16264 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16266 (top level): Adjust to use it. Add tests that exercise breakpoint
16267 interaction with the code-cache.
16269 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16271 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16272 test for 'history-append!'.
16274 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16276 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16277 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16278 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16279 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16280 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16281 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16283 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16285 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16286 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16287 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16289 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16291 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16293 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16295 * gdb.dwarf2/arr-stride.c: New file.
16296 * gdb.dwarf2/arr-stride.exp: New file.
16298 2014-02-26 Pedro Alves <palves@redhat.com>
16300 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16301 that won't ever trigger. Make sure that GDB reports the correct
16302 breakpoint that caused the stop.
16304 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16307 * gdb.base/auto-load-script: New file.
16308 * gdb.base/auto-load.c: New file.
16309 * gdb.base/auto-load.exp: New file.
16312 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16314 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16316 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16317 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16319 2014-02-24 Doug Evans <dje@google.com>
16321 * lib/gdb.exp (run_on_host): Log error output if program fails.
16323 2014-02-21 Pedro Alves <palves@redhat.com>
16325 * gdb.threads/step-after-sr-lock.c: Rename to ...
16326 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16327 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16328 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16331 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16334 * gdb.arch/amd64-stap-special-operands.exp: New file.
16335 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16336 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16337 * gdb.arch/amd64-stap-triplet.S: Likewise.
16338 * gdb.arch/amd64-stap-triplet.c: Likewise.
16340 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16342 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16343 in .section pseudo-op.
16345 2014-02-20 lin zuojian <manjian2006@gmail.com>
16346 Joel Brobecker <brobecker@adacore.com>
16347 Doug Evans <xdje42@gmail.com>
16350 * gdb.dwarf2/dw2-icycle.S: New file.
16351 * gdb.dwarf2/dw2-icycle.c: New file.
16352 * gdb.dwarf2/dw2-icycle.exp: New file.
16354 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16356 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16357 operations on gdb.Value objects.
16358 * gdb.python/py-value-cc.exp: Add new test to test operations on
16361 2014-02-18 Doug Evans <dje@google.com>
16363 * Makefile.in (TESTS): New variable.
16364 (expanded_tests, expanded_tests_or_none): New variables
16365 (check-single): Pass $(expanded_tests_or_none) to runtest.
16366 (check-parallel): Only run tests in $(TESTS) if non-empty.
16367 (check/no-matching-tests-found): New rule.
16368 * README: Document TESTS makefile variable.
16370 2014-02-18 Doug Evans <dje@google.com>
16372 * Makefile.in (check-parallel): rm -rf outputs temp.
16374 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16376 Fix "ERROR: no fileid for" in the testsuite.
16377 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16379 2014-02-12 Doug Evans <dje@google.com>
16381 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16382 (MISCELLANEOUS): New variable.
16383 (clean): rm -rf $(MISCELLANEOUS).
16384 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16385 dwp live in the same directory as symlinks, with each symlink pointed
16386 to a differently named file in a different directory.
16388 2014-02-11 Doug Evans <dje@google.com>
16390 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16391 of Tcl file commands.
16393 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16395 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16396 "kill -SIGUSR1 -1".
16398 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16400 * gdb.ada/tick_length_array_enum_idx: New testcase.
16402 2014-02-10 Doug Evans <xdje42@gmail.com>
16404 * configure.ac (AC_OUTPUT): Add gdb.guile.
16405 * configure: Regenerate.
16406 * lib/gdb-guile.exp: New file.
16407 * lib/gdb.exp (get_target_charset): New function.
16408 * gdb.base/help.exp: Update expected output from "apropos apropos".
16409 * gdb.guile/Makefile.in: New file.
16410 * gdb.guile/guile.exp: New file.
16411 * gdb.guile/scm-arch.c: New file.
16412 * gdb.guile/scm-arch.exp: New file.
16413 * gdb.guile/scm-block.c: New file.
16414 * gdb.guile/scm-block.exp: New file.
16415 * gdb.guile/scm-breakpoint.c: New file.
16416 * gdb.guile/scm-breakpoint.exp: New file.
16417 * gdb.guile/scm-disasm.c: New file.
16418 * gdb.guile/scm-disasm.exp: New file.
16419 * gdb.guile/scm-equal.c: New file.
16420 * gdb.guile/scm-equal.exp: New file.
16421 * gdb.guile/scm-error.exp: New file.
16422 * gdb.guile/scm-error.scm: New file.
16423 * gdb.guile/scm-frame-args.c: New file.
16424 * gdb.guile/scm-frame-args.exp: New file.
16425 * gdb.guile/scm-frame-args.scm: New file.
16426 * gdb.guile/scm-frame-inline.c: New file.
16427 * gdb.guile/scm-frame-inline.exp: New file.
16428 * gdb.guile/scm-frame.c: New file.
16429 * gdb.guile/scm-frame.exp: New file.
16430 * gdb.guile/scm-generics.exp: New file.
16431 * gdb.guile/scm-gsmob.exp: New file.
16432 * gdb.guile/scm-iterator.c: New file.
16433 * gdb.guile/scm-iterator.exp: New file.
16434 * gdb.guile/scm-math.c: New file.
16435 * gdb.guile/scm-math.exp: New file.
16436 * gdb.guile/scm-objfile-script-gdb.in: New file.
16437 * gdb.guile/scm-objfile-script.c: New file.
16438 * gdb.guile/scm-objfile-script.exp: New file.
16439 * gdb.guile/scm-objfile.c: New file.
16440 * gdb.guile/scm-objfile.exp: New file.
16441 * gdb.guile/scm-ports.exp: New file.
16442 * gdb.guile/scm-pretty-print.c: New file.
16443 * gdb.guile/scm-pretty-print.exp: New file.
16444 * gdb.guile/scm-pretty-print.scm: New file.
16445 * gdb.guile/scm-section-script.c: New file.
16446 * gdb.guile/scm-section-script.exp: New file.
16447 * gdb.guile/scm-section-script.scm: New file.
16448 * gdb.guile/scm-symbol.c: New file.
16449 * gdb.guile/scm-symbol.exp: New file.
16450 * gdb.guile/scm-symtab-2.c: New file.
16451 * gdb.guile/scm-symtab.c: New file.
16452 * gdb.guile/scm-symtab.exp: New file.
16453 * gdb.guile/scm-type.c: New file.
16454 * gdb.guile/scm-type.exp: New file.
16455 * gdb.guile/scm-value-cc.cc: New file.
16456 * gdb.guile/scm-value-cc.exp: New file.
16457 * gdb.guile/scm-value.c: New file.
16458 * gdb.guile/scm-value.exp: New file.
16459 * gdb.guile/source2.scm: New file.
16460 * gdb.guile/types-module.cc: New file.
16461 * gdb.guile/types-module.exp: New file.
16463 2014-02-10 Yao Qi <yao@codesourcery.com>
16466 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16467 * configure: Regenerated.
16468 * Makefile.in: New file.
16470 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16472 * gdb.python/py-framefilter.exp: Fix typo.
16474 2014-02-08 Yao Qi <yao@codesourcery.com>
16476 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16477 that no =breakpoint-modified is emitted when breakpoints are
16478 modified through MI commands.
16480 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16481 Pedro Alves <palves@redhat.com>
16483 * gdb.threads/step-after-sr-lock.c: New file.
16484 * gdb.threads/step-after-sr-lock.exp: New file.
16486 2014-02-07 Pedro Alves <palves@redhat.com>
16488 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16490 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16492 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16493 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16495 2014-02-06 Doug Evans <xdje42@gmail.com>
16497 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16500 * gdb.gdb/python-interrupts.exp: New file.
16502 2014-02-05 Yao Qi <yao@codesourcery.com>
16504 * gdb.trace/report.exp (use_collected_data): Test the output
16505 of "info threads" and "info inferiors".
16507 2014-02-05 Yao Qi <yao@codesourcery.com>
16511 2013-05-24 Yao Qi <yao@codesourcery.com>
16513 * gdb.trace/tfile.exp: Test inferior and thread.
16515 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16517 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16519 * gdb.base/step-bt.c: Call hello via function pointer to make
16520 sure its first instruction is executed on powerpc64le-linux.
16522 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16524 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16526 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16528 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16529 of the test patterns for use on little-endian systems.
16531 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16533 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16534 (decimal_vector): Fix for little-endian.
16536 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16538 * gdb.arch/sparc-sysstep.exp: New file.
16539 * gdb.arch/sparc-sysstep.c: Likewise.
16541 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16543 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16545 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16547 2014-01-23 Tom Tromey <tromey@redhat.com>
16549 * gdb.ada/array_char_idx: New testcase.
16551 2014-01-23 Tom Tromey <tromey@redhat.com>
16554 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16555 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16558 2014-01-23 Tom Tromey <tromey@redhat.com>
16561 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16562 string from an inferior frame.
16563 * gdb.python/py-framefilter-mi.exp: Update.
16565 2014-01-22 Doug Evans <dje@google.com>
16567 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16569 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16571 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16573 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16575 * gdb.trace/entry-values.exp: Remove excess space character from
16576 regex patterns. Handle s390 call instruction.
16578 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16580 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16581 define "*_start" label. Make "name" static.
16582 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16583 ${name} by references to ${name}_start.
16585 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16587 * gdb.base/info-macros.exp: Remove "debug" from the compile
16590 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16592 * gdb.dlang/demangle.exp: New file.
16594 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16596 * gdb.dlang/primitive-types.exp: New file.
16598 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16600 * configure.ac: Create gdb.dlang/Makefile.
16601 * configure: Regenerate.
16602 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16603 * gdb.dlang/Makefile.in: New file.
16604 * lib/d-support.exp: New file.
16605 * lib/gdb.exp (skip_d_tests): New proc.
16607 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16609 * gdb.btrace/delta.exp: Check reverse stepi.
16610 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16611 * gdb.btrace/finish.exp: New.
16612 * gdb.btrace/next.exp: New.
16613 * gdb.btrace/nexti.exp: New.
16614 * gdb.btrace/record_goto.c: Add comments.
16615 * gdb.btrace/step.exp: New.
16616 * gdb.btrace/stepi.exp: New.
16617 * gdb.btrace/multi-thread-step.c: New.
16618 * gdb.btrace/multi-thread-step.exp: New.
16619 * gdb.btrace/rn-dl-bind.c: New.
16620 * gdb.btrace/rn-dl-bind.exp: New.
16621 * gdb.btrace/data.c: New.
16622 * gdb.btrace/data.exp: New.
16623 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16625 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16627 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16628 * gdb.btrace/exception.exp: Update.
16629 * gdb.btrace/instruction_history.exp: Update.
16630 * gdb.btrace/record_goto.exp: Update.
16631 * gdb.btrace/tailcall.exp: Update.
16632 * gdb.btrace/unknown_functions.exp: Update.
16633 * gdb.btrace/delta.exp: New.
16635 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16637 * gdb.btrace/record_goto.exp: Add backtrace test.
16638 * gdb.btrace/tailcall.exp: Add backtrace test.
16640 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16642 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16643 * gdb.btrace/record_goto.c: New.
16644 * gdb.btrace/record_goto.exp: New.
16645 * gdb.btrace/x86-record_goto.S: New.
16647 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16649 * gdb.btrace/function_call_history.exp: Update tests.
16650 * gdb.btrace/instruction_history.exp: Update tests.
16652 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16654 * gdb.btrace/function_call_history.exp: Fix expected field
16655 order for "record function-call-history".
16656 Add new tests for "record function-call-history /c".
16657 * gdb.btrace/exception.cc: New.
16658 * gdb.btrace/exception.exp: New.
16659 * gdb.btrace/tailcall.exp: New.
16660 * gdb.btrace/x86-tailcall.S: New.
16661 * gdb.btrace/x86-tailcall.c: New.
16662 * gdb.btrace/unknown_functions.c: New.
16663 * gdb.btrace/unknown_functions.exp: New.
16664 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16666 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16668 * gdb.btrace/instruction_history.exp: Update.
16669 * gdb.btrace/function_call_history.exp: Update.
16671 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16673 * gdb.btrace/function_call_history.exp: Fix expected function
16675 * gdb.btrace/instruction_history.exp: Initialize traced.
16676 Remove traced_functions.
16678 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16680 * gdb.btrace/function_call_history.exp: Update
16681 * gdb.btrace/instruction_history.exp: Update.
16683 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16685 * gdb.btrace/enable.exp: Update expected text.
16687 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16689 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16692 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16694 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16696 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16698 * lib/gdb.exp (supports_process_record): Return true for
16699 arm*-linux*. (supports_reverse): Likewise.
16701 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16705 * gdb.python/py-type.c: Enhance test case.
16706 * gdb.python/py-value-cc.cc: Likewise
16707 * gdb.python/py-type.exp: Add new tests.
16708 * gdb.python/py-value-cc.exp: Likewise
16710 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16711 Pedro Alves <palves@redhat.com>
16713 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16714 Make "name" extern.
16715 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16716 references to ${name}_start by references to ${name}.
16718 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16720 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16722 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16724 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16726 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16727 Pedro Alves <palves@redhat.com>
16729 * gdb.mi/mi-info-os.exp: Connect to the target with
16730 mi_gdb_target_load.
16732 2014-01-08 Pedro Alves <palves@redhat.com>
16734 * gdb.threads/reconnect-signal.c: New file.
16735 * gdb.threads/reconnect-signal.exp: New file.
16737 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16739 * gdb.base/source-dir.exp: New file.
16741 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16743 * gdb.ada/mi_interface: New testcase.
16745 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16747 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16748 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16749 gdb.ada/pp-rec-component/pck.ads: New files.
16751 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16753 * gdb.python/py-pp-integral.c: New file.
16754 * gdb.python/py-pp-integral.py: New file.
16755 * gdb.python/py-pp-integral.exp: New file.
16757 For older changes see ChangeLog-1993-2013.
16759 ;; Local Variables:
16760 ;; mode: change-log
16763 ;; version-control: never
16766 Copyright 2014-2019 Free Software Foundation, Inc.
16767 Copying and distribution of this file, with or without modification,
16768 are permitted provided the copyright notice and this notice are preserved.