1 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3 * gdb.base/options.exp: Update backtrace - completion to
4 new option -frame-info.
5 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6 Test new 'set print frame-info'. Test backtrace -frame-info
7 overriding 'set print frame-info'.
8 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
9 Test new 'set print frame-info'.
10 Verify consistency of backtrace with and without filters, with and
12 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
15 2019-07-29 Tom de Vries <tdevries@suse.de>
17 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
20 2019-07-29 Tom de Vries <tdevries@suse.de>
22 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
23 is a substring of the first for "complete non-unique file name".
25 2019-07-29 Tom de Vries <tdevries@suse.de>
27 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
30 2019-07-29 Tom de Vries <tdevries@suse.de>
32 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
33 Pass prompt_regexp parameter to gdb_test_multiple calls.
35 2019-07-29 Tom de Vries <tdevries@suse.de>
37 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
38 print registers" regexps.
40 2019-07-29 Tom de Vries <tdevries@suse.de>
42 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
44 2019-07-29 Tom de Vries <tdevries@suse.de>
47 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
48 (skip_python_tests_prompt): Add prompt_regexp argument to
49 gdb_test_multiple calls.
51 2019-07-27 Tom Tromey <tom@tromey.com>
53 * gdb.tui/main.exp: New file.
55 2019-07-27 Tom Tromey <tom@tromey.com>
57 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
59 * gdb.tui/empty.exp: New file.
61 2019-07-27 Tom Tromey <tom@tromey.com>
63 * lib/tuiterm.exp (spawn): New proc.
64 (Term::resize): New proc.
65 * gdb.tui/resize.exp: New file.
67 2019-07-27 Tom Tromey <tom@tromey.com>
69 * gdb.tui/list.exp: New file.
71 2019-07-27 Tom Tromey <tom@tromey.com>
73 * gdb.tui/regs.exp: New file.
75 2019-07-27 Tom Tromey <tom@tromey.com>
77 * gdb.tui/basic.exp: Add "layout split" test.
79 2019-07-27 Tom Tromey <tom@tromey.com>
81 * gdb.tui/basic.exp: Add "layout asm" test.
83 2019-07-27 Tom Tromey <tom@tromey.com>
85 * lib/tuiterm.exp: New file.
86 * gdb.tui/basic.exp: New file.
88 2019-07-27 Kevin Buettner <kevinb@redhat.com>
90 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
91 Enable tests associated with this flag. Adjust regex
92 referencing "foo_low" to now refer to "foo_cold" instead.
94 2019-07-27 Kevin Buettner <kevinb@redhat.com>
96 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
97 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
98 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
99 foo_cold. Revise comments to match.
100 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
101 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
102 were wrapped into this proc; Call do_test in loop from outermost
104 (foo_low): Rename all occurrences to "foo_cold".
105 (backtrace from baz): New test.
106 (x2/i foo_cold): New test.
107 (info line *foo_cold): New test.
109 2019-07-26 Tom de Vries <tdevries@suse.de>
111 * gdb.arch/i386-pkru.exp: Fix unterminated string.
113 2019-07-25 Tom de Vries <tdevries@suse.de>
116 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
117 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
118 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
119 (skip_libstdcxx_probe_tests): ... here.
120 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
122 2019-07-24 Tom de Vries <tdevries@suse.de>
125 * gdb.objc/basicclass.m: Include stdio.h.
126 * gdb.objc/nondebug.m: Same.
127 * gdb.objc/objcdecode.m: Same.
129 2019-07-24 Tom de Vries <tdevries@suse.de>
132 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
135 2019-07-24 Tom de Vries <tdevries@suse.de>
138 * gdb.multi/tids.exp: Update error messages for info threads.
140 2019-07-24 Tom de Vries <tdevries@suse.de>
142 * gdb.base/info-types.exp: Allow info types to print info for more than
145 2019-07-23 Tom de Vries <tdevries@suse.de>
148 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
149 gdb_spawn_with_cmdline_opts.
151 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
153 * gdb.arch/arm-cmse-sgstubs.c: New test.
154 * gdb.arch/arm-cmse-sgstubs.exp: New file.
156 2019-07-23 Tom de Vries <tdevries@suse.de>
159 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
160 issuing next command.
162 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
164 * gdb.ada/info_auto_lang.exp: Update expected results.
165 * gdb.base/info-types.c: Add additional types to check.
166 * gdb.base/info-types.exp: Update expected results.
168 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
170 * gdb.base/info-types.c: New file.
171 * gdb.base/info-types.exp: New file.
173 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
175 * gdb.arch/riscv-bp-infcall.c: New file.
176 * gdb.arch/riscv-bp-infcall.exp: New file.
178 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
181 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
183 2019-07-14 Tom de Vries <tdevries@suse.de>
186 * gdb.objc/basicclass.exp: Fix unterminated string.
188 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
189 Andrew Burgess <andrew.burgess@embecosm.com>
191 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
192 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
194 * gdb.fortran/vla-value.exp: Print elements of an array with
196 * gdb.fortran/vla.f90: Setup an array with negative bounds for
199 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
201 * gdb.base/options.exp (expect_string): Dequote strings in
203 (test-string): Test strings with different quoting and reindent.
205 2019-07-10 Tom Tromey <tromey@adacore.com>
207 * gdb.ada/mi_ex_cond.exp: Update expected results.
208 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
209 * gdb.ada/mi_catch_ex.exp: Update expected results.
210 * gdb.ada/mi_catch_assert.exp: Update expected results.
211 * gdb.ada/catch_ex.exp (catch_exception_info)
212 (catch_exception_entry, catch_assert_entry)
213 (catch_unhandled_entry): Update.
214 * gdb.ada/catch_assert_if.exp: Update expected results.
216 2019-07-10 Richard Bunt <richard.bunt@arm.com>
217 Stephen Roberts <stephen.roberts@arm.com>
219 * gdb.base/define.exp: Restore original prompt.
221 2019-07-09 Pedro Alves <palves@redhat.com>
223 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
225 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
226 * gdb.python/py-breakpoint.exp: No longer expect that "catch
227 throw" creates breakpoint.
228 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
231 2019-07-09 Pedro Alves <palves@redhat.com>
234 * gdb.cp/except-multi-location-lib.cc: New.
235 * gdb.cp/except-multi-location-main.cc: New.
236 * gdb.cp/except-multi-location.exp: New.
238 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
240 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
241 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
242 argument and update callers.
244 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
246 * gdb.arch/amd64-break-on-asm-line.S: New file.
247 * gdb.arch/amd64-break-on-asm-line.exp: New file.
249 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
251 * gdb.base/printcmds.exp: Test printing C string and
252 C wide string convenience vars without transiting via the inferior.
253 Also make test names unique.
255 2019-07-08 Alan Hayward <alan.hayward@arm.com>
257 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
259 2019-07-04 Pedro Alves <palves@redhat.com>
261 * lib/gdb.exp (foreach_with_prefix): Don't return early if
262 body returned ok(0), break(3) or continue(4).
263 * gdb.testsuite/foreach_with_prefix.exp: New file.
265 2019-07-04 Alan Hayward <alan.hayward@arm.com>
267 * gdb.server/unittest.exp: Allow 0 unit tests to run.
269 2019-07-03 Pedro Alves <palves@redhat.com>
271 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
274 2019-07-03 Pedro Alves <palves@redhat.com>
277 * gdb.base/shell.exp: Load completion-support.exp.
278 Adjust expected error output. Add completion tests.
280 2019-07-03 Pedro Alves <palves@redhat.com>
282 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
285 2019-07-03 Pedro Alves <palves@redhat.com>
287 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
288 (expect_integer): Adjust to expect "-string".
289 (expect_string): New.
290 (all_options): Expect "-string".
291 (test-flag, test-boolean): Adjust to expect "-string".
292 (test-string): New proc.
293 (top level): Call it.
295 2019-07-03 Pedro Alves <palves@redhat.com>
297 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
298 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
299 the expected output in the success.
301 2019-07-03 Pedro Alves <palves@redhat.com>
303 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
304 Split one gdb_test_multiple call in two to avoid a race.
306 2019-07-03 Pedro Alves <palves@redhat.com>
308 * gdb.base/with.c: New file.
309 * gdb.base/with.exp: New file.
311 2019-07-03 Pedro Alves <palves@redhat.com>
313 * gdb.base/settings.exp: Replace all references to "maint
314 test-settings set" with references to "maint set test-settings",
315 and all references to "maint test-settings show" with references
316 to "maint show test-settings".
318 2019-07-03 Pedro Alves <palves@redhat.com>
320 * gdb.base/settings.exp (test-string): Adjust expected out when
321 testing "maint test-settings show filename"
323 2019-07-02 Pedro Alves <palves@redhat.com>
325 * gdb.base/options.exp (test-info-threads): New procedure.
326 (top level): Call it.
328 2019-06-28 Tom Tromey <tromey@adacore.com>
330 * gdb.dwarf2/ada-linkage-name.c: New file.
331 * gdb.dwarf2/ada-linkage-name.exp: New file.
333 2019-06-27 Tom Tromey <tromey@adacore.com>
335 * gdb.cp/constexpr-field.exp: Use setup_xfail.
337 2019-06-26 Tom de Vries <tdevries@suse.de>
339 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
341 2019-06-26 Tom de Vries <tdevries@suse.de>
343 * gdb.base/index-cache.exp: Add back missing debug option.
345 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
347 * gdb.base/alias.exp: Test non matching/non existing prefixes.
349 2019-06-25 Tom de Vries <tdevries@suse.de>
352 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
354 2019-06-24 Tom de Vries <tdevries@suse.de>
356 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
358 2019-06-24 Tom de Vries <tdevries@suse.de>
360 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
361 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
362 * gdb.trace/unavailable-dwarf-piece.exp: Same.
364 2019-06-24 Tom de Vries <tdevries@suse.de>
366 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
368 2019-06-21 Tom de Vries <tdevries@suse.de>
370 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
372 2019-06-21 Tom de Vries <tdevries@suse.de>
376 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
379 2019-06-19 Tom Tromey <tromey@adacore.com>
381 * gdb.ada/length_cond.exp: Add intro comment.
383 2019-06-19 Tom Tromey <tromey@adacore.com>
385 * gdb.ada/length_cond.exp: New file.
386 * gdb.ada/length_cond/length_cond.adb: New file.
387 * gdb.ada/length_cond/pck.adb: New file.
388 * gdb.ada/length_cond/pck.ads: New file.
390 2019-06-18 Tom de Vries <tdevries@suse.de>
392 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
394 2019-06-18 Tom Tromey <tromey@adacore.com>
396 * gdb.base/list0.h: Add comment explaining control character.
398 2019-06-18 Tom de Vries <tdevries@suse.de>
400 * boards/fission.exp: Break up long debug_flags line.
402 2019-06-16 Tom de Vries <tdevries@suse.de>
405 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
408 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
411 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
412 improve detection of bug gdb/24541.
414 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
417 * gdb.base/index-cache.exp (uses_readnow,
418 expecting_index_cache_use): Define global variable.
419 (test_cache_enabled_miss, test_cache_enabled_hit): Use
420 expecting_index_cache_use.
422 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
423 Andrew Burgess <andrew.burgess@embecosm.com>
425 * gdb.fortran/pointers.f90: New file.
426 * gdb.fortran/print_type.exp: New file.
427 * gdb.fortran/vla-ptype.exp: Adapt expected results.
428 * gdb.fortran/vla-type.exp: Likewise.
429 * gdb.fortran/vla-value.exp: Likewise.
430 * gdb.mi/mi-vla-fortran.exp: Likewise.
432 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
434 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
435 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
436 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
439 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
441 * gdb.base/annota1.exp: Update expected results.
442 * gdb.cp/annota2.exp: Likewise.
443 * gdb.cp/annota3.exp: Likewise.
445 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
447 * gdb.base/style-logging.exp: Remove path from test name.
449 2019-06-14 Tom Tromey <tromey@adacore.com>
452 * gdb.base/style-logging.exp: New file.
454 2019-06-14 Tom Tromey <tromey@adacore.com>
456 * gdb.base/symfile-warn.exp: New file.
457 * gdb.base/symfile-warn.c: New file.
459 2019-06-14 Tom Tromey <tromey@adacore.com>
461 * gdb.base/annotate-symlink.exp: New file.
463 2019-06-14 Tom Tromey <tromey@adacore.com>
465 * gdb.ada/set_wstr.exp: Add reassignment test.
467 2019-06-14 Tom Tromey <tromey@adacore.com>
469 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
470 'unchecked_access and 'unrestricted_access as well.
472 2019-06-14 Tom Tromey <tromey@adacore.com>
475 * gdb.ada/vla.exp: Update tests.
476 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
479 2019-06-13 Pedro Alves <palves@redhat.com>
481 * gdb.base/settings.exp (test-integer): Test junk after
484 2019-06-13 Pedro Alves <palves@redhat.com>
486 * gdb.base/options.exp (test-thread-apply): New.
487 (top level): Call it.
489 2019-06-13 Pedro Alves <palves@redhat.com>
491 * gdb.base/options.exp (test-frame-apply): New.
492 (top level): Test print commands with different "frame apply"
495 2019-06-13 Pedro Alves <palves@redhat.com>
497 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
498 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
499 'max_completions' parameter and handle it.
500 (test_gdb_completion_offers_commands): New.
502 2019-06-13 Pedro Alves <palves@redhat.com>
504 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
506 2019-06-13 Pedro Alves <palves@redhat.com>
508 * gdb.base/options.exp (test-backtrace): New.
509 (top level): Call it.
511 2019-06-13 Pedro Alves <palves@redhat.com>
513 * gdb.guile/scm-frame-args.exp: Use "set print
514 raw-frame-arguments" instead of "set print raw frame-arguments".
515 * gdb.python/py-frame-args.exp: Likewise.
517 2019-06-13 Pedro Alves <palves@redhat.com>
519 * gdb.compile/compile.exp: Adjust expected output to option
522 2019-06-13 Pedro Alves <palves@redhat.com>
524 * gdb.base/options.exp: Build executable.
525 (test-print): New procedure.
526 (top level): Call it, once for "print" and another for "compile
529 2019-06-13 Pedro Alves <palves@redhat.com>
531 * gdb.base/options.c: New file.
532 * gdb.base/options.exp: New file.
534 2019-06-13 Pedro Alves <palves@redhat.com>
536 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
537 that "o" is ambiguous.
539 2019-06-13 Pedro Alves <palves@redhat.com>
541 * gdb.base/settings.c: New file.
542 * gdb.base/settings.exp: New file.
544 2019-06-13 Pedro Alves <palves@redhat.com>
546 * gdb.base/completion.exp: Fix comment typo.
548 2019-06-13 Pedro Alves <palves@redhat.com>
550 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
553 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
555 * gdb.fortran/block-data.f: New.
556 * gdb.fortran/block-data.exp: New.
558 2019-06-11 Tom de Vries <tdevries@suse.de>
561 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
564 2019-06-11 Tom de Vries <tdevries@suse.de>
567 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
569 2019-06-11 Tom de Vries <tdevries@suse.de>
571 * boards/readnow.exp: New file.
573 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
575 * gdb.fortran/vla-sizeof.exp: Update expected results.
577 2019-06-06 Amos Bird <amosbird@gmail.com>
579 * gdb.base/annota1.exp (thread_switch): Add test for
580 thread-exited annotation.
582 2019-06-06 Tom Tromey <tromey@adacore.com>
584 * gdb.base/maint.exp: Expect command started/finished output.
586 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
588 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
590 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
592 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
594 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
595 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
596 * gdb.arch/riscv-unwind-long-insn.c: New file.
597 * gdb.arch/riscv-unwind-long-insn.exp: New file.
599 2019-06-04 Christian Biesinger <cbiesinger@google.com>
601 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
603 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
605 * lib/gdb.exp (help_list_trailer): New regexp variable
606 factorizing the help trailer message.
607 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
608 arg to allow to better factorize various tests.
609 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
610 (test_prefix_command_help): Use help_list_trailer.
611 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
612 * gdb.guile/scm-cmd.exp: Likewise.
613 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
614 * gdb.base/help.exp: Use test_user_defined_class_help.
615 * gdb.base/style.exp: Add tests for styling of help and apropos.
616 * lib/gdb-utils.exp (style): Add title and highlight styles.
618 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
620 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
622 * gdb.base/default.exp: Update for new convenience variables.
624 2019-05-29 Tom Tromey <tromey@adacore.com>
626 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
627 to "break complete ada" test case's regexp.
629 2019-05-29 Tom Tromey <tromey@adacore.com>
632 * gdb.cp/constexpr-field.exp: New file.
633 * gdb.cp/constexpr-field.cc: New file.
635 2019-05-29 Tom Tromey <tromey@adacore.com>
637 * gdb.base/finish.exp (finish_no_print): New proc.
638 (finish_tests): Call it.
640 2019-05-24 Tom de Vries <tdevries@suse.de>
642 * gdb.dwarf2/gdb-add-index.exp: New file.
644 2019-05-22 Tom Tromey <tromey@adacore.com>
646 * gdb.base/info-shared.exp (check_info_shared): Use "style".
647 * gdb.base/style.exp: Use "style".
648 * lib/gdb-utils.exp (style): New proc.
650 2019-05-22 Tom de Vries <tdevries@suse.de>
652 * gdb.base/align.exp: Require c++11.
654 2019-05-22 Tom de Vries <tdevries@suse.de>
657 * gdb.python/py-mi-var-info-path-expression.exp: Call
658 mi_skip_python_tests to check if python is supported.
660 2019-05-22 Alan Hayward <alan.hayward@arm.com>
662 * gdb.arch/aarch64-pauth.c: New test.
663 * gdb.arch/aarch64-pauth.exp: New file.
665 2019-05-22 Alan Hayward <alan.hayward@arm.com>
667 * README (Re-running Tests Outside The Testsuite): New section.
669 2019-05-21 Tom de Vries <tdevries@suse.de>
671 * gdb.arch/amd64-eval.exp: Require c++11.
672 * gdb.base/max-depth.exp: Same.
673 * gdb.compile/compile-cplus-array-decay.exp: Same.
674 * gdb.cp/meth-typedefs.exp: Same.
675 * gdb.cp/subtypes.exp: Same.
676 * gdb.cp/temargs.exp: Same.
678 2019-05-21 Alan Hayward <alan.hayward@arm.com>
680 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
682 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
685 * gdb.fortran/complex.exp: Remove setup_kfail calls.
686 * gdb.fortran/printing-types.exp: Add new test.
687 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
689 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
692 2019-05-17 Alan Hayward <alan.hayward@arm.com>
694 * README (Running the Testsuite): Change example.
695 (Testsuite Parameters): Remove TRANSCRIPT.
696 * lib/gdb.exp: Remove TRANSCRIPT check.
698 2019-05-17 Alan Hayward <alan.hayward@arm.com>
700 * README (Testsuite Parameters): Add replay logging to
702 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
703 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
704 as a comma separated list.
705 (gdb_debug_init): Override procedure.
707 2019-05-17 Alan Hayward <alan.hayward@arm.com>
709 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
710 (gdb_write_cmd_file): New procedure.
711 * lib/gdbserver-support.exp (gdbserver_start): Call
712 gdbserver_write_cmd_file.
713 (gdbserver_write_cmd_file): New procedure.
715 2019-05-17 Alan Hayward <alan.hayward@arm.com>
717 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
718 (delete_breakpoints): Likewise.
719 (gdb_run_cmd): Likewise.
720 (gdb_start_cmd): Likewise.
721 (gdb_starti_cmd): Likewise.
722 (gdb_internal_error_resync): Likewise.
723 (gdb_test_multiple): Likewise.
724 (gdb_reinitialize_dir): Likewise.
725 (default_gdb_exit): Likewise.
726 (gdb_file_cmd): Mark kill as optional.
727 (default_gdb_start): Call gdb_stdin_log_init.
728 (send_gdb): Call gdb_stdin_log_write.
729 (rerun_to_main): Mark Y as an answer.
730 (gdb_stdin_log_init): New function.
731 (gdb_stdin_log_write): Likewise.
733 2019-05-17 Alan Hayward <alan.hayward@arm.com>
735 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
736 * gdb.base/debug-expr.exp: Likewise.
737 * gdb.base/foll-fork.exp: Likewise.
738 * gdb.base/foll-vfork.exp: Likewise.
739 * gdb.base/fork-print-inferior-events.exp: Likewise.
740 * gdb.base/gdb-sigterm.exp: Likewise.
741 * gdb.base/gdbinit-history.exp: Likewise.
742 * gdb.base/osabi.exp: Likewise.
743 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
744 * gdb.base/ui-redirect.exp: Likewise.
745 * gdb.gdb/unittest.exp: Likewise.
746 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
747 * gdb.mi/mi-watch.exp: Likewise.
748 * gdb.mi/new-ui-mi-sync.exp: Likewise.
749 * gdb.mi/user-selected-context-sync.exp: Likewise.
750 * gdb.python/python.exp: Disable debug test when debugging.
751 * gdb.threads/check-libthread-db.exp: Disable when debugging.
752 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
754 * gdb.threads/stepi-random-signal.exp: Likewise.
756 2019-05-17 Alan Hayward <alan.hayward@arm.com>
758 * Makefile.in: Pass through GDB_DEBUG.
759 * README (Testsuite Parameters): Add GDB_DEBUG.
760 (gdb,debug): Add board setting.
761 * lib/gdb.exp (default_gdb_start): Start debugging.
762 (gdb_debug_enabled): New procedure.
763 (gdb_debug_init): Likewise.
765 2019-05-17 Alan Hayward <alan.hayward@arm.com>
767 * Makefile.in: Pass through GDB_DEBUG.
768 * README (Testsuite Parameters): Add GDB_DEBUG.
769 (gdb,debug): Add board setting.
770 * lib/gdb.exp (default_gdb_start): Start debugging.
771 (gdb_debug_enabled): New procedure.
772 (gdb_debug_init): Likewise.
774 2019-05-17 Alan Hayward <alan.hayward@arm.com>
776 * gdb.base/ui-redirect.exp: Add debug redirect tests.
778 2019-05-17 Alan Hayward <alan.hayward@arm.com>
780 * gdb.base/ui-redirect.exp: Test redirection.
782 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
784 * gdb.mi/mi-complete.exp: New file.
785 * gdb.mi/mi-complete.cc: Likewise.
787 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
789 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
790 indexed and sliced arrays, and pointers to arrays.
792 2019-05-14 Tom Tromey <tromey@adacore.com>
794 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
797 2019-05-14 Tom de Vries <tdevries@suse.de>
799 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
800 selection entry encoding.
802 2019-05-10 Tom Tromey <tromey@adacore.com>
804 * gdb.ada/info_exc.exp: Add "complete" test.
806 2019-05-09 Tom de Vries <tdevries@suse.de>
808 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
811 2019-05-09 Tom de Vries <tdevries@suse.de>
813 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
816 2019-05-08 Joel Brobecker <brobecker@adacore.com>
818 * gdb.ada/frame_arg_lang.exp: New testcase.
819 * gdb.ada/frame_arg_lang/bla.adb: New file.
820 * gdb.ada/frame_arg_lang/pck.ads: New file.
821 * gdb.ada/frame_arg_lang/pck.adb: New file.
822 * gdb.ada/frame_arg_lang/foo.c: New file.
824 2019-05-08 Tom Tromey <tromey@adacore.com>
826 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
828 2019-05-08 Tom Tromey <tromey@adacore.com>
830 * gdb.base/ptype-offsets.exp: Update tests.
832 2019-05-08 Tom Tromey <tromey@adacore.com>
834 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
836 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
839 2019-05-08 Tom Tromey <tromey@adacore.com>
841 * gdb.ada/vla.exp: New file.
842 * gdb.ada/vla/vla.adb: New file.
844 2019-05-07 Tom de Vries <tdevries@suse.de>
846 * gdb.base/index-cache.exp (ls_host): Fix return statement.
848 2019-05-07 Tom de Vries <tdevries@suse.de>
851 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
854 2019-05-07 Tom de Vries <tdevries@suse.de>
857 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
858 .debug_aranges section.
860 2019-05-07 Tom de Vries <tdevries@suse.de>
863 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
865 2019-05-06 Tom de Vries <tdevries@suse.de>
867 * lib/gdb.exp (exec_has_index_section): New proc.
868 * gdb.base/index-cache.exp: Handle case that binfile contains an index
871 2019-05-04 Tom de Vries <tdevries@suse.de>
873 * boards/cc-with-debug-names.exp: New file.
875 2019-05-03 Tom Tromey <tromey@adacore.com>
877 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
878 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
879 * gdb.ada/char_enum.exp: Add test.
881 2019-05-03 Tom de Vries <tdevries@suse.de>
883 * boards/cc-with-gdb-index.exp: New file.
885 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
887 * gdb.rust/simple.exp: Add new test case.
888 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
889 (main): Initialise an instance of the new struct.
891 2019-05-01 Tom Tromey <tromey@adacore.com>
893 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
896 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
899 2019-05-01 Tom Tromey <tromey@adacore.com>
901 * gdb.ada/packed_array_assign.exp: Add packed assignment
904 2019-05-01 Tom de Vries <tdevries@suse.de>
906 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
908 2019-05-01 Tom de Vries <tdevries@suse.de>
910 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
912 2019-04-30 Ali Tamur <tamur@google.com>
914 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
916 2019-04-30 Tom Tromey <tromey@adacore.com>
918 * lib/ada.exp (find_ada_tool): New proc.
919 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
920 * gdb.ada/catch_ex_std.exp: New file.
921 * gdb.ada/catch_ex_std/foo.adb: New file.
922 * gdb.ada/catch_ex_std/some_package.adb: New file.
923 * gdb.ada/catch_ex_std/some_package.ads: New file.
925 2019-04-30 Tom Tromey <tromey@adacore.com>
928 * gdb.cp/temargs.cc: Add test code from PR.
930 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
932 * gdb.fortran/vla-datatypes.exp: Update expected results.
933 * gdb.fortran/vla-ptype.exp: Likewise.
934 * gdb.fortran/vla-type.exp: Likewise.
935 * gdb.fortran/vla-value.exp: Likewise.
937 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
939 * gdb.fortran/ptr-indentation.exp: Update expected results.
940 * gdb.fortran/ptype-on-functions.exp: Likewise.
941 * gdb.fortran/vla-ptr-info.exp: Likewise.
942 * gdb.fortran/vla-value.exp: Likewise.
944 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
946 * gdb.fortran/ptype-on-functions.exp: New file.
947 * gdb.fortran/ptype-on-functions.f90: New file.
949 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
951 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
954 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
956 * gdb.fortran/complex.exp: Expand.
957 * gdb.fortran/complex.f: Renamed to...
958 * gdb.fortran/complex.f90: ...this, and extended to add more
961 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
963 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
966 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
967 Richard Bunt <richard.bunt@arm.com>
969 * gdb.base/max-depth.c: New file.
970 * gdb.base/max-depth.exp: New file.
971 * gdb.python/py-nested-maps.c: New file.
972 * gdb.python/py-nested-maps.exp: New file.
973 * gdb.python/py-nested-maps.py: New file.
974 * gdb.python/py-format-string.exp (test_max_depth): New proc.
975 (test_all_common): Call test_max_depth.
976 * gdb.fortran/max-depth.exp: New file.
977 * gdb.fortran/max-depth.f90: New file.
978 * gdb.go/max-depth.exp: New file.
979 * gdb.go/max-depth.go: New file.
980 * gdb.modula2/max-depth.exp: New file.
981 * gdb.modula2/max-depth.c: New file.
982 * lib/gdb.exp (get_print_expr_at_depths): New proc.
984 2019-04-29 Tom de Vries <tdevries@suse.de>
986 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
988 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
990 * gdb.base/callexit.exp: Test may-call-functions off.
992 2019-04-25 Keith Seitz <keiths@redhat.com>
995 * gdb.cp/meth-typedefs.cc (incomplete_struct)
996 (another_incomplete_struct, test_incomplete): New definitions.
997 (main): Use new definitions.
998 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1001 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1005 * gdb.base/coredump-filter-build-id.exp: New file.
1007 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1009 * Makefile.in: Pass through GDBSERVER_DEBUG.
1010 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1011 (gdbserver,debug): Add board setting.
1012 * gdb.trace/tspeed.exp: Skip when debugging.
1013 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1014 * lib/gdbserver-support.exp: Likewise
1016 2019-04-24 Tom Tromey <tromey@adacore.com>
1018 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1021 2019-04-24 Tom Tromey <tromey@adacore.com>
1023 * gdb.arch/amd64-eval.exp: Test bitfield return.
1024 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1025 (class Foo) <return_bitfields>: New method.
1028 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1030 * gdb.cp/many-args.cc: New file.
1031 * gdb.cp/many-args.exp: New file.
1033 2019-04-23 Tom de Vries <tdevries@suse.de>
1036 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1038 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1040 * gdb.trace/backtrace.exp: Use nopie flag.
1041 * gdb.trace/circ.exp: Likewise.
1042 * gdb.trace/collection.exp: Likewise.
1043 * gdb.trace/ftrace.exp: Likewise.
1044 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1045 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1046 * gdb.trace/qtro.exp: Likewise.
1047 * gdb.trace/read-memory.exp: Likewise.
1048 * gdb.trace/report.exp: Likewise.
1049 * gdb.trace/tfile.exp: Likewise.
1050 * gdb.trace/tfind.exp: Likewise.
1051 * gdb.trace/unavailable.exp: Likewise.
1053 2019-04-22 Pedro Alves <palves@redhat.com>
1055 * gdb.base/solib-probes-nosharedlibrary.c,
1056 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1058 2019-04-19 Tom Tromey <tromey@adacore.com>
1060 * gdb.ada/ptype_union.c: New file.
1061 * gdb.ada/ptype_union.exp: New file.
1063 2019-04-19 Tom Tromey <tromey@adacore.com>
1066 * gdb.base/list0.h (foo): Add a control-l character.
1068 2019-04-18 Tom de Vries <tdevries@suse.de>
1071 * boards/local-board.exp: Set sysroot to "".
1073 2019-04-18 Tom de Vries <tdevries@suse.de>
1074 Pedro Alves <palves@redhat.com>
1077 * gdb.threads/vfork-follow-child-exec.c: New file.
1078 * gdb.threads/vfork-follow-child-exec.exp: New file.
1079 * gdb.threads/vfork-follow-child-exit.c: New file.
1080 * gdb.threads/vfork-follow-child-exit.exp: New file.
1082 2019-04-15 Leszek Swirski <leszeks@google.com>
1084 * gdb.arch/amd64-eval.cc: New file.
1085 * gdb.arch/amd64-eval.exp: New file.
1087 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1089 * gdb.server/sysroot.c: New test.
1090 * gdb.server/sysroot.exp: New file.
1091 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1094 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1096 * gdb.base/align.exp: Extend test to cover structures containing
1099 2019-04-11 Tom de Vries <tdevries@suse.de>
1101 * boards/cc-with-dwz-m.exp: New file.
1102 * boards/cc-with-dwz.exp: New file.
1103 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1105 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1107 * gdb.base/start-cpp.exp: New file.
1108 * gdb.base/start-cpp.cc: New file.
1110 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1112 * gdb.python/py-thrhandle.exp: Adjust tests to call
1113 thread_from_handle instead of thread_from_thread_handle.
1115 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1117 * gdb.python/py-thrhandle.exp: Add tests for
1118 gdb.InferiorThread.handle.
1120 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1122 * gdb.python/py-function.exp: Check calling helper function from
1124 * lib/gdb.exp (gdb_supported_languages): New proc.
1126 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1128 * gdb.base/complex-parts.c: New file.
1129 * gdb.base/complex-parts.exp: New file.
1131 2019-04-01 Tom Tromey <tromey@adacore.com>
1134 * gdb.dwarf2/dw2-ranges-main.c: New file.
1135 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1136 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1138 2019-03-30 Simon Marchi <simark@simark.ca>
1140 * gdb.base/default.exp: Add values for $_gdb_major and
1143 2019-03-29 Tom Tromey <tromey@adacore.com>
1145 * gdb.base/help.exp: Tighten apropos regexp.
1147 2019-03-29 Keith Seitz <keiths@redhat.com>
1149 * gdb.fortran/array-bounds.exp: New file.
1150 * gdb.fortran/array-bounds.f90: New file.
1152 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1154 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1156 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1158 * gdb.multi/hello.c (main): Increase alarm timer.
1160 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1162 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1163 factor when no hardware watchpoint support.
1165 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1166 Pedro Alves <palves@redhat.com>
1168 * boards/local-board.exp: set sysroot to /.
1170 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1172 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1175 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1177 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1179 (make_container): Initialise new field.
1180 * gdb.python/py-prettyprint.exp: Add new tests.
1181 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1182 <display_hint>: New method.
1184 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1186 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1187 gdb_continue_to_breakpoint more throughout this test.
1188 (run_lang_tests) Supply unique test names, and use
1191 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1193 * gdb.base/finish-pretty.exp: Update expected results.
1194 * gdb.base/pretty-print.c: New file.
1195 * gdb.base/pretty-print.exp: New file.
1197 2019-03-25 Pedro Alves <palves@redhat.com>
1199 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1200 move comments outside list. Append '-i "" eof' section.
1202 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1204 * README: Add pie options.
1205 * gdb.base/break-interp.exp: Ensure pie is disabled.
1206 * gdb.base/dump.exp: Likewise.
1207 * lib/gdb.exp (gdb_compile): Add pie option.
1209 2019-03-19 Tom Tromey <tromey@adacore.com>
1211 * gdb.mi/mi2-cli-display.c: New file.
1212 * gdb.mi/mi2-cli-display.exp: New file.
1214 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1215 Tom Tromey <tromey@adacore.com>
1217 * gdb.ada/ptype_array/pck.adb: New file.
1218 * gdb.ada/ptype_array/pck.ads: New file.
1219 * gdb.ada/ptype_array/foo.adb: New file.
1220 * gdb.ada/ptype_array.exp: New file.
1222 2019-03-14 Tom Tromey <tromey@adacore.com>
1224 * gdb.base/style.exp: Add "set style sources" test.
1226 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1228 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1229 * mi-breakpoint-multiple-locations.exp: ... this.
1230 (make_breakpoints_pattern): New proc.
1231 (do_test): Add mi_version parameter, test -break-insert,
1232 -break-info and =breakpoint-created.
1234 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1236 * config/default.exp: Remove 'load_lib gdb.exp'.
1237 * config/monitor.exp: Likewise.
1238 * config/sid.exp: Likewise.
1239 * config/sim.exp: Likewise.
1240 * config/slite.exp: Likewise.
1241 * config/unix.exp: Likewise.
1242 * gdb.base/default.exp: Remove unhelpful comment.
1244 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1246 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1248 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1250 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1252 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1254 * gdb.fortran/type-kinds.exp: Update expected results.
1256 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1258 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1260 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1262 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1264 (test_basic_parsing_of_type_kinds): Expand types tested.
1265 (test_parsing_invalid_type_kinds): New function.
1267 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1269 * gdb.fortran/intrinsics.exp: New file.
1270 * gdb.fortran/intrinsics.f90: New file.
1271 * gdb.fortran/type-kinds.exp: New file.
1273 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1275 * gdb.fortran/dot-ops.exp: New file.
1277 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1279 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1280 Check upper and lower case logical literals.
1282 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1284 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1285 Remove duplicate tests.
1287 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1289 * lib/gdb.exp (builtin_cd): rename of cd.
1290 (cd): Override builtin.
1292 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1294 * gdb.fortran/function-calls.exp: New file.
1295 * gdb.fortran/function-calls.f90: New test.
1297 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1299 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1300 on user program standard output.
1301 * gdb.fortran/short-circuit-argument-list.f90: Record function
1304 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1306 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1309 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1312 * gdb.base/interrupt-daemon-attach.c,
1313 gdb.base/interrupt-daemon-attach.exp: New test.
1315 2019-02-27 Pedro Alves <palves@redhat.com>
1317 * gdb.base/page.exp: Add tests for "set width/height -1".
1319 2019-02-27 Pedro Alves <palves@redhat.com>
1321 * gdb.base/page.exp: Add tests for "set/show width/height" with
1324 2019-02-27 Tom Tromey <tromey@adacore.com>
1326 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1328 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1331 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1333 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1334 tests for structs with static members.
1336 2019-02-26 Tom Tromey <tromey@adacore.com>
1338 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1339 ValueError, not TypeError.
1341 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1343 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1344 call from main program.
1346 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1348 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1349 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1350 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1351 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1352 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1354 2019-02-22 Keith Seitz <keiths@redhat.com>
1357 * gdb.base/symlink-sourcefile.c: New file.
1358 * gdb.base/symlink-sourcefile.exp: New file.
1360 2019-02-20 Tom Tromey <tom@tromey.com>
1362 * gdb.base/info_qt.exp: Update.
1364 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1366 * gdb.base/source.exp: Move "error in sourced script" code to
1368 * gdb.base/source-error.gdb: Move contents to
1369 source-error-1.gdb. Add new code to source source-error-1.gdb.
1370 * gdb.base/source-error-1.gdb: New file, from previous
1373 2019-02-17 Tom Tromey <tom@tromey.com>
1375 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1377 * gdb.base/style.c (SOME_MACRO): New macro.
1379 2019-02-17 Tom Tromey <tom@tromey.com>
1381 * gdb.base/style.exp: Add line-wrapping tests.
1382 * gdb.base/page.exp: Add test for quitting during pagination.
1384 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1386 * gdb.ada/big_packed_array: New testcase.
1387 * gdb.ada/homonym.exp: Fix incorrect expected output for
1388 "break <homonym__get_value>" test.
1390 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1392 PR breakpoints/21870
1393 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1394 and prepare_for_testing. Add comment.
1395 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1396 redundant cleanup call. Clean up comment.
1398 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1400 PR breakpoints/21870
1401 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1402 * gdb.arch/aarch64-dbreg-contents.c: New file.
1404 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1406 * gdb.ada/mi_ref_changeable: New testcase.
1408 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1410 * gdb.base/attach.exp: Add double attach test.
1412 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1414 * lib/gdb.exp (default_gdb_start): Don't match pagination
1416 (gdb_init): Set stty_init.
1418 2019-01-27 Tom Tromey <tom@tromey.com>
1420 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1423 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1425 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1427 (struct struct_static_02_02): Likewise.
1428 (struct struct_static_02_03): Likewise.
1429 (struct struct_static_02_04): Likewise.
1430 (struct struct_static_04_01): Likewise.
1431 (struct struct_static_04_02): Likewise.
1432 (struct struct_static_04_03): Likewise.
1433 (struct struct_static_04_04): Likewise.
1434 (struct struct_static_06_01): Likewise.
1435 (struct struct_static_06_02): Likewise.
1436 (struct struct_static_06_03): Likewise.
1437 (struct struct_static_06_04): Likewise.
1438 (cmp_struct_static_02_01): Likewise.
1439 (cmp_struct_static_02_02): Likewise.
1440 (cmp_struct_static_02_03): Likewise.
1441 (cmp_struct_static_02_04): Likewise.
1442 (cmp_struct_static_04_01): Likewise.
1443 (cmp_struct_static_04_02): Likewise.
1444 (cmp_struct_static_04_03): Likewise.
1445 (cmp_struct_static_04_04): Likewise.
1446 (cmp_struct_static_06_01): Likewise.
1447 (cmp_struct_static_06_02): Likewise.
1448 (cmp_struct_static_06_03): Likewise.
1449 (cmp_struct_static_06_04): Likewise.
1450 (call_all): Test new structs.
1451 * gdb.base/infcall-nested-structs.exp: Likewise.
1453 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1454 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1456 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1457 * gdb.base/stack-protector.c: New test.
1458 * gdb.base/stack-protector.exp: New file.
1459 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1460 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1462 (gdb_compile): Remove stack protector for GCC and prevent
1465 2019-01-16 Keith Seitz <keiths@redhat.com>
1468 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1470 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1472 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1474 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1476 * gdb.arch/powerpc-vector-regs.c: New file.
1477 * gdb.arch/powerpc-vector-regs.exp: New file.
1479 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1481 * gdb.arch/altivec-regs.exp: Fix the list passed to
1482 gdb_expect_list when testing "info vector".
1484 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1486 * gdb.base/style.exp: Don't include path in testname.
1488 2019-01-10 Keith Seitz <keiths@redhat.com>
1492 * gdb.dwarf2/multidictionary.exp: New file.
1494 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1496 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1497 (test_gnuv3_style_demangling): ... this.
1498 (test_lucid_style_demangling): Remove.
1499 (test_arm_style_demangling): Remove.
1500 (test_hp_style_demangling): Remove.
1501 (do_tests): Remove calls to the above.
1503 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1505 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1508 2019-01-06 Tom Tromey <tom@tromey.com>
1511 * gdb.dwarf2/typedef-void-finish.exp: New file.
1513 2018-12-28 Tom Tromey <tom@tromey.com>
1514 Simon Marchi <simark@simark.ca>
1516 * gdb.base/jit-exec.exp: New file.
1517 * gdb.base/jit-exec.c: New file.
1518 * gdb.base/jit-execd.c: New file.
1520 2018-12-28 Tom Tromey <tom@tromey.com>
1522 * gdb.base/style.exp: Update test to check for address styling.
1524 2018-12-28 Tom Tromey <tom@tromey.com>
1526 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1529 2018-12-28 Tom Tromey <tom@tromey.com>
1531 * gdb.base/style.exp: Add test for version number styling.
1533 2018-12-28 Tom Tromey <tom@tromey.com>
1535 * gdb.base/style.exp: Add test for print_address_symbolic.
1537 2018-12-28 Tom Tromey <tom@tromey.com>
1539 * gdb.base/style.exp: Add test for breakpoint setting.
1541 2018-12-28 Tom Tromey <tom@tromey.com>
1543 * gdb.base/style.exp: Add test for variable names.
1545 2018-12-28 Tom Tromey <tom@tromey.com>
1547 * gdb.base/style.exp: New file.
1548 * gdb.base/style.c: New file.
1550 2018-12-28 Tom Tromey <tom@tromey.com>
1552 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1554 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1555 the TERM environment variable.
1557 2018-12-27 Tom Tromey <tom@tromey.com>
1559 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1562 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1564 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1565 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1567 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1569 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1570 Filename a.adb changed to bp_fun_addr.adb.
1571 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1573 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1575 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1576 non-PIE executables.
1577 * README: Mention the gdb,nopie_flag board setting.
1578 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1580 * gdb.arch/amd64-entry-value.exp: Likewise.
1581 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1582 * gdb.arch/i386-float.exp: Likewise.
1583 * gdb.arch/i386-signal.exp: Likewise.
1584 * gdb.mi/mi-reg-undefined.exp: Likewise.
1586 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1589 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1591 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1593 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1594 Update order of results accordingly.
1596 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1598 * gdb.base/annota1.exp: Update a test regexp.
1600 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1602 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1604 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1606 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1607 (reuse_time): Initialize to REUSE_TIME_CAP.
1608 (check_rc): New function.
1609 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1610 Check pthread_create rc.
1611 (spawner_thread_func): Check pthread_create and pthread_join rc.
1613 2018-12-08 Pedro Alves <palves@redhat.com>
1615 * gdb.base/list.exp (test_forward_search): Rename to ...
1616 (test_forward_reverse_search): ... this. Also test reverse-search
1617 and the forward-search alias.
1619 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1621 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1622 local timeout variable before return, and remove all local timeout
1624 (gdb_load): Likewise.
1626 2018-12-01 Tom de Vries <tdevries@suse.de>
1628 * gdb.base/gdb-caching-proc.exp: New file.
1630 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1632 * Makefile.in (TIMESTAMP): New variable.
1633 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1635 (check-single-racy): Likewise.
1636 (check/%.exp): Likewise.
1637 (check-racy/%.exp): Likewise.
1638 (workers/%.worker): Likewise.
1639 (build-perf): Likewise.
1640 (check-perf): Likewise.
1641 * README: Describe new "TS" and "TS_FORMAT" variables.
1642 * print-ts.py: New file.
1644 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1647 * gdb.python/python.exp: Test command repetition after
1650 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1652 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1653 is correctly aligned.
1655 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1657 * gdb.ada/info_auto_lang.exp: New testcase.
1658 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1659 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1660 * gdb.ada/info_auto_lang/some_c.c: New file.
1662 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1664 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1665 FUNC_lang language syntax.
1667 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1669 * gdb.base/info_minsym.c: New file.
1670 * gdb.base/info_minsym.exp: New file.
1672 2018-11-19 Tom Tromey <tom@tromey.com>
1675 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1676 * gdb.rust/expr.exp: Update expected output. Change one test.
1678 2018-11-19 Tom Tromey <tom@tromey.com>
1680 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1682 2018-11-19 Pedro Alves <palves@redhat.com>
1684 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1685 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1686 see the expected warning.
1688 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1691 * gdb.cp/infcall-nodebug-lib.c: New test.
1692 * gdb.cp/infcall-nodebug-main.c: New test.
1693 * gdb.cp/infcall-nodebug.exp: New file.
1695 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1697 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1700 2018-11-09 Tom de Vries <tdevries@suse.de>
1702 * gdb.base/msym-lang.c: New test.
1703 * gdb.base/msym-lang.exp: New file.
1704 * gdb.base/msym-lang-main.c: New test.
1706 2018-11-08 Tom Tromey <tom@tromey.com>
1710 * gdb.base/warning.exp: New file.
1712 2018-11-08 Jan Beulich <jbeulich@suse.com>
1714 * testsuite/gdb.arch/i386-avx512.c,
1715 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1717 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1719 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1722 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1724 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1725 * gdb.dwarf2/missing-type-name.exp: New file.
1727 2018-11-06 Tom de Vries <tdevries@suse.de>
1729 * gdb.base/many-headers.c: New test.
1730 * gdb.base/many-headers.exp: New file.
1732 2018-11-06 Jim Wilson <jimw@sifive.com>
1734 * gdb.base/code_elim.exp: For riscv, set additional_flags
1735 to include -msmall-data-limit=0.
1737 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1739 * gdb.ada/watch_minus_l: New testcase.
1741 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1743 * gdb.arch/aix-sighandle.c: New file.
1744 * gdb.arch/aix-sighandle.exp: New file.
1746 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1748 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1749 registers being unions.
1751 2018-10-31 Tom de Vries <tdevries@suse.de>
1753 * lib/valgrind.exp: New file.
1754 (vgdb_start, vgdb_stop): New procs, factored out of ...
1755 * gdb.base/valgrind-bt.exp: ... here, ...
1756 * gdb.base/valgrind-disp-step.exp: ... here and ...
1757 * gdb.base/valgrind-infcall.exp: ... here.
1759 2018-10-31 Tom de Vries <tdevries@suse.de>
1761 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1763 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1765 * gdb.dwarf2/void-type.c: New file.
1766 * gdb.dwarf2/void-type.exp: New file.
1768 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1770 * gdb.base/info_qt.c: New file.
1771 * gdb.base/info_qt.exp: New file.
1773 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1775 * gdb.arch/powerpc-htm-regs.c: New file.
1776 * gdb.arch/powerpc-htm-regs.exp: New file.
1778 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1780 * gdb.arch/powerpc-tar.c: New file.
1781 * gdb.arch/powerpc-tar.exp: New file.
1783 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1785 * gdb.arch/powerpc-ppr-dscr.c: New file.
1786 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1788 2018-10-25 Tom de Vries <tdevries@suse.de>
1790 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1792 2018-10-24 Tom de Vries <tdevries@suse.de>
1794 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1795 longer exists error.
1797 2018-10-24 Tom de Vries <tdevries@suse.de>
1799 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1801 2018-10-24 Tom de Vries <tdevries@suse.de>
1803 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1804 --db-attach in valgrind.
1806 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1808 * gdb.arch/riscv-reg-aliases.c: New file.
1809 * gdb.arch/riscv-reg-aliases.exp: New file.
1811 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1813 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1815 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1817 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1819 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1821 * gdb.cp/ovldbreak.exp: Fix regexps.
1823 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1825 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1827 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1830 * gdb.base/restore.exp: New test to check if "restore" with an
1831 invalid file doesn't segfault.
1833 2018-10-18 Tom de Vries <tdevries@suse.de>
1835 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1836 * gdb.ada/excep_handle.exp: Same.
1837 * gdb.ada/mi_string_access.exp: Same.
1838 * gdb.ada/mi_var_union.exp: Same.
1839 * gdb.arch/arc-analyze-prologue.exp: Same.
1840 * gdb.arch/arc-decode-insn.exp: Same.
1841 * gdb.base/readnever.exp: Same.
1842 * gdb.fortran/printing-types.exp: Same.
1843 * gdb.guile/scm-lazy-string.exp: Same.
1845 2018-10-16 Tom de Vries <tdevries@suse.de>
1848 * gdb.base/catch-follow-exec.c: Add copyright notice.
1849 * gdb.base/catch-follow-exec.exp: Rewrite to use
1850 gdb_spawn_with_cmdline_opts. Require gdb-native.
1852 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1854 * gdb.trace/actions-changed.exp: Check for arch support.
1855 * gdb.trace/actions.exp: Likewise.
1856 * gdb.trace/ax.exp: Likewise.
1857 * gdb.trace/backtrace.exp: Likewise.
1858 * gdb.trace/change-loc.exp: Likewise.
1859 * gdb.trace/deltrace.exp: Likewise.
1860 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1861 * gdb.trace/ftrace.exp: Likewise.
1862 * gdb.trace/infotrace.exp: Check for arch support.
1863 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1864 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1865 * gdb.trace/mi-tsv-changed.exp: Likewise.
1866 * gdb.trace/packetlen.exp: Likewise.
1867 * gdb.trace/passc-dyn.exp: Likewise.
1868 * gdb.trace/passcount.exp: Likewise.
1869 * gdb.trace/pending.exp: Likewise.
1870 * gdb.trace/range-stepping.exp: Check for shlib support.
1871 * gdb.trace/report.exp: Check for arch support.
1872 * gdb.trace/save-trace.exp: Likewise.
1873 * gdb.trace/signal.exp: Check for signal support.
1874 * gdb.trace/tfind.exp: Check for arch support.
1875 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1876 * gdb.trace/trace-common.h: Add comment.
1877 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1878 * gdb.trace/trace-enable-disable.exp: Likewise.
1879 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1880 * gdb.trace/tracecmd.exp: Check for arch support.
1881 * gdb.trace/tspeed.exp: Check for shlib and target support.
1882 * gdb.trace/tstatus.exp: Check for arch support.
1883 * gdb.trace/tsv.exp: Likewise.
1884 * gdb.trace/while-dyn.exp: Likewise.
1885 * gdb.trace/while-stepping.exp: Likewise.
1886 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1888 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1890 * gdb.trace/tspeed.exp: Remove nowarnings.
1891 (prepare_for_trace_test): Declare "global ipalib".
1892 * gdb.trace/tspeed.c: Include unistd.h.
1893 (main): Remove superfluous printf argument.
1895 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1897 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1898 directory prefix on the filename.
1900 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1902 * gdb.gdb/unittest.exp: Update expected message informing that
1903 selftests have been disabled.
1904 * gdb.server/unittest.exp: Likewise.
1906 2018-10-09 Tom de Vries <tdevries@suse.de>
1908 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1911 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1914 * gdb.cp/virtbase2.cc: New file.
1915 * gdb.cp/virtbase2.exp: New file.
1917 2018-10-06 Tom Tromey <tom@tromey.com>
1920 * gdb.python/py-inferior.exp: Add architecture test.
1922 2018-10-06 Tom Tromey <tom@tromey.com>
1924 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1925 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1927 2018-10-06 Tom Tromey <tom@tromey.com>
1929 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1930 of a "throw" catchpoint.
1932 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1934 * gdb.base/info-proc.exp: Update string expected from "help info
1937 2018-10-04 Tom Tromey <tom@tromey.com>
1939 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1940 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1941 (test_initial_complaints, test_empty_complaints): Update.
1942 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1944 2018-10-04 Tom Tromey <tom@tromey.com>
1947 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1948 * lib/gdb.exp (gdb_file_cmd): Update.
1949 * gdb.stabs/weird.exp (print_weird_var): Update.
1950 * gdb.server/solib-list.exp: Update.
1951 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1952 * gdb.mi/mi-cli.exp: Update.
1953 * gdb.linespec/linespec.exp: Update.
1954 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1955 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1956 * gdb.cp/cp-relocate.exp: Update.
1957 * gdb.base/sym-file.exp: Update.
1958 * gdb.base/relocate.exp: Update.
1959 * gdb.base/readnever.exp: Update.
1960 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1961 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1962 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1963 * gdb.base/code_elim.exp: Update.
1964 * gdb.base/break-unload-file.exp (test_break): Update.
1965 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1966 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1968 * gdb.base/attach.exp (do_attach_tests): Update.
1969 * gdb.base/sepdebug.exp: Update.
1970 * gdb.python/py-section-script.exp: Update.
1972 2018-10-04 Tom Tromey <tom@tromey.com>
1975 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1976 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1979 2018-10-04 Tom Tromey <tom@tromey.com>
1981 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1982 set width and height to 0.
1983 (test_command_line_attach_run): Use -quiet.
1985 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1987 * lib/gdb.exp (skip_ifunc_tests): New.
1988 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1989 other compile failures.
1990 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1992 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1994 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1995 is_amd64_regs_target.
1997 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1999 * gdb.arch/aarch64-sighandler-regs.c: New test.
2000 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2001 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2003 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2005 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2008 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2010 * gdb.base/frame-selection.exp: New file.
2011 * gdb.base/frame-selection.c: New file.
2013 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2015 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2019 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2021 * gdb.base/large-frame-1.c: New file.
2022 * gdb.base/large-frame-2.c: New file.
2023 * gdb.base/large-frame.exp: New file.
2024 * gdb.base/large-frame.h: New file.
2026 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2029 * gdb.base/write_mem.exp: New test.
2030 * gdb.base/write_mem.c: Likewise.
2032 2018-09-23 Tom Tromey <tom@tromey.com>
2035 * gdb.python/py-parameter.exp: Add test for parameter that throws
2038 2018-09-23 Tom Tromey <tom@tromey.com>
2041 * gdb.python/py-template.exp (test_template_arg): Add test for
2042 negative template argument number.
2044 2018-09-23 Tom Tromey <tom@tromey.com>
2047 * gdb.python/python.exp: Add test for post_event error.
2049 2018-09-23 Tom Tromey <tom@tromey.com>
2052 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2053 convert pointers to int and long.
2055 2018-09-23 Tom Tromey <tom@tromey.com>
2058 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2059 signed-ness conversion tests.
2061 2018-09-23 Tom Tromey <tom@tromey.com>
2064 * gdb.python/py-value.exp (test_float_conversion): New proc.
2067 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2069 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2071 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2073 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2075 * gdb.base/utf8-identifiers.exp: Likewise.
2076 * gdb.cp/cpcompletion.exp: Likewise.
2077 * gdb.linespec/cpcompletion.exp: Likewise.
2078 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2079 * gdb.linespec/cpls-ops.exp: Likewise.
2081 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2082 Chris January <chris.january@arm.com>
2084 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2085 * gdb.fortran/short-circuit-argument-list.exp: New file.
2086 * gdb.fortran/short-circuit-argument-list.f90: New test.
2088 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2090 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2091 "arch=" keyword when executing "-stack-list-frames".
2093 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2095 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2096 "arch=" keyword when executing "-stack-list-frames".
2098 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2100 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2103 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2106 * gdb.python/python.exp: Test gdb.execute("show commands").
2108 2018-09-16 Tom Tromey <tom@tromey.com>
2110 * gdb.base/new-ui.exp (do_execution_tests): Update.
2111 * gdb.base/dbx.exp (test_breakpoints): Update.
2113 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2115 * lib/gdb.exp (gdb_simple_compile): Add proc.
2116 (is_elf_target): Use gdb_simple_compile.
2117 (skip_altivec_tests): Likewise.
2118 (skip_vsx_tests): Likewise.
2119 (skip_tsx_tests): Likewise.
2120 (skip_btrace_tests): Likewise.
2121 (skip_btrace_pt_tests): Likewise.
2122 (gdb_can_simple_compile): Likewise.
2123 (gdb_has_argv0): Likewise.
2124 (gdb_target_symbol_prefix): Likewise.
2125 (target_supports_scheduler_locking): Likewise.
2127 2018-09-13 Tom Tromey <tom@tromey.com>
2129 * Makefile.in (TAGS): Recognize proc_with_prefix and
2132 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2134 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2137 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2139 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2140 and a few other Inferior properties when the Inferior is no
2143 2018-09-13 Tom Tromey <tom@tromey.com>
2146 * gdb.rust/simple.exp: Add test for enum field access error.
2148 2018-09-13 Tom Tromey <tom@tromey.com>
2151 * gdb.rust/simple.rs (EmptyEnum): New type.
2153 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2155 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2157 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2158 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2159 * gdb.python/py-symtab.exp: Update test printing an objfile.
2161 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2163 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2166 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2168 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2169 (support_complex_tests): Use gdb_can_simple_compile.
2170 (is_ilp32_target): Likewise.
2171 (is_lp64_target): Likewise.
2172 (is_64_target): Likewise.
2173 (is_amd64_regs_target): Likewise.
2174 (is_aarch32_target): Likewise.
2175 (gdb_int128_helper): Likewise.
2177 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2179 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2181 2018-09-10 Jerome Guitton <guitton@adacore.com>
2183 * gdb.ada/same_component_name: Add test for case of tagged record
2184 with variable-length fields.
2186 2018-09-10 Xavier Roirand <roirand@adacore.com>
2188 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2189 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2190 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2191 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2193 2018-09-10 Xavier Roirand <roirand@adacore.com>
2195 * gdb.ada/mi_string_access.exp: New testcase.
2196 * gdb.ada/mi_string_access/bar.adb: New file.
2197 * gdb.ada/mi_string_access/pck.adb: New file.
2198 * gdb.ada/mi_string_access/pck.asd: New file.
2200 2018-09-10 Xavier Roirand <roirand@adacore.com>
2202 * gdb.ada/mi_var_union.exp: New testcase.
2203 * gdb.ada/mi_var_union/bar.adb: New file.
2204 * gdb.ada/mi_var_union/pck.adb: New file.
2205 * gdb.ada/mi_var_union/pck.asd: New file.
2207 2018-09-08 Tom Tromey <tom@tromey.com>
2209 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2211 2018-09-08 Tom Tromey <tom@tromey.com>
2214 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2215 (register_pretty_printers): Register new printer.
2216 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2218 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2219 (an_int_type3): New global.
2221 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2223 * gdb.ada/expr_with_funcall: New testcase.
2225 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2227 * gdb.ada/packed_array_assign: New testcase.
2229 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2231 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2232 names, and add test prefixes to make test names unique.
2234 2018-09-05 Tom de Vries <tdevries@suse.de>
2236 * gdb.dwarf2/varval.exp: Add test.
2238 2018-09-04 Gary Benson <gbenson@redhat.com>
2240 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2241 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2243 2018-08-31 Tom Tromey <tom@tromey.com>
2245 * gdb.rust/simple.rs: Rename second variable "v".
2247 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2249 * gdb.base/funcargs.c (use_a): New function.
2250 (recurse): Call use_a.
2252 2018-08-29 Keith Seitz <keiths@redhat.com>
2254 * gdb.compile/compile-cplus-anonymous.cc: New file.
2255 * gdb.compile/compile-cplus-anonymous.exp: New file.
2256 * gdb.compile/compile-cplus-array-decay.cc: New file.
2257 * gdb.compile/compile-cplus-array-decay.exp: New file.
2258 * gdb.compile/compile-cplus-inherit.cc: New file.
2259 * gdb.compile/compile-cplus-inherit.exp: New file.
2260 * gdb.compile/compile-cplus-member.cc: New file.
2261 * gdb.compile/compile-cplus-member.exp: New file.
2262 * gdb.compile/compile-cplus-method.cc: New file.
2263 * gdb.compile/compile-cplus-method.exp: New file.
2264 * gdb.compile/compile-cplus-mod.c: "New" file.
2265 * gdb.compile/compile-cplus-namespace.cc: New file.
2266 * gdb.compile/compile-cplus-namespace.exp: New file.
2267 * gdb.compile/compile-cplus-nested.cc: New file.
2268 * gdb.compile/compile-cplus-nested.exp: New file.
2269 * gdb.compile/compile-cplus-print.c: "New" file.
2270 * gdb.compile/compile-cplus-print.exp: "New" file.
2271 * gdb.compile/compile-cplus-virtual.cc: New file.
2272 * gdb.compile/compile-cplus-virtual.exp: New file.
2273 * gdb.compile/compile-cplus.c: "New" file.
2274 * gdb.compile/compile-cplus.exp: "New" file.
2275 * lib/compile-support.exp: New file.
2277 2018-08-16 Gary Benson <gbenson@redhat.com>
2280 * gdb.base/batch-exit-status.exp: New file.
2281 * gdb.base/batch-exit-status.good-commands: Likewise.
2282 * gdb.base/batch-exit-status.bad-commands: Likewise.
2284 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2286 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2287 (struct struct02): Likewise.
2288 (struct struct03): Likewise.
2289 (struct struct04): Likewise.
2290 (struct struct_01_01): New struct.
2291 (struct struct_01_02): Likewise.
2292 (struct struct_01_03): Likewise.
2293 (struct struct_01_04): Likewise.
2294 (struct struct_02_01): Likewise.
2295 (struct struct_02_02): Likewise.
2296 (struct struct_02_03): Likewise.
2297 (struct struct_02_04): Likewise.
2298 (struct struct_04_01): Likewise.
2299 (struct struct_04_02): Likewise.
2300 (struct struct_04_03): Likewise.
2301 (struct struct_04_04): Likewise.
2302 (struct struct_05_01): Likewise.
2303 (struct struct_05_02): Likewise.
2304 (struct struct_05_03): Likewise.
2305 (struct struct_05_04): Likewise.
2306 (cmp_struct01): Remove function.
2307 (cmp_struct02): Likewise.
2308 (cmp_struct03): Likewise.
2309 (cmp_struct04): Likewise.
2310 (cmp_struct_01_01): Add Function.
2311 (cmp_struct_01_02): Likewise.
2312 (cmp_struct_01_03): Likewise.
2313 (cmp_struct_01_04): Likewise.
2314 (cmp_struct_02_01): Likewise.
2315 (cmp_struct_02_02): Likewise.
2316 (cmp_struct_02_03): Likewise.
2317 (cmp_struct_02_04): Likewise.
2318 (cmp_struct_04_01): Likewise.
2319 (cmp_struct_04_02): Likewise.
2320 (cmp_struct_04_03): Likewise.
2321 (cmp_struct_04_04): Likewise.
2322 (cmp_struct_05_01): Likewise.
2323 (cmp_struct_05_02): Likewise.
2324 (cmp_struct_05_03): Likewise.
2325 (cmp_struct_05_04): Likewise.
2326 (call_all): Add new structs.
2327 * gdb.base/infcall-nested-structs.exp: Likewise.
2329 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2331 * gdb.python/py-framefilter-mi.exp: Update regexp to
2332 check for "arch" field in frame output.
2334 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2336 * gdb.dwarf2/dw2-ranges-func.c: New file.
2337 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2339 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2341 * gdb.base/term.exp: Compare terminal settings with values from
2343 * gdb.base/term.c: Get and set terminal settings.
2345 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2347 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2348 accommodate new "arch" field in frame output.
2349 * gdb.mi/mi-return.exp: Likewise.
2350 * gdb.mi/mi-stack.exp: Likewise.
2351 * gdb.mi/mi-syn-frame.exp: Likewise.
2352 * gdb.mi/user-selected-context-sync.exp: Likewise.
2354 2018-08-19 Michael Spang <spang@google.com>
2357 * gdb.base/gcore-tls-pie.c: New file.
2358 * gdb.base/gcore-tls-pie.exp: New file.
2360 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2362 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2363 * gdb.dwarf2/varval.c: New file.
2364 * gdb.dwarf2/varval.exp: New file.
2366 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2369 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2371 2018-08-16 Keith Seitz <keiths@redhat.com>
2373 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2374 tests expected to pass.
2376 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2378 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2379 -data-disassemble -a.
2380 (test_disassembly_bogus_args): Likewise.
2382 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2384 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2386 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2388 * gdb.base/vla-optimized-out.exp: Add new test.
2390 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2392 * gdb.base/vla-optimized-out-o3.exp: Delete.
2393 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2394 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2397 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2400 * gdb.server/extended-remote-restart.c: New file.
2401 * gdb.server/extended-remote-restart.exp: New file.
2403 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2405 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2406 "set variable index = 42".
2408 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2410 * boards/index-cache-gdb.exp: New file.
2411 * gdb.dwarf2/index-cache.exp: New file.
2412 * gdb.dwarf2/index-cache.c: New file.
2413 * gdb.base/maint.exp: Check if we are using the index cache.
2415 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2417 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2420 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2422 * dg-extract-results.sh: Move to toplevel contrib.
2423 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2424 * Makefile.in (check-parallel-racy): Likewise.
2426 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2428 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2429 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2430 tests if the target supports scheduler locking.
2432 2018-08-04 Tom de Vries <tdevries@suse.de>
2434 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2436 2018-08-02 Tom Tromey <tom@tromey.com>
2439 * gdb.cp/temargs.exp: Test "info address" of a template
2442 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2444 * gdb.python/py-mi-var-info-path-expression.c: New file.
2445 * gdb.python/py-mi-var-info-path-expression.py: New file.
2446 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2448 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2450 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2451 error after "cannot resolve name" string.
2453 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2455 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2457 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2459 2018-07-28 Tom de Vries <tdevries@suse.de>
2461 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2463 2018-07-26 Tom de Vries <tdevries@suse.de>
2465 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2467 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2469 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2472 2018-07-26 Tom de Vries <tdevries@suse.de>
2474 PR breakpoints/23366
2475 * gdb.base/catch-follow-exec.c: New test.
2476 * gdb.base/catch-follow-exec.exp: New file.
2478 2018-07-25 Tom de Vries <tdevries@suse.de>
2480 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2481 vla-optimized-out.c.
2483 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2485 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2486 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2488 2018-07-20 Tom de Vries <tdevries@suse.de>
2490 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2492 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2494 2018-07-19 Tom de Vries <tdevries@suse.de>
2496 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2499 2018-07-18 Tom de Vries <tdevries@suse.de>
2501 * gdb.base/vla-optimized-out.c: New test.
2502 * gdb.base/vla-optimized-out.exp: New file.
2504 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2506 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2507 message "No address associated with hostname" when gdbserver
2508 cannot resolve the hostname.
2510 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2512 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2513 Add some test prefixes to make tests unique.
2515 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2517 * gdb.base/frameapply.c: New file.
2518 * gdb.base/frameapply.exp: New file.
2520 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2522 * gdb.base/skip.exp: Update expected error message.
2524 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2525 Jan Kratochvil <jan.kratochvil@redhat.com>
2526 Paul Fertser <fercerpav@gmail.com>
2527 Tsutomu Seki <sekiriki@gmail.com>
2529 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2531 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2533 * boards/native-gdbserver.exp: Likewise.
2534 * gdb.server/run-without-local-binary.exp: Improve regexp used
2535 for detecting when a remote debugging connection succeeds.
2536 * gdb.server/server-connect.exp: New file.
2537 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2538 Do not prefix the port number with ":".
2539 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2540 support for detecting and using it. Add '$debughost_gdbserver'
2541 to the list of arguments used to start gdbserver. Handle case
2542 when gdbserver cannot resolve a network name.
2544 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2547 * gdb.base/ptype-offsets.cc (struct static_member): New
2549 (main) <stmember>: New variable.
2550 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2551 with a static member in it.
2553 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2555 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2556 watchpoints enabled and disabled.
2558 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2560 * gdb.base/examine-backward.exp: Still run tests around address
2561 0x0, even if address 0x0 is not readable. Update the pattern for
2562 matching address 0x0 in expected output.
2564 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2566 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2569 2018-07-04 Tom de Vries <tdevries@suse.de>
2571 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2573 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2576 * gdb.arch/mips-disassembler-options.exp: New test.
2577 * gdb.arch/mips-disassembler-options.s: New test source.
2579 2018-06-29 Pedro Alves <palves@redhat.com>
2581 * gdb.threads/names.exp: Adjust expected "info threads" output.
2583 2018-06-29 Pedro Alves <palves@redhat.com>
2585 * gdb.opt/inline-break.exp (line number, address): Add "info
2588 2018-06-29 Pedro Alves <palves@redhat.com>
2590 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2591 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2592 number and address and running to them.
2594 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2596 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2598 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2600 * lib/compiler.c: Remove executable permission flag.
2602 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2604 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2606 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2608 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2610 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2612 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2614 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2615 address argument is omitted.
2617 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2619 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2621 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2624 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2625 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2627 2018-06-26 Tom Tromey <tom@tromey.com>
2630 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2631 * gdb.rust/simple.rs (struct SimpleLayout): New.
2633 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2635 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2636 "info registers" output.
2638 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2640 * gdb.base/watchpoint-hw-attach.c: New test.
2641 * gdb.base/watchpoint-hw-attach.exp: New file.
2643 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2645 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2647 * boards/dwarf4-gdb-index.exp: Likewise.
2648 * boards/fission-dwp.exp: Likewise.
2650 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2652 * gdb.base/float128.exp: Add comment and improved fail message
2653 to the failure case of "print large128" test.
2655 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2657 * configure.ac: Remove AC_PREREQ.
2658 * configure: Re-generate.
2660 2018-06-19 Pedro Alves <palves@redhat.com>
2662 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2663 (func_extern_caller): New.
2664 (main): Call func_extern_caller.
2665 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2668 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2671 * gdb.cp/typedef-base.cc: New file.
2672 * gdb.cp/typedef-base.exp: New file.
2674 2018-06-18 Tom de Vries <tdevries@suse.de>
2676 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2678 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2679 Richard Bunt <Richard.Bunt@arm.com>
2681 * gdb.threads/attach-slow-waitpid.c: New file.
2682 * gdb.threads/attach-slow-waitpid.exp: New file.
2683 * gdb.threads/slow-waitpid.c: New file.
2685 2018-06-14 Pedro Alves <palves@redhat.com>
2687 * gdb.base/fork-running-state.c: Include <errno.h>.
2688 (exit_if_relative_exits): New.
2689 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2691 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2694 2018-06-14 Tom de Vries <tdevries@suse.de>
2697 * gdb.base/finish-pretty.c: New test.
2698 * gdb.base/finish-pretty.exp: New file.
2700 2018-06-14 Pedro Alves <palves@redhat.com>
2702 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2703 gdb's expected startup output.
2705 2018-06-14 Pedro Alves <palves@redhat.com>
2707 * lib/selftest-support.exp (selftest_setup): Remove inlined
2710 2018-06-14 Tom de Vries <tdevries@suse.de>
2712 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2713 matching of breakpoint printing.
2715 2018-06-13 Tom de Vries <tdevries@suse.de>
2718 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2719 (fork_child): ... here, and ...
2720 (fork_parent): ... here.
2722 2018-06-12 Tom de Vries <tdevries@suse.de>
2724 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2726 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2727 Stephen Roberts <stephen.roberts@arm.com>
2729 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2730 rewrite test to describe action performed, rather than possible
2733 2018-06-08 Gary Benson <gbenson@redhat.com>
2735 * gdb.threads/check-libthread-db.exp: New file.
2736 * gdb.threads/check-libthread-db.c: Likewise.
2738 2018-06-05 Tom Tromey <tom@tromey.com>
2740 * gdb.base/default.exp: Update expected "show version" output.
2742 2018-06-05 Tom Tromey <tom@tromey.com>
2745 * gdb.cp/static-print-quit.exp: Update.
2746 * lib/gdb.exp (pagination_prompt): Update.
2747 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2748 * gdb.python/python.exp: Update.
2750 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2752 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2754 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2756 * gdb.ada/bp_fun_addr: New testcase.
2758 2018-06-01 Tom Tromey <tom@tromey.com>
2760 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2762 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2763 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2764 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2765 * gdb.base/maint.exp (maint_pass_if): Update.
2767 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2769 * gdb.base/endian.exp: New test.
2770 * gdb.base/endian.c: New test source.
2772 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2775 * gdb.base/bt-selected-frame.c: New file.
2776 * gdb.base/bt-selected-frame.exp: New file.
2777 * lib/gdb.exp (get_current_frame_number): New function.
2779 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2780 Pedro Alves <palves@redhat.com>
2782 * gdb.threads/tls-core.c: Include <stdlib.h>
2783 (thread_proc): Call `abort'.
2784 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2785 (tls_core_test): New procedure, bits factored out from ...
2786 (top level): ... here. Test both native cores and gcore cores.
2788 2018-05-23 Tom Tromey <tom@tromey.com>
2790 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2792 2018-05-23 Tom Tromey <tom@tromey.com>
2794 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2796 (test_short_complaints): Likewise.
2797 (test_empty_complaints): Likewise.
2798 (test_initial_complaints): Update.
2800 2018-05-23 Tom Tromey <tom@tromey.com>
2802 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2804 2018-05-23 Tom Tromey <tom@tromey.com>
2806 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2807 (test_short_complaints): Update.
2809 2018-05-22 Pedro Alves <palves@redhat.com>
2811 * gdb.base/remote.exp: Only gdb_start after compiling the
2812 testcase. Issue "disconnect" before testing "set remote" command
2813 defaults. Issue clean_restart before running to main.
2815 2018-05-22 Pedro Alves <palves@redhat.com>
2817 * gdb.base/remote.exp: Adjust expected output of "show remote
2818 memory-write-packet-size". Add tests for "set remote
2819 memory-write-packet-size 0" and "set remote
2820 memory-write-packet-size fixed/limit".
2822 2018-05-22 Pedro Alves <palves@redhat.com>
2825 * gdb.base/utf8-identifiers.c: New file.
2826 * gdb.base/utf8-identifiers.exp: New file.
2828 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2830 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2832 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2834 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2836 2018-05-18 Tom Tromey <tom@tromey.com>
2838 * gdb.base/ptype-offsets.exp: Update.
2840 2018-05-17 Keith Seitz <keiths@redhat.com>
2842 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2843 in expected breakpoint stop locations.
2844 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2845 move to proper scope to test variable values.
2846 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2847 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2849 (main): Call not_inline_func3.
2850 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2851 inline_func1, inline_func2, and inline_func3. Test that when each
2852 breakpoint is hit, GDB properly reports both the stop location
2853 and the backtrace. Repeat tests for temporary breakpoints.
2855 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2857 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2858 rather then trying to access it in determining whether the PID
2859 of `gdbserver' could have been retrieved.
2861 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2863 * gdb.arch/amd64-init-x87-values.S: New file.
2864 * gdb.arch/amd64-init-x87-values.exp: New file.
2866 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2868 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2870 2018-05-04 Tom Tromey <tom@tromey.com>
2873 * gdb.python/python.exp: Test multi-line execute.
2875 2018-05-04 Tom Tromey <tom@tromey.com>
2878 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2880 2018-05-04 Tom Tromey <tom@tromey.com>
2883 * gdb.base/define.exp: Test defining a user command inside a user
2885 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2887 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2888 Pedro Alves <palves@redhat.com>
2890 PR breakpoints/19806 and support for PR external/20207.
2891 * gdb.base/watchpoint-unaligned.c: New file.
2892 * gdb.base/watchpoint-unaligned.exp: New file.
2894 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2896 * gdb.base/maint.exp: Make test names unique, use
2897 test_prefix_command_help to test 'help maint info', and remove
2898 repeated test of 'help maint'.
2900 2018-05-04 Tom Tromey <tom@tromey.com>
2903 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2906 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2908 * gdb.base/maint.exp: Process output from 'maint print registers'
2911 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2913 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2916 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2918 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2921 2018-05-02 Pedro Alves <palves@redhat.com>
2923 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2924 to_log_command renames.
2925 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2927 2018-05-02 Tom Tromey <tom@tromey.com>
2929 * gdb.python/py-parameter.exp: Set test message.
2931 2018-05-02 Tom Tromey <tom@tromey.com>
2934 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2935 PARAM_ZUINTEGER_UNLIMITED tests.
2937 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2940 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2943 2018-04-30 Tom Tromey <tom@tromey.com>
2945 * gdb.python/py-type.exp: Check align attribute.
2946 * gdb.python/py-type.c: New "aligncheck" global.
2948 2018-04-30 Tom Tromey <tom@tromey.com>
2951 * gdb.dwarf2/dw2-align.exp: New file.
2952 * gdb.cp/align.exp: New file.
2953 * gdb.base/align.exp: New file.
2954 * lib/gdb.exp (gdb_int128_helper): New proc.
2955 (has_int128_c, has_int128_cxx): New caching procs.
2957 2018-04-27 Tom Tromey <tom@tromey.com>
2960 * gdb.rust/simple.exp: Add inclusive range tests.
2962 2018-04-26 Pedro Alves <palves@redhat.com>
2964 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2965 ifunc breakpoint locations correctly of ifunc breakpoints set
2966 while the program resolves the ifunc.
2968 2018-04-26 Pedro Alves <palves@redhat.com>
2970 * gdb.base/gnu-ifunc-final.c: New file.
2971 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2972 * gdb.base/gnu-ifunc.exp (executable): Delete.
2973 (staticexecutable): Adjust.
2974 (lib_opts, exec_opts): Delete.
2975 (make_binsuffix, build, set-break): New procedures.
2976 (misc_tests): New, with tests factored out from the top level.
2977 (top level): Test different combinations of ifunc resolver name,
2978 resolver with and with debug info, and ifunc target with and
2979 without debug info. Wrap static tests with with_target_prefix.
2981 2018-04-26 Pedro Alves <palves@redhat.com>
2983 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2984 return type" warnings.
2986 2018-04-25 Pedro Alves <palves@redhat.com>
2988 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2990 * gdb.base/kill-after-signal.exp: Likewise.
2991 * gdb.threads/kill.exp: Likewise.
2993 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2994 Sergio Durigan Junior <sergiodj@redhat.com>
2995 Pedro Alves <palves@redhat.com>
2997 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2998 regexps to expect for '[Inferior ... detached]' as well.
2999 * gdb.base/attach.exp: Likewise.
3000 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3001 "gdb_continue_to_end".
3002 (test_catch_syscall_with_wrong_args): Likewise.
3003 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3004 ']'. Don't set 'verbose' on.
3005 * gdb.base/foll-vfork.exp: Likewise.
3006 * gdb.base/fork-print-inferior-events.c: New file.
3007 * gdb.base/fork-print-inferior-events.exp: New file.
3008 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3009 '[Inferior ... has been killed]' message.
3010 * gdb.base/kill-after-signal.exp: Likewise.
3011 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3013 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3015 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3016 regexps to expect for '[Inferior ... detached]' as well.
3017 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3019 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3022 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3024 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3026 * gdb.threads/multiple-successive-infcall.c: New test.
3027 * gdb.threads/multiple-successive-infcall.exp: New file.
3029 2018-04-17 Tom Tromey <tom@tromey.com>
3031 * gdb.rust/simple.rs (Union): New type.
3032 (main): New local "u".
3033 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3035 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3037 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3038 number information in output of "whereis" command.
3039 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3041 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3043 * gdb.ada/info_types.exp: Adjust expected output to the line
3044 numbers now printed by "info var/func/type".
3045 * gdb.base/completion.exp: Likewise.
3046 * gdb.base/included.exp: Likewise.
3047 * gdb.cp/cp-relocate.exp: Likewise.
3048 * gdb.cp/cplusfuncs.exp: Likewise.
3049 * gdb.cp/namespace.exp: Likewise.
3050 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3052 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3054 * gdb.btrace/cpu.exp: New.
3056 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3058 * gdb.base/step-indirect-call-thunk.exp: New.
3059 * gdb.base/step-indirect-call-thunk.c: New.
3060 * gdb.reverse/step-indirect-call-thunk.exp: New.
3061 * gdb.reverse/step-indirect-call-thunk.c: New.
3063 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3065 * gdb.base/pie-fork.c: New file.
3066 * gdb.base/pie-fork.exp: New file.
3068 2018-04-11 Tom Tromey <tom@tromey.com>
3070 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3072 2018-04-10 Pedro Alves <palves@redhat.com>
3074 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3075 exits. Instead loop running forever.
3076 (fork_parent): Run forever too.
3078 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3080 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3081 mi_continue_to_line.
3082 * gdb.mi/mi-stack.c (callee4): Add comment.
3084 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3086 * gdb.mi/mi-stack.exp: Fix indentation.
3088 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3091 * gdb.arch/amd64-osabi.exp: New file.
3093 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3096 * gdb.base/osabi.exp: New file.
3098 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3100 * gdb.cp/static-typedef-print.exp: New file.
3101 * gdb.cp/static-typedef-print.cc: New file.
3103 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3105 * gdb.ada/varsize_limit: New testcase.
3107 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3109 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3111 * gdb.ada/notcplusplus: New testcase.
3113 * gdb.base/c-linkage-name.c: New file.
3114 * gdb.base/c-linkage-name.exp: New testcase.
3116 2018-03-26 Tom Tromey <tom@tromey.com>
3118 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3119 * gdb.python/py-framefilter.py (name_error): New global.
3120 (ErrorInName.function): Use name_error.
3122 2018-03-26 Tom Tromey <tom@tromey.com>
3125 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3127 2018-03-23 Keith Seitz <keiths@redhat.com>
3130 * gdb.cp/subtypes.exp: New file.
3131 * gdb.cp/subtypes.h: New file.
3132 * gdb.cp/subtypes.cc: New file.
3133 * gdb.cp/subtypes-2.cc: New file.
3135 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3137 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3138 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3139 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3140 -nostartfiles when compiling the test. Confirm that all registers
3141 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3143 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3145 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3146 option, syntax was wrong anyway.
3147 * gdb.arch/arm-disp-step.exp: Likewise.
3148 * gdb.arch/sparc64-regs.exp: Likewise.
3149 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3150 option, syntax was wrong anyway, switch to use
3151 prepare_for_testing.
3152 * gdb.arch/i386-disp-step.exp: Likewise.
3154 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3156 * gdb.ada/exec_changed.exp: Replace "target_info exists
3157 use_gdb_stub" by "use_gdb_stub".
3158 * gdb.ada/start.exp: Likewise.
3159 * gdb.base/async-shell.exp: Likewise.
3160 * gdb.base/attach-pie-misread.exp: Likewise.
3161 * gdb.base/attach-wait-input.exp: Likewise.
3162 * gdb.base/break-entry.exp: Likewise.
3163 * gdb.base/break-interp.exp: Likewise.
3164 * gdb.base/dprintf-detach.exp: Likewise.
3165 * gdb.base/nostdlib.exp: Likewise.
3166 * gdb.base/solib-nodir.exp: Likewise.
3167 * gdb.base/statistics.exp: Likewise.
3168 * gdb.base/testenv.exp: Likewise.
3169 * gdb.mi/mi-exec-run.exp: Likewise.
3170 * gdb.mi/mi-start.exp: Likewise.
3171 * gdb.multi/dummy-frame-restore.exp: Likewise.
3172 * gdb.multi/multi-arch-exec.exp: Likewise.
3173 * gdb.multi/multi-arch.exp: Likewise.
3174 * gdb.multi/tids.exp: Likewise.
3175 * gdb.multi/watchpoint-multi.exp: Likewise.
3176 * gdb.python/py-events.exp: Likewise.
3177 * gdb.threads/attach-into-signal.exp: Likewise.
3178 * gdb.threads/attach-stopped.exp: Likewise.
3179 * gdb.threads/threadapply.exp: Likewise.
3180 * lib/selftest-support.exp: Likewise.
3182 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3184 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3186 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3188 * gdb.perf/template-breakpoints.cc: New file.
3189 * gdb.perf/template-breakpoints.exp: New file.
3190 * gdb.perf/template-breakpoints.py: New file.
3192 2018-03-19 Tom Tromey <tom@tromey.com>
3194 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3196 * gdb.rust/simple.exp: Test bare identifier form of struct
3199 2018-03-19 Tom Tromey <tom@tromey.com>
3201 * gdb.gdb/observer.exp: Remove.
3203 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3205 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3206 "qualified" option when setting breakpoints.
3207 * gdb.trace/backtrace.exp: Likewise.
3208 * gdb.trace/circ.exp: Likewise.
3209 * gdb.trace/collection.exp: Likewise.
3210 * gdb.trace/disconnected-tracing.exp: Likewise.
3211 * gdb.trace/ftrace-lock.exp: Likewise.
3212 * gdb.trace/ftrace.exp: Likewise.
3213 * gdb.trace/infotrace.exp: Likewise.
3214 * gdb.trace/packetlen.exp: Likewise.
3215 * gdb.trace/passc-dyn.exp: Likewise.
3216 * gdb.trace/qtro.exp: Likewise.
3217 * gdb.trace/read-memory.exp: Likewise.
3218 * gdb.trace/report.exp: Likewise.
3219 * gdb.trace/signal.exp: Likewise.
3220 * gdb.trace/status-stop.exp: Likewise.
3221 * gdb.trace/strace.exp: Likewise.
3222 * gdb.trace/tfind.exp: Likewise.
3223 * gdb.trace/trace-break.exp: Likewise.
3224 * gdb.trace/trace-condition.exp: Likewise.
3225 * gdb.trace/trace-mt.exp: Likewise.
3226 * gdb.trace/tstatus.exp: Likewise.
3227 * gdb.trace/tsv.exp: Likewise.
3228 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3229 * gdb.trace/unavailable.exp: Likewise.
3230 * gdb.trace/while-dyn.exp: Likewise.
3232 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3234 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3235 that libinproctrace is copied to the target.
3237 2018-03-14 Tom Tromey <tom@tromey.com>
3240 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3242 * gdb.base/wchar.exp: Likewise.
3244 2018-03-14 Tom Tromey <tom@tromey.com>
3247 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3250 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3253 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3254 "target" to remote_exec.
3256 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3259 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3260 ${board}_upload): Remove.
3262 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3264 * gdb.cp/watch-cp.cc: New test.
3265 * gdb.cp/watch-cp.exp: New file.
3267 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3269 * gdb.base/infcall-nested-structs.exp: New file.
3270 * gdb.base/infcall-nested-structs.c: New file.
3271 * gdb.base/float.exp: Add riscv support.
3273 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3275 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3276 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3278 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3280 * gdb.server/abspath.exp: New file.
3281 * lib/gdb.exp (with_cwd): New procedure.
3283 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3285 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3287 (gdb_is_target_remote_prompt): New proc.
3288 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3289 (gdb_is_target_native): Pass prompt parameter to
3292 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3294 * gdb.base/load-command.c: New file.
3295 * gdb.base/load-command.exp: New file.
3296 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3297 (gdb_is_target_1): ...this, and generalize for other targets
3299 (gdb_is_target_remote): Use gdb_is_target_1.
3300 (gdb_is_target_native): use gdb_is_target_1.
3302 2018-02-26 Tom Tromey <tom@tromey.com>
3305 * gdb.python/py-framefilter.exp: Update test.
3307 2018-02-26 Tom Tromey <tom@tromey.com>
3309 * gdb.dwarf2/variant.c: New file.
3310 * gdb.dwarf2/variant.exp: New file.
3312 2018-02-26 Tom Tromey <tom@tromey.com>
3314 * gdb.rust/simple.exp: Accept more possible results in enum test.
3316 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3318 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3321 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3323 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3324 name of a variable: $actual_linejj -> $actual_line.
3326 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3328 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3330 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3332 * gdb.btrace/buffer-size.exp: Do not force BTS.
3334 2018-02-14 Pedro Alves <palves@redhat.com>
3336 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3339 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3341 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3344 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3346 * gdb.cp/m-static.exp: Check type of optimized out static
3349 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3351 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3352 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3354 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3355 Leszek Swirski <leszeks@google.com>
3357 * gdb.python/py-prettyprint.c
3358 (struct to_string_returns_value_inner,
3359 struct to_string_returns_value_wrapper): New.
3360 (main): Add tsrvw variable.
3361 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3362 ToStringReturnsValueWrapper): New classes.
3363 (register_pretty_printers): Register new pretty-printers.
3364 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3365 recursive pretty printer.
3366 * gdb.python/py-mi.exp: Likewise.
3368 2018-02-01 Leszek Swirski <leszeks@google.com>
3370 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3371 functions with the same name as an include file are parsed
3374 2018-02-01 Yao Qi <yao.qi@linaro.org>
3376 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3379 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3381 * gdb.arch/powerpc-prologue-frame.s: New file.
3382 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3383 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3385 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3387 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3389 2018-01-30 Pedro Alves <palves@redhat.com>
3392 * gdb.base/interrupt-daemon.c: New.
3393 * gdb.base/interrupt-daemon.exp: New.
3394 * gdb.multi/multi-term-settings.c: New.
3395 * gdb.multi/multi-term-settings.exp: New.
3397 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3399 * gdb.base/break.exp: Save the location where the breakpoint
3400 on break.c:47 was actually inserted when debugging the version
3401 compiled at -O2 and use it in the expected output of the "info
3402 break" test performed soon after.
3404 2018-01-22 Pedro Alves <palves@redhat.com>
3405 Sergio Durigan Junior <sergiodj@redhat.com>
3407 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3408 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3410 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3412 * gdb.base/break-include.c, gdb.base/break-include.inc,
3413 gdb.base/break-include.exp: New files.
3414 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3415 line number now being the actual line number where the breakpoint
3417 * gdb.mi/mi-break.exp: Likewise.
3418 * gdb.mi/mi-reverse.exp: Likewise.
3419 * gdb.mi/mi-simplerun.exp: Ditto.
3421 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3423 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3425 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3427 2018-01-21 Don Breazeal <donb@codesourcery.com>
3428 Andrew Burgess <andrew.burgess@embecosm.com>
3430 * gdb.mi/basics.c: Add new global.
3431 * gdb.mi/mi-frame-regs.exp: New file.
3432 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3435 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3437 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3438 non-parameter, and on an unknown symbol.
3440 2018-01-19 Tom Tromey <tom@tromey.com>
3442 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3443 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3445 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3447 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3448 setrlimit and chdir to int.
3450 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3452 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3454 (my_tend): Likewise.
3455 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3456 rationale of avoiding FP- and vector instructions.
3458 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3460 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3461 "info reg" with "\[ \t\]*".
3462 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3464 * gdb.arch/s390-multiarch.exp: Ditto.
3465 * gdb.base/pc-fp.exp: Ditto.
3466 * gdb.reverse/i386-precsave.exp: Ditto.
3467 * gdb.reverse/i386-reverse.exp: Ditto.
3468 * gdb.reverse/i387-env-reverse.exp: Ditto.
3469 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3471 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3473 * lib/gdb.exp (gdb_compile): Re-enable use of
3474 universal_compile_options for languages other than Rust.
3476 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3478 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3480 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3483 * gdb.base/solib-vanish.exp: New.
3484 * gdb.base/solib-vanish-main.c: New.
3485 * gdb.base/solib-vanish-lib1.c: New.
3486 * gdb.base/solib-vanish-lib2.c: New.
3488 2018-01-17 Yao Qi <yao.qi@linaro.org>
3490 * gdb.compile/compile.exp: Match the address printed for
3491 frame in the output of command "bt".
3493 2018-01-15 Tom Tromey <tom@tromey.com>
3495 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3498 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3500 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3502 (prepare): Return 0 on error, 1 on success.
3504 2018-01-12 Pedro Alves <palves@redhat.com>
3506 * gdb.base/continue-after-aborted-step-over.c: New.
3507 * gdb.base/continue-after-aborted-step-over.exp: New.
3509 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3511 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3512 options when not creating an executable.
3514 2018-01-11 Pedro Alves <palves@redhat.com>
3517 * gdb.server/stop-reply-no-thread.c: New file.
3518 * gdb.server/stop-reply-no-thread.exp: New file.
3520 2018-01-10 Pedro Alves <palves@redhat.com>
3523 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3524 functions too. Test setting breakpoints and printing C functions
3525 with no debug info too.
3526 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3528 2018-01-10 Pedro Alves <palves@redhat.com>
3531 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3534 2018-01-10 Pedro Alves <palves@redhat.com>
3537 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3539 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3541 * gdb.server/unittest.exp: Match the output in non-development
3544 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3546 * gdb.gdb/unittest.exp: Match output in non-development mode.
3548 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3550 * gdb.ada/access_tagged_param.exp: Relax expected output
3551 for value of "ObjL" in "continue" to pck.inspect breakpoint
3554 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3556 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3557 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3559 2018-01-05 Pedro Alves <palves@redhat.com>
3562 * gdb.base/libsegfault.exp: New.
3564 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3567 * gdb.ada/access_tagged_param.exp: New file.
3568 * gdb.ada/access_tagged_param/foo.adb: New file.
3570 2018-01-05 Pedro Alves <palves@redhat.com>
3573 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3574 exercise lower case too, and to exercise both full matching and
3577 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3579 * gdb.ada/rename_subscript_param: New testcase.
3581 2018-01-05 Jerome Guitton <guitton@adacore.com>
3583 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3585 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3587 * gdb.ada/convvar_comp: New testcase.
3589 2018-01-05 Xavier Roirand <roirand@adacore.com>
3591 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3592 (My_Table): New global variable.
3593 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3595 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3598 * gdb.ada/maint_with_ada: New testcase.
3600 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3603 * gdb.ada/bp_c_mixed_case: New testcase.
3605 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3608 * gdb.ada/complete.exp: Add "complete break ada" test.
3610 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3613 * gdb.ada/info_addr_mixed_case: New testcase.
3615 2018-01-03 Xavier Roirand <roirand@adacore.com>
3617 * gdb.ada/excep_handle.exp: New testcase.
3618 * gdb.ada/excep_handle/foo.adb: New file.
3619 * gdb.ada/excep_handle/pck.ads: New file.
3621 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3623 * gdb.base/step-line.c: Add extra empty line in copyright header.
3624 * gdb.base/step-line.inp: Likewise.
3626 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3628 * gdb.ada/dyn_stride.exp: Add slice test.
3630 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3632 * gdb.ada/dyn_stride: New testcase.
3634 2017-12-27 Stafford Horne <shorne@gmail.com>
3636 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3637 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3639 2017-12-27 Stafford Horne <shorne@gmail.com>
3641 * gdb.base/reggroups.c: New file.
3642 * gdb.base/reggroups.exp: New file.
3644 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3646 * gdb.dwarf2/ada-valprint-error.c: New file.
3647 * gdb.dwarf2/ada-valprint-error.exp: New file.
3649 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3651 * gdb.ada/assign_arr: New testcase.
3653 2017-12-18 Xavier Roirand <roirand@adacore.com>
3655 * gdb.ada/funcall_ptr: New testcase.
3657 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3660 * gdb.base/ptype-offsets.cc: New file.
3661 * gdb.base/ptype-offsets.exp: New file.
3663 2017-12-15 Yao Qi <yao.qi@linaro.org>
3665 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3668 2017-12-15 Xavier Roirand <roirand@adacore.com>
3670 * gdb.ada/same_component_name: New testcase.
3672 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3674 * gdb.ada/str_binop_equal: New testcase.
3676 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3678 * gdb.ada/task_switch_in_core: New testcase.
3680 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3682 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3683 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3684 call test_bkpt_qualified.
3685 (test_bkpt_qualified): New proc.
3687 2017-12-13 Pedro Alves <palves@redhat.com>
3689 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3690 Tighten regexp by matching with an anchor.
3692 2017-12-13 Pedro Alves <palves@redhat.com>
3694 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3695 ("expression with namespace"): New set of tests.
3696 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3697 (Nested::Test_NS::qux): New.
3698 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3699 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3701 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3703 * gdb.base/server-del-break.c: New file.
3704 * gdb.base/server-del-break.exp: New file.
3706 2017-12-12 Stafford Horne <shorne@gmail.com>
3708 * gdb.xml/tdesc-regs.exp: Add or1k support.
3710 2017-12-12 Stafford Horne <shorne@gmail.com>
3712 * gdb.base/bp-permanent.c: Define nop of or1k.
3714 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3716 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3717 output with components being reordered.
3719 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3721 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3722 output with components being reordered.
3724 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3725 Pedro Alves <palves@redhat.com>
3727 * gdb.base/maint.exp (check for .gdb_index): Check also for
3729 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3730 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3731 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3732 (.gdb_index used after symbol reloading): Support also .debug_names.
3733 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3735 2017-12-08 Yao Qi <yao.qi@linaro.org>
3737 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3738 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3740 2017-12-08 Yao Qi <yao.qi@linaro.org>
3742 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3743 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3745 2017-12-08 Yao Qi <yao.qi@linaro.org>
3747 * gdb.arch/aarch64-tagged-pointer.c: New file.
3748 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3750 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3752 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3755 2017-12-07 Keith Seitz <keiths@redhat.com>
3757 PR breakpoints/22569
3758 * gdb.linespec/ls-errs.exp: Change expected result of "break
3759 -source this file has spaces.c -line 3".
3760 Check that an explicit source file followed by whitespace is
3761 identified as an invalid explicit location.
3763 2017-12-07 Keith Seitz <keiths@redhat.com>
3765 * gdb.cp/nested-types.cc: New file.
3766 * gdb.cp/nested-types.exp: New file.
3767 * lib/cp-support.exp: Load data-structures.exp library.
3768 (debug_cp_test_ptype_class): New global.
3769 (cp_ptype_class_verbose, next_line): New procedures.
3770 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3771 Add and document new return value.
3772 Switch the list of lines to a queue.
3773 Add support for new `type' key for nested type definitions.
3774 Add debugging/troubleshooting messages.
3775 * lib/data-structures.exp: New file.
3777 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3779 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3780 with proc_with_prefix, don't use with_test_prefix.
3782 2017-12-07 Tom Tromey <tom@tromey.com>
3784 * gdb.base/break.exp: Add test for empty "commands".
3786 2017-12-07 Yao Qi <yao.qi@linaro.org>
3788 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3789 malloc and catch syscall.
3791 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3793 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3794 tests for explicit locations.
3796 2017-12-06 Pedro Alves <palves@redhat.com>
3798 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3799 force-disabling XML descriptions.
3801 2017-12-04 Pedro Alves <palves@redhat.com>
3804 * gdb.arch/amd64-disp-step-avx.S: New file.
3805 * gdb.arch/amd64-disp-step-avx.exp: New file.
3807 2017-12-03 Pedro Alves <palves@redhat.com>
3809 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3811 (parent_function): Print distinct messages when waitpid fails, or
3812 the child exits with a signal, or the child exits for an unhandled
3814 * gdb.threads/process-dies-while-detaching.exp
3815 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3816 it. Wait for both inferior output and GDB's prompt. Use an
3817 indirect spawn id list.
3818 (do_detach): New parameter 'child_exit'. Use it to compute
3819 expected inferior output.
3820 (test_detach, test_detach_watch, test_detach_killed_outside):
3821 Adjust to pass down the expected child exit kind.
3823 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3824 Sergio Durigan Junior <sergiodj@redhat.com>
3825 Pedro Alves <palves@redhat.com>
3827 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3829 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3831 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3832 to 'symbol-file' and 'add-symbol-file' can be
3833 position-independent.
3835 2017-12-01 Yao Qi <yao.qi@linaro.org>
3837 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3838 the URL in copyright header.
3839 * gdb.arch/aarch64-fp.exp: Likewise.
3840 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3841 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3842 * gdb.base/expand-psymtabs.exp: Likewise.
3843 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3844 * gdb.fortran/common-block.exp: Likewise.
3845 * gdb.fortran/common-block.f90: Likewise.
3846 * gdb.fortran/logical.exp: Likewise.
3847 * gdb.fortran/vla-datatypes.f90: Likewise.
3848 * gdb.fortran/vla-sub.f90: Likewise.
3850 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3852 * gdb.ada/repeat_dyn: New testcase.
3854 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3856 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3857 Update for changed thread numbering.
3858 * gdb.cell/bt.exp: Update for changed GDB output.
3860 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3862 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3863 setting isremote by hand.
3864 * boards/dwarf4-gdb-index.exp: Likewise.
3865 * boards/fission.exp: Likewise.
3866 * boards/stabs.exp: Likewise.
3868 2017-11-30 Pedro Alves <palves@redhat.com>
3870 * gdb.linespec/cpls-ops.exp
3871 (check_explicit_skips_function_argument): Extract the underlying
3872 type of size_t instead of hardcoding it.
3874 2017-11-29 Pedro Alves <palves@redhat.com>
3877 * gdb.linespec/cpls-abi-tag.cc: New file.
3878 * gdb.linespec/cpls-abi-tag.exp: New file.
3880 2017-11-29 Pedro Alves <palves@redhat.com>
3882 * gdb.base/langs.exp: Use -qualified.
3883 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3885 * gdb.cp/namespace.exp: Use -qualified.
3886 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3887 (overload-3, template-overload, template-ret-type, const-overload)
3888 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3890 (test_driver): Call them.
3891 * gdb.cp/save-bp-qualified.cc: New.
3892 * gdb.cp/save-bp-qualified.exp: New.
3893 * gdb.linespec/explicit.exp: Test -qualified.
3894 * lib/completion-support.exp (completion::explicit_opts_list): Add
3896 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3898 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3900 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3902 2017-11-29 Tom Tromey <tom@tromey.com>
3904 * gdb.base/relocate.exp: Update invalid argument test.
3905 Add new tests for invalid arguments.
3907 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3909 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3911 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3913 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3915 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3916 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3917 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3919 * gdb.cp/shadow.cc (B.func): Return 0.
3921 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3923 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3924 expected output in gdb_expect call to allow the exception
3925 message to be present as well. Fix syntax confusion to avoid
3926 TCL thinking that exception_name is an array.
3928 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3930 * gdb.arch/spu-info.c: Include <unistd.h>.
3931 (do_signal_test): Fix broken calls to write.
3932 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3933 Fix checks for empty mailboxes. Update signal tests for corrected
3934 do_signal_test routine. Allow nonzero event status.
3935 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3936 * gdb.cell/arch.exp: Use standard_output_file.
3937 * gdb.cell/break.exp: Likewise.
3938 * gdb.cell/bt.exp: Likewise.
3939 * gdb.cell/core.exp: Likewise.
3940 * gdb.cell/dwarfaddr.exp: Likewise.
3941 * gdb.cell/ea-cache.exp: Likewise.
3942 * gdb.cell/ea-standalone.exp: Likewise.
3943 * gdb.cell/f-regs.exp: Likewise.
3944 * gdb.cell/fork.exp: Likewise.
3945 * gdb.cell/gcore.exp: Likewise.
3946 * gdb.cell/mem-access.exp: Likewise.
3947 * gdb.cell/ptype.exp: Likewise.
3948 * gdb.cell/registers.exp: Likewise.
3949 * gdb.cell/sizeof.exp: Likewise.
3950 * gdb.cell/solib-symbol.exp: Likewise.
3951 * gdb.cell/solib.exp: Likewise.
3953 2017-11-25 Pedro Alves <palves@redhat.com>
3955 * gdb.base/complete-empty.exp: New file.
3956 * gdb.base/completion.exp: Adjust.
3958 2017-11-25 Pedro Alves <palves@redhat.com>
3960 * gdb.linespec/cpls-ops.cc: New file.
3961 * gdb.linespec/cpls-ops.exp: New file.
3962 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3963 factored out from ...
3964 (test_complete_prefix_range): ... this.
3966 2017-11-24 Pedro Alves <palves@redhat.com>
3968 * gdb.linespec/cpcompletion.exp: New file.
3969 * gdb.linespec/cpls-hyphen.cc: New file.
3970 * gdb.linespec/cpls.cc: New file.
3971 * gdb.linespec/cpls2.cc: New file.
3972 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3973 test to use test_gdb_complete_unique. Add label completion,
3974 keyword completion and explicit location completion tests.
3975 * lib/completion-support.exp: New file.
3977 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3979 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3980 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3981 when hitting an exception catchpoint.
3983 2017-11-22 Yao Qi <yao.qi@linaro.org>
3985 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3987 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3989 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3990 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3991 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3993 2017-11-22 Yao Qi <yao.qi@linaro.org>
3995 * gdb.base/info-os.exp: Pass pthreads.
3996 * gdb.multi/multi-attach.exp: Likewise.
3998 2017-11-22 Yao Qi <yao.qi@linaro.org>
4000 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4003 2017-11-22 Yao Qi <yao.qi@linaro.org>
4005 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4006 * gdb.base/break-interp.exp: Likewise.
4007 * gdb.base/jit-attach-pie.exp: Likewise.
4009 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4011 * gdb.base/float128.c (large128): New variable.
4012 * gdb.base/float128.exp: Add test to print largest __float128 value.
4014 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4016 * gdb.arch/vsx-regs.exp: Update register content checks.
4018 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4020 * gdb.arch/ppc-longdouble.exp: New file.
4021 * gdb.arch/ppc-longdouble.c: Likewise.
4023 2017-11-21 Pedro Alves <palves@redhat.com>
4025 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4027 2017-11-20 Pedro Alves <palves@redhat.com>
4029 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4030 (long_double_typedef): New typedefs.
4031 Use DEF on double and long double.
4032 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4034 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4035 and 'long_double_ptr_same_size' locals. Use them to decide
4036 whether cast from array/function to float is valid/invalid.
4038 2017-11-17 Tom Tromey <tom@tromey.com>
4040 * gdb.rust/traits.rs: New file.
4041 * gdb.rust/traits.exp: New file.
4043 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4045 * gdb.ada/minsyms: New testcase.
4047 2017-11-16 Pedro Alves <palves@redhat.com>
4049 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4050 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4052 2017-11-16 Pedro Alves <palves@redhat.com>
4054 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4055 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4057 2017-11-16 Pedro Alves <palves@redhat.com>
4059 * gdb.server/reconnect-ctrl-c.c: New file.
4060 * gdb.server/reconnect-ctrl-c.exp: New file.
4062 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4064 * gdb.python/py-rbreak.exp: New file.
4065 * gdb.python/py-rbreak.c: New file.
4066 * gdb.python/py-rbreak-func2.c: New file.
4068 2017-11-16 Pedro Alves <palves@redhat.com>
4070 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4072 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4075 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4077 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4080 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4082 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4085 2017-11-09 Pedro Alves <palves@redhat.com>
4087 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4088 factored out from ...
4089 (top level): ... here, and adjusted to avoid expecting beyond the
4090 prompt in a single gdb_test_multiple.
4092 2017-11-09 Pedro Alves <palves@redhat.com>
4094 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4096 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4097 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4098 * gdb.server/ext-run.exp ("kill" test): Likewise.
4099 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4101 2017-11-09 Pedro Alves <palves@redhat.com>
4103 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4104 match till end of line.
4106 2017-11-09 Pedro Alves <palves@redhat.com>
4108 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4110 2017-11-09 Pedro Alves <palves@redhat.com>
4112 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4113 New procedures, factored out from ...
4114 (top level): ... here, and adjusted to avoid expecting beyond the
4117 2017-11-09 Pedro Alves <palves@redhat.com>
4119 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4120 output. Fix '?' match.
4122 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4124 * gdb.ada/scoped_watch: New testcase.
4125 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4126 which is actually correct.
4127 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4128 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4130 2017-11-08 Pedro Alves <palves@redhat.com>
4132 * gdb.gdb/complaints.exp (test_initial_complaints)
4133 (test_serial_complaints, test_short_complaints): Call
4134 complaint_internal instead of complaint.
4136 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4138 * gdb.threads/tls-core.c: New file.
4139 * gdb.threads/tls-core.exp: Likewise.
4141 2017-11-08 Pedro Alves <palves@redhat.com>
4143 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4144 (p Exported_Capitalized): New test.
4145 (p exported_capitalized): New test.
4147 2017-11-07 Pedro Alves <palves@redhat.com>
4149 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4151 2017-11-07 Pedro Alves <palves@redhat.com>
4153 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4154 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4155 (disable_invalid, disable_inverted, disable_negative): New
4157 ("bad numbers"): New set of tests.
4159 2017-11-07 Pedro Alves <palves@redhat.com>
4161 * gdb.cp/ena-dis-br-range.exp: Add tests.
4163 2017-11-07 Pedro Alves <palves@redhat.com>
4165 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4167 2017-11-07 Xavier Roirand <roirand@adacore.com>
4168 Pedro Alves <palves@redhat.com>
4170 * gdb.base/ena-dis-br.exp: Add reference to
4171 gdb.cp/ena-dis-br-range.exp.
4172 * gdb.cp/ena-dis-br-range.exp: New file.
4173 * gdb.cp/ena-dis-br-range.cc: New file.
4175 2017-11-06 Pedro Alves <palves@redhat.com>
4177 * gdb.base/attach-non-pgrp-leader.c: New.
4178 * gdb.base/attach-non-pgrp-leader.exp: New.
4180 2017-11-06 Pedro Alves <palves@redhat.com>
4182 * configure.ac: No longer check for termio.h and sgtty.h.
4183 * configure: Regenerate.
4184 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4185 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4186 Remove termio and sgtty code.
4188 2017-11-03 Yao Qi <yao.qi@linaro.org>
4190 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4193 2017-11-03 Yao Qi <yao.qi@linaro.org>
4195 * gdb.python/py-thrhandle.exp: Skip it if python is not
4198 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4200 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4201 as a breakpoint command.
4203 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4206 * gdb.python/py-infthread.exp: Test calling
4207 InferiorThread.inferior () multiple times in a row.
4209 2017-10-27 Keith Seitz <keiths@redhat.com>
4211 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4212 Test "info break" for every inlined function breakpoint.
4214 2017-10-27 Yao Qi <yao.qi@linaro.org>
4216 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4218 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4220 * gdb.cp/classes.exp (test_static_members): Test printing
4222 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4223 (Inner::instance, Outer::instance): New.
4225 2017-10-24 Pedro Alves <palves@redhat.com>
4227 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4228 extra console" test in two stages.
4230 2017-10-24 Pedro Alves <palves@redhat.com>
4232 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4234 2017-10-24 Pedro Alves <palves@redhat.com>
4236 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4239 2017-10-24 Pedro Alves <palves@redhat.com>
4241 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4242 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4244 2017-10-24 Pedro Alves <palves@redhat.com>
4246 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4247 parameter and handle it. Don't output read value in test name.
4249 2017-10-24 Pedro Alves <palves@redhat.com>
4251 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4254 2017-10-24 Pedro Alves <palves@redhat.com>
4256 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4257 include the unstable output directory name in the test's name.
4258 (initial_setup_simple) <'set args'>: Use custom test name.
4260 2017-10-24 Pedro Alves <palves@redhat.com>
4262 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4263 with explicit test name.
4265 2017-10-20 Pedro Alves <palves@redhat.com>
4267 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4268 'wait -i'. Use gdb_assert and remote_close.
4270 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4272 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4273 number from variable rather than hard-coded.
4275 2017-10-19 Pedro Alves <palves@redhat.com>
4277 * gdb.base/long-inferior-output.c: New file.
4278 * gdb.base/long-inferior-output.exp: New file.
4280 2017-11-18 Keith Seitz <keiths@redhat.com>
4282 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4285 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4286 Add additional user-defined conversion operator tests.
4288 2017-10-17 Pedro Alves <palves@redhat.com>
4290 * boards/native-stdio-gdbserver.exp: Load "local-board".
4292 2017-10-17 Pedro Alves <palves@redhat.com>
4294 * gdb.base/quit-live.c: New file.
4295 * gdb.base/quit-live.exp: New file.
4297 2017-10-16 Keith Seitz <keiths@redhat.com>
4299 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4300 (class_with_protected_typedef, class_with_private_typedef)
4301 (struct_with_public_typedef, struct_with_protected_typedef)
4302 (struct_with_private_typedef): New classes/structs.
4303 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4304 typedefs and access specifiers.
4306 2017-10-16 Pedro Alves <palves@redhat.com>
4307 Simon Marchi <simon.marchi@polymtl.ca>
4309 * README (Local vs Remote vs Native): New section.
4310 * boards/local-board.exp: New file, with bits factored out from
4312 * boards/native-extended-gdbserver.exp: ... here. Load
4314 * boards/native-gdbserver.exp: Load "local-board".
4315 (${board}_spawn, ${board}_exec): Delete.
4316 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4318 * boards/stdio-gdbserver-base.exp: ... this new file.
4319 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4320 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4322 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4323 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4324 stdio_gdbserver_command.
4325 (${board}_get_remote_address, ${board}_get_comm_port)
4326 (${board}_download, ${board}_upload): Delete.
4327 (get_target_remote_pipe_cmd): New.
4329 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4331 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4332 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4333 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4334 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4335 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4336 remove with_test_prefix.
4338 2017-10-13 Pedro Alves <palves@redhat.com>
4340 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4341 * gdb.base/annota1.exp: Use it instead of is_remote.
4342 * gdb.base/annota3.exp: Use it instead of is_remote.
4343 * gdb.cp/annota2.exp: Use it instead of is_remote.
4344 * gdb.cp/annota3.exp: Use it instead of is_remote.
4345 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4347 2017-10-13 Pedro Alves <palves@redhat.com>
4349 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4350 (test_num_test_vars, run_and_count_vars, find_env)
4351 (test_set_unset_env, test_inherit_env_var): New procedures.
4352 (top level): Use them.
4354 2017-10-13 Pedro Alves <palves@redhat.com>
4356 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4357 also skip on stub-like targets.
4359 2017-10-13 Pedro Alves <palves@redhat.com>
4362 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4363 (top level): Move some tests to ...
4364 (test_not_found): ... this new procedure.
4365 (top level): Call it.
4367 2017-10-13 Pedro Alves <palves@redhat.com>
4369 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4370 expect different "info terminal" output if testing with a
4373 2017-10-13 Pedro Alves <palves@redhat.com>
4374 Simon Marchi <simon.marchi@polymtl.ca>
4377 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4379 2017-10-13 Pedro Alves <palves@redhat.com>
4381 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4384 2017-10-13 Pedro Alves <palves@redhat.com>
4386 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4389 2017-10-13 Pedro Alves <palves@redhat.com>
4391 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4394 2017-10-13 Pedro Alves <palves@redhat.com>
4396 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4398 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4399 instead of is_remote.
4401 2017-10-13 Pedro Alves <palves@redhat.com>
4403 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4404 (top level): Add comment.
4406 2017-10-13 Pedro Alves <palves@redhat.com>
4408 * gdb.base/remote.exp (top level): Fix comment typo and add
4411 2017-10-13 Pedro Alves <palves@redhat.com>
4412 Simon Marchi <simon.marchi@polymtl.ca>
4414 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4415 calls and add comments. Skip test if use_gdb_stub is set.
4416 (top level): Use "set cwd" command instead of "cd" command.
4418 2017-10-13 Pedro Alves <palves@redhat.com>
4420 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4421 is_remote target check.
4423 2017-10-13 Pedro Alves <palves@redhat.com>
4425 * gdb.base/scope.exp: Use build_executable + clean_restart +
4426 gdb_file_cmd instead of prepare_for_testing and no longer skip
4427 "before run" tests on is_remote target boards. Update comments.
4428 * boards/native-extended-gdbserver.exp
4429 (extended_gdbserver_load_last_file): New, factored out from ...
4430 (gdb_load): ... this. Move further below and add comment.
4431 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4433 2017-10-12 Pedro Alves <palves@redhat.com>
4435 * gdb.base/attach.exp: Remove references to gdb64.
4436 * gdb.base/dbx.exp: Remove references to gdb64.
4438 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4439 Pedro Alves <palves@redhat.com>
4441 * gdb.base/label.exp: Remove is_remote target check.
4443 2017-10-12 Pedro Alves <palves@redhat.com>
4445 * gdb.base/auvx.exp (coredir): Update comment.
4446 (top level) <core_works>: Use "set cwd" command instead of "cd"
4449 2017-10-12 Pedro Alves <palves@redhat.com>
4450 Simon Marchi <simon.marchi@polymtl.ca>
4452 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4455 2017-10-12 Pedro Alves <palves@redhat.com>
4456 Simon Marchi <simon.marchi@polymtl.ca>
4458 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4459 Instead skip if there's any gdb_protocol set.
4461 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4462 Pedro Alves <palves@redhat.com>
4464 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4466 2017-10-12 Pedro Alves <palves@redhat.com>
4467 Simon Marchi <simon.marchi@polymtl.ca>
4469 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4470 instead of on dejagnu remote boards.
4472 2017-10-12 Pedro Alves <palves@redhat.com>
4473 Simon Marchi <simon.marchi@polymtl.ca>
4475 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4476 checks. Use build_executable + clean_restart instead of
4477 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4478 of enabling non-stop after starting gdb.
4480 2017-10-12 Pedro Alves <palves@redhat.com>
4482 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4483 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4484 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4485 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4487 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4489 * gdb.arch/arc-tdesc-cpu.exp: New file.
4490 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4492 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4494 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4496 2017-10-10 Pedro Alves <palves@redhat.com>
4498 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4501 2017-10-10 Pedro Alves <palves@redhat.com>
4503 * lib/selftest-support.exp (selftest_setup): Update for
4504 captured_command_loop's prototype change.
4506 2017-10-09 Pedro Alves <palves@redhat.com>
4508 Test both arch1=>arch2 and arch2=>arch1.
4510 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4511 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4513 (append_arch1_options, append_arch2_options, append_arch_options)
4514 (build_executables): New procedures.
4515 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4517 (top level): Add new 'first_arch' testing axis.
4519 2017-10-09 Pedro Alves <palves@redhat.com>
4521 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4523 (thread_start, all_started): New functions.
4524 (main): Spawn new thread and wait until it is scheduled.
4525 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4527 (do_test): Add 'selected_thread' parameter. Run to all_started
4528 instead of main. Explicitly set the breakpoint at main. Switch
4529 to the SELECTED_THREAD thread.
4530 (top level): Test handling the exec event with either the main
4531 thread or the second thread selected.
4533 2017-10-09 Pedro Alves <palves@redhat.com>
4535 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4536 logic. Move STOP marker after the value checks.
4537 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4540 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4542 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4544 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4546 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4547 integer-to-dfp conversion.
4548 * gdb.base/dfp-test.exp: Likewise.
4550 2017-10-04 Pedro Alves <palves@redhat.com>
4552 * gdb.multi/hangout.c: Include <unistd.h>.
4553 (hangout_loop): New function.
4554 (main): Call alarm. Call hangout_loop in a loop.
4555 * gdb.multi/hello.c: Include <unistd.h>.
4556 (hello_loop): New function.
4557 (main): Call alarm. Call hangout_loop in a loop.
4558 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4559 inferior with the other selected.
4561 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4563 * gdb.mi/list-thread-groups-available.exp: New file.
4564 * gdb.mi/list-thread-groups-available.c: New file.
4566 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4568 * gdb.base/set-cwd.exp: Make it available on
4569 native-extended-gdbserver.
4571 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4573 * gdb.base/set-cwd.c: New file.
4574 * gdb.base/set-cwd.exp: Likewise.
4576 2017-10-02 Tom Tromey <tom@tromey.com>
4579 * gdb.rust/simple.rs (main): New variable "fslice".
4580 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4582 2017-10-02 Tom Tromey <tom@tromey.com>
4584 * gdb.rust/simple.exp: Test ptype of a slice.
4586 2017-10-02 Tom Tromey <tom@tromey.com>
4588 * gdb.rust/simple.exp: Test index of slice.
4590 2017-09-27 Tom Tromey <tom@tromey.com>
4592 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4594 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4595 Pedro Alves <palves@redhat.com>
4597 * gdb.base/compare-sections.exp (get value of read-only section): Read
4599 (corrupt read-only section): Likewise and don't set written if patching
4602 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4604 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4607 2017-09-20 Pedro Alves <palves@redhat.com>
4609 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4610 symbol names in gdb's output.
4611 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4613 2017-09-20 Pedro Alves <palves@redhat.com>
4615 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4617 (test_list_ambiguous_symbol): ... this and add a symbol name
4619 (test_list_ambiguous_function): Reimplement on top of
4620 test_list_ambiguous_symbol and also test listing ambiguous
4622 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4623 (ambiguous_fun): ... this.
4624 (ambiguous_var): New.
4625 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4626 (ambiguous_fun): ... this.
4627 (ambiguous_var): New.
4629 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4631 * gdb.base/starti.c: New file.
4632 * gdb.base/starti.exp: New file.
4633 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4635 2017-09-14 Pedro Alves <palves@redhat.com>
4637 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4638 (top level): Use it instead of runto.
4640 2017-09-11 Tom Tromey <tom@tromey.com>
4642 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4644 2017-09-11 Tom Tromey <tom@tromey.com>
4646 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4647 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4649 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4651 * gdb.fortran/printing-types.exp: New file.
4652 * gdb.fortran/printing-types.exp: New file.
4654 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4656 * gdb.fortran/vla-ptype.exp: Fix typos.
4657 * gdb.fortran/vla-value.exp: Same.
4659 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4661 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4662 * gdb.mi/mi-var-child-f.exp: Likewise.
4663 * gdb.mi/mi-vla-fortran.exp: Likewise.
4665 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4666 Christoph Weinmann <christoph.t.weinmann@intel.com>
4667 Bernhard Heckel <bernhard.heckel@intel.com>
4669 * gdb.fortran/ptr-indentation.f90: New file.
4670 * gdb.fortran/ptr-indentation.exp: New file.
4672 2017-09-05 Tom Tromey <tom@tromey.com>
4675 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4677 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4679 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4681 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4683 * gdb.threads/tls-nodebug-pie.c: New file.
4684 * gdb.threads/tls-nodebug-pie.exp: New file.
4686 2017-09-05 Tom Tromey <tom@tromey.com>
4688 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4691 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4693 * gdb.multi/multi-arch-exec.exp: Test with different
4694 "follow-exec-mode" settings.
4695 (do_test): New procedure.
4697 2017-09-04 Pedro Alves <palves@redhat.com>
4699 * gdb.base/func-static.c (S::method const, S::method volatile)
4700 (S::method volatile const): New methods.
4701 (c_s, v_s, cv_s): New instances.
4702 (main): Call method() on them.
4703 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4704 (cannot_resolve): New procedure.
4705 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4706 print-quote-unquoted columns.
4707 (do_test): Test printing each scope too.
4709 2017-09-04 Pedro Alves <palves@redhat.com>
4711 * gdb.base/local-static.exp: Also test with
4712 class::method::variable wholly quoted.
4713 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4715 2017-09-04 Pedro Alves <palves@redhat.com>
4717 * gdb.base/local-static.c: New.
4718 * gdb.base/local-static.cc: New.
4719 * gdb.base/local-static.exp: New.
4721 2017-09-04 Pedro Alves <palves@redhat.com>
4723 * gdb.asm/asm-source.exp: Add casts to int.
4724 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4725 (dataglobal64_1, dataglobal64_2): New globals.
4726 * gdb.base/nodebug.exp: Test different expressions involving the
4727 new globals, with print, whatis and ptype. Add casts to int.
4728 * gdb.base/solib-display.exp: Add casts to int.
4729 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4730 * gdb.cp/m-static.exp: Add cast to int.
4731 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4732 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4733 tls variable with no debug info without a cast. Test with a cast
4735 * gdb.trace/entry-values.exp: Add casts.
4737 2017-09-04 Pedro Alves <palves@redhat.com>
4739 * gdb.base/nodebug.exp: Test that ptype's error about functions
4740 with unknown return type includes the function name too.
4742 2017-09-04 Pedro Alves <palves@redhat.com>
4744 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4745 return type of munmap in infcall.
4746 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4747 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4748 type of ftell in infcall.
4749 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4750 type of getpid in infcall.
4751 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4753 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4754 Bail on failure to extract the pid.
4755 * gdb.base/nodebug.c: #include <stdint.h>.
4756 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4758 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4759 Change expected output of print/whatis/ptype with functions with
4760 no debug info. Test all supported languages. Call
4761 test_call_promotion.
4762 * gdb.compile/compile.exp: Adjust expected output to expect
4764 * gdb.threads/siginfo-threads.exp: Likewise.
4766 2017-09-04 Pedro Alves <palves@redhat.com>
4768 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4769 "prototypes". Test calling float functions via prototyped and
4770 unprototyped function pointers.
4771 (perform_all_tests): New parameter "prototypes". Pass it down.
4772 (top level): Pass down "prototypes" parameter to
4775 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4777 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4778 Test with nested loops.
4780 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4782 * gdb.base/commands.exp: Call the new procedures.
4783 (loop_break_test, loop_continue_test): New procedures.
4785 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4787 * gdb.base/commands.exp: Call new procedure.
4788 (define_if_without_arg_test): New procedure.
4790 2017-09-04 Pedro Alves <palves@redhat.com>
4792 * gdb.base/list-ambiguous.exp: New file.
4793 * gdb.base/list-ambiguous0.c: New file.
4794 * gdb.base/list-ambiguous1.c: New file.
4795 * gdb.base/list.exp (test_list_range): Adjust expected output.
4797 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4799 * gdb.base/share-env-with-gdbserver.c: New file.
4800 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4802 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4804 * gdb.base/commands.exp (gdbvar_simple_if_test,
4805 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4806 progvar_simple_if_test, progvar_simple_while_test,
4807 progvar_complex_if_while_test, user_defined_command_test,
4808 user_defined_command_args_eval,
4809 user_defined_command_args_stack_test,
4810 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4811 temporary_breakpoint_commands,
4812 gdb_test_no_prompt, redefine_hook_test,
4813 redefine_backtrace_test): Remove "global gdb_prompt".
4815 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4817 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4818 New proc, call it from toplevel.
4820 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4823 * gdb.server/normal.c: New file, copied from gdb.base.
4824 * gdb.server/run-without-local-binary.exp: New file.
4826 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4828 * gdb.arch/sparc64-adi.exp: New file.
4829 * gdb.arch/sparc64-adi.c: New file.
4831 2017-08-22 Pedro Alves <palves@redhat.com>
4833 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4834 (top level): Add "list all overloads" tests.
4836 2017-08-22 Tom Tromey <tom@tromey.com>
4838 * gdb.gdb/xfullpath.exp: Remove.
4840 2017-08-21 Pedro Alves <palves@redhat.com>
4843 * gdb.base/symbol-alias.c: New.
4844 * gdb.base/symbol-alias2.c: New.
4845 * gdb.base/symbol-alias.exp: New.
4847 2017-08-21 Pedro Alves <palves@redhat.com>
4849 * gdb.base/dfp-test.c
4850 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4851 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4852 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4853 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4854 * gdb.base/whatis-ptype-typedefs.c: New.
4855 * gdb.base/whatis-ptype-typedefs.exp: New.
4856 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4857 (an_int, an_int_type, an_int_type2): New globals.
4858 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4859 involving typedefs and cast expressions.
4860 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4861 (lookup_typedefs_function): New.
4862 (typedefs_pretty_printers_dict): New.
4863 (top level): Register lookup_typedefs_function in
4864 gdb.pretty_printers.
4866 2017-08-18 Yao Qi <yao.qi@linaro.org>
4868 * gdb.server/unittest.exp: New.
4870 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4873 * gdb.base/environ.exp: Add test to check if 'unset environment'
4876 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4878 * lib/gdb.exp (universal_compile_options): New caching proc.
4879 (gdb_compile): Suppress GCC's coloring of messages.
4881 2017-08-14 Tom Tromey <tom@tromey.com>
4884 * gdb.base/printcmds.exp (test_radices): New function.
4885 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4886 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4887 * lib/gdb.exp (get_integer_valueof): Use p/d.
4889 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4891 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4894 2017-08-05 Tom Tromey <tom@tromey.com>
4896 * gdb.rust/simple.exp: Allow String to appear in a different
4899 2017-07-26 Yao Qi <yao.qi@linaro.org>
4901 * gdb.gdb/unittest.exp: Invoke command
4902 "maintenance check xml-descriptions".
4904 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4906 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4908 (hex128): Drop erroneous calculation of parameters.
4910 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4912 * gdb.python/py-unwind.exp: Disable stack protection when
4915 2017-07-20 Pedro Alves <palves@redhat.com>
4917 * gdb.base/default.exp (set language): Adjust expected output.
4919 2017-07-20 Pedro Alves <palves@redhat.com>
4921 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4922 (test_minsym): ... this, and make static.
4923 (get_pck__foo__bar__minsym): Rename to ...
4924 (get_test_minsym): ... this.
4925 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4926 symbol names and comments.
4927 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4928 (get_test_minsym): ... this.
4929 (pck__foo__bar__minsym__2): Rename to ...
4930 (test_minsym): ... this.
4933 2017-07-17 Pedro Alves <palves@redhat.com>
4935 * gdb.base/completion.exp: Adjust expected output.
4936 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4937 the completer works.
4939 2017-07-17 Pedro Alves <palves@redhat.com>
4941 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4943 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4945 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4947 2017-07-14 Tom Tromey <tom@tromey.com>
4950 * gdb.rust/simple.exp: Add tests.
4952 2017-07-14 Tom Tromey <tom@tromey.com>
4954 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4956 2017-07-14 Pedro Alves <palves@redhat.com>
4958 * gdb.linespec/base/one/thefile.cc (z1): New function.
4959 * gdb.linespec/base/two/thefile.cc (z2): New function.
4960 * gdb.linespec/linespec.exp: Add tests.
4962 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4964 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4965 to mi_create_breakpoint.
4967 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4969 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4970 mi_create_breakpoint.
4972 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4974 * gdb.dlang/demangle.exp: Update for demangling changes.
4976 2017-07-09 Tom Tromey <tom@tromey.com>
4978 * gdb.dwarf2/shortpiece.exp: New file.
4980 2017-07-06 David Blaikie <dblaikie@gmail.com>
4982 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4983 built from fissiont-multi-cu{1,2}.c.
4984 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4985 except putting 'main' and 'func' in separate CUs in the same DWO file.
4986 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4988 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4991 2017-07-06 Pedro Alves <palves@redhat.com>
4993 * gdb.python/py-unwind.exp: Test flushregs.
4995 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4998 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4999 tests for alias commands and trailing whitespace.
5001 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5004 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5007 2017-06-29 Pedro Alves <palves@redhat.com>
5009 * gdb.base/printcmds.exp: Add tests.
5011 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5014 * gdb.base/reread-readsym.exp: New file.
5015 * gdb.base/reread-readsym.c: New file.
5017 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5019 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5022 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5024 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5026 * gdb.arch/powerpc-power9.s: Likewise.
5028 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5030 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5031 on 32-bit x86 targets. Exploit is_*_target macros where
5034 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5036 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5039 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5041 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5042 located in one or more DWARF pieces.
5044 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5046 * lib/gdb.exp (get_endianness): New proc.
5047 * gdb.arch/aarch64-fp.exp: Use it.
5048 * gdb.arch/altivec-regs.exp: Likewise.
5049 * gdb.arch/e500-regs.exp: Likewise.
5050 * gdb.arch/vsx-regs.exp: Likewise.
5051 * gdb.base/dump.exp: Likewise.
5052 * gdb.base/funcargs.exp: Likewise.
5053 * gdb.base/gnu_vector.exp: Likewise.
5054 * gdb.dwarf2/formdata16.exp: Likewise.
5055 * gdb.dwarf2/implptrpiece.exp: Likewise.
5056 * gdb.dwarf2/nonvar-access.exp: Likewise.
5057 * gdb.python/py-inferior.exp: Likewise.
5058 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5060 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5063 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5064 stack value pieces are taken from the LSB end.
5066 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5068 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5069 variable at nonzero offset.
5071 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5073 * gdb.dwarf2/var-access.c: New file.
5074 * gdb.dwarf2/var-access.exp: New test.
5075 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5077 2017-06-12 Tom Tromey <tom@tromey.com>
5079 * gdb.dwarf2/formdata16.exp: Add tests.
5081 2017-06-12 Tom Tromey <tom@tromey.com>
5083 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5085 2017-06-12 Tom Tromey <tom@tromey.com>
5088 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5089 * gdb.arch/vsx-regs.exp: Update tests.
5090 * gdb.arch/s390-vregs.exp (hex128): New proc.
5092 * gdb.arch/altivec-regs.exp: Update tests.
5094 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5096 * gdb.base/startup-with-shell.c: New file.
5097 * gdb.base/startup-with-shell.exp: Likewise.
5099 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5101 * gdb.server/non-existing-program.exp: Update regex in order to
5102 reflect the fact that gdbserver is now using fork_inferior (with a
5103 shell) to startup the inferior.
5105 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5107 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5108 support function calls from GDB.
5110 2017-05-21 Tom Tromey <tom@tromey.com>
5113 * gdb.rust/unsized.exp: New file.
5114 * gdb.rust/unsized.rs: New file.
5116 2017-05-19 Tom Tromey <tom@tromey.com>
5119 * gdb.rust/watch.exp: New file.
5120 * gdb.rust/watch.rs: New file.
5122 2017-05-18 Tom Tromey <tom@tromey.com>
5124 * gdb.rust/simple.exp: Allow Box to be qualified.
5126 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5128 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5130 2017-05-18 Pedro Alves <palves@redhat.com>
5132 * gdb.base/fileio.c (test_write, test_read, test_close)
5133 (test_fstat): Don't print 'ret' in the fail path.
5135 2017-05-18 Pedro Alves <palves@redhat.com>
5137 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5138 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5139 (test_system, test_rename, test_unlink, test_time): Change
5141 * gdb.base/fileio.exp (stop_msg): Adjust.
5143 2017-05-18 Pedro Alves <palves@redhat.com>
5145 * gdb.base/fileio.c (null_str): New global.
5146 (test_stat): Use it.
5147 * gdb.base/fileio.exp: Remove nowarnings.
5149 2017-05-17 Yao Qi <yao.qi@linaro.org>
5151 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5153 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5155 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5157 (top-level): Invoke test_set_inferior_tty.
5159 2017-05-04 Pedro Alves <palves@redhat.com>
5161 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5162 Add parens to print call for Python 3.
5164 2017-05-03 Keith Seitz <keiths@redhat.com>
5166 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5169 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5171 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5174 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5176 * gdb.python/py-record-btrace.exp: Remove test for
5177 gdb.BtraceInstruction.error.
5179 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5181 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5183 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5185 * gdb.python/py-record-btrace-threads.c: New file.
5186 * gdb.python/py-record-btrace-threads.exp: New file.
5188 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5191 * gdb.base/environ.exp: Make test available in all architectures.
5192 Move bits related to "info program" testing to
5193 gdb.base/info-program.exp. Rewrite tests to use the two new
5194 procedures mentione below.
5195 (test_set_show_env_var) New procedure.
5196 (test_set_show_env_var_equal): Likewise.
5197 * gdb.base/info-program.exp: New file.
5199 2017-04-27 Keith Seitz <keiths@redhat.com>
5201 * gdb.cp/oranking.cc (test15): New function.
5202 (main): Call test15 and declare additional variables for testing.
5203 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5204 "p foo101('abc')" tests.
5205 Add tests for cv qualifier overloads.
5206 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5207 "lvalue reference overload" test.
5208 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5209 "print value of f1 on Child&& in f2" test.
5211 2017-04-19 Pedro Alves <palves@redhat.com>
5213 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5215 (top level): Call it.
5216 * lib/gdb.exp (gdb_define_cmd): New procedure.
5218 2017-04-12 Pedro Alves <palves@redhat.com>
5221 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5222 (wchar): New global.
5223 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5224 (do_test_wide_char, wide_char_types_no_program, top level): Add
5227 2017-04-12 Pedro Alves <palves@redhat.com>
5230 * gdb.cp/wide_char_types.c: New file.
5231 * gdb.cp/wide_char_types.exp: New file.
5233 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5236 * gdb.trace/tsv.exp: Add test for "tsave -r".
5238 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5240 * gdb.dlang/watch-loc.c: New file.
5241 * gdb.dlang/watch-loc.exp: New file.
5243 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5245 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5247 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5249 * gdb.arch/arc-analyze-prologue.S: New file.
5250 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5252 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5254 * gdb.arch/arc-decode-insn.S: New file.
5255 * gdb.arch/arc-decode-insn.exp: Likewise.
5257 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5260 * gdb.arch/sparc64-regs.exp: New file.
5261 * gdb.arch/sparc64-regs.S: Likewise.
5263 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5265 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5266 and memory view on Python 3.
5268 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5269 Keith Seitz <keiths@redhat.com>
5272 * gdb.cp/demangle.exp: Add rvalue reference tests.
5273 * gdb.cp/rvalue-ref-casts.cc: New file.
5274 * gdb.cp/rvalue-ref-casts.exp: New file.
5275 * gdb.cp/rvalue-ref-overload.cc: New file.
5276 * gdb.cp/rvalue-ref-overload.exp: New file.
5277 * gdb.cp/rvalue-ref-params.cc: New file.
5278 * gdb.cp/rvalue-ref-params.exp: New file.
5279 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5280 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5281 * gdb.cp/rvalue-ref-types.cc: New file.
5282 * gdb.cp/rvalue-ref-types.exp: New file.
5283 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5284 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5286 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5288 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5291 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5293 * lib/mi-support.exp (mi_gdb_test): Add additional message
5294 for unexpected output.
5296 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5298 * gdb.base/examine-backward.c (Barrier): New character array
5299 constant, to ensure that TestStrings is preceded by a string
5302 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5304 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5305 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5306 and implicit pointer into such a location.
5308 2017-03-16 Doug Evans <dje@google.com>
5310 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5312 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5314 * gdb.cp/m-static.exp: Fix expectation for prototype of
5315 test5.single_constructor and single_constructor::single_constructor.
5317 2017-03-16 Doug Evans <dje@google.com>
5319 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5320 * gdb.guile/scm-lazy-string.c: New file.
5321 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5322 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5323 for pointer, array, typedef lazy strings.
5325 2017-03-16 Doug Evans <dje@google.com>
5327 PR python/17728, python/18439, python/18779
5328 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5329 * gdb.python/py-lazy-string.c (pointer): New typedef.
5330 (main): New locals ptr, array, typedef_ptr.
5331 * gdb.python/py-value.exp: Move lazy string tests to ...
5332 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5333 array, typedef lazy strings.
5335 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5337 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5338 Add optional 'test' parameter.
5340 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5342 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5343 Skip for versions of DejaGnu < 1.5.
5345 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5347 * lib/gdb.exp (dejagnu_version): New proc.
5348 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5349 Use dejagnu_version.
5351 2017-03-10 Keith Seitz <keiths@redhat.com>
5354 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5355 type from destructor regexps.
5356 Add a branch which actually passes the test.
5357 Adjust "ptype t5i" test names.
5359 2017-03-08 Pedro Alves <palves@redhat.com>
5361 * gdb.base/step-over-exit.exp: Add explicit test message.
5363 2017-03-08 Pedro Alves <palves@redhat.com>
5366 * gdb.threads/interrupt-while-step-over.c: New file.
5367 * gdb.threads/interrupt-while-step-over.exp: New file.
5369 2017-03-08 Pedro Alves <palves@redhat.com>
5371 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5372 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5374 2017-03-08 Pedro Alves <palves@redhat.com>
5376 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5377 PKRU as not supported as a PASS.
5379 2017-03-08 Pedro Alves <palves@redhat.com>
5381 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5382 prefix instead of $binfile1/$binfile2.
5383 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5385 * gdb.python/py-completion.exp: Use "load python file" as test
5386 messages instead of unstable path names.
5388 2017-03-08 Pedro Alves <palves@redhat.com>
5389 Jan Kratochvil <jan.kratochvil@redhat.com>
5392 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5394 (top level): Call it.
5396 2017-03-08 Pedro Alves <palves@redhat.com>
5399 * gdb.tui/tui-nl-filtered-output.exp: New file.
5401 2017-03-08 Pedro Alves <palves@redhat.com>
5403 * gdb.base/completion.exp: Move TUI completion tests to ...
5404 * gdb.tui/completion.exp: ... this new file.
5406 2017-03-08 Pedro Alves <palves@redhat.com>
5408 * gdb.base/tui-disasm-long-lines.c,
5409 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5410 gdb.base/tui-layout.exp: Move to ...
5411 * gdb.tui/: ... this new directory.
5413 2017-03-07 Pedro Alves <palves@redhat.com>
5415 * gdb.base/tui-layout.c: New file.
5416 * gdb.base/tui-layout.exp: New file.
5418 2017-03-07 Pedro Alves <palves@redhat.com>
5420 * gdb.base/tui-layout.c: Rename to ...
5421 * gdb.base/tui-disasm-long-lines.c: ... this.
5422 * gdb.base/tui-layout.exp: Rename to ...
5423 * gdb.base/tui-disasm-long-lines.exp: ... this.
5425 2017-03-07 Pedro Alves <palves@redhat.com>
5427 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5429 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5431 * i386-mpx-call.c: New file.
5432 * i386-mpx-call.exp: New file.
5434 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5436 * gdb.arch/powerpc-power.exp: Delete test.
5437 * gdb.arch/powerpc-power.s: Likewise.
5438 * gdb.disasm/disassembler-options.exp: New test.
5439 * gdb.arch/powerpc-altivec.exp: Likewise.
5440 * gdb.arch/powerpc-altivec.s: Likewise.
5441 * gdb.arch/powerpc-altivec2.exp: Likewise.
5442 * gdb.arch/powerpc-altivec2.s: Likewise.
5443 * gdb.arch/powerpc-altivec3.exp: Likewise.
5444 * gdb.arch/powerpc-altivec3.s: Likewise.
5445 * gdb.arch/powerpc-power7.exp: Likewise.
5446 * gdb.arch/powerpc-power7.s: Likewise.
5447 * gdb.arch/powerpc-power8.exp: Likewise.
5448 * gdb.arch/powerpc-power8.s: Likewise.
5449 * gdb.arch/powerpc-power9.exp: Likewise.
5450 * gdb.arch/powerpc-power9.s: Likewise.
5451 * gdb.arch/powerpc-vsx.exp: Likewise.
5452 * gdb.arch/powerpc-vsx.s: Likewise.
5453 * gdb.arch/powerpc-vsx2.exp: Likewise.
5454 * gdb.arch/powerpc-vsx2.s: Likewise.
5455 * gdb.arch/powerpc-vsx3.exp: Likewise.
5456 * gdb.arch/powerpc-vsx3.s: Likewise.
5457 * gdb.arch/arm-disassembler-options.exp: Likewise.
5458 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5459 * gdb.arch/s390-disassembler-options.exp: Likewise.
5461 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5463 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5464 (check_supported_features): ... this. Changed return type to void.
5465 (supports_rdseed): New static global.
5466 (rdseed): Check supports_rdseed.
5467 (initialize): Call check_supported_features.
5469 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5471 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5472 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5474 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5475 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5477 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5479 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5482 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5484 * gdb.dwarf2/formdata16.c: New file.
5485 * gdb.dwarf2/formdata16.exp: New file.
5486 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5488 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5490 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5491 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5492 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5493 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5496 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5498 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5500 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5503 * gdb.base/maint.exp: Add testcases for when the commands do
5506 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5508 * gdb.cp/chained-calls.exp: Use p instead of P.
5510 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5512 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5513 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5515 2017-02-14 Tom Tromey <tom@tromey.com>
5518 * gdb.python/py-events.exp: Add before_prompt event tests.
5520 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5522 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5524 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5526 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5527 (main): Call my_unique_function_name.
5528 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5529 completion of patterns with a single match.
5530 Add missing -re switches to gdb_test_multiple calls.
5532 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5534 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5535 return if core file is not recognized.
5537 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5539 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5542 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5544 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5547 2017-02-10 Tom Tromey <tom@tromey.com>
5549 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5551 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5554 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5556 2017-02-08 Jerome Guitton <guitton@adacore.com>
5558 * gdb.base/define.exp: Add test for command abbreviations
5561 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5563 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5564 * gdb.reverse/insn-reverse-x86.c: New file.
5566 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5569 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5571 2017-02-03 Tom Tromey <tom@tromey.com>
5574 * gdb.rust/simple.exp: Add new tests.
5576 2017-02-02 Pedro Alves <palves@redhat.com>
5578 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5581 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5583 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5584 taking a 2-byte value out of a 4-byte DWARF implicit value on
5586 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5587 logic. Add test cases for DW_OP_implicit.
5589 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5591 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5593 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5595 * gdb.btrace/enable.exp: Call gdb_exit before
5596 skip_gdbserver_tests.
5598 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5600 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5603 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5605 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5606 the test is skipped.
5607 * gdb.btrace/data.exp: Likewise.
5608 * gdb.btrace/delta.exp: Likewise.
5609 * gdb.btrace/dlopen.exp: Likewise.
5610 * gdb.btrace/enable-running.exp: Likewise.
5611 * gdb.btrace/enable.exp: Likewise.
5612 * gdb.btrace/exception.exp: Likewise.
5613 * gdb.btrace/function_call_history.exp: Likewise.
5614 * gdb.btrace/gcore.exp: Likewise.
5615 * gdb.btrace/instruction_history.exp: Likewise.
5616 * gdb.btrace/multi-thread-step.exp: Likewise.
5617 * gdb.btrace/nohist.exp: Likewise.
5618 * gdb.btrace/non-stop.exp: Likewise.
5619 * gdb.btrace/reconnect.exp: Likewise.
5620 * gdb.btrace/record_goto-step.exp: Likewise.
5621 * gdb.btrace/record_goto.exp: Likewise.
5622 * gdb.btrace/rn-dl-bind.exp: Likewise.
5623 * gdb.btrace/segv.exp: Likewise.
5624 * gdb.btrace/step.exp: Likewise.
5625 * gdb.btrace/stepi.exp: Likewise.
5626 * gdb.btrace/tailcall-only.exp: Likewise.
5627 * gdb.btrace/tailcall.exp: Likewise.
5628 * gdb.btrace/tsx.exp: Likewise.
5629 * gdb.btrace/unknown_functions.exp: Likewise.
5630 * gdb.btrace/vdso.exp: Likewise.
5632 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5634 * gdb.btrace/enable-running.c: New.
5635 * gdb.btrace/enable-running.exp: New.
5637 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5639 * gdb.arch/amd64-gs_base.c: New file.
5640 * gdb.arch/amd64-gs_base.exp: New file.
5642 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5644 * lib/memory.exp: Remove spurious empty newlines.
5646 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5648 * gdb.python/py-bad-printers.exp: Load python file using "source".
5649 * gdb.python/py-events.exp: Likewise.
5650 * gdb.python/py-evsignal.exp: Likewise.
5651 * gdb.python/py-evthreads.exp: Likewise.
5652 * gdb.python/py-frame-args.exp: Likewise.
5653 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5654 * gdb.python/py-framefilter-mi.exp: Likewise.
5655 * gdb.python/py-framefilter.exp: Likewise.
5656 * gdb.python/py-mi.exp: Likewise.
5657 * gdb.python/py-pp-maint.exp: Likewise.
5658 * gdb.python/py-pp-registration.exp: Likewise.
5659 * gdb.python/py-prettyprint.exp: Likewise.
5660 (run_lang_tests): Likewise.
5661 * gdb.python/py-typeprint.exp: Likewise.
5663 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5665 * lib/memory.exp: New file.
5666 * lib/gdb.exp: Load memory.exp.
5667 * gdb.base/memattr.exp (delete_memory): Move proc to
5668 lib/memory.exp and rename to delete_memory_regions.
5669 Replace delete_memory with delete_memory_regions.
5670 Cleanup memory regions before tests.
5671 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5674 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5676 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5678 (initialize): New function conditionally defined.
5679 (testcases): Move within conditional block.
5680 (main): Call initialize.
5681 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5682 of gdb.reverse/insn-reverse.c.
5683 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5684 gdb.reverse/insn-reverse.c.
5686 2017-01-26 Yao Qi <yao.qi@linaro.org>
5688 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5689 disassemble on address 0.
5691 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5692 Yao Qi <yao.qi@linaro.org>
5694 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5695 * gdb.dwarf2/implptr-64bit.S: Remove.
5696 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5697 variables in caller's context. Add DW_OP_implicit_value.
5699 2017-01-25 Yao Qi <yao.qi@linaro.org>
5701 * lib/dwarf.exp (Dwarf::_location): Handle
5702 DW_OP_GNU_implicit_pointer with proper size.
5704 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5706 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5707 and add untested calls.
5709 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5711 * gdb.python/python.exp: Check line number against what GDB thinks
5712 the line number is for func1.
5714 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5716 * gdb.dlang/debug-expr.exp: New file.
5718 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5720 Fix test names for the following files:
5722 * gdb.ada/exec_changed.exp
5723 * gdb.ada/info_types.exp
5724 * gdb.arch/aarch64-atomic-inst.exp
5725 * gdb.arch/aarch64-fp.exp
5726 * gdb.arch/altivec-abi.exp
5727 * gdb.arch/altivec-regs.exp
5728 * gdb.arch/amd64-byte.exp
5729 * gdb.arch/amd64-disp-step.exp
5730 * gdb.arch/amd64-dword.exp
5731 * gdb.arch/amd64-entry-value-inline.exp
5732 * gdb.arch/amd64-entry-value-param.exp
5733 * gdb.arch/amd64-entry-value-paramref.exp
5734 * gdb.arch/amd64-entry-value.exp
5735 * gdb.arch/amd64-i386-address.exp
5736 * gdb.arch/amd64-invalid-stack-middle.exp
5737 * gdb.arch/amd64-invalid-stack-top.exp
5738 * gdb.arch/amd64-optimout-repeat.exp
5739 * gdb.arch/amd64-prologue-skip.exp
5740 * gdb.arch/amd64-prologue-xmm.exp
5741 * gdb.arch/amd64-stap-special-operands.exp
5742 * gdb.arch/amd64-stap-wrong-subexp.exp
5743 * gdb.arch/amd64-tailcall-cxx.exp
5744 * gdb.arch/amd64-tailcall-noret.exp
5745 * gdb.arch/amd64-tailcall-ret.exp
5746 * gdb.arch/amd64-tailcall-self.exp
5747 * gdb.arch/amd64-word.exp
5748 * gdb.arch/arm-bl-branch-dest.exp
5749 * gdb.arch/arm-disp-step.exp
5750 * gdb.arch/arm-neon.exp
5751 * gdb.arch/arm-single-step-kernel-helper.exp
5752 * gdb.arch/avr-flash-qualifier.exp
5753 * gdb.arch/disp-step-insn-reloc.exp
5754 * gdb.arch/e500-abi.exp
5755 * gdb.arch/e500-regs.exp
5756 * gdb.arch/ftrace-insn-reloc.exp
5757 * gdb.arch/i386-avx512.exp
5758 * gdb.arch/i386-bp_permanent.exp
5759 * gdb.arch/i386-byte.exp
5760 * gdb.arch/i386-cfi-notcurrent.exp
5761 * gdb.arch/i386-disp-step.exp
5762 * gdb.arch/i386-dr3-watch.exp
5763 * gdb.arch/i386-float.exp
5764 * gdb.arch/i386-gnu-cfi.exp
5765 * gdb.arch/i386-mpx-map.exp
5766 * gdb.arch/i386-mpx-sigsegv.exp
5767 * gdb.arch/i386-mpx-simple_segv.exp
5768 * gdb.arch/i386-mpx.exp
5769 * gdb.arch/i386-permbkpt.exp
5770 * gdb.arch/i386-prologue.exp
5771 * gdb.arch/i386-signal.exp
5772 * gdb.arch/i386-size-overlap.exp
5773 * gdb.arch/i386-unwind.exp
5774 * gdb.arch/i386-word.exp
5775 * gdb.arch/mips-fcr.exp
5776 * gdb.arch/powerpc-d128-regs.exp
5777 * gdb.arch/powerpc-stackless.exp
5778 * gdb.arch/ppc64-atomic-inst.exp
5779 * gdb.arch/s390-stackless.exp
5780 * gdb.arch/s390-tdbregs.exp
5781 * gdb.arch/s390-vregs.exp
5782 * gdb.arch/sparc-sysstep.exp
5783 * gdb.arch/thumb-bx-pc.exp
5784 * gdb.arch/thumb-singlestep.exp
5785 * gdb.arch/thumb2-it.exp
5786 * gdb.arch/vsx-regs.exp
5787 * gdb.asm/asm-source.exp
5788 * gdb.base/a2-run.exp
5789 * gdb.base/advance.exp
5790 * gdb.base/all-bin.exp
5793 * gdb.base/arithmet.exp
5794 * gdb.base/async-shell.exp
5795 * gdb.base/async.exp
5796 * gdb.base/attach-pie-noexec.exp
5797 * gdb.base/attach-twice.exp
5798 * gdb.base/auto-load.exp
5800 * gdb.base/bitfields.exp
5801 * gdb.base/break-always.exp
5802 * gdb.base/break-caller-line.exp
5803 * gdb.base/break-entry.exp
5804 * gdb.base/break-inline.exp
5805 * gdb.base/break-on-linker-gcd-function.exp
5806 * gdb.base/break-probes.exp
5807 * gdb.base/break.exp
5808 * gdb.base/breakpoint-shadow.exp
5809 * gdb.base/call-ar-st.exp
5810 * gdb.base/call-sc.exp
5811 * gdb.base/call-signal-resume.exp
5812 * gdb.base/call-strs.exp
5813 * gdb.base/callfuncs.exp
5814 * gdb.base/catch-fork-static.exp
5815 * gdb.base/catch-gdb-caused-signals.exp
5816 * gdb.base/catch-load.exp
5817 * gdb.base/catch-signal-fork.exp
5818 * gdb.base/catch-signal.exp
5819 * gdb.base/catch-syscall.exp
5820 * gdb.base/charset.exp
5821 * gdb.base/checkpoint.exp
5822 * gdb.base/chng-syms.exp
5823 * gdb.base/code-expr.exp
5824 * gdb.base/code_elim.exp
5825 * gdb.base/commands.exp
5826 * gdb.base/completion.exp
5827 * gdb.base/complex.exp
5828 * gdb.base/cond-expr.exp
5829 * gdb.base/condbreak.exp
5830 * gdb.base/consecutive.exp
5831 * gdb.base/continue-all-already-running.exp
5832 * gdb.base/coredump-filter.exp
5833 * gdb.base/corefile.exp
5835 * gdb.base/debug-expr.exp
5836 * gdb.base/define.exp
5838 * gdb.base/disabled-location.exp
5839 * gdb.base/disasm-end-cu.exp
5840 * gdb.base/disasm-optim.exp
5841 * gdb.base/display.exp
5842 * gdb.base/duplicate-bp.exp
5843 * gdb.base/ena-dis-br.exp
5844 * gdb.base/ending-run.exp
5845 * gdb.base/enumval.exp
5846 * gdb.base/environ.exp
5847 * gdb.base/eu-strip-infcall.exp
5848 * gdb.base/eval-avoid-side-effects.exp
5849 * gdb.base/eval-skip.exp
5850 * gdb.base/exitsignal.exp
5851 * gdb.base/expand-psymtabs.exp
5852 * gdb.base/filesym.exp
5853 * gdb.base/find-unmapped.exp
5854 * gdb.base/finish.exp
5855 * gdb.base/float.exp
5856 * gdb.base/foll-exec-mode.exp
5857 * gdb.base/foll-exec.exp
5858 * gdb.base/foll-fork.exp
5859 * gdb.base/fortran-sym-case.exp
5860 * gdb.base/freebpcmd.exp
5861 * gdb.base/func-ptr.exp
5862 * gdb.base/func-ptrs.exp
5863 * gdb.base/funcargs.exp
5864 * gdb.base/gcore-buffer-overflow.exp
5865 * gdb.base/gcore-relro-pie.exp
5866 * gdb.base/gcore-relro.exp
5867 * gdb.base/gcore.exp
5868 * gdb.base/gdb1090.exp
5869 * gdb.base/gdb11530.exp
5870 * gdb.base/gdb11531.exp
5871 * gdb.base/gdb1821.exp
5872 * gdb.base/gdbindex-stabs.exp
5873 * gdb.base/gdbvars.exp
5874 * gdb.base/hbreak.exp
5875 * gdb.base/hbreak2.exp
5876 * gdb.base/included.exp
5877 * gdb.base/infcall-input.exp
5878 * gdb.base/inferior-died.exp
5879 * gdb.base/infnan.exp
5880 * gdb.base/info-macros.exp
5881 * gdb.base/info-os.exp
5882 * gdb.base/info-proc.exp
5883 * gdb.base/info-shared.exp
5884 * gdb.base/info-target.exp
5885 * gdb.base/infoline.exp
5886 * gdb.base/interp.exp
5887 * gdb.base/interrupt.exp
5888 * gdb.base/jit-reader.exp
5889 * gdb.base/jit-simple.exp
5890 * gdb.base/kill-after-signal.exp
5891 * gdb.base/kill-detach-inferiors-cmd.exp
5892 * gdb.base/label.exp
5893 * gdb.base/langs.exp
5894 * gdb.base/ldbl_e308.exp
5895 * gdb.base/line-symtabs.exp
5896 * gdb.base/linespecs.exp
5898 * gdb.base/long_long.exp
5899 * gdb.base/longest-types.exp
5900 * gdb.base/maint.exp
5901 * gdb.base/max-value-size.exp
5902 * gdb.base/memattr.exp
5903 * gdb.base/mips_pro.exp
5904 * gdb.base/morestack.exp
5905 * gdb.base/moribund-step.exp
5906 * gdb.base/multi-forks.exp
5907 * gdb.base/nested-addr.exp
5908 * gdb.base/nextoverexit.exp
5909 * gdb.base/noreturn-finish.exp
5910 * gdb.base/noreturn-return.exp
5911 * gdb.base/nostdlib.exp
5912 * gdb.base/offsets.exp
5913 * gdb.base/opaque.exp
5914 * gdb.base/pc-fp.exp
5915 * gdb.base/permissions.exp
5916 * gdb.base/print-symbol-loading.exp
5917 * gdb.base/prologue-include.exp
5918 * gdb.base/psymtab.exp
5919 * gdb.base/ptype.exp
5920 * gdb.base/random-signal.exp
5921 * gdb.base/randomize.exp
5922 * gdb.base/range-stepping.exp
5923 * gdb.base/readline-ask.exp
5924 * gdb.base/recpar.exp
5925 * gdb.base/recurse.exp
5926 * gdb.base/relational.exp
5927 * gdb.base/restore.exp
5928 * gdb.base/return-nodebug.exp
5929 * gdb.base/return.exp
5930 * gdb.base/run-after-attach.exp
5931 * gdb.base/save-bp.exp
5932 * gdb.base/scope.exp
5933 * gdb.base/sect-cmd.exp
5934 * gdb.base/set-lang-auto.exp
5935 * gdb.base/set-noassign.exp
5936 * gdb.base/setvar.exp
5937 * gdb.base/sigall.exp
5938 * gdb.base/sigbpt.exp
5939 * gdb.base/siginfo-addr.exp
5940 * gdb.base/siginfo-infcall.exp
5941 * gdb.base/siginfo-obj.exp
5942 * gdb.base/siginfo.exp
5943 * gdb.base/signals-state-child.exp
5944 * gdb.base/signest.exp
5945 * gdb.base/sigstep.exp
5946 * gdb.base/sizeof.exp
5948 * gdb.base/solib-corrupted.exp
5949 * gdb.base/solib-nodir.exp
5950 * gdb.base/solib-search.exp
5951 * gdb.base/stack-checking.exp
5952 * gdb.base/stale-infcall.exp
5953 * gdb.base/stap-probe.exp
5954 * gdb.base/start.exp
5955 * gdb.base/step-break.exp
5956 * gdb.base/step-bt.exp
5957 * gdb.base/step-line.exp
5958 * gdb.base/step-over-exit.exp
5959 * gdb.base/step-over-syscall.exp
5960 * gdb.base/step-resume-infcall.exp
5961 * gdb.base/step-test.exp
5962 * gdb.base/store.exp
5963 * gdb.base/structs3.exp
5964 * gdb.base/sym-file.exp
5965 * gdb.base/symbol-without-target_section.exp
5967 * gdb.base/testenv.exp
5968 * gdb.base/ui-redirect.exp
5969 * gdb.base/until.exp
5970 * gdb.base/unwindonsignal.exp
5971 * gdb.base/value-double-free.exp
5972 * gdb.base/vla-datatypes.exp
5973 * gdb.base/vla-ptr.exp
5974 * gdb.base/vla-sideeffect.exp
5975 * gdb.base/volatile.exp
5976 * gdb.base/watch-cond-infcall.exp
5977 * gdb.base/watch-cond.exp
5978 * gdb.base/watch-non-mem.exp
5979 * gdb.base/watch-read.exp
5980 * gdb.base/watch-vfork.exp
5981 * gdb.base/watchpoint-cond-gone.exp
5982 * gdb.base/watchpoint-delete.exp
5983 * gdb.base/watchpoint-hw-hit-once.exp
5984 * gdb.base/watchpoint-hw.exp
5985 * gdb.base/watchpoint-stops-at-right-insn.exp
5986 * gdb.base/watchpoints.exp
5987 * gdb.base/wchar.exp
5988 * gdb.base/whatis-exp.exp
5989 * gdb.btrace/buffer-size.exp
5990 * gdb.btrace/data.exp
5991 * gdb.btrace/delta.exp
5992 * gdb.btrace/dlopen.exp
5993 * gdb.btrace/enable.exp
5994 * gdb.btrace/exception.exp
5995 * gdb.btrace/function_call_history.exp
5996 * gdb.btrace/gcore.exp
5997 * gdb.btrace/instruction_history.exp
5998 * gdb.btrace/nohist.exp
5999 * gdb.btrace/reconnect.exp
6000 * gdb.btrace/record_goto-step.exp
6001 * gdb.btrace/record_goto.exp
6002 * gdb.btrace/rn-dl-bind.exp
6003 * gdb.btrace/segv.exp
6004 * gdb.btrace/step.exp
6005 * gdb.btrace/stepi.exp
6006 * gdb.btrace/tailcall-only.exp
6007 * gdb.btrace/tailcall.exp
6008 * gdb.btrace/tsx.exp
6009 * gdb.btrace/unknown_functions.exp
6010 * gdb.btrace/vdso.exp
6011 * gdb.compile/compile-ifunc.exp
6012 * gdb.compile/compile-ops.exp
6013 * gdb.compile/compile-print.exp
6014 * gdb.compile/compile-setjmp.exp
6015 * gdb.cp/abstract-origin.exp
6016 * gdb.cp/ambiguous.exp
6017 * gdb.cp/annota2.exp
6018 * gdb.cp/annota3.exp
6019 * gdb.cp/anon-ns.exp
6020 * gdb.cp/anon-struct.exp
6021 * gdb.cp/anon-union.exp
6022 * gdb.cp/arg-reference.exp
6023 * gdb.cp/baseenum.exp
6025 * gdb.cp/breakpoint.exp
6026 * gdb.cp/bs15503.exp
6029 * gdb.cp/chained-calls.exp
6031 * gdb.cp/classes.exp
6032 * gdb.cp/cmpd-minsyms.exp
6033 * gdb.cp/converts.exp
6034 * gdb.cp/cp-relocate.exp
6035 * gdb.cp/cpcompletion.exp
6036 * gdb.cp/cpexprs.exp
6037 * gdb.cp/cplabel.exp
6038 * gdb.cp/cplusfuncs.exp
6039 * gdb.cp/cpsizeof.exp
6041 * gdb.cp/derivation.exp
6042 * gdb.cp/destrprint.exp
6043 * gdb.cp/dispcxx.exp
6044 * gdb.cp/enum-class.exp
6045 * gdb.cp/exception.exp
6046 * gdb.cp/exceptprint.exp
6047 * gdb.cp/expand-psymtabs-cxx.exp
6048 * gdb.cp/expand-sals.exp
6049 * gdb.cp/extern-c.exp
6050 * gdb.cp/filename.exp
6051 * gdb.cp/formatted-ref.exp
6052 * gdb.cp/fpointer.exp
6053 * gdb.cp/gdb1355.exp
6054 * gdb.cp/gdb2495.exp
6056 * gdb.cp/impl-this.exp
6057 * gdb.cp/infcall-dlopen.exp
6058 * gdb.cp/inherit.exp
6059 * gdb.cp/iostream.exp
6063 * gdb.cp/m-static.exp
6064 * gdb.cp/mb-ctor.exp
6065 * gdb.cp/mb-inline.exp
6066 * gdb.cp/mb-templates.exp
6067 * gdb.cp/member-name.exp
6068 * gdb.cp/member-ptr.exp
6069 * gdb.cp/meth-typedefs.exp
6071 * gdb.cp/method2.exp
6072 * gdb.cp/minsym-fallback.exp
6074 * gdb.cp/namelessclass.exp
6075 * gdb.cp/namespace-enum.exp
6076 * gdb.cp/namespace-nested-import.exp
6077 * gdb.cp/namespace.exp
6078 * gdb.cp/nextoverthrow.exp
6079 * gdb.cp/no-dmgl-verbose.exp
6080 * gdb.cp/non-trivial-retval.exp
6081 * gdb.cp/noparam.exp
6083 * gdb.cp/nsimport.exp
6084 * gdb.cp/nsnested.exp
6085 * gdb.cp/nsnoimports.exp
6086 * gdb.cp/nsrecurs.exp
6087 * gdb.cp/nsstress.exp
6088 * gdb.cp/nsusing.exp
6089 * gdb.cp/operator.exp
6090 * gdb.cp/oranking.exp
6091 * gdb.cp/overload-const.exp
6092 * gdb.cp/overload.exp
6093 * gdb.cp/ovldbreak.exp
6095 * gdb.cp/paren-type.exp
6096 * gdb.cp/parse-lang.exp
6097 * gdb.cp/pass-by-ref.exp
6098 * gdb.cp/pr-1023.exp
6099 * gdb.cp/pr-1210.exp
6101 * gdb.cp/pr10687.exp
6102 * gdb.cp/pr12028.exp
6103 * gdb.cp/pr17132.exp
6104 * gdb.cp/pr17494.exp
6108 * gdb.cp/printmethod.exp
6110 * gdb.cp/psymtab-parameter.exp
6111 * gdb.cp/ptype-cv-cp.exp
6112 * gdb.cp/ptype-flags.exp
6113 * gdb.cp/re-set-overloaded.exp
6114 * gdb.cp/ref-types.exp
6116 * gdb.cp/scope-err.exp
6119 * gdb.cp/static-method.exp
6120 * gdb.cp/static-print-quit.exp
6121 * gdb.cp/temargs.exp
6122 * gdb.cp/templates.exp
6123 * gdb.cp/try_catch.exp
6124 * gdb.cp/typedef-operator.exp
6126 * gdb.cp/userdef.exp
6127 * gdb.cp/using-crash.exp
6128 * gdb.cp/var-tag.exp
6129 * gdb.cp/virtbase.exp
6130 * gdb.cp/virtfunc.exp
6131 * gdb.cp/virtfunc2.exp
6132 * gdb.cp/vla-cxx.exp
6133 * gdb.disasm/t01_mov.exp
6134 * gdb.disasm/t02_mova.exp
6135 * gdb.disasm/t03_add.exp
6136 * gdb.disasm/t04_sub.exp
6137 * gdb.disasm/t05_cmp.exp
6138 * gdb.disasm/t06_ari2.exp
6139 * gdb.disasm/t07_ari3.exp
6140 * gdb.disasm/t08_or.exp
6141 * gdb.disasm/t09_xor.exp
6142 * gdb.disasm/t10_and.exp
6143 * gdb.disasm/t11_logs.exp
6144 * gdb.disasm/t12_bit.exp
6145 * gdb.disasm/t13_otr.exp
6146 * gdb.dlang/circular.exp
6147 * gdb.dwarf2/arr-stride.exp
6148 * gdb.dwarf2/arr-subrange.exp
6149 * gdb.dwarf2/atomic-type.exp
6150 * gdb.dwarf2/bad-regnum.exp
6151 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6152 * gdb.dwarf2/callframecfa.exp
6153 * gdb.dwarf2/clztest.exp
6154 * gdb.dwarf2/corrupt.exp
6155 * gdb.dwarf2/data-loc.exp
6156 * gdb.dwarf2/dup-psym.exp
6157 * gdb.dwarf2/dw2-anon-mptr.exp
6158 * gdb.dwarf2/dw2-anonymous-func.exp
6159 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6160 * gdb.dwarf2/dw2-bad-unresolved.exp
6161 * gdb.dwarf2/dw2-basic.exp
6162 * gdb.dwarf2/dw2-canonicalize-type.exp
6163 * gdb.dwarf2/dw2-case-insensitive.exp
6164 * gdb.dwarf2/dw2-common-block.exp
6165 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6166 * gdb.dwarf2/dw2-compressed.exp
6167 * gdb.dwarf2/dw2-const.exp
6168 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6169 * gdb.dwarf2/dw2-cu-size.exp
6170 * gdb.dwarf2/dw2-dup-frame.exp
6171 * gdb.dwarf2/dw2-entry-value.exp
6172 * gdb.dwarf2/dw2-icycle.exp
6173 * gdb.dwarf2/dw2-ifort-parameter.exp
6174 * gdb.dwarf2/dw2-inline-break.exp
6175 * gdb.dwarf2/dw2-inline-param.exp
6176 * gdb.dwarf2/dw2-intercu.exp
6177 * gdb.dwarf2/dw2-intermix.exp
6178 * gdb.dwarf2/dw2-lexical-block-bare.exp
6179 * gdb.dwarf2/dw2-linkage-name-trust.exp
6180 * gdb.dwarf2/dw2-minsym-in-cu.exp
6181 * gdb.dwarf2/dw2-noloc.exp
6182 * gdb.dwarf2/dw2-op-call.exp
6183 * gdb.dwarf2/dw2-op-out-param.exp
6184 * gdb.dwarf2/dw2-opt-structptr.exp
6185 * gdb.dwarf2/dw2-param-error.exp
6186 * gdb.dwarf2/dw2-producer.exp
6187 * gdb.dwarf2/dw2-ranges-base.exp
6188 * gdb.dwarf2/dw2-ref-missing-frame.exp
6189 * gdb.dwarf2/dw2-reg-undefined.exp
6190 * gdb.dwarf2/dw2-regno-invalid.exp
6191 * gdb.dwarf2/dw2-restore.exp
6192 * gdb.dwarf2/dw2-restrict.exp
6193 * gdb.dwarf2/dw2-single-line-discriminators.exp
6194 * gdb.dwarf2/dw2-strp.exp
6195 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6196 * gdb.dwarf2/dw2-unresolved.exp
6197 * gdb.dwarf2/dw2-var-zero-addr.exp
6198 * gdb.dwarf2/dw4-sig-types.exp
6199 * gdb.dwarf2/dwz.exp
6200 * gdb.dwarf2/dynarr-ptr.exp
6201 * gdb.dwarf2/enum-type.exp
6202 * gdb.dwarf2/gdb-index.exp
6203 * gdb.dwarf2/implptr-64bit.exp
6204 * gdb.dwarf2/implptr-optimized-out.exp
6205 * gdb.dwarf2/implptr.exp
6206 * gdb.dwarf2/implref-array.exp
6207 * gdb.dwarf2/implref-const.exp
6208 * gdb.dwarf2/implref-global.exp
6209 * gdb.dwarf2/implref-struct.exp
6210 * gdb.dwarf2/mac-fileno.exp
6211 * gdb.dwarf2/main-subprogram.exp
6212 * gdb.dwarf2/member-ptr-forwardref.exp
6213 * gdb.dwarf2/method-ptr.exp
6214 * gdb.dwarf2/missing-sig-type.exp
6215 * gdb.dwarf2/nonvar-access.exp
6216 * gdb.dwarf2/opaque-type-lookup.exp
6217 * gdb.dwarf2/pieces-optimized-out.exp
6218 * gdb.dwarf2/pieces.exp
6219 * gdb.dwarf2/pr10770.exp
6220 * gdb.dwarf2/pr13961.exp
6221 * gdb.dwarf2/staticvirtual.exp
6222 * gdb.dwarf2/subrange.exp
6223 * gdb.dwarf2/symtab-producer.exp
6224 * gdb.dwarf2/trace-crash.exp
6225 * gdb.dwarf2/typeddwarf.exp
6226 * gdb.dwarf2/valop.exp
6227 * gdb.dwarf2/watch-notconst.exp
6228 * gdb.fortran/array-element.exp
6229 * gdb.fortran/charset.exp
6230 * gdb.fortran/common-block.exp
6231 * gdb.fortran/complex.exp
6232 * gdb.fortran/derived-type-function.exp
6233 * gdb.fortran/derived-type.exp
6234 * gdb.fortran/logical.exp
6235 * gdb.fortran/module.exp
6236 * gdb.fortran/multi-dim.exp
6237 * gdb.fortran/nested-funcs.exp
6238 * gdb.fortran/print-formatted.exp
6239 * gdb.fortran/subarray.exp
6240 * gdb.fortran/vla-alloc-assoc.exp
6241 * gdb.fortran/vla-datatypes.exp
6242 * gdb.fortran/vla-history.exp
6243 * gdb.fortran/vla-ptr-info.exp
6244 * gdb.fortran/vla-ptype-sub.exp
6245 * gdb.fortran/vla-ptype.exp
6246 * gdb.fortran/vla-sizeof.exp
6247 * gdb.fortran/vla-type.exp
6248 * gdb.fortran/vla-value-sub-arbitrary.exp
6249 * gdb.fortran/vla-value-sub-finish.exp
6250 * gdb.fortran/vla-value-sub.exp
6251 * gdb.fortran/vla-value.exp
6252 * gdb.fortran/whatis_type.exp
6254 * gdb.go/handcall.exp
6256 * gdb.go/integers.exp
6257 * gdb.go/methods.exp
6258 * gdb.go/package.exp
6259 * gdb.go/strings.exp
6262 * gdb.guile/scm-arch.exp
6263 * gdb.guile/scm-block.exp
6264 * gdb.guile/scm-breakpoint.exp
6265 * gdb.guile/scm-cmd.exp
6266 * gdb.guile/scm-disasm.exp
6267 * gdb.guile/scm-equal.exp
6268 * gdb.guile/scm-frame-args.exp
6269 * gdb.guile/scm-frame-inline.exp
6270 * gdb.guile/scm-frame.exp
6271 * gdb.guile/scm-iterator.exp
6272 * gdb.guile/scm-math.exp
6273 * gdb.guile/scm-objfile.exp
6274 * gdb.guile/scm-ports.exp
6275 * gdb.guile/scm-symbol.exp
6276 * gdb.guile/scm-symtab.exp
6277 * gdb.guile/scm-value-cc.exp
6278 * gdb.guile/types-module.exp
6279 * gdb.linespec/break-ask.exp
6280 * gdb.linespec/cpexplicit.exp
6281 * gdb.linespec/explicit.exp
6282 * gdb.linespec/keywords.exp
6283 * gdb.linespec/linespec.exp
6284 * gdb.linespec/ls-dollar.exp
6285 * gdb.linespec/ls-errs.exp
6286 * gdb.linespec/skip-two.exp
6287 * gdb.linespec/thread.exp
6288 * gdb.mi/mi-async.exp
6289 * gdb.mi/mi-basics.exp
6290 * gdb.mi/mi-break.exp
6291 * gdb.mi/mi-catch-load.exp
6293 * gdb.mi/mi-cmd-param-changed.exp
6294 * gdb.mi/mi-console.exp
6295 * gdb.mi/mi-detach.exp
6296 * gdb.mi/mi-disassemble.exp
6297 * gdb.mi/mi-eval.exp
6298 * gdb.mi/mi-file-transfer.exp
6299 * gdb.mi/mi-file.exp
6300 * gdb.mi/mi-fill-memory.exp
6301 * gdb.mi/mi-inheritance-syntax-error.exp
6302 * gdb.mi/mi-linespec-err-cp.exp
6303 * gdb.mi/mi-logging.exp
6304 * gdb.mi/mi-memory-changed.exp
6305 * gdb.mi/mi-read-memory.exp
6306 * gdb.mi/mi-record-changed.exp
6307 * gdb.mi/mi-reg-undefined.exp
6308 * gdb.mi/mi-regs.exp
6309 * gdb.mi/mi-return.exp
6310 * gdb.mi/mi-reverse.exp
6311 * gdb.mi/mi-simplerun.exp
6312 * gdb.mi/mi-solib.exp
6313 * gdb.mi/mi-stack.exp
6314 * gdb.mi/mi-stepi.exp
6315 * gdb.mi/mi-syn-frame.exp
6316 * gdb.mi/mi-until.exp
6317 * gdb.mi/mi-var-block.exp
6318 * gdb.mi/mi-var-child.exp
6319 * gdb.mi/mi-var-cmd.exp
6320 * gdb.mi/mi-var-cp.exp
6321 * gdb.mi/mi-var-display.exp
6322 * gdb.mi/mi-var-invalidate.exp
6323 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6324 * gdb.mi/mi-vla-fortran.exp
6325 * gdb.mi/mi-watch.exp
6326 * gdb.mi/mi2-var-child.exp
6327 * gdb.mi/user-selected-context-sync.exp
6328 * gdb.modula2/unbounded-array.exp
6329 * gdb.multi/dummy-frame-restore.exp
6330 * gdb.multi/multi-arch-exec.exp
6331 * gdb.multi/multi-arch.exp
6332 * gdb.multi/tids.exp
6333 * gdb.multi/watchpoint-multi.exp
6334 * gdb.opencl/callfuncs.exp
6335 * gdb.opencl/convs_casts.exp
6336 * gdb.opencl/datatypes.exp
6337 * gdb.opencl/operators.exp
6338 * gdb.opencl/vec_comps.exp
6339 * gdb.opt/clobbered-registers-O2.exp
6340 * gdb.opt/inline-break.exp
6341 * gdb.opt/inline-bt.exp
6342 * gdb.opt/inline-cmds.exp
6343 * gdb.opt/inline-locals.exp
6344 * gdb.pascal/case-insensitive-symbols.exp
6345 * gdb.pascal/floats.exp
6346 * gdb.pascal/gdb11492.exp
6347 * gdb.python/lib-types.exp
6348 * gdb.python/py-arch.exp
6349 * gdb.python/py-as-string.exp
6350 * gdb.python/py-bad-printers.exp
6351 * gdb.python/py-block.exp
6352 * gdb.python/py-breakpoint-create-fail.exp
6353 * gdb.python/py-breakpoint.exp
6354 * gdb.python/py-caller-is.exp
6355 * gdb.python/py-cmd.exp
6356 * gdb.python/py-explore-cc.exp
6357 * gdb.python/py-explore.exp
6358 * gdb.python/py-finish-breakpoint.exp
6359 * gdb.python/py-finish-breakpoint2.exp
6360 * gdb.python/py-frame-args.exp
6361 * gdb.python/py-frame-inline.exp
6362 * gdb.python/py-frame.exp
6363 * gdb.python/py-framefilter-mi.exp
6364 * gdb.python/py-infthread.exp
6365 * gdb.python/py-lazy-string.exp
6366 * gdb.python/py-linetable.exp
6367 * gdb.python/py-mi-events.exp
6368 * gdb.python/py-mi-objfile.exp
6369 * gdb.python/py-mi.exp
6370 * gdb.python/py-objfile.exp
6371 * gdb.python/py-pp-integral.exp
6372 * gdb.python/py-pp-maint.exp
6373 * gdb.python/py-pp-re-notag.exp
6374 * gdb.python/py-pp-registration.exp
6375 * gdb.python/py-recurse-unwind.exp
6376 * gdb.python/py-strfns.exp
6377 * gdb.python/py-symbol.exp
6378 * gdb.python/py-symtab.exp
6379 * gdb.python/py-sync-interp.exp
6380 * gdb.python/py-typeprint.exp
6381 * gdb.python/py-unwind-maint.exp
6382 * gdb.python/py-unwind.exp
6383 * gdb.python/py-value-cc.exp
6384 * gdb.python/py-xmethods.exp
6385 * gdb.reverse/amd64-tailcall-reverse.exp
6386 * gdb.reverse/break-precsave.exp
6387 * gdb.reverse/break-reverse.exp
6388 * gdb.reverse/consecutive-precsave.exp
6389 * gdb.reverse/consecutive-reverse.exp
6390 * gdb.reverse/finish-precsave.exp
6391 * gdb.reverse/finish-reverse-bkpt.exp
6392 * gdb.reverse/finish-reverse.exp
6393 * gdb.reverse/fstatat-reverse.exp
6394 * gdb.reverse/getresuid-reverse.exp
6395 * gdb.reverse/i386-precsave.exp
6396 * gdb.reverse/i386-reverse.exp
6397 * gdb.reverse/i386-sse-reverse.exp
6398 * gdb.reverse/i387-env-reverse.exp
6399 * gdb.reverse/i387-stack-reverse.exp
6400 * gdb.reverse/insn-reverse.exp
6401 * gdb.reverse/machinestate-precsave.exp
6402 * gdb.reverse/machinestate.exp
6403 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6404 * gdb.reverse/pipe-reverse.exp
6405 * gdb.reverse/readv-reverse.exp
6406 * gdb.reverse/recvmsg-reverse.exp
6407 * gdb.reverse/rerun-prec.exp
6408 * gdb.reverse/s390-mvcle.exp
6409 * gdb.reverse/step-precsave.exp
6410 * gdb.reverse/step-reverse.exp
6411 * gdb.reverse/time-reverse.exp
6412 * gdb.reverse/until-precsave.exp
6413 * gdb.reverse/until-reverse.exp
6414 * gdb.reverse/waitpid-reverse.exp
6415 * gdb.reverse/watch-precsave.exp
6416 * gdb.reverse/watch-reverse.exp
6417 * gdb.rust/generics.exp
6418 * gdb.rust/methods.exp
6419 * gdb.rust/modules.exp
6420 * gdb.rust/simple.exp
6421 * gdb.server/connect-with-no-symbol-file.exp
6422 * gdb.server/ext-attach.exp
6423 * gdb.server/ext-restart.exp
6424 * gdb.server/ext-wrapper.exp
6425 * gdb.server/file-transfer.exp
6426 * gdb.server/server-exec-info.exp
6427 * gdb.server/server-kill.exp
6428 * gdb.server/server-mon.exp
6429 * gdb.server/wrapper.exp
6430 * gdb.stabs/exclfwd.exp
6431 * gdb.stabs/gdb11479.exp
6432 * gdb.threads/clone-new-thread-event.exp
6433 * gdb.threads/corethreads.exp
6434 * gdb.threads/current-lwp-dead.exp
6435 * gdb.threads/dlopen-libpthread.exp
6436 * gdb.threads/gcore-thread.exp
6437 * gdb.threads/sigstep-threads.exp
6438 * gdb.threads/watchpoint-fork.exp
6439 * gdb.trace/actions-changed.exp
6440 * gdb.trace/backtrace.exp
6441 * gdb.trace/change-loc.exp
6442 * gdb.trace/circ.exp
6443 * gdb.trace/collection.exp
6444 * gdb.trace/disconnected-tracing.exp
6445 * gdb.trace/ftrace.exp
6446 * gdb.trace/mi-trace-frame-collected.exp
6447 * gdb.trace/mi-trace-unavailable.exp
6448 * gdb.trace/mi-traceframe-changed.exp
6449 * gdb.trace/mi-tsv-changed.exp
6450 * gdb.trace/no-attach-trace.exp
6451 * gdb.trace/passc-dyn.exp
6452 * gdb.trace/qtro.exp
6453 * gdb.trace/range-stepping.exp
6454 * gdb.trace/read-memory.exp
6455 * gdb.trace/save-trace.exp
6456 * gdb.trace/signal.exp
6457 * gdb.trace/status-stop.exp
6458 * gdb.trace/tfile.exp
6459 * gdb.trace/trace-break.exp
6460 * gdb.trace/trace-buffer-size.exp
6461 * gdb.trace/trace-condition.exp
6462 * gdb.trace/tracefile-pseudo-reg.exp
6463 * gdb.trace/tstatus.exp
6464 * gdb.trace/unavailable.exp
6465 * gdb.trace/while-dyn.exp
6466 * gdb.trace/while-stepping.exp
6468 2016-12-22 Doug Evans <xdje42@gmail.com>
6470 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6473 2016-12-19 Yao Qi <yao.qi@linaro.org>
6475 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6476 (test_with_self): Don't call do_steps_and_nexts, and remove
6477 code about stepping into xmalloc.
6479 2016-12-09 Yao Qi <yao.qi@linaro.org>
6481 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6483 2016-12-09 Yao Qi <yao.qi@linaro.org>
6485 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6487 2016-12-09 Pedro Alves <palves@redhat.com>
6489 * gdb.base/all-architectures-0.exp: New file.
6490 * gdb.base/all-architectures-1.exp: New file.
6491 * gdb.base/all-architectures-2.exp: New file.
6492 * gdb.base/all-architectures-3.exp: New file.
6493 * gdb.base/all-architectures-4.exp: New file.
6494 * gdb.base/all-architectures-5.exp: New file.
6495 * gdb.base/all-architectures-6.exp: New file.
6496 * gdb.base/all-architectures-7.exp: New file.
6497 * gdb.base/all-architectures.exp.in: New file.
6499 2016-12-09 Yao Qi <yao.qi@linaro.org>
6501 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6503 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6505 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6507 Remove useless pattern-matching code.
6509 2016-12-02 Pedro Alves <palves@redhat.com>
6511 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6513 (top level): Call it.
6515 2016-12-02 Pedro Alves <palves@redhat.com>
6517 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6519 (top level): Call it.
6521 2016-12-02 Pedro Alves <palves@redhat.com>
6524 * gdb.base/commands.exp (user_defined_command_args_eval): New
6526 (top level): Call it.
6528 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6530 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6533 2016-12-02 Tom Tromey <tom@tromey.com>
6535 * gdb.dwarf2/main-subprogram.c: New file.
6536 * gdb.dwarf2/main-subprogram.exp: New file.
6538 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6540 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6541 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6542 gdb_test_no_output for a couple of cases.
6543 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6545 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6547 Fix test names and standardize compilation error messages throughout
6548 the following files:
6551 * gdb.arch/alpha-step.exp
6552 * gdb.arch/e500-prologue.exp
6553 * gdb.arch/ftrace-insn-reloc.exp
6554 * gdb.arch/gdb1291.exp
6555 * gdb.arch/gdb1431.exp
6556 * gdb.arch/gdb1558.exp
6557 * gdb.arch/i386-dr3-watch.exp
6558 * gdb.arch/i386-sse-stack-align.exp
6559 * gdb.arch/ia64-breakpoint-shadow.exp
6560 * gdb.arch/pa-nullify.exp
6561 * gdb.arch/powerpc-aix-prologue.exp
6562 * gdb.arch/thumb-bx-pc.exp
6563 * gdb.base/annota1.exp
6564 * gdb.base/annota3.exp
6565 * gdb.base/arrayidx.exp
6566 * gdb.base/assign.exp
6567 * gdb.base/attach.exp
6570 * gdb.base/bfp-test.exp
6571 * gdb.base/bigcore.exp
6572 * gdb.base/bitfields2.exp
6573 * gdb.base/break-fun-addr.exp
6574 * gdb.base/break-probes.exp
6575 * gdb.base/call-rt-st.exp
6576 * gdb.base/callexit.exp
6577 * gdb.base/catch-fork-kill.exp
6578 * gdb.base/charset.exp
6579 * gdb.base/checkpoint.exp
6580 * gdb.base/comprdebug.exp
6581 * gdb.base/constvars.exp
6582 * gdb.base/coredump-filter.exp
6583 * gdb.base/cursal.exp
6584 * gdb.base/cvexpr.exp
6585 * gdb.base/detach.exp
6586 * gdb.base/display.exp
6587 * gdb.base/dmsym.exp
6588 * gdb.base/dprintf-pending.exp
6589 * gdb.base/dso2dso.exp
6590 * gdb.base/dtrace-probe.exp
6592 * gdb.base/enum_cond.exp
6593 * gdb.base/exe-lock.exp
6594 * gdb.base/exec-invalid-sysroot.exp
6595 * gdb.base/execl-update-breakpoints.exp
6596 * gdb.base/exprs.exp
6597 * gdb.base/fileio.exp
6599 * gdb.base/finish.exp
6600 * gdb.base/fixsection.exp
6601 * gdb.base/foll-vfork.exp
6602 * gdb.base/frame-args.exp
6603 * gdb.base/gcore.exp
6604 * gdb.base/gdb1250.exp
6605 * gdb.base/global-var-nested-by-dso.exp
6606 * gdb.base/gnu-ifunc.exp
6607 * gdb.base/hashline1.exp
6608 * gdb.base/hashline2.exp
6609 * gdb.base/hashline3.exp
6610 * gdb.base/hbreak-in-shr-unsupported.exp
6612 * gdb.base/infcall-input.exp
6613 * gdb.base/info-fun.exp
6614 * gdb.base/info-shared.exp
6615 * gdb.base/jit-simple.exp
6616 * gdb.base/jit-so.exp
6619 * gdb.base/label.exp
6620 * gdb.base/lineinc.exp
6621 * gdb.base/logical.exp
6622 * gdb.base/longjmp.exp
6623 * gdb.base/macscp.exp
6624 * gdb.base/miscexprs.exp
6625 * gdb.base/new-ui-echo.exp
6626 * gdb.base/new-ui-pending-input.exp
6627 * gdb.base/new-ui.exp
6628 * gdb.base/nodebug.exp
6629 * gdb.base/nofield.exp
6630 * gdb.base/offsets.exp
6631 * gdb.base/overlays.exp
6632 * gdb.base/pending.exp
6633 * gdb.base/pointers.exp
6634 * gdb.base/pr11022.exp
6635 * gdb.base/printcmds.exp
6636 * gdb.base/prologue.exp
6637 * gdb.base/ptr-typedef.exp
6638 * gdb.base/realname-expand.exp
6639 * gdb.base/relativedebug.exp
6640 * gdb.base/relocate.exp
6641 * gdb.base/remote.exp
6642 * gdb.base/reread.exp
6643 * gdb.base/return2.exp
6644 * gdb.base/savedregs.exp
6646 * gdb.base/sepdebug.exp
6647 * gdb.base/sepsymtab.exp
6648 * gdb.base/set-inferior-tty.exp
6649 * gdb.base/setshow.exp
6650 * gdb.base/shlib-call.exp
6651 * gdb.base/sigaltstack.exp
6652 * gdb.base/siginfo-addr.exp
6653 * gdb.base/signals.exp
6654 * gdb.base/signull.exp
6655 * gdb.base/sigrepeat.exp
6656 * gdb.base/so-impl-ld.exp
6657 * gdb.base/solib-display.exp
6658 * gdb.base/solib-overlap.exp
6659 * gdb.base/solib-search.exp
6660 * gdb.base/solib-symbol.exp
6661 * gdb.base/structs.exp
6662 * gdb.base/structs2.exp
6663 * gdb.base/symtab-search-order.exp
6664 * gdb.base/twice.exp
6665 * gdb.base/unload.exp
6666 * gdb.base/varargs.exp
6667 * gdb.base/watchpoint-solib.exp
6668 * gdb.base/watchpoint.exp
6669 * gdb.base/whatis.exp
6670 * gdb.base/wrong_frame_bt_full.exp
6671 * gdb.btrace/dlopen.exp
6672 * gdb.cell/ea-standalone.exp
6673 * gdb.cell/ea-test.exp
6674 * gdb.cp/dispcxx.exp
6675 * gdb.cp/gdb2384.exp
6676 * gdb.cp/method2.exp
6677 * gdb.cp/nextoverthrow.exp
6678 * gdb.cp/pr10728.exp
6679 * gdb.disasm/am33.exp
6680 * gdb.disasm/h8300s.exp
6681 * gdb.disasm/mn10300.exp
6682 * gdb.disasm/sh3.exp
6683 * gdb.dwarf2/dw2-dir-file-name.exp
6684 * gdb.fortran/complex.exp
6685 * gdb.fortran/library-module.exp
6686 * gdb.guile/scm-pretty-print.exp
6687 * gdb.guile/scm-symbol.exp
6688 * gdb.guile/scm-type.exp
6689 * gdb.guile/scm-value.exp
6690 * gdb.linespec/linespec.exp
6693 * gdb.mi/mi-breakpoint-changed.exp
6694 * gdb.mi/mi-dprintf-pending.exp
6695 * gdb.mi/mi-dprintf.exp
6696 * gdb.mi/mi-exit-code.exp
6697 * gdb.mi/mi-pending.exp
6698 * gdb.mi/mi-solib.exp
6699 * gdb.mi/new-ui-mi-sync.exp
6700 * gdb.mi/pr11022.exp
6701 * gdb.mi/user-selected-context-sync.exp
6702 * gdb.opt/solib-intra-step.exp
6703 * gdb.python/py-events.exp
6704 * gdb.python/py-finish-breakpoint.exp
6705 * gdb.python/py-mi.exp
6706 * gdb.python/py-prettyprint.exp
6707 * gdb.python/py-shared.exp
6708 * gdb.python/py-symbol.exp
6709 * gdb.python/py-template.exp
6710 * gdb.python/py-type.exp
6711 * gdb.python/py-value.exp
6712 * gdb.reverse/solib-precsave.exp
6713 * gdb.reverse/solib-reverse.exp
6714 * gdb.server/solib-list.exp
6715 * gdb.stabs/weird.exp
6716 * gdb.threads/reconnect-signal.exp
6717 * gdb.threads/stepi-random-signal.exp
6718 * gdb.trace/actions.exp
6720 * gdb.trace/backtrace.exp
6721 * gdb.trace/change-loc.exp
6722 * gdb.trace/deltrace.exp
6723 * gdb.trace/ftrace-lock.exp
6724 * gdb.trace/ftrace.exp
6725 * gdb.trace/infotrace.exp
6726 * gdb.trace/mi-tracepoint-changed.exp
6727 * gdb.trace/packetlen.exp
6728 * gdb.trace/passcount.exp
6729 * gdb.trace/pending.exp
6730 * gdb.trace/range-stepping.exp
6731 * gdb.trace/report.exp
6732 * gdb.trace/stap-trace.exp
6733 * gdb.trace/tfind.exp
6734 * gdb.trace/trace-break.exp
6735 * gdb.trace/trace-condition.exp
6736 * gdb.trace/trace-enable-disable.exp
6737 * gdb.trace/trace-mt.exp
6738 * gdb.trace/tracecmd.exp
6739 * gdb.trace/tspeed.exp
6743 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6745 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6746 with gdb_test_no_output.
6747 Use command as test name.
6749 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6751 Fix test names starting with uppercase throughout the files.
6753 * gdb.ada/assign_1.exp
6754 * gdb.ada/boolean_expr.exp
6755 * gdb.base/arrayidx.exp
6757 * gdb.base/gcore-buffer-overflow.exp
6758 * gdb.base/testenv.exp
6759 * gdb.compile/compile.exp
6760 * gdb.python/py-framefilter-invalidarg.exp
6761 * gdb.python/py-framefilter.exp
6763 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6765 Fix test names starting with uppercase throughout the files.
6767 * gdb.ada/array_return.exp
6768 * gdb.ada/expr_delims.exp
6769 * gdb.ada/mi_dyn_arr.exp
6770 * gdb.ada/mi_interface.exp
6771 * gdb.ada/mi_var_array.exp
6772 * gdb.ada/watch_arg.exp
6773 * gdb.arch/alpha-step.exp
6774 * gdb.arch/altivec-regs.exp
6775 * gdb.arch/e500-regs.exp
6776 * gdb.arch/powerpc-d128-regs.exp
6777 * gdb.base/arrayidx.exp
6778 * gdb.base/break.exp
6779 * gdb.base/checkpoint.exp
6780 * gdb.base/debug-expr.exp
6781 * gdb.base/dmsym.exp
6782 * gdb.base/radix.exp
6783 * gdb.base/sepdebug.exp
6784 * gdb.base/testenv.exp
6785 * gdb.base/watch_thread_num.exp
6786 * gdb.base/watchpoint-cond-gone.exp
6787 * gdb.cell/break.exp
6788 * gdb.cell/ea-cache.exp
6789 * gdb.compile/compile.exp
6790 * gdb.cp/gdb2495.exp
6791 * gdb.gdb/selftest.exp
6792 * gdb.gdb/xfullpath.exp
6794 * gdb.go/integers.exp
6795 * gdb.objc/basicclass.exp
6796 * gdb.pascal/hello.exp
6797 * gdb.pascal/integers.exp
6798 * gdb.python/py-breakpoint.exp
6799 * gdb.python/py-cmd.exp
6800 * gdb.python/py-linetable.exp
6801 * gdb.python/py-xmethods.exp
6802 * gdb.python/python.exp
6803 * gdb.reverse/consecutive-precsave.exp
6804 * gdb.reverse/finish-precsave.exp
6805 * gdb.reverse/i386-precsave.exp
6806 * gdb.reverse/machinestate-precsave.exp
6807 * gdb.reverse/sigall-precsave.exp
6808 * gdb.reverse/solib-precsave.exp
6809 * gdb.reverse/step-precsave.exp
6810 * gdb.reverse/until-precsave.exp
6811 * gdb.reverse/watch-precsave.exp
6812 * gdb.threads/leader-exit.exp
6813 * gdb.threads/pthreads.exp
6814 * gdb.threads/wp-replication.exp
6815 * gdb.trace/actions.exp
6816 * gdb.trace/mi-tsv-changed.exp
6819 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6821 Fix test names starting with uppercase throughout the files.
6823 * gdb.arch/i386-bp_permanent.exp
6824 * gdb.arch/i386-gnu-cfi.exp
6825 * gdb.base/disasm-end-cu.exp
6826 * gdb.base/macscp.exp
6827 * gdb.base/pending.exp
6828 * gdb.base/watch_thread_num.exp
6829 * gdb.cp/exception.exp
6830 * gdb.cp/gdb2495.exp
6832 * gdb.python/py-evsignal.exp
6833 * gdb.python/python.exp
6834 * gdb.trace/tracecmd.exp
6836 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6838 Fix test names starting with uppercase throughout the files.
6840 * gdb.base/charset.exp
6842 * gdb.base/multi-forks.exp
6843 * gdb.guile/scm-progspace.exp
6844 * gdb.opencl/datatypes.exp
6845 * gdb.python/py-block.exp
6846 * gdb.python/py-function.exp
6847 * gdb.python/py-symbol.exp
6848 * gdb.python/py-symtab.exp
6849 * gdb.python/py-xmethods.exp
6850 * gdb.reverse/break-precsave.exp
6851 * gdb.reverse/break-reverse.exp
6852 * gdb.reverse/consecutive-precsave.exp
6853 * gdb.reverse/consecutive-reverse.exp
6854 * gdb.reverse/finish-precsave.exp
6855 * gdb.reverse/finish-reverse-bkpt.exp
6856 * gdb.reverse/finish-reverse.exp
6857 * gdb.reverse/fstatat-reverse.exp
6858 * gdb.reverse/getresuid-reverse.exp
6859 * gdb.reverse/i386-precsave.exp
6860 * gdb.reverse/i386-reverse.exp
6861 * gdb.reverse/i386-sse-reverse.exp
6862 * gdb.reverse/i387-stack-reverse.exp
6863 * gdb.reverse/insn-reverse.exp
6864 * gdb.reverse/machinestate-precsave.exp
6865 * gdb.reverse/machinestate.exp
6866 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6867 * gdb.reverse/pipe-reverse.exp
6868 * gdb.reverse/readv-reverse.exp
6869 * gdb.reverse/recvmsg-reverse.exp
6870 * gdb.reverse/rerun-prec.exp
6871 * gdb.reverse/s390-mvcle.exp
6872 * gdb.reverse/sigall-precsave.exp
6873 * gdb.reverse/sigall-reverse.exp
6874 * gdb.reverse/solib-precsave.exp
6875 * gdb.reverse/solib-reverse.exp
6876 * gdb.reverse/step-precsave.exp
6877 * gdb.reverse/step-reverse.exp
6878 * gdb.reverse/time-reverse.exp
6879 * gdb.reverse/until-precsave.exp
6880 * gdb.reverse/until-reverse.exp
6881 * gdb.reverse/waitpid-reverse.exp
6882 * gdb.reverse/watch-precsave.exp
6883 * gdb.reverse/watch-reverse.exp
6885 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6887 Fix test names starting with uppercase throughout the files.
6889 * gdb.arch/i386-mpx-simple_segv.exp
6890 * gdb.arch/i386-mpx.exp
6891 * gdb.arch/i386-permbkpt.exp
6892 * gdb.arch/pa-nullify.exp
6893 * gdb.arch/powerpc-d128-regs.exp
6894 * gdb.arch/vsx-regs.exp
6895 * gdb.base/bfp-test.exp
6896 * gdb.base/break.exp
6897 * gdb.base/breakpoint-shadow.exp
6898 * gdb.base/callfuncs.exp
6899 * gdb.base/charset.exp
6900 * gdb.base/commands.exp
6901 * gdb.base/completion.exp
6902 * gdb.base/dfp-test.exp
6904 * gdb.base/ending-run.exp
6906 * gdb.base/expand-psymtabs.exp
6907 * gdb.base/float128.exp
6908 * gdb.base/floatn.exp
6909 * gdb.base/foll-exec-mode.exp
6910 * gdb.base/gdb1056.exp
6911 * gdb.base/gdb11531.exp
6912 * gdb.base/kill-after-signal.exp
6913 * gdb.base/multi-forks.exp
6914 * gdb.base/overlays.exp
6915 * gdb.base/pending.exp
6916 * gdb.base/sepdebug.exp
6917 * gdb.base/testenv.exp
6918 * gdb.base/valgrind-db-attach.exp
6919 * gdb.base/watch_thread_num.exp
6920 * gdb.base/watchpoint-cond-gone.exp
6921 * gdb.base/watchpoint.exp
6922 * gdb.base/watchpoints.exp
6923 * gdb.cp/arg-reference.exp
6924 * gdb.cp/baseenum.exp
6925 * gdb.cp/operator.exp
6927 * gdb.dwarf2/dw2-op-out-param.exp
6928 * gdb.dwarf2/dw2-reg-undefined.exp
6931 * gdb.go/integers.exp
6932 * gdb.go/methods.exp
6933 * gdb.go/package.exp
6934 * gdb.guile/scm-parameter.exp
6935 * gdb.guile/scm-progspace.exp
6936 * gdb.guile/scm-value.exp
6937 * gdb.mi/mi-pending.exp
6938 * gdb.mi/user-selected-context-sync.exp
6939 * gdb.multi/multi-attach.exp
6940 * gdb.multi/tids.exp
6941 * gdb.opt/clobbered-registers-O2.exp
6942 * gdb.pascal/floats.exp
6943 * gdb.pascal/integers.exp
6944 * gdb.python/py-block.exp
6945 * gdb.python/py-events.exp
6946 * gdb.python/py-parameter.exp
6947 * gdb.python/py-symbol.exp
6948 * gdb.python/py-symtab.exp
6949 * gdb.python/py-type.exp
6950 * gdb.python/py-value.exp
6951 * gdb.python/py-xmethods.exp
6952 * gdb.python/python.exp
6953 * gdb.reverse/break-precsave.exp
6954 * gdb.reverse/consecutive-precsave.exp
6955 * gdb.reverse/finish-precsave.exp
6956 * gdb.reverse/i386-precsave.exp
6957 * gdb.reverse/machinestate-precsave.exp
6958 * gdb.reverse/sigall-precsave.exp
6959 * gdb.reverse/solib-precsave.exp
6960 * gdb.reverse/step-precsave.exp
6961 * gdb.reverse/until-precsave.exp
6962 * gdb.reverse/watch-precsave.exp
6963 * gdb.server/ext-attach.exp
6964 * gdb.server/ext-restart.exp
6965 * gdb.server/ext-run.exp
6966 * gdb.server/ext-wrapper.exp
6967 * gdb.stabs/gdb11479.exp
6968 * gdb.stabs/weird.exp
6969 * gdb.threads/attach-many-short-lived-threads.exp
6970 * gdb.threads/kill.exp
6971 * gdb.threads/watchpoint-fork.exp
6973 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6975 Fix test names starting with uppercase throughout all the files below.
6977 * gdb.ada/array_return.exp
6978 * gdb.ada/catch_ex.exp
6979 * gdb.ada/info_exc.exp
6980 * gdb.ada/mi_catch_ex.exp
6981 * gdb.ada/mi_dyn_arr.exp
6982 * gdb.ada/mi_ex_cond.exp
6983 * gdb.ada/mi_exc_info.exp
6984 * gdb.ada/mi_interface.exp
6985 * gdb.ada/mi_task_arg.exp
6986 * gdb.ada/mi_task_info.exp
6987 * gdb.ada/mi_var_array.exp
6988 * gdb.arch/alpha-step.exp
6989 * gdb.arch/amd64-disp-step.exp
6990 * gdb.arch/arm-disp-step.exp
6991 * gdb.arch/disp-step-insn-reloc.exp
6992 * gdb.arch/e500-prologue.exp
6993 * gdb.arch/ftrace-insn-reloc.exp
6994 * gdb.arch/gdb1558.exp
6995 * gdb.arch/i386-bp_permanent.exp
6996 * gdb.arch/i386-disp-step.exp
6997 * gdb.arch/i386-float.exp
6998 * gdb.arch/i386-gnu-cfi.exp
6999 * gdb.arch/ia64-breakpoint-shadow.exp
7000 * gdb.arch/mips16-thunks.exp
7001 * gdb.arch/pa-nullify.exp
7002 * gdb.arch/powerpc-aix-prologue.exp
7003 * gdb.arch/powerpc-power.exp
7004 * gdb.arch/ppc-dfp.exp
7005 * gdb.arch/s390-tdbregs.exp
7006 * gdb.arch/spu-info.exp
7007 * gdb.arch/spu-ls.exp
7008 * gdb.arch/thumb-bx-pc.exp
7009 * gdb.base/advance.exp
7010 * gdb.base/annota-input-while-running.exp
7011 * gdb.base/arrayidx.exp
7012 * gdb.base/asmlabel.exp
7013 * gdb.base/async.exp
7014 * gdb.base/attach-wait-input.exp
7015 * gdb.base/auto-connect-native-target.exp
7016 * gdb.base/batch-preserve-term-settings.exp
7017 * gdb.base/bfp-test.exp
7018 * gdb.base/bigcore.exp
7019 * gdb.base/bp-permanent.exp
7020 * gdb.base/break-always.exp
7021 * gdb.base/break-fun-addr.exp
7022 * gdb.base/break-idempotent.exp
7023 * gdb.base/break-main-file-remove-fail.exp
7024 * gdb.base/break-probes.exp
7025 * gdb.base/break-unload-file.exp
7026 * gdb.base/break.exp
7027 * gdb.base/call-ar-st.exp
7028 * gdb.base/call-rt-st.exp
7029 * gdb.base/call-sc.exp
7030 * gdb.base/call-signal-resume.exp
7031 * gdb.base/call-strs.exp
7032 * gdb.base/callexit.exp
7033 * gdb.base/callfuncs.exp
7034 * gdb.base/catch-gdb-caused-signals.exp
7035 * gdb.base/catch-signal-siginfo-cond.exp
7036 * gdb.base/catch-syscall.exp
7037 * gdb.base/compare-sections.exp
7038 * gdb.base/cond-eval-mode.exp
7039 * gdb.base/condbreak-call-false.exp
7040 * gdb.base/consecutive-step-over.exp
7041 * gdb.base/cursal.exp
7042 * gdb.base/disabled-location.exp
7043 * gdb.base/disasm-end-cu.exp
7044 * gdb.base/display.exp
7045 * gdb.base/double-prompt-target-event-error.exp
7046 * gdb.base/dprintf-bp-same-addr.exp
7047 * gdb.base/dprintf-detach.exp
7048 * gdb.base/dprintf-next.exp
7049 * gdb.base/dprintf-non-stop.exp
7050 * gdb.base/dprintf-pending.exp
7051 * gdb.base/dso2dso.exp
7052 * gdb.base/ending-run.exp
7053 * gdb.base/enum_cond.exp
7054 * gdb.base/examine-backward.exp
7055 * gdb.base/exe-lock.exp
7056 * gdb.base/exec-invalid-sysroot.exp
7057 * gdb.base/execl-update-breakpoints.exp
7058 * gdb.base/execution-termios.exp
7059 * gdb.base/fileio.exp
7060 * gdb.base/fixsection.exp
7061 * gdb.base/foll-exec-mode.exp
7062 * gdb.base/foll-exec.exp
7063 * gdb.base/fork-running-state.exp
7064 * gdb.base/frame-args.exp
7065 * gdb.base/fullpath-expand.exp
7066 * gdb.base/func-ptr.exp
7067 * gdb.base/gcore-relro-pie.exp
7068 * gdb.base/gdb1090.exp
7069 * gdb.base/gdb1555.exp
7070 * gdb.base/global-var-nested-by-dso.exp
7071 * gdb.base/gnu-ifunc.exp
7072 * gdb.base/hbreak-in-shr-unsupported.exp
7073 * gdb.base/hbreak-unmapped.exp
7074 * gdb.base/hook-stop.exp
7075 * gdb.base/infcall-input.exp
7076 * gdb.base/info-fun.exp
7077 * gdb.base/info-shared.exp
7078 * gdb.base/interrupt-noterm.exp
7079 * gdb.base/jit-so.exp
7081 * gdb.base/line-symtabs.exp
7083 * gdb.base/longjmp.exp
7084 * gdb.base/macscp.exp
7085 * gdb.base/max-value-size.exp
7086 * gdb.base/nodebug.exp
7087 * gdb.base/nofield.exp
7088 * gdb.base/overlays.exp
7089 * gdb.base/paginate-after-ctrl-c-running.exp
7090 * gdb.base/paginate-bg-execution.exp
7091 * gdb.base/paginate-inferior-exit.exp
7092 * gdb.base/pending.exp
7093 * gdb.base/pr11022.exp
7094 * gdb.base/printcmds.exp
7095 * gdb.base/ptr-typedef.exp
7096 * gdb.base/ptype.exp
7097 * gdb.base/randomize.exp
7098 * gdb.base/range-stepping.exp
7099 * gdb.base/realname-expand.exp
7100 * gdb.base/relativedebug.exp
7101 * gdb.base/remote.exp
7102 * gdb.base/savedregs.exp
7103 * gdb.base/sepdebug.exp
7104 * gdb.base/set-noassign.exp
7105 * gdb.base/shlib-call.exp
7106 * gdb.base/shreloc.exp
7107 * gdb.base/sigaltstack.exp
7108 * gdb.base/sigbpt.exp
7109 * gdb.base/siginfo-addr.exp
7110 * gdb.base/siginfo-obj.exp
7111 * gdb.base/siginfo-thread.exp
7112 * gdb.base/signest.exp
7113 * gdb.base/signull.exp
7114 * gdb.base/sigrepeat.exp
7116 * gdb.base/so-impl-ld.exp
7117 * gdb.base/solib-corrupted.exp
7118 * gdb.base/solib-disc.exp
7119 * gdb.base/solib-display.exp
7120 * gdb.base/solib-overlap.exp
7121 * gdb.base/solib-search.exp
7122 * gdb.base/solib-symbol.exp
7123 * gdb.base/source-execution.exp
7124 * gdb.base/sss-bp-on-user-bp-2.exp
7125 * gdb.base/sss-bp-on-user-bp.exp
7126 * gdb.base/stack-checking.exp
7127 * gdb.base/stale-infcall.exp
7128 * gdb.base/step-break.exp
7129 * gdb.base/step-line.exp
7130 * gdb.base/step-over-exit.exp
7131 * gdb.base/step-test.exp
7132 * gdb.base/structs.exp
7133 * gdb.base/sym-file.exp
7134 * gdb.base/symtab-search-order.exp
7136 * gdb.base/type-opaque.exp
7137 * gdb.base/unload.exp
7138 * gdb.base/until-nodebug.exp
7139 * gdb.base/until.exp
7140 * gdb.base/unwindonsignal.exp
7141 * gdb.base/watch-cond.exp
7142 * gdb.base/watch-non-mem.exp
7143 * gdb.base/watch_thread_num.exp
7144 * gdb.base/watchpoint-reuse-slot.exp
7145 * gdb.base/watchpoint-solib.exp
7146 * gdb.base/watchpoint.exp
7147 * gdb.btrace/dlopen.exp
7149 * gdb.cell/break.exp
7153 * gdb.cell/dwarfaddr.exp
7154 * gdb.cell/ea-cache.exp
7155 * gdb.cell/ea-standalone.exp
7156 * gdb.cell/ea-test.exp
7157 * gdb.cell/f-regs.exp
7159 * gdb.cell/gcore.exp
7160 * gdb.cell/mem-access.exp
7161 * gdb.cell/ptype.exp
7162 * gdb.cell/registers.exp
7163 * gdb.cell/sizeof.exp
7164 * gdb.cell/solib-symbol.exp
7165 * gdb.cell/solib.exp
7166 * gdb.compile/compile-tls.exp
7167 * gdb.cp/exception.exp
7168 * gdb.cp/gdb2495.exp
7170 * gdb.cp/mb-inline.exp
7171 * gdb.cp/mb-templates.exp
7172 * gdb.cp/pr10687.exp
7174 * gdb.cp/scope-err.exp
7175 * gdb.cp/templates.exp
7176 * gdb.cp/virtfunc.exp
7177 * gdb.dwarf2/dw2-dir-file-name.exp
7178 * gdb.dwarf2/dw2-single-line-discriminators.exp
7179 * gdb.fortran/complex.exp
7180 * gdb.fortran/library-module.exp
7181 * gdb.guile/guile.exp
7182 * gdb.guile/scm-cmd.exp
7183 * gdb.guile/scm-frame-inline.exp
7184 * gdb.guile/scm-objfile.exp
7185 * gdb.guile/scm-pretty-print.exp
7186 * gdb.guile/scm-symbol.exp
7187 * gdb.guile/scm-type.exp
7188 * gdb.guile/scm-value.exp
7189 * gdb.linespec/keywords.exp
7190 * gdb.linespec/ls-errs.exp
7191 * gdb.linespec/macro-relative.exp
7192 * gdb.linespec/thread.exp
7193 * gdb.mi/mi-breakpoint-changed.exp
7194 * gdb.mi/mi-dprintf-pending.exp
7195 * gdb.mi/mi-fullname-deleted.exp
7196 * gdb.mi/mi-logging.exp
7197 * gdb.mi/mi-pending.exp
7198 * gdb.mi/mi-solib.exp
7199 * gdb.mi/new-ui-mi-sync.exp
7200 * gdb.mi/user-selected-context-sync.exp
7201 * gdb.multi/dummy-frame-restore.exp
7202 * gdb.multi/multi-arch-exec.exp
7203 * gdb.multi/remove-inferiors.exp
7204 * gdb.multi/watchpoint-multi-exit.exp
7205 * gdb.opt/solib-intra-step.exp
7206 * gdb.perf/backtrace.exp
7207 * gdb.perf/single-step.exp
7208 * gdb.perf/skip-command.exp
7209 * gdb.perf/skip-prologue.exp
7210 * gdb.perf/solib.exp
7211 * gdb.python/lib-types.exp
7212 * gdb.python/py-as-string.exp
7213 * gdb.python/py-bad-printers.exp
7214 * gdb.python/py-block.exp
7215 * gdb.python/py-breakpoint.exp
7216 * gdb.python/py-cmd.exp
7217 * gdb.python/py-events.exp
7218 * gdb.python/py-evthreads.exp
7219 * gdb.python/py-finish-breakpoint.exp
7220 * gdb.python/py-finish-breakpoint2.exp
7221 * gdb.python/py-frame-inline.exp
7222 * gdb.python/py-frame.exp
7223 * gdb.python/py-inferior.exp
7224 * gdb.python/py-infthread.exp
7225 * gdb.python/py-mi.exp
7226 * gdb.python/py-objfile.exp
7227 * gdb.python/py-pp-maint.exp
7228 * gdb.python/py-pp-registration.exp
7229 * gdb.python/py-prettyprint.exp
7230 * gdb.python/py-recurse-unwind.exp
7231 * gdb.python/py-shared.exp
7232 * gdb.python/py-symbol.exp
7233 * gdb.python/py-symtab.exp
7234 * gdb.python/py-template.exp
7235 * gdb.python/py-type.exp
7236 * gdb.python/py-unwind-maint.exp
7237 * gdb.python/py-unwind.exp
7238 * gdb.python/py-value.exp
7239 * gdb.python/python.exp
7240 * gdb.reverse/finish-reverse-bkpt.exp
7241 * gdb.reverse/insn-reverse.exp
7242 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7243 * gdb.reverse/solib-precsave.exp
7244 * gdb.reverse/solib-reverse.exp
7245 * gdb.stabs/gdb11479.exp
7246 * gdb.stabs/weird.exp
7247 * gdb.threads/fork-child-threads.exp
7248 * gdb.threads/fork-plus-threads.exp
7249 * gdb.threads/fork-thread-pending.exp
7250 * gdb.threads/forking-threads-plus-breakpoint.exp
7251 * gdb.threads/hand-call-in-threads.exp
7252 * gdb.threads/interrupted-hand-call.exp
7253 * gdb.threads/linux-dp.exp
7254 * gdb.threads/local-watch-wrong-thread.exp
7255 * gdb.threads/next-while-other-thread-longjmps.exp
7256 * gdb.threads/non-ldr-exit.exp
7257 * gdb.threads/pending-step.exp
7258 * gdb.threads/print-threads.exp
7259 * gdb.threads/process-dies-while-detaching.exp
7260 * gdb.threads/process-dies-while-handling-bp.exp
7261 * gdb.threads/pthreads.exp
7262 * gdb.threads/queue-signal.exp
7263 * gdb.threads/reconnect-signal.exp
7264 * gdb.threads/signal-command-handle-nopass.exp
7265 * gdb.threads/signal-command-multiple-signals-pending.exp
7266 * gdb.threads/signal-delivered-right-thread.exp
7267 * gdb.threads/signal-sigtrap.exp
7268 * gdb.threads/sigthread.exp
7269 * gdb.threads/staticthreads.exp
7270 * gdb.threads/stepi-random-signal.exp
7271 * gdb.threads/thread-unwindonsignal.exp
7272 * gdb.threads/thread_check.exp
7273 * gdb.threads/thread_events.exp
7274 * gdb.threads/tid-reuse.exp
7275 * gdb.threads/tls-nodebug.exp
7276 * gdb.threads/tls-shared.exp
7277 * gdb.threads/tls-so_extern.exp
7278 * gdb.threads/tls.exp
7279 * gdb.threads/wp-replication.exp
7280 * gdb.trace/actions-changed.exp
7281 * gdb.trace/actions.exp
7282 * gdb.trace/backtrace.exp
7283 * gdb.trace/change-loc.exp
7284 * gdb.trace/collection.exp
7285 * gdb.trace/deltrace.exp
7286 * gdb.trace/disconnected-tracing.exp
7287 * gdb.trace/entry-values.exp
7288 * gdb.trace/ftrace-lock.exp
7289 * gdb.trace/ftrace.exp
7290 * gdb.trace/infotrace.exp
7291 * gdb.trace/mi-trace-frame-collected.exp
7292 * gdb.trace/mi-trace-unavailable.exp
7293 * gdb.trace/mi-traceframe-changed.exp
7294 * gdb.trace/mi-tracepoint-changed.exp
7295 * gdb.trace/mi-tsv-changed.exp
7296 * gdb.trace/no-attach-trace.exp
7297 * gdb.trace/packetlen.exp
7298 * gdb.trace/passc-dyn.exp
7299 * gdb.trace/passcount.exp
7300 * gdb.trace/pending.exp
7301 * gdb.trace/pr16508.exp
7302 * gdb.trace/qtro.exp
7303 * gdb.trace/range-stepping.exp
7304 * gdb.trace/read-memory.exp
7305 * gdb.trace/report.exp
7306 * gdb.trace/save-trace.exp
7307 * gdb.trace/signal.exp
7308 * gdb.trace/stap-trace.exp
7309 * gdb.trace/status-stop.exp
7310 * gdb.trace/strace.exp
7311 * gdb.trace/tfile.exp
7312 * gdb.trace/tfind.exp
7313 * gdb.trace/trace-break.exp
7314 * gdb.trace/trace-condition.exp
7315 * gdb.trace/trace-enable-disable.exp
7316 * gdb.trace/trace-mt.exp
7317 * gdb.trace/tracecmd.exp
7318 * gdb.trace/tracefile-pseudo-reg.exp
7319 * gdb.trace/tspeed.exp
7320 * gdb.trace/tstatus.exp
7322 * gdb.trace/unavailable.exp
7323 * gdb.trace/while-dyn.exp
7324 * gdb.trace/while-stepping.exp
7327 * lib/mi-support.exp
7330 * lib/prelink-support.exp
7331 * lib/selftest-support.exp
7333 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7335 * Makefile.in: Include disable-implicit-rules.mk.
7337 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7339 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7340 non-byte-aligned bit fields.
7342 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7345 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7346 respects the DW_AT_data_bit_offset attribute.
7348 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7350 * gdb.base/default.exp: Fix output of "set language".
7352 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7354 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7355 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7357 * configure.ac: Remove checks for the make program.
7358 * configure: Re-generate.
7360 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7362 * gdb.python/py-recurse-unwind.c (main): Add loop.
7363 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7364 to read_register() and gdb.parse_and_eval(). Make each code
7365 call a separate case that can be individually tested.
7366 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7367 proc. Call cont_and_backtrace for each of the code paths that
7368 we want to test in the unwinder.
7370 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7372 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7373 the definition of struct S.
7375 2016-11-11 Catherine Moore <clm@codesourcery.com>
7377 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7379 2016-11-09 Pedro Alves <palves@redhat.com>
7381 * gdb.base/commands.exp (runto_or_return): New procedure.
7382 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7383 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7384 (progvar_simple_while_test, progvar_complex_if_while_test)
7385 (if_while_breakpoint_command_test)
7386 (infrun_breakpoint_command_test, breakpoint_command_test)
7387 (user_defined_command_test, watchpoint_command_test)
7388 (test_command_prompt_position, redefine_hook_test)
7389 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7390 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7391 multi_line_input and multi_line. Remove gdb_expect and
7392 gdb_stop_suppressing_tests uses.
7393 * lib/gdb.exp (valnum_re): New global.
7394 (multi_line_input): New procedure.
7396 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7398 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7400 (test_setup): Define with proc_with_prefix.
7401 (test_cli_inferior): Likewise.
7402 (test_cli_thread): Likewise.
7403 (test_cli_frame): Likewise.
7404 (test_cli_select_frame): Likewise.
7405 (test_cli_up_down): Likewise.
7406 (test_mi_thread_select): Likewise.
7407 (test_mi_stack_select_frame): Likewise.
7408 (test_cli_in_mi_inferior): Likewise.
7409 (test_cli_in_mi_thread): Likewise.
7410 (test_cli_in_mi_frame): Likewise.
7411 (top level): Do not use with_test_prefix_procname.
7413 2016-11-09 Pedro Alves <palves@redhat.com>
7415 * gdb.base/commands.exp (gdbvar_simple_if_test)
7416 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7417 (progvar_simple_if_test, progvar_simple_while_test)
7418 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7419 (infrun_breakpoint_command_test, breakpoint_command_test)
7420 (user_defined_command_test, watchpoint_command_test)
7421 (test_command_prompt_position, deprecated_command_test)
7422 (bp_deleted_in_command, temporary_breakpoint_commands)
7423 (stray_arg0_test, source_file_with_indented_comment)
7424 (recursive_source_test, if_commands_test)
7425 (error_clears_commands_left, redefine_hook_test)
7426 (redefine_backtrace_test): Use proc_with_prefix.
7427 * lib/gdb.exp (proc_with_prefix): New proc.
7429 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7431 * gdb.base/tui-layout.c: New file.
7432 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7433 disassembly window contains very long lines.
7435 2016-11-08 Tom Tromey <tom@tromey.com>
7437 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7440 2016-11-08 Tom Tromey <tom@tromey.com>
7442 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7445 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7447 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7449 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7451 * gdb.rust/simple.rs: Add test for univariant enums without
7452 discriminants and for encoded struct-like enums.
7454 2016-10-28 Pedro Alves <palves@redhat.com>
7456 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7457 gdb_test_multiple, tighten regexps and match symtabs and line
7458 tables incrementally.
7460 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7462 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7465 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7467 * gdb.base/exec-invalid-sysroot.exp: New file.
7469 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7471 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7473 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7475 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7477 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7479 * gdb.base/killed-outside.exp: Remove $options from a call to
7480 `prepare_for_testing'.
7482 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7484 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7485 Change test message.
7487 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7489 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7492 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7494 * gdb.trace/mi-trace-save.exp: New file.
7496 2016-10-13 Yao Qi <yao.qi@linaro.org>
7498 * gdb.base/code_elim.exp (get_var_address): Remove.
7499 * gdb.base/relocate.exp: Likewise.
7500 * gdb.base/shreloc.exp: Likewise.
7501 * lib/gdb.exp (get_var_address): New.
7503 2016-10-13 Yao Qi <yao.qi@linaro.org>
7505 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7506 floating point tests if $skip_float_test is false.
7508 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7510 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7511 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7513 Add 1 to argc so we guarantee distinct initial/modified argc values.
7515 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7517 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7519 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7521 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7522 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7523 * gdb.arch/vsx-regs.exp: Likewise.
7525 2016-10-07 Yao Qi <yao.qi@linaro.org>
7527 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7529 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7531 * gdb.python/python.exp: Test decode_line("*0").
7533 2016-10-06 Doug Evans <dje@google.com>
7535 * gdb.python/py-value.exp (test_value_creation): Add test for large
7536 unsigned 64-bit value.
7538 2016-10-06 Tom Tromey <tom@tromey.com>
7540 * gdb.compile/compile.exp: Change java tests to rust.
7541 * gdb.base/setshow.exp: Change java tests to rust.
7542 * gdb.base/default.exp: Remove java from language list.
7543 * README (Examples): Update language example.
7544 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7546 * lib/gdb.exp (skip_java_tests): Remove.
7547 * lib/java.exp: Remove.
7550 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7552 * gdb.arch/mips-fcr.exp: New test.
7553 * gdb.arch/mips-fcr.c: Source for the new test.
7555 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7557 * gdb.base/solib-disc.exp: Use `standard_output_file'
7560 2016-10-06 Pedro Alves <palves@redhat.com>
7562 * gdb.base/jit-simple-dl.c: New file.
7563 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7564 * gdb.base/jit-simple.c: ... this.
7565 * gdb.base/jit-simple.exp (jit_run): Delete.
7566 (build_jit): New proc.
7567 (jit_test_reread): Recompile either the main program or the shared
7568 library, depending on what is being tested. Skip changing address
7569 if caller wants to. Compare before/after addresses. If testing
7570 standalone, explicitly load the binary. Test "maint info
7572 (top level): Add "standalone vs shared lib" and "change address"
7573 vs "same address" axes.
7575 2016-10-06 Pedro Alves <palves@redhat.com>
7577 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7580 (jit_test_reread): Use with_test_prefix. Reload the main binary
7581 explicitly. Compare the before/after addresses of the JIT
7584 2016-08-15 Doug Evans <dje@google.com>
7586 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7587 for single bitfields is bool.
7588 * gdb.xml/tdesc-regs.exp: Ditto.
7590 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7592 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7594 2016-10-05 Yao Qi <yao.qi@linaro.org>
7596 * lib/gdb.exp (support_complex_tests): Return zero if
7597 gdb_skip_float_test return true.
7599 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7600 Simon Marchi <simon.marchi@ericsson.com>
7603 * gdb.mi/user-selected-context-sync.exp: New file.
7604 * gdb.mi/user-selected-context-sync.c: New file.
7606 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7607 Simon Marchi <simon.marchi@ericsson.com>
7610 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7611 =thread-select-event check.
7613 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7615 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7616 the compulsory L operand changes.
7617 * gdb.arch/powerpc-power.s: Likewise.
7619 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7621 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7622 * gdb.base/jit-attach-pie.c: New file.
7623 * gdb.base/jit-attach-pie.exp: New file.
7625 2016-09-28 Pedro Alves <palves@redhat.com>
7627 * gdb.base/infcall-input.c: New file.
7628 * gdb.base/infcall-input.exp: New file.
7630 2016-09-22 Yao Qi <yao.qi@linaro.org>
7632 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7633 (gdb_exit): Rename it to ...
7634 (gdbserver_gdb_exit): ... Close GDBserver.
7635 (gdb_exit): New proc, call gdbserver_gdb_exit.
7636 (mi_gdb_exit): Likewise.
7638 2016-09-22 Yao Qi <yao.qi@linaro.org>
7640 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7642 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7645 2016-09-22 Yao Qi <yao.qi@linaro.org>
7647 * lib/gdbserver-support.exp: Check the existence of
7648 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7650 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7652 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7654 2016-09-21 Tom Tromey <tom@tromey.com>
7657 * gdb.base/quit.exp: New file.
7659 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7661 * .gitignore: New file.
7663 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7665 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7668 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7670 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7672 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7674 * gdb.cp/casts.cc (decltype): Move it ...
7675 (main): ... with its call to ...
7676 * gdb.cp/casts03.cc: ... a new file.
7677 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7679 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7681 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7683 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7685 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7686 and sync up the test with tests in gas/testsuite/gas/ppc.
7687 * gdb.arch/powerpc-power.exp: Likewise.
7689 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7691 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7693 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7694 Jan Kratochvil <jan.kratochvil@redhat.com>
7696 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7697 make m1's definition to be different from m2's. Use 'dummy' as an
7698 argument for probe 'two'.
7700 2016-09-10 Jon Beniston <jon@beniston.com>
7702 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7705 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7707 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7708 variable declaration.
7709 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7710 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7711 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7712 received HWCAP as its argument.
7714 2016-09-06 Pedro Alves <palves@redhat.com>
7716 * gdb.base/new-ui-pending-input.c: New file.
7717 * gdb.base/new-ui-pending-input.exp: New file.
7718 * gdb.exp (clear_gdb_spawn_id): New procedure.
7719 (with_spawn_id): Check whether gdb_spawn_id exists before
7720 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7723 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7725 * gdb.base/float128.c: New file.
7726 * gdb.base/float128.exp: Likewise.
7727 * gdb.base/floatn.c: Likewise.
7728 * gdb.base/floatn.exp: Likewise.
7730 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7732 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7734 2016-09-05 Pedro Alves <palves@redhat.com>
7737 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7738 unwinders are immediately called as side effect of "source" or
7739 "disable unwinder" commands.
7740 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7742 2016-09-02 Yao Qi <yao.qi@linaro.org>
7744 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7745 is true and $type is "float" or "double".
7747 2016-09-02 Yao Qi <yao.qi@linaro.org>
7749 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7751 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7752 * gdb.base/call-rt-st.exp: Likewise.
7753 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7754 return value instead of gdb,skip_float_test.
7755 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7756 (do_function_calls): Use its return value instead of
7757 gdb,skip_float_test.
7758 * gdb.base/finish.exp: Likewise.
7759 * gdb.base/funcargs.exp: Likewise.
7760 * gdb.base/return.exp: Likewise.
7761 * gdb.base/return2.exp: Likewise.
7762 * gdb.base/varargs.exp: Likewise.
7763 * lib/gdb.exp (gdb_skip_float_test): Change it to
7764 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7766 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7768 * gdb.multi/tids.exp: Test "thread apply all".
7770 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7772 * gdb.base/default.exp (tty): Remove.
7774 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7776 * gdb.python/py-recurse-unwind.c: New file.
7777 * gdb.python/py-recurse-unwind.py: New file.
7778 * gdb.python/py-recurse-unwind.exp: New file.
7780 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7782 * gdb.base/set-inferior-tty.exp: New file.
7783 * gdb.base/set-inferior-tty.c: New file.
7785 2016-08-23 Pedro Alves <palves@redhat.com>
7788 * gdb.base/new-ui-echo.c: New file.
7789 * gdb.base/new-ui-echo.exp: New file.
7791 2016-08-23 Yao Qi <yao.qi@linaro.org>
7793 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7795 * gdb.server/connect-without-multi-process.exp (do_test):
7798 2016-08-23 Yao Qi <yao.qi@linaro.org>
7800 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7801 standalone_txt. Delete gdb_txt and standalone_txt on host
7802 and target. Spawn the binary on target. Copy files from
7805 2016-08-22 Pedro Alves <palves@redhat.com>
7808 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7809 with_test_prefix. Factor out bits to ...
7810 (test_no_vdso): ... this new procedure.
7812 2016-08-19 Carl Love <cel@us.ibm.com>
7814 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7815 maintaining separate logic for constructing the output path.
7816 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7817 * gdb.arch/ppc-dfp.exp: Likewise.
7818 * gdb.arch/ppc-fp.exp: Likewise.
7819 * gdb.arch/vsx-regs.exp: Likewise.
7820 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7821 binprefix for generating the additional binary files.
7823 2016-08-19 Pedro Alves <palves@redhat.com>
7825 * gdb.trace/mi-trace-frame-collected.exp
7826 (test_trace_frame_collected): On x32, expect two registers.
7828 2016-08-18 Carl Love <cel@us.ibm.com>
7830 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7831 and sync up the test with tests in gas/testsuite/gas/ppc.
7832 * gdb.arch/powerpc-power.exp: Likewise.
7834 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7836 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7837 expected error message.
7839 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7841 * gdb.multi/remove-inferiors.exp: New file.
7842 * gdb.multi/remove-inferiors.c: New file.
7844 2016-08-12 Yao Qi <yao.qi@linaro.org>
7846 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7849 2016-08-10 Pedro Alves <palves@redhat.com>
7852 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7855 2016-08-09 Pedro Alves <palves@redhat.com>
7856 Simon Marchi <simon.marchi@ericsson.com>
7859 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7860 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7862 2016-08-09 Pedro Alves <palves@redhat.com>
7865 * gdb.mi/mi-cmd-error.exp: New file.
7867 2016-08-09 Pedro Alves <palves@redhat.com>
7870 * gdb.base/signals-state-child.c: New file.
7871 * gdb.base/signals-state-child.exp: New file.
7872 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7874 2016-08-09 Pedro Alves <palves@redhat.com>
7876 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7878 2016-08-03 Tom Tromey <tom@tromey.com>
7881 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7883 2016-08-01 Yao Qi <yao.qi@linaro.org>
7885 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7886 variable mode to "multi-process" if $multi_process is 1, otherwise
7887 set it to "single-process".
7889 2016-08-01 Yao Qi <yao.qi@linaro.org>
7891 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7892 * gdb.cp/cpexprs.exp: Likewise.
7893 * gdb.cp/m-static.exp: Likewise.
7895 2016-07-26 Tom Tromey <tom@tromey.com>
7898 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7901 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7903 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7904 selecting assembly source files.
7905 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7906 assembly source files.
7907 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7908 assembly source files.
7909 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7910 selecting assembly source files.
7912 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7914 * gdb.base/new-ui.exp (do_test_invalid_args): New
7917 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7919 * gdb.btrace/reconnect.c: New file.
7920 * gdb.btrace/reconnect.exp: New file.
7922 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7924 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7925 to test_catch_syscall_group.
7926 (test_catch_syscall_group): New.
7928 2016-07-21 Tom Tromey <tom@tromey.com>
7930 * gdb.rust/simple.rs (main): Use empty struct expression.
7931 * gdb.rust/simple.exp: Add tests for empty struct expression.
7933 2016-07-21 Yao Qi <yao.qi@linaro.org>
7935 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7936 if gdb_skip_xml_test is true on some targets.
7938 2016-07-21 Yao Qi <yao.qi@linaro.org>
7940 * gdb.server/solib-list.exp: Unset last_loaded_file.
7942 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7944 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7945 "step into captured_main (args)".
7947 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7949 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7951 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7953 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7955 2016-07-19 Pedro Alves <palves@redhat.com>
7957 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7958 * gdb.opt/inline-bt.exp: Likewise.
7959 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7960 additional_flags=-Winline.
7961 * gdb.opt/inline-locals.exp: Likewise.
7962 * gdb.opt/inline-markers.c (ATTR): Define.
7963 (inlined_fn): Use it.
7965 2016-07-19 Yao Qi <yao.qi@linaro.org>
7967 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7968 (test_with_self): Remove some code. Remove argument executable.
7969 (top-level): Use do_self_tests.
7971 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7972 Don Breazeal <donb@codesourcery.com>
7974 * gdb.base/maint.exp: Escape paths used in regular expressions.
7975 * gdb.stabs/weird.exp: Likewise.
7977 2016-07-13 Tom Tromey <tom@tromey.com>
7979 PR python/15620, PR python/18620:
7980 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7981 (test_bkpt_events): New procs.
7983 2016-07-13 Tom Tromey <tom@tromey.com>
7986 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7988 (test_watchpoints): Likewise.
7989 (test_bkpt_pending): New proc.
7991 2016-07-13 Tom Tromey <tom@tromey.com>
7994 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7997 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7999 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8000 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8001 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8003 (g): Rename g_end_lbl to g_label.
8004 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8006 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8008 2016-07-12 Tom Tromey <tom@tromey.com>
8011 * gdb.python/py-unwind-maint.exp: Update tests.
8013 2016-07-12 Yao Qi <yao.qi@linaro.org>
8015 * lib/selftest-support.exp (selftest_setup): Match the output
8016 when captured_main is inlined.
8018 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8020 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8022 (print this%a, print this%b, print this): New tests.
8023 * gdb.fortran/derived-types.f90 (this): New object and
8026 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8028 * gdb.ada/arraydim.exp: Remove extra directory level in build
8031 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8033 * lib/ada.exp: Remove extra directory level in build directory.
8034 * gdb.ada/cond_lang.exp: Likewise.
8035 * gdb.ada/exec_changed.exp: Likewise.
8036 * gdb.ada/lang_switch.exp: Likewise.
8038 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8040 * simple.rs: Add test for raw pointer subscripting.
8041 * simple.exp: Add test expectations.
8043 2016-07-05 Yao Qi <yao.qi@linaro.org>
8045 * gdb.mi/mi-reverse.exp: Match =record-started output.
8047 2016-07-01 Pedro Alves <palves@redhat.com>
8049 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8051 (jit_reader_test): Test the jit reader's unwinder.
8052 * gdb.base/jithost.c (jit_function_00_code): New global.
8053 (main): Use memcpy to fill in the mmapped code, instead of poking
8054 bytes manually here.
8055 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8057 (read_debug_info): Save the function's range.
8058 (read_sp): New function.
8059 (unwind_frame): Use it. Also unwind RBP.
8060 (get_frame_id): Use read_sp.
8061 (gdb_init_reader): Use calloc instead of malloc.
8062 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8063 parameter. Use gdb_test_multiple.
8065 2016-07-01 Pedro Alves <palves@redhat.com>
8066 Antoine Tremblay <antoine.tremblay@ericsson.com>
8068 * gdb.threads/process-dies-while-detaching.c: New file.
8069 * gdb.threads/process-dies-while-detaching.exp: New file.
8071 2016-07-01 Pedro Alves <palves@redhat.com>
8073 * gdb.multi/watchpoint-multi-exit.c: New file.
8074 * gdb.multi/watchpoint-multi-exit.exp: New file.
8076 2016-06-30 Pedro Alves <palves@redhat.com>
8078 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8079 unset inferior_spawn_id.
8081 2016-06-30 Pedro Alves <palves@redhat.com>
8083 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8084 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8086 2016-06-29 Yao Qi <yao.qi@linaro.org>
8088 * gdb.base/return.c: Add copyright header.
8090 2016-06-29 Tom Tromey <tom@tromey.com>
8093 * gdb.python/py-framefilter.exp: Add tests for setting priority
8094 and disabling of non-existent frame filter.
8096 2016-06-29 Yao Qi <yao.qi@linaro.org>
8098 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8101 2016-06-28 Yao Qi <yao.qi@linaro.org>
8103 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8104 triplets. Start gdb, execute catch syscall, and continue. Check
8105 gdb's output to determine catch syscall is supported.
8107 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8109 * gdb.rust/simple.rs: Add test for returning unit in a function.
8110 * gdb.rust/simple.exp: Add expectation for functions returning
8113 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8115 * gdb.python/py-breakpoint-create-fail.c,
8116 gdb.python/py-breakpoint-create-fail.exp,
8117 gdb.python/py-breakpoint-create-fail.py: New testcase.
8119 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8122 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8123 * gdb.rust/simple.exp: Add test expectations for new NonZero
8126 2016-06-24 David Taylor <dtaylor@emc.com>
8128 * gdb.base/offsets.exp: New file.
8129 * gdb.base/offsets.c: New file.
8131 2016-06-23 Tom Tromey <tom@tromey.com>
8134 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8135 before any filters are loaded.
8137 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8139 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8140 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8142 * gdb.fortran/derived-type-function.exp: New file.
8143 * gdb.fortran/derived-type-function.f90: New file.
8146 2016-06-21 Pedro Alves <palves@redhat.com>
8148 * gdb.base/new-ui.exp: New file.
8149 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8150 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8151 (with_spawn_id): New procedure.
8153 2016-06-21 Pedro Alves <palves@redhat.com>
8155 * gdb.mi/mi-exec-run.exp: New file.
8157 2016-06-21 Pedro Alves <palves@redhat.com>
8159 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8160 breakpoint command's output on the main UI.
8161 (test_break): New procedure, factored out from calls in the top
8163 (top level): Use foreach_with_prefix to test MI as main UI and as
8166 2016-06-21 Pedro Alves <palves@redhat.com>
8168 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8169 (test_awatch_creation_and_listing)
8170 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8171 Remove 'type' parameter.
8172 (test_watchpoint_all): New parameter mi_mode. Remove
8174 (top level): Use foreach_with_prefix, and add main/separate UI MI
8177 2016-06-21 Pedro Alves <palves@redhat.com>
8179 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8180 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8181 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8182 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8183 (gdb_main_spawn_id, mi_spawn_id): Declare and
8185 (mi_create_inferior_pty): New procedure,
8186 factored out from default_mi_gdb_start.
8187 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8189 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8190 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8191 Use mi_create_inferior_pty.
8192 (mi_gdb_start): Use eval to pass down args list.
8194 2016-06-21 Pedro Alves <palves@redhat.com>
8196 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8197 * gdb.opt/inline-cmds.exp: Add MI tests.
8199 2016-06-21 Pedro Alves <palves@redhat.com>
8201 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8203 2016-06-21 Pedro Alves <palves@redhat.com>
8205 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8206 (top level): Use it instead of mi_execute_to.
8208 2016-06-21 Pedro Alves <palves@redhat.com>
8210 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8211 (cont_handler_str): New.
8212 (signal_stop_handler): Set stop_handler_str instead of printing to
8214 (continue_handler): Set cont_handler_str instead of printing to
8216 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8217 mi_send_resuming_command. Print stop_handler_str and
8218 cont_handler_str instead of expecting the python events print
8221 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8223 * gdb.base/jit-reader.exp: New file.
8224 * gdb.base/jithost.c: New file.
8225 * gdb.base/jithost.h: New file.
8226 * gdb.base/jitreader.c : New file.
8227 * gdb.base/jit-protocol.h: New file.
8229 2016-06-17 Yao Qi <yao.qi@linaro.org>
8231 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8232 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8233 and detach-on-fork. Adjust tests.
8234 (top level): Invoke break_cond_on_syscall with combinations of
8235 syscall, follow-fork-mode and detach-on-fork.
8237 2016-06-17 Yao Qi <yao.qi@linaro.org>
8239 * gdb.base/step-over-exit.c: New.
8240 * gdb.base/step-over-exit.exp: New.
8242 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8244 * gdb.base/float.exp: Add target check for nds32*-*-*.
8245 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8247 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8249 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8250 for unsupported target features.
8251 * gdb.base/call-rt-st.exp: Likewise.
8252 * gdb.base/call-sc.exp: Likewise.
8253 * gdb.base/call-signal-resume.exp: Likewise.
8254 * gdb.base/call-strs.exp: Likewise.
8255 * gdb.base/callexit.exp: Likewise.
8256 * gdb.base/callfuncs.exp: Likewise.
8257 * gdb.base/nodebug.exp: Likewise.
8258 * gdb.base/printcmds.exp: Likewise.
8259 * gdb.base/ptype.exp: Likewise.
8260 * gdb.base/structs.exp: Likewise.
8261 * gdb.base/unwindonsignal.exp: Likewise.
8262 * gdb.cp/gdb2495.exp: Likewise.
8263 * gdb.cp/templates.exp: Likewise.
8264 * gdb.cp/virtfunc.exp: Likewise.
8265 * gdb.threads/hand-call-in-threads.exp: Likewise.
8266 * gdb.threads/interrupted-hand-call.exp: Likewise.
8267 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8269 2016-06-10 Tom Tromey <tom@tromey.com>
8272 * gdb.rust/expr.exp: Add test for integer constant larger than
8275 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8277 * gdb.fortran/nested-funcs.exp: New.
8278 * gdb.fortran/nested-funcs.f90: New.
8280 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8282 * gdb.base/examine-backward.c: New file.
8283 * gdb.base/examine-backward.exp: New file.
8285 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8287 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8290 2016-06-02 Tom Tromey <tom@tromey.com>
8293 * gdb.python/py-shared.exp: Add solib_name test.
8295 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8297 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8299 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8302 * gdb.dwarf2/implref.exp: Rename to...
8303 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8304 * gdb.dwarf2/implref-array.c: New file.
8305 * gdb.dwarf2/implref-array.exp: Likewise.
8306 * gdb.dwarf2/implref-global.c: Likewise.
8307 * gdb.dwarf2/implref-global.exp: Likewise.
8308 * gdb.dwarf2/implref-struct.c: Likewise.
8309 * gdb.dwarf2/implref-struct.exp: Likewise.
8311 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8313 * gdb.trace/trace-condition.exp: Add 64bit tests.
8315 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8317 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8319 (main): Adapt to 8 to 64 bits types.
8320 * gdb.trace/trace-condition.exp: Add new tests.
8322 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8324 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8326 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8328 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8329 Move condition tests...
8330 * gdb.trace/trace-condition.exp: Here.
8332 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8334 * gdb.trace/trace-condition.exp: Add counter-case tests.
8336 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8339 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8340 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8342 2016-05-27 Pedro Alves <palves@redhat.com>
8344 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8346 (top level): Call it, and bail out of DejaGnu is known to be bad.
8348 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8350 * gdb.base/whatis.c: Extend the test case.
8351 * gdb.base/whatis.exp: Add additional tests.
8353 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8355 * gdb.fortran/type.f90: Add pointer variable.
8356 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8358 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8360 * gdb.fortran/vla-type.exp: Fix testcase name.
8362 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8364 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8366 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8368 * gdb.fortran/type.f90: Add nested structures.
8369 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8370 * gdb.fortran/derived-type.exp: Adapt expected output.
8371 * gdb.fortran/vla-type.exp: Adapt expected output.
8373 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8375 * gdb.fortran/whatis_type.exp: Adapt expected output.
8377 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8379 * gdb.fortran/print_type.exp: Fix expected output.
8380 * gdb.fortran/whatis_type.exp: Fix expected output.
8382 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8384 * gdb.fortran/whatis_type.exp: Use multi_line.
8386 2016-05-24 Tom Tromey <tom@tromey.com>
8389 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8390 use value as an index.
8392 2016-05-23 Tom Tromey <tom@tromey.com>
8395 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8398 2016-05-24 Pedro Alves <palves@redhat.com>
8401 * gdb.threads/clone-attach-detach.c: New file.
8402 * gdb.threads/clone-attach-detach.exp: New file.
8404 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8406 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8408 2016-05-23 Tom Tromey <tom@tromey.com>
8410 PR python/19438, PR python/18393:
8411 * gdb.python/py-progspace.exp: Add "dir" test.
8412 * gdb.python/py-objfile.exp: Add "dir" test.
8414 2016-05-23 Yao Qi <yao.qi@linaro.org>
8416 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8417 * gdb.arch/thumb2-it.exp: Likewise.
8419 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8421 * gdb.mi/mi-threads-interrupt.c: New file.
8422 * gdb.mi/mi-threads-interrupt.exp: New file.
8424 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8427 * gdb.mi/mi-async-run.exp: New file.
8428 * gdb.mi/mi-async-run.c: New file.
8430 2016-05-17 Tom Tromey <tom@tromey.com>
8431 Manish Goregaokar <manishsmail@gmail.com>
8433 * lib/rust-support.exp: New file.
8434 * lib/gdb.exp (skip_rust_tests): New proc.
8435 (build_executable_from_specs): Handle rust.
8436 * lib/future.exp (gdb_find_rustc): New proc.
8437 (gdb_default_target_compile): Handle rust.
8438 * gdb.rust/expr.exp: New file.
8439 * gdb.rust/generics.exp: New file.
8440 * gdb.rust/generics.rs: New file.
8441 * gdb.rust/methods.exp: New file.
8442 * gdb.rust/methods.rs: New file.
8443 * gdb.rust/modules.exp: New file.
8444 * gdb.rust/modules.rs: New file.
8445 * gdb.rust/simple.exp: New file.
8446 * gdb.rust/simple.rs: New file.
8448 2016-05-17 Tom Tromey <tom@tromey.com>
8450 * gdb.base/default.exp (set language): Add rust.
8452 2016-05-17 Tom Tromey <tom@tromey.com>
8454 * gdb.gdb/unittest.exp: New file.
8456 2016-05-16 Yao Qi <yao.qi@linaro.org>
8458 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8459 shell_prompt. Update shell_prompt_re.
8461 2016-05-12 Doug Evans <dje@google.com>
8464 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8465 $options when building executable.
8466 * gdb.dwarf2/fission-loclists-pie.S: New file.
8467 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8469 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8471 * gdb.base/solib-display.exp: Check for [use_gdb_stub]Â instead
8472 of [is_remote target],
8474 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8476 * lib/gdb.exp (use_gdb_stub): New procedure.
8478 2016-05-03 Yunlian Jiang <yunlian@google.com>
8479 Doug Evans <dje@google.com>
8482 * gdb.dwarf2/dwp-sepdebug.c: New file.
8483 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8485 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8487 * gdb.base/detach.exp: Remove is_remote check.
8489 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8491 * gdb.base/annota-input-while-running.exp: Don't check for
8492 [is_remote target]. Enable annotations after running to main.
8493 Remove unused "set test..." line.
8495 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8497 * gdb.trace/trace-enable-disable.exp: New file.
8498 * gdb.trace/trace-enable-disable.c: New file.
8500 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8502 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8503 use it in info sharedlibrary test.
8504 * gdb.trace/ftrace-lock.exp: Likewise.
8505 * gdb.trace/ftrace.exp: Likewise.
8506 * gdb.trace/range-stepping.exp: Likewise.
8507 * gdb.trace/trace-break.exp: Likewise.
8508 * gdb.trace/trace-condition.exp: Likewise.
8509 * gdb.trace/trace-mt.exp: Likewise.
8511 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8513 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8514 (gdb_load_shlib): ... this.
8515 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8517 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8518 * gdb.base/ctxobj.exp: Likewise.
8519 * gdb.base/dprintf-pending.exp: Likewise.
8520 * gdb.base/dso2dso.exp: Likewise.
8521 * gdb.base/fixsection.exp: Likewise.
8522 * gdb.base/gcore-relro.exp: Likewise.
8523 * gdb.base/gdb1555.exp: Likewise.
8524 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8525 * gdb.base/gnu-ifunc.exp: Likewise.
8526 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8527 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8528 * gdb.base/pending.exp: Likewise.
8529 * gdb.base/print-file-var.exp: Likewise.
8530 * gdb.base/print-symbol-loading.exp: Likewise.
8531 * gdb.base/shlib-call.exp: Likewise.
8532 * gdb.base/shreloc.exp: Likewise.
8533 * gdb.base/so-impl-ld.exp: Likewise.
8534 * gdb.base/solib-disc.exp: Likewise.
8535 * gdb.base/solib-nodir.exp: Likewise.
8536 * gdb.base/solib-overlap.exp: Likewise.
8537 * gdb.base/solib-symbol.exp: Likewise.
8538 * gdb.base/solib-weak.exp (do_test): Likewise.
8539 * gdb.base/sym-file.exp: Likewise.
8540 * gdb.base/symtab-search-order.exp: Likewise.
8541 * gdb.base/type-opaque.exp: Likewise.
8542 * gdb.base/unload.exp: Likewise.
8543 * gdb.base/watchpoint-solib.exp: Likewise.
8544 * gdb.compile/compile.exp: Likewise.
8545 * gdb.cp/gdb2384.exp: Likewise.
8546 * gdb.cp/infcall-dlopen.exp: Likewise.
8547 * gdb.cp/re-set-overloaded.exp: Likewise.
8548 * gdb.fortran/library-module.exp: Likewise.
8549 * gdb.opt/solib-intra-step.exp: Likewise.
8550 * gdb.python/py-finish-breakpoint.exp: Likewise.
8551 * gdb.python/py-shared.exp: Likewise.
8552 * gdb.reverse/solib-precsave.exp: Likewise.
8553 * gdb.reverse/solib-reverse.exp: Likewise.
8554 * gdb.server/solib-list.exp: Likewise.
8555 * gdb.threads/dlopen-libpthread.exp: Likewise.
8556 * gdb.threads/tls-shared.exp: Likewise.
8557 * gdb.threads/tls-so_extern.exp: Likewise.
8558 * gdb.trace/change-loc.exp: Likewise.
8559 * gdb.trace/ftrace-lock.exp: Likewise.
8560 * gdb.trace/ftrace.exp: Likewise.
8561 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8562 * gdb.trace/pending.exp: Likewise.
8563 * gdb.trace/range-stepping.exp: Likewise.
8564 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8565 (strace_info_marker): Likewise.
8566 (strace_probe_marker): Likewise.
8567 (strace_trace_on_same_addr): Likewise.
8568 (strace_trace_on_diff_addr): Likewise.
8569 * gdb.trace/trace-break.exp: Likewise.
8570 * gdb.trace/trace-condition.exp: Likewise.
8571 * gdb.trace/trace-mt.exp: Likewise.
8573 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8575 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8576 result of gdb_remote_download.
8577 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8578 * gdb.base/dso2dso.exp: Likewise.
8579 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8580 * gdb.base/print-file-var.exp: Likewise.
8581 * gdb.base/shlib-call.exp: Likewise.
8582 * gdb.base/shreloc.exp: Likewise.
8583 * gdb.base/solib-overlap.exp: Likewise.
8584 * gdb.base/solib-weak.exp (do_test): Likewise.
8585 * gdb.base/unload.exp: Likewise.
8587 2016-04-27 Yao Qi <yao.qi@linaro.org>
8589 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8592 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8594 * vla-type.exp: Print structure from toplevel.
8596 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8598 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8600 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8603 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8605 * gdb.fortran/vla-type.f90: New file.
8606 * gdb.fortran/vla-type.exp: New file.
8608 2016-04-25 Yao Qi <yao.qi@linaro.org>
8610 * gdb.base/branch-to-self.c: New file.
8611 * gdb.base/branch-to-self.exp: New file.
8613 2016-04-22 Yao Qi <yao.qi@linaro.org>
8615 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8618 2016-04-22 Yao Qi <yao.qi@linaro.org>
8620 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8621 * gdb.base/annota3.exp: Likewise.
8623 2016-04-22 Yao Qi <yao.qi@linaro.org>
8625 * gdb.reverse/step-precsave.exp: Do one step and test program
8626 stops in "callee" and do multiple steps until program goes out
8628 * gdb.reverse/step-reverse.exp: Likewise.
8630 2016-04-22 Yao Qi <yao.qi@linaro.org>
8632 * gdb.trace/signal.exp: Also pass if
8633 $tracepoint_hits($i) > $iterations.
8635 2016-04-22 Yao Qi <yao.qi@linaro.org>
8637 * gdb.trace/signal.c: New file.
8638 * gdb.trace/signal.exp: New file.
8640 2016-04-19 Doug Evans <xdje42@gmail.com>
8642 * gdb.base/bad-file.exp: New file.
8644 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8646 * gdb.dwarf2/implref.exp: New file.
8648 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8650 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8651 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8652 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8653 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8654 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8655 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8656 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8657 * lib/fortran.exp (fortran_int4): New procedure.
8658 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8659 (fortran_logical4): Likewise.
8661 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8663 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8665 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8667 * lib/compiler.c: Add Intel specific preprocessor macros.
8668 * lib/compiler.cc: Likewise.
8670 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8672 * gdb.server/connect-with-no-symbol-file.c: New file.
8673 * gdb.server/connect-with-no-symbol-file.exp: New file.
8675 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8677 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8679 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8681 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8682 standard output directory.
8684 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8686 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8688 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8690 * gdb.btrace/instruction_history.c (loop): Add declaration.
8692 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8694 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8696 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8698 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8699 parentheses to print.
8700 (continue_handler): Likewise.
8702 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8704 * gdb.server/solib-list.exp: Remove is_remote check.
8705 Pass shlib= to gdb_compile. Don't link shared library with
8706 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8707 Run binary filename through "readlink -f" on the target.
8709 2016-04-08 Pedro Alves <palves@redhat.com>
8711 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8712 interpreter filename as argument to gdbserver_spawn.
8713 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8714 Return empty if $last_loaded_file does not exist.
8716 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8718 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8719 * gdb.base/jit-main.c: Use exit after usage.
8721 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8723 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8724 GDBHISTSIZE prior to the tests.
8725 * gdb.base/gdbinit-history.exp: Likewise.
8727 2016-04-07 Pedro Alves <palves@redhat.com>
8729 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8730 instead of build_executable. Use gdb_load_shlibs.
8732 2016-04-07 Yao Qi <yao.qi@linaro.org>
8734 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8735 Execute "si" command.
8737 2016-04-07 Yao Qi <yao.qi@linaro.org>
8739 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8740 number instead of the comments on some line.
8742 2016-04-06 Don Breazeal <donb@codesourcery.com>
8744 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8745 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8747 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8749 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8750 standard_output_file. Remove unused binfile variable.
8752 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8754 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8755 * gdb.python/py-mi-objfile.exp: Match "list main" output
8758 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8760 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8763 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8765 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8767 * gdb.trace/ftrace.exp: Likewise.
8768 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8770 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8771 (gdb_load_shlibs): Copy libraries to test directory when testing
8772 natively. Only set solib-search-path if testing remotely.
8773 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8775 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8777 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8778 gdb_download. Use it even if the target is not remote.
8779 * gdb.base/jit.exp (compile_jit_test): Likewise.
8780 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8781 output directory if the destination board is local, otherwise use
8782 the standard remote_download from DejaGnu.
8783 (gdb_download): Remove.
8784 (gdb_load_shlibs): Use gdb_remote_download instead of
8786 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8787 Use gdb_remote_download instead of gdb_download. Use it even if
8788 the target is not remote.
8789 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8790 instead of gdb_download.
8792 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8794 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8795 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8798 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8801 * gdb.base/printcmds.exp: Add artificial arrays tests.
8803 2016-03-31 Pedro Alves <palves@redhat.com>
8806 * gdb.base/jit-main.c: Include unistd.h.
8807 (ATTACH): Define to 0 if not already defined.
8808 (wait_for_gdb, mypid): New globals.
8809 (WAIT_FOR_GDB): New macro.
8810 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8811 some breakpoint locations.
8812 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8814 (one_jit_test): Add REATTACH parameter, and handle it. Use
8815 continue_to_test_location.
8816 (top level): Test attach, and adjusts calls to one_jit_test.
8818 2016-03-31 Pedro Alves <palves@redhat.com>
8821 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8822 BINSUFFIX parameter, and handle it.
8823 (top level): Adjust calls compile_jit_test.
8825 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8828 * gdb.python/py-mi-events-gdb.py: New file.
8829 * gdb.python/py-mi-events.c: New file.
8830 * gdb.python/py-mi-events.exp: New file.
8832 2016-03-30 Yao Qi <yao.qi@linaro.org>
8834 * gdb.reverse/until-precsave.exp: Match function name only.
8835 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8836 Move malloc to a condition block.
8837 * gdb.reverse/until-reverse.exp: Match function name only.
8839 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8841 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8842 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8843 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8844 variable for GPR 0 instead of assuming it is register 0.
8845 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8846 * lib/trace-support.exp: Add s390 registers.
8848 2016-03-29 Yao Qi <yao.qi@linaro.org>
8850 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8852 2016-03-24 Yao Qi <yao.qi@linaro.org>
8854 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8857 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8859 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8860 maintaining separate logic for constructing the output path.
8862 2016-03-16 Don Breazeal <donb@codesourcery.com>
8864 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8865 Retry fork and waitpid on interrupted system call errors.
8866 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8867 Use with_timeout_factor to increase timeout by factor of 10.
8869 2016-03-15 Don Breazeal <donb@codesourcery.com>
8871 * gdb.cp/scope-err.cc: New test program.
8872 * gdb.cp/scope-err.exp: New test script.
8873 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8874 lines and "set breakpoint here" comment.
8875 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8876 Fixed some whitespace and format issues.
8877 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8878 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8880 2016-03-15 Doug Evans <dje@google.com>
8882 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8883 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8884 All callers updated. Add tests for enums, mixed flags register.
8886 2016-03-15 Doug Evans <dje@google.com>
8888 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8889 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8891 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8893 * gdb.base/default.exp: Add $_as_string to the list of expected
8894 convenience functions.
8896 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8898 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8900 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8902 * gdb.python/py-as-string.exp: New file.
8903 * gdb.python/py-as-string.c: New file.
8905 2016-03-09 Pedro Alves <palves@redhat.com>
8907 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8908 signal" -> "Thread NN received signal" output change.
8909 * gdb.threads/ia64-sigill.exp: Likewise.
8910 * gdb.threads/linux-dp.exp: Likewise.
8911 * gdb.threads/manythreads.exp: Likewise.
8912 * gdb.threads/pending-step.exp: Likewise.
8913 * gdb.threads/print-threads.exp: Likewise.
8914 * gdb.threads/sigstep-threads.exp: Likewise.
8915 * gdb.threads/staticthreads.exp: Likewise.
8916 * gdb.threads/tls.exp: Likewise.
8918 2016-03-09 Pedro Alves <palves@redhat.com>
8920 * gdb.base/command-line-input.exp: New file.
8922 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8924 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8925 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8926 * gdb.trace/pending.exp: Accept leading dot before function name.
8927 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8928 * lib/trace-support.exp: Set registers for ppc.
8930 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8932 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8933 use it for disassembly; accept .main in addition to main in backtrace.
8935 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8936 Marcin Kościelnicki <koriakin@0x04.net>
8938 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8939 (gdb_recursion_test_ptr): New global variable.
8940 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8942 (gdb_c_test): Ditto.
8944 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8946 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8949 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8951 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8952 (bar): Add bar_start_lbl label.
8953 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8954 of foo/bar for emitting DWARF and tracing.
8956 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8958 * analyze-racy-logs.py: Set executable bit.
8960 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8962 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8963 (CHECK_TARGET_TMP): Likewise.
8964 (check-single-racy): New rule.
8965 (check-parallel-racy): Likewise.
8966 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8967 (do-check-parallel-racy): New rule.
8968 (check-racy/%.exp): Likewise.
8969 * README (Racy testcases): New section.
8970 * analyze-racy-logs.py: New file.
8972 2016-03-03 Doug Evans <dje@google.com>
8974 * gdb.base/skip.exp: Use with_test_prefix.
8976 2016-03-03 Yao Qi <yao.qi@linaro.org>
8978 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8979 Invoke step_over_syscall "clone" and break_cond_on_syscall
8981 * gdb.base/step-over-clone.c: New file.
8983 2016-03-03 Yao Qi <yao.qi@linaro.org>
8985 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8988 2016-03-03 Yao Qi <yao.qi@linaro.org>
8990 * gdb.base/disp-step-fork.c: Rename to ...
8991 * gdb.base/step-over-fork.c: ... it. New file.
8992 * gdb.base/disp-step-vfork.c: Rename to ...
8993 * gdb.base/step-over-vfork.c: ... it. New file.
8994 * gdb.base/disp-step-syscall.exp: Rename to ...
8995 * gdb.base/step-over-syscall.exp: ... it. New file.
8996 (disp_step_cross_syscall): Rename to ...
8997 (step_over_syscall): ... it.
8999 2016-03-03 Yao Qi <yao.qi@linaro.org>
9001 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9002 If target supports condition evaluation on target, invoke
9003 break_cond_on_syscall for fork and vfork.
9005 2016-03-03 Yao Qi <yao.qi@linaro.org>
9007 * gdb.base/disp-step-syscall.exp: Don't invoke
9008 support_displaced_stepping.
9009 (disp_step_cross_syscall): Test with displaced stepping off and
9012 2016-03-03 Yao Qi <yao.qi@linaro.org>
9014 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9017 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9020 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9022 * gdb.fortran/vla-history.exp: Remove breakpoint.
9024 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9026 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9029 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9031 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9034 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9036 * gdb.mi/vla.f90: Nullify pointer after declaration.
9038 2016-03-01 Pedro Alves <palves@redhat.com>
9040 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9042 2016-03-01 Pedro Alves <palves@redhat.com>
9044 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9045 before anything else.
9046 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9048 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9049 before anything else.
9050 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9052 2016-03-01 Pedro Alves <palves@redhat.com>
9054 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9056 2016-03-01 Yao Qi <yao.qi@linaro.org>
9058 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9059 prepare_for_testing.
9061 2016-03-01 Yao Qi <yao.qi@linaro.org>
9063 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9065 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9067 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9068 manually constructing the output path.
9070 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9072 * gdb.arch/s390-stackless.S: New.
9073 * gdb.arch/s390-stackless.exp: New.
9075 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9077 * gdb.dlang/circular.c: New file.
9078 * gdb.dlang/circular.exp: New file.
9080 2016-02-26 Yao Qi <yao.qi@linaro.org>
9082 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9083 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9084 (testcases): Update.
9086 2016-02-26 Yao Qi <yao.qi@linaro.org>
9088 * gdb.reverse/aarch64.c: Rename to ...
9089 * gdb.reverse/insn-reverse.c: ... it.
9090 * gdb.reverse/aarch64.exp: Rename to ...
9091 * gdb.reverse/insn-reverse.exp: ... it.
9093 2016-02-26 Yao Qi <yao.qi@linaro.org>
9095 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9096 (testcase_ftype): New.
9097 (testcases): New array.
9099 (main): Call each element in testcases.
9100 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9101 (read_testcase): New.
9102 Do the tests in a loop.
9104 2016-02-25 Yao Qi <yao.qi@linaro.org>
9106 * gdb.base/branches.c: Remove.
9108 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9111 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9113 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9115 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9117 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9119 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9120 change x86_64 call_insn to 'callq'.
9122 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9124 * gdb.trace/tfile-avx.c: Move to...
9125 * gdb.trace/tracefile-pseudo-reg.c: Here.
9126 * gdb.trace/tfile-avx.exp: Move to...
9127 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9129 2016-02-24 Gary Benson <gbenson@redhat.com>
9131 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9134 2016-02-23 Doug Evans <dje@google.com>
9136 * gdb.base/skip.c (test_skip): New function.
9137 (end_test_skip_file_and_function): New function.
9138 (test_skip_file_and_function): New function.
9139 * gdb.base/skip1.c (test_skip): New function.
9140 (skip1_test_skip_file_and_function): New function.
9141 * gdb.base/skip.exp: Add tests for new skip options.
9142 * gdb.base/skip-solib.exp: Update expected output.
9143 * gdb.perf/skip-command.cc: New file.
9144 * gdb.perf/skip-command.exp: New file.
9145 * gdb.perf/skip-command.py: New file.
9147 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9149 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9150 info registers pattern.
9152 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9154 * lib/future.exp: Add D support.
9155 (gdb_find_gdc): New proc.
9156 (gdb_default_target_compile): Add D support.
9158 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9160 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9162 (trace_speed_test): Determine the iteration count for a time
9163 between 15..30 seconds.
9165 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9167 * gdb.arch/i386-mpx-sigsegv.c: New file.
9168 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9169 * gdb.arch/i386-mpx-simple_segv.c: New file.
9170 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9172 2016-02-18 Yao Qi <yao.qi@linaro.org>
9174 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9175 Don't call setup_kfail.
9177 2016-02-18 Yao Qi <yao.qi@linaro.org>
9179 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9180 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9182 2016-02-16 Doug Evans <dje@google.com>
9184 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9185 * gdb.base/skip1.c: Ditto.
9186 * gdb.base/skip.exp: Whitespace cleanup.
9188 2016-02-16 Don Breazeal <donb@codesourcery.com>
9191 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9192 Remove kfail for PR remote/19496.
9194 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9196 * lib/gdb.exp (standard_temp_file): Return a path specific to
9197 the runtest invocation.
9199 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9201 * gdb.trace/save-trace.exp: Change relative path to be in the
9202 standard output directory.
9204 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9206 * gdb.arch/i386-prologue.c: Add missing prototypes.
9208 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9210 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9211 * gdb.arch/i386-prologue.exp: Likewise.
9212 * gdb.arch/i386-size.exp: Likewise.
9214 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9216 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9217 define object file path.
9218 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9220 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9221 standard_output_file to define binfile.
9223 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9225 Fix compatibility with recent gfortran-5.3.1.
9226 * gdb.fortran/vla-history.exp (print vla1 allocated)
9227 (print vla2 allocated, print $2, print $3): Remove
9228 (print $4): Rename to ...
9229 (print $2): ... here.
9230 (print $9): Rename to ...
9231 (print $5): ... here.
9232 (print $10): Rename to ...
9233 (print $6): ... here.
9234 * gdb.fortran/vla.f90: Add pvla initialization.
9236 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9238 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9240 * gdb.fortran/vla-value-sub.exp: Likewise.
9242 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9244 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9246 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9248 * i386-biarch-core.exp: Define corefile using
9249 standard_output_file.
9251 2016-02-12 Yao Qi <yao.qi@linaro.org>
9253 * gdb.arch/arm-single-step-kernel-helper.c: New.
9254 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9256 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9258 * gdb.btrace/tailcall-only.exp: New.
9259 * gdb.btrace/tailcall-only.c: New.
9260 * gdb.btrace/x86_64-tailcall-only.S: New.
9261 * gdb.btrace/i686-tailcall-only.S: New.
9263 2016-02-11 Pedro Alves <palves@redhat.com>
9265 * README (Parallel testing): Add missing double quotes.
9267 2016-02-11 Pedro Alves <palves@redhat.com>
9269 * README (Parallel testing): New section.
9270 (GDB_PARALLEL): Rewrite.
9271 (FORCE_PARALLEL): Document.
9273 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9275 * gdb.trace/tfile-avx.c: New test.
9276 * gdb.trace/tfile-avx.exp: New test.
9278 2016-02-09 Keith Seitz <keiths@redhat.com>
9280 PR breakpoints/19546
9281 * gdb.base/infcall-exec.c: New file.
9282 * gdb.base/infcall-exec2.c: New file.
9283 * gdb.base/infcall-exec.exp: New file.
9285 2016-02-09 Keith Seitz <keiths@redhat.com>
9287 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9288 (toplevel): Call test_bkpt_address.
9290 2016-02-09 Keith Seitz <keiths@redhat.com>
9293 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9294 (toplevel): Call test_bkpt_address.
9296 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9298 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9300 * configure: Regenerate.
9302 2016-02-09 Pedro Alves <palves@redhat.com>
9304 PR breakpoints/19548
9305 * gdb.base/execl-update-breakpoints.c (some_function): New
9308 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9309 Tighten expected GDB output.
9311 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9313 * Makefile.in (ALL_SUBDIRS): Remove.
9314 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9315 (distclean maintainer-clean realclean): Likewise.
9316 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9317 * configure: Regenerate.
9318 * gdb.ada/Makefile.in: Delete.
9319 * gdb.arch/Makefile.in: Likewise.
9320 * gdb.asm/Makefile.in: Likewise.
9321 * gdb.base/Makefile.in: Likewise.
9322 * gdb.btrace/Makefile.in: Likewise.
9323 * gdb.cell/Makefile.in: Likewise.
9324 * gdb.compile/Makefile.in: Likewise.
9325 * gdb.cp/Makefile.in: Likewise.
9326 * gdb.disasm/Makefile.in: Likewise.
9327 * gdb.dlang/Makefile.in: Likewise.
9328 * gdb.dwarf2/Makefile.in: Likewise.
9329 * gdb.fortran/Makefile.in: Likewise.
9330 * gdb.gdb/Makefile.in: Likewise.
9331 * gdb.go/Makefile.in: Likewise.
9332 * gdb.guile/Makefile.in: Likewise.
9333 * gdb.java/Makefile.in: Likewise.
9334 * gdb.linespec/Makefile.in: Likewise.
9335 * gdb.mi/Makefile.in: Likewise.
9336 * gdb.modula2/Makefile.in: Likewise.
9337 * gdb.multi/Makefile.in: Likewise.
9338 * gdb.objc/Makefile.in: Likewise.
9339 * gdb.opencl/Makefile.in: Likewise.
9340 * gdb.opt/Makefile.in: Likewise.
9341 * gdb.pascal/Makefile.in: Likewise.
9342 * gdb.perf/Makefile.in: Likewise.
9343 * gdb.python/Makefile.in: Likewise.
9344 * gdb.reverse/Makefile.in: Likewise.
9345 * gdb.server/Makefile.in: Likewise.
9346 * gdb.stabs/Makefile.in: Likewise.
9347 * gdb.threads/Makefile.in: Likewise.
9348 * gdb.trace/Makefile.in: Likewise.
9349 * gdb.xml/Makefile.in: Likewise.
9350 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9352 (standard_output_file): Remove check for GDB_PARALLEL, always
9353 return path in outputs/$subdir/$testname.
9355 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9357 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9358 (site.exp): Assign abs_srcdir to tcl's srcdir.
9360 2016-02-04 Yao Qi <yao.qi@linaro.org>
9362 * gdb.base/foll-exec-mode.c: Include limits.h.
9363 (main): Add parameters argc and argv. Get directory from
9365 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9367 * gdb.base/foll-exec.c: Include limits.h.
9368 (main): Add parameters argc and argv.
9369 Get directory from argv[0].
9370 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9371 Adjust tests on the number of lines as source code changed.
9372 * gdb.base/foll-vfork-exit.c: Include limits.h.
9373 (main): Add one line of statement before vfork.
9374 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9375 (main): Add parameters argc and argv. Get directory from
9377 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9378 (setup_gdb): Set tbreak to skip some source lines.
9379 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9380 (main): Add parameters argc and argv. Get directory from
9382 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9384 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9385 (main): Add parameters argc and argv. Get directory from
9387 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9390 2016-02-01 Doug Evans <dje@google.com>
9392 * gdb.base/skip.exp: Clean up multiple references to same test name.
9394 2016-02-01 Pedro Alves <palves@redhat.com>
9397 * gdb.threads/forking-threads-plus-breakpoint.exp
9398 (displaced_stepping_supported): New global.
9399 (probe_displaced_stepping_support): New procedure.
9400 (do_test): Add 'displaced' parameter, and use it.
9401 (top level): Check for displaced stepping support. Add displaced
9402 stepping on/off testing axis.
9404 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9406 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9407 pointer. Don't perform further tests on the unassociated pointer
9408 if the first test fails.
9410 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9412 * gdb.base/max-value-size.c: New file.
9413 * gdb.base/max-value-size.exp: New file.
9414 * gdb.base/huge.exp: Disable max-value-size for this test.
9416 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9418 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9420 2016-01-28 Yao Qi <yao.qi@linaro.org>
9422 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9424 2016-01-25 Pedro Alves <palves@redhat.com>
9427 * gdb.base/fork-running-state.c: New file.
9428 * gdb.base/fork-running-state.exp: New file.
9430 2016-01-25 Pedro Alves <palves@redhat.com>
9433 * gdb.base/catch-fork-kill.c: New file.
9434 * gdb.base/catch-fork-kill.exp: New file.
9436 2016-01-25 Pedro Alves <palves@redhat.com>
9438 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9439 Delete, moved to lib/gdb.exp.
9440 * gdb.threads/forking-threads-plus-breakpoint.exp
9441 (foreach_with_prefix): Likewise.
9442 * gdb.threads/process-dies-while-handling-bp.exp
9443 (foreach_with_prefix): Likewise.
9444 * lib/gdb.exp (foreach_with_prefix): New procedure.
9446 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9448 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9449 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9451 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9453 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9456 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9457 Pedro Alves <palves@redhat.com>
9459 Fix testsuite compatibility with Guile.
9460 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9463 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9465 Fix testsuite compatibility with Guile.
9466 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9467 (thread 1): New test for backtrace through signal handler.
9469 2016-01-22 Yao Qi <yao.qi@linaro.org>
9472 * gdb.base/multi-forks.c: Include
9473 ../lib/unbuffer_output.c
9474 (main): Call gdb_unbuffer_output.
9476 2016-01-21 Doug Evans <dje@google.com>
9478 * lib/ada.exp (gdb_compile_ada): Fix typo.
9480 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9482 * gdb.base/break-fun-addr.exp: New file.
9483 * gdb.base/break-fun-addr1.c: New file.
9484 * gdb.base/break-fun-addr2.c: New file.
9486 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9488 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9489 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9492 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9494 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9495 when GDB can not set the vector return value. Add more comments
9498 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9500 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9503 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9505 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9507 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9509 * Makefile.in (check-single): Pass --status to runtest.
9510 (check/%.exp): Likewise.
9512 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9514 * Makefile.in (check-parallel): Propagate return code from make
9517 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9519 * gdb.trace/ftrace.exp: Fix expected message on continue.
9520 * gdb.trace/pending.exp: Fix expected message on continue.
9521 * gdb.trace/trace-break.exp: Fix expected message on continue.
9523 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9525 * lib/gdb.exp (gdb_test): Remove unused global references.
9527 2016-01-18 Pedro Alves <palves@redhat.com>
9529 * gdb.base/async-shell.exp: Adjust expected output.
9530 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9531 * gdb.base/siginfo-thread.exp: Adjust expected output.
9532 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9533 * gdb.java/jnpe.exp: Adjust expected output.
9534 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9535 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9536 * gdb.threads/leader-exit.exp: Adjust expected output.
9537 * gdb.threads/manythreads.exp: Adjust expected output.
9538 * gdb.threads/pthreads.exp: Adjust expected output.
9539 * gdb.threads/schedlock.exp: Adjust expected output.
9540 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9541 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9543 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9545 * gdb.threads/sigthread.exp: Adjust expected output.
9546 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9548 2016-01-18 Yao Qi <yao.qi@linaro.org>
9550 * gdb.guile/scm-section-script.c: Replace @progbits with
9552 * gdb.python/py-section-script.c: Likewise.
9554 2016-01-15 Pedro Alves <palves@redhat.com>
9556 * gdb.multi/tids.exp: Test star wildcard ranges.
9558 2016-01-15 Pedro Alves <palves@redhat.com>
9560 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9561 command from "thread apply" invocation.
9562 (thr_apply_info_thr_invalid): Default the expected output to the
9564 (top level): Add tests that use convenience variables. Add tests
9565 for "thread apply" with a valid TID list, but missing the command.
9567 2016-01-13 Pedro Alves <palves@redhat.com>
9569 * gdb.base/default.exp: Expect $_gthread as well.
9570 * gdb.multi/tids.exp: Test $_gthread.
9571 * gdb.threads/thread-specific.exp: Test $_gthread.
9573 2016-01-13 Pedro Alves <palves@redhat.com>
9575 * gdb.multi/tids.exp: Test "info threads -gid".
9577 2016-01-13 Pedro Alves <palves@redhat.com>
9579 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9581 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9583 2016-01-07 Pedro Alves <palves@redhat.com>
9585 * gdb.base/break.exp: Adjust to output changes.
9586 * gdb.base/hbreak2.exp: Likewise.
9587 * gdb.base/sepdebug.exp: Likewise.
9588 * gdb.base/watch_thread_num.exp: Likewise.
9589 * gdb.linespec/keywords.exp: Likewise.
9590 * gdb.multi/info-threads.exp: Likewise.
9591 * gdb.threads/thread-find.exp: Likewise.
9592 * gdb.multi/tids.c: New file.
9593 * gdb.multi/tids.exp: New file.
9595 2016-01-13 Pedro Alves <palves@redhat.com>
9597 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9599 2016-01-13 Pedro Alves <palves@redhat.com>
9601 * gdb.base/default.exp: Expect $_inferior as well.
9602 * gdb.multi/base.exp: Test $_inferior.
9604 2016-01-13 Pedro Alves <palves@redhat.com>
9606 PR breakpoints/19388
9607 * gdb.base/catch-signal-siginfo-cond.c: New file.
9608 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9610 2016-01-12 Josh Stone <jistone@redhat.com>
9611 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9613 * gdb.base/catch-syscall.c (do_execve): New variable.
9614 (main): Conditionally trigger an execve.
9615 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9616 (test_catch_syscall_execve): New, check entry/return across execve.
9617 (do_syscall_tests): Call test_catch_syscall_execve.
9619 2016-01-12 Pedro Alves <palves@redhat.com>
9621 * gdb.base/random-signal.exp (do_test): New procedure, with body
9622 of testcase moved in.
9624 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9625 Pedro Alves <palves@redhat.com>
9627 * gdb.base/funcargs.exp (finish from indirectly called function):
9628 Reintroduce the case for 'First'.
9630 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9631 Pedro Alves <palves@redhat.com>
9633 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9634 (tcatch_vfork_then_child_follow_exec)
9635 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9638 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9640 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9641 and repeats to unlimited.
9642 * gdb.python/py-value.exp: Likewise.
9643 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9644 and repeats to unlimited.
9646 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9648 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9649 and reordering the functions.
9650 * gdb.multi/hangout.c: Likewise.
9651 * gdb.multi/hello.c: Likewise.
9653 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9655 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9657 (SingleStatisticTestResult.report): Use dict.keys instead of
9660 2016-01-06 Pedro Alves <palves@redhat.com>
9662 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9664 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9666 * gdb.btrace/dlopen.exp: New.
9667 * gdb.btrace/dlopen.c: New.
9668 * gdb.btrace/dlopen-dso.c: New.
9670 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9672 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9673 PATTERN argument is optional.
9675 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9677 * lib/ada.exp (target_compile_ada_from_dir): New function.
9678 (gdb_compile_ada): Reimplement avoiding the use of project files.
9679 * gdb.ada/gnat_ada.gpr: Delete.
9680 * gdb.ada/cond_lang.exp: Adjust test to make path before
9682 * gdb.ada/small_reg_param.exp: Likewise.
9684 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9686 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9688 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9690 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9693 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9695 * gdb.base/break.exp: Remove dead code.
9696 * gdb.base/sepdebug.exp: Likewise.
9698 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9700 * gdb.asm/asm-source.exp: Remove HP-UX references.
9701 * gdb.base/annota1.exp: Likewise.
9702 * gdb.base/annota3.exp: Likewise.
9703 * gdb.base/attach.exp: Likewise.
9704 * gdb.base/bigcore.exp: Likewise.
9705 * gdb.base/break.exp: Likewise.
9706 * gdb.base/call-ar-st.exp: Likewise.
9707 * gdb.base/callfuncs.exp: Likewise.
9708 * gdb.base/catch-fork-static.exp: Likewise.
9709 * gdb.base/display.exp: Likewise.
9710 * gdb.base/foll-exec-mode.exp: Likewise.
9711 * gdb.base/foll-exec.exp: Likewise.
9712 * gdb.base/foll-fork.exp: Likewise.
9713 * gdb.base/foll-vfork.exp: Likewise.
9714 * gdb.base/funcargs.exp: Likewise.
9715 * gdb.base/hbreak2.exp: Likewise.
9716 * gdb.base/inferior-died.exp: Likewise.
9717 * gdb.base/interrupt.exp: Likewise.
9718 * gdb.base/multi-forks.exp: Likewise.
9719 * gdb.base/nodebug.exp: Likewise.
9720 * gdb.base/sepdebug.exp: Likewise.
9721 * gdb.base/solib1.c: Likewise.
9722 * gdb.base/step-test.exp: Likewise.
9723 * gdb.mi/non-stop.c: Likewise.
9724 * gdb.mi/pthreads.c: Likewise.
9725 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9726 * gdb.threads/pthreads.c: Likewise.
9727 * gdb.threads/staticthreads.exp: Likewise.
9728 * lib/future.exp: Likewise.
9729 * lib/gdb.exp: Likewise.
9730 * gdb.base/so-indr-cl.c: Remove.
9731 * gdb.base/so-indr-cl.exp: Likewise.
9732 * gdb.base/solib.c: Likewise.
9733 * gdb.base/solib.exp: Likewise.
9734 * gdb.base/solib2.c: Likewise.
9736 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9738 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9739 * gdb.base/call-ar-st.exp: Likewise.
9740 * gdb.base/callfuncs.exp: Likewise.
9741 * gdb.base/condbreak.exp: Likewise.
9742 * gdb.base/constvars.exp: Likewise.
9743 * gdb.base/hbreak2.exp: Likewise.
9744 * gdb.base/langs.exp: Likewise.
9745 * gdb.base/list.exp: Likewise.
9746 * gdb.base/long_long.exp: Likewise.
9747 * gdb.base/ptype.exp: Likewise.
9748 * gdb.base/scope.exp: Likewise.
9749 * gdb.base/signals.exp: Likewise.
9750 * gdb.base/so-impl-ld.exp: Likewise.
9751 * gdb.base/varargs.exp: Likewise.
9752 * gdb.base/volatile.exp: Likewise.
9753 * gdb.base/whatis.exp: Likewise.
9754 * gdb.cp/cplusfuncs.exp: Likewise.
9755 * gdb.cp/inherit.exp: Likewise.
9756 * gdb.cp/local.exp: Likewise.
9757 * gdb.cp/member-ptr.exp: Likewise.
9758 * gdb.cp/method.exp: Likewise.
9759 * gdb.cp/overload.exp: Likewise.
9760 * gdb.cp/templates.exp: Likewise.
9761 * gdb.stabs/weird.exp: Likewise.
9762 * lib/compiler.c: Likewise.
9763 * lib/compiler.cc: Likewise.
9764 * lib/cp-support.exp: Likewise.
9765 * lib/gdb.exp: Likewise.
9767 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9769 * configure.ac: Remove HP-UX case.
9770 * configure: Regenerate.
9772 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9774 * lib/gdb.exp (gdb_compile): Add function doc.
9776 2015-12-17 Pedro Alves <palves@redhat.com>
9779 * gdb.multi/info-threads.exp: New file.
9781 2015-12-15 Yao Qi <yao.qi@linaro.org>
9783 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9786 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9788 * gdb.base/history-duplicates.exp: Skip if no readline support.
9790 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9792 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9794 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9796 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9798 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9800 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9801 ctrl-C if nointerrupts target property is set.
9802 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9803 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9804 * gdb.base/paginate-bg-execution.exp: Likewise.
9805 * gdb.base/paginate-execution-startup.exp: Likewise.
9806 * gdb.base/random-signal.exp: Likewise.
9807 * gdb.base/range-stepping.exp: Likewise.
9808 * gdb.cp/annota2.exp: Likewise.
9809 * gdb.cp/annota3.exp: Likewise.
9810 * gdb.gdb/selftest.exp: Likewise.
9811 * gdb.threads/continue-pending-status.exp: Likewise.
9812 * gdb.threads/leader-exit.exp: Likewise.
9813 * gdb.threads/manythreads.exp: Likewise.
9814 * gdb.threads/pthreads.exp: Likewise.
9815 * gdb.threads/schedlock.exp: Likewise.
9816 * gdb.threads/sigthread.exp: Likewise.
9818 2015-12-11 Don Breazeal <donb@codesourcery.com>
9820 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9822 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9823 * gdb.base/foll-exec.exp (main): Enable for target remote.
9824 * gdb.base/foll-fork.exp (main): Likewise.
9825 * gdb.base/foll-vfork.exp (main): Likewise.
9826 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9827 (proc continue_to_exit_bp_loc): Use clean_restart.
9828 * gdb.base/pie-execl.exp (main): Disable for target remote.
9829 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9830 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9831 * gdb.threads/execl.exp (main): Likewise.
9832 * gdb.threads/fork-child-threads.exp (main): Likewise.
9833 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9835 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9837 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9838 pid.tid style ptids, instead of just tid.
9839 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9840 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9841 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9842 ptids, instead of just tid.
9844 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9846 * gdb.base/list.exp (test_list_forward): Add end of file error
9848 (test_repeat_list_command): Add end of file error test.
9849 (test_list_backwards): Add beginning of file error test.
9851 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9853 * gdb.base/list.exp (test_list_invalid_args): New function,
9854 defined, and called.
9856 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9858 * gdb.base/list.exp (test_list): Make test names unique.
9860 2015-12-11 Yao Qi <yao.qi@linaro.org>
9862 * gdb.base/coremaker2.c: Remove.
9864 2015-12-10 Pedro Alves <palves@redhat.com>
9866 * gdb.multi/base.exp: Remove stale "spaces" references.
9868 2015-12-10 Pedro Alves <palves@redhat.com>
9870 * gdb.multi/base.exp: Don't use nowarnings.
9871 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9872 * gdb.multi/hangout.c: Include stdio.h.
9873 * gdb.multi/hello.c: Include stdlib.h.
9874 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9875 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9876 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9878 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9880 * gdb.dwarf2/dw2-ranges-base.c: New file.
9881 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9882 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9883 support additional line table, and debug ranges generation.
9884 (Dwarf::ranges): New function, generate .debug_ranges.
9885 (Dwarf::lines): Support generating simple line table programs.
9886 (Dwarf::assemble): Initialise new namespace variables.
9888 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9890 * gdb.base/async.exp (proc test_background): Add case for
9891 asynchronous execution not supported.
9893 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9895 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9896 format and change test names to make them unique.
9898 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9899 Pedro Alves <pedro@redhat.com>
9902 Add checking of floatformats setup on x86_64 hosts.
9903 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9904 (smallval, bigval): New labels/constants.
9905 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9906 float" after loading bigval and smallval.
9908 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9910 * gdb.ada/fun_overload_menu.exp: New testcase.
9911 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9913 2015-12-04 Josh Stone <jistone@redhat.com>
9915 * gdb.base/catch-fork-static.exp: New.
9917 2015-12-03 Yao Qi <yao.qi@linaro.org>
9919 * gdb.base/sizeof.c: Don't include stdio.h and
9920 ../lib/unbuffer_output.c.
9921 (main): New variable 'size' and 'value'. Remove printf and
9922 gdb_unbuffer_output. Assign return value to size and value.
9923 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9925 (check_sizeof): Check the result by printing variable 'size'.
9926 (check_valueof): Check the result by printing variable 'value'.
9928 2015-12-01 Yao Qi <yao.qi@linaro.org>
9930 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9931 for aarch64*-*-linux* target.
9933 2015-11-30 Pedro Alves <palves@redhat.com>
9935 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9937 2015-11-30 Pedro Alves <palves@redhat.com>
9939 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9940 Handle non-stop mode vCont replies.
9942 2015-11-30 Pedro Alves <palves@redhat.com>
9944 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9945 prepare_for_testing. Start gdb with "set non-stop on" appended to
9946 GDBFLAGS. Lax expected stop output.
9948 2015-11-27 Yao Qi <yao.qi@linaro.org>
9950 * gdb.arch/arm-neon.exp: New.
9951 * gdb.arch/arm-neon.c: New.
9953 2015-11-27 Yao Qi <yao.qi@linaro.org>
9955 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9957 2015-11-27 Yao Qi <yao.qi@linaro.org>
9959 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9960 frames-invalid annotation.
9962 2015-11-27 Yao Qi <yao.qi@linaro.org>
9964 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9966 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9968 * gdb.threads/names.exp: New file.
9969 * gdb.threads/names.c: New file.
9970 * README: Mention gdb,no_thread_names.
9972 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9975 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9978 2015-11-24 Pedro Alves <palves@redhat.com>
9981 * gdb.base/display.exp: Expect displays to be sorted in ascending
9982 order. Use multi_line.
9983 * gdb.base/solib-display.exp: Likewise.
9985 2015-11-24 Pedro Alves <palves@redhat.com>
9988 * gdb.base/display.exp: Expect displays to be sorted in ascending
9989 order. Use multi_line.
9990 * gdb.base/solib-display.exp: Likewise.
9992 2015-11-24 Pedro Alves <palves@redhat.com>
9995 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9996 threads in ascending order.
9997 * gdb.base/foll-fork.exp: Likewise.
9998 * gdb.base/foll-vfork.exp: Likewise.
9999 * gdb.base/multi-forks.exp: Likewise.
10000 * gdb.mi/mi-nonstop.exp: Likewise.
10001 * gdb.mi/mi-nsintrall.exp: Likewise.
10002 * gdb.multi/base.exp: Likewise.
10003 * gdb.multi/multi-arch.exp: Likewise.
10004 * gdb.python/py-inferior.exp: Likewise.
10005 * gdb.threads/break-while-running.exp: Likewise.
10006 * gdb.threads/execl.exp: Likewise.
10007 * gdb.threads/gcore-thread.exp: Likewise.
10008 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10009 * gdb.threads/kill.exp: Likewise.
10010 * gdb.threads/linux-dp.exp: Likewise.
10011 * gdb.threads/multiple-step-overs.exp: Likewise.
10012 * gdb.threads/next-bp-other-thread.exp: Likewise.
10013 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10014 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10015 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10016 * gdb.threads/thread-find.exp: Likewise.
10017 * gdb.threads/tls.exp: Likewise.
10018 * lib/mi-support.exp (mi_reverse_list): Delete.
10019 (mi_check_thread_states): No longer reverse list.
10021 2015-11-24 Pedro Alves <palves@redhat.com>
10023 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10026 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10028 * gdb.trace/actions.c: Include trace-common.h.
10029 (main): Add a location for a fast tracepoint.
10030 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10031 the normal tracepoints.
10032 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10034 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10036 * save-trace.exp: Factor out code to these...
10037 (gdb_save_tracepoints): New.
10038 (gdb_load_tracepoints): New.
10039 (do_save_load_test): New.
10041 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10043 * gdb.base/asmlabel.exp: New test.
10044 * gdb.base/asmlabel.c: New test case.
10046 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10048 * gdb.base/wrong_frame_bt_full-main.c: New file.
10049 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10050 * gdb.base/wrong_frame_bt_full.exp: New file.
10052 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10054 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10056 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10058 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10059 pstate register when comparing registers values in
10060 sparc64-*-linux-gnu targets to avoid spurious differences.
10062 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10064 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10066 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10068 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10069 as type argument to gdb_compile.
10070 * gdb.base/nested-subp2.exp: Likewise.
10071 * gdb.base/nested-subp3.exp: Likewise.
10073 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10075 * lib/dwarf.exp (_note): Fix left shift of negative value.
10076 * gdb.trace/trace-condition.exp: Likewise.
10078 2015-11-13 Yao Qi <yao.qi@linaro.org>
10080 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10081 comments about d10v.
10082 (test_scalar_returns): Likewise.
10083 * gdb.base/d10v.ld: Remove.
10084 * gdb.base/overlays.exp: Remove the target triplet checking for
10086 * gdb.base/structs.exp (test_struct_returns): Remove the
10087 comments about d10v.
10088 (test_struct_calls): Likewise.
10090 2015-11-13 Yao Qi <yao.qi@linaro.org>
10092 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10093 * gdb.base/gnu_vector.c: Don't include stdio.h.
10094 (main): Don't print res and call add_some_intvecs.
10096 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10098 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10101 (func4): Use FAST_TRACEPOINT_LABEL.
10102 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10105 (thread_function): Use FAST_TRACEPOINT_LABEL.
10106 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10108 (marker): Use FAST_TRACEPOINT_LABEL.
10109 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10110 (pendfunc1): Remove.
10111 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10112 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10114 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10115 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10118 (marker): Use FAST_TRACEPOINT_LABEL.
10119 * gdb.trace/trace-common.h: New header.
10120 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10123 (marker): Use FAST_TRACEPOINT_LABEL.
10124 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10126 (thread_function): Use FAST_TRACEPOINT_LABEL.
10128 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10130 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10132 * gdb.trace/change-loc.exp: Use global pcreg definition.
10133 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10134 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10136 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10137 * gdb.trace/pending.exp: Likewise.
10138 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10139 * gdb.trace/trace-break.exp: Likewise.
10140 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10142 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10143 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10145 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10147 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10149 * gdb.ada/fin_fun_out: New testcase.
10151 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10153 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10154 value associated with DW_AT_byte_size.
10155 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10156 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10159 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10161 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10162 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10164 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10165 gdb.dwarf2/dw2-canonicalize-type.exp,
10166 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10167 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10168 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10169 provided by gdb_target_symbol_prefix_flags_asm.
10170 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10171 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10172 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10173 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10174 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10175 macros where needed). Use this macro for symbols which require
10176 the prefix provided by SYMBOL_PREFIX.
10178 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10180 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10182 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10183 representing expressions, of more than one list element.
10184 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10185 to prepend linker symbol prefix to f.
10186 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10187 table_1 and table_2.
10188 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10189 Likewise, for f and g.
10190 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10192 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10194 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10195 table_1_ptr and table_2_ptr.
10197 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10198 Joel Brobecker <brobecker@adacore.com>
10200 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10202 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10204 * gdb.reverse/s390-mvcle.c: New test.
10205 * gdb.reverse/s390-mvcle.exp: New file.
10206 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10208 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10210 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10212 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10214 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10216 * gdb.reverse/getresuid-reverse.exp: Likewise.
10217 * gdb.reverse/pipe-reverse.exp: Likewise.
10218 * gdb.reverse/readv-reverse.exp: Likewise.
10219 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10220 * gdb.reverse/time-reverse.exp: Likewise.
10221 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10223 2015-10-30 Yao Qi <yao.qi@linaro.org>
10225 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10226 (empty_cycle): Remove.
10227 (main): Don't call empty_cycle. Don't use watch_count_done.
10228 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10229 empty_cycle. Rewrite the code counting HW watchpoints.
10231 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10233 * gdb.reverse/fstatat-reverse.c: New test.
10234 * gdb.reverse/fstatat-reverse.exp: New file.
10235 * gdb.reverse/getresuid-reverse.c: New test.
10236 * gdb.reverse/getresuid-reverse.exp: New file.
10237 * gdb.reverse/pipe-reverse.c: New test.
10238 * gdb.reverse/pipe-reverse.exp: New file.
10239 * gdb.reverse/readv-reverse.c: New test.
10240 * gdb.reverse/readv-reverse.exp: New file.
10241 * gdb.reverse/recvmsg-reverse.c: New test.
10242 * gdb.reverse/recvmsg-reverse.exp: New file.
10243 * gdb.reverse/time-reverse.c: New test.
10244 * gdb.reverse/time-reverse.exp: New file.
10245 * gdb.reverse/waitpid-reverse.c: New test.
10246 * gdb.reverse/waitpid-reverse.exp: New file.
10248 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10250 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10252 2015-10-26 Doug Evans <dje@google.com>
10255 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10256 * gdb.dwarf2/bad-regnum.c: New file.
10257 * gdb.dwarf2/bad-regnum.exp: New file.
10259 2015-10-26 Doug Evans <dje@google.com>
10262 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10265 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10267 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10268 for a change by "Mention language in compile error message".
10270 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10273 * gdb.python/py-type.c (C::a_method): New.
10274 (C::a_const_method): New.
10275 (C::a_static_method): New.
10277 * gdb.python/py-type.exp (test_fields): Test getting fields
10278 from function and method.
10280 2015-10-21 Keven Boell <keven.boell@intel.com>
10282 * gdb.fortran/vla-alloc-assoc.exp: New file.
10283 * gdb.fortran/vla-datatypes.exp: New file.
10284 * gdb.fortran/vla-datatypes.f90: New file.
10285 * gdb.fortran/vla-history.exp: New file.
10286 * gdb.fortran/vla-ptype-sub.exp: New file.
10287 * gdb.fortran/vla-ptype.exp: New file.
10288 * gdb.fortran/vla-sizeof.exp: New file.
10289 * gdb.fortran/vla-sub.f90: New file.
10290 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10291 * gdb.fortran/vla-value-sub-finish.exp: New file.
10292 * gdb.fortran/vla-value-sub.exp: New file.
10293 * gdb.fortran/vla-value.exp: New file.
10294 * gdb.fortran/vla-ptr-info.exp: New file.
10295 * gdb.mi/mi-vla-fortran.exp: New file.
10296 * gdb.mi/vla.f90: New file.
10298 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10300 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10301 of hardwired timeout value.
10303 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10304 Pedro Alves <palves@redhat.com>
10306 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10307 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10309 2015-10-19 Josh Stone <jistone@redhat.com>
10311 * gdb.base/catch-syscall.c: Include <sched.h>.
10312 (unknown_syscall): New variable.
10313 (main): Trigger a vfork and an unknown syscall.
10314 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10315 (unknown_syscall_number): Likewise.
10316 (check_call_to_syscall): Accept an optional syscall pattern.
10317 (check_return_from_syscall): Likewise.
10318 (check_continue): Likewise.
10319 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10320 (test_catch_syscall_skipping_return): New test toggling off 'catch
10321 syscall' to step over the syscall return, then toggling back on.
10322 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10323 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10324 (do_syscall_tests): Call test_catch_syscall_without_args and
10325 test_catch_syscall_mid_vfork.
10326 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10327 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10329 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10331 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10332 print g_vE): Add new pass patterns.
10333 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10334 print various symbol names for vptr fields.
10336 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10338 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10341 2015-10-12 Yao Qi <yao.qi@linaro.org>
10343 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10345 2015-10-12 Yao Qi <yao.qi@linaro.org>
10347 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10348 is aarch64*-*-linux*.
10350 2015-10-12 Yao Qi <yao.qi@linaro.org>
10352 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10353 (can_relocate_bcond_true): ... it.
10354 (can_relocate_bcond_false): New function.
10356 (can_relocate_bl): Likewise.
10357 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10360 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10362 * gdb.base/nested-addr.c: New file.
10363 * gdb.base/nested-addr.exp: New testcase.
10365 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10367 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10368 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10369 its output. Ignore the output of "record goto begin" and instead
10370 check that GDB is replaying.
10372 2015-10-09 Pedro Alves <palves@redhat.com>
10374 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10375 (top level): Use it in the run with no args test.
10377 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10379 * gdb.dlang/properties.exp: New file.
10381 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10383 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10384 whether or not address 0x1000 is mapped on the target.
10386 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10388 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10391 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10393 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10394 instruction-history test.
10396 2015-09-28 Doug Evans <dje@google.com>
10398 * gdb.base/gcore.c (array_func): Add reference to static_array.
10400 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10402 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10405 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10407 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10408 short or char as base type.
10410 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10412 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10413 to allow any size enum.
10415 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10417 * gdb.ada/array_ptr_renaming.exp: New testcase.
10418 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10419 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10421 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10423 * gdb.trace/ftrace-lock.c: New file.
10424 * gdb.trace/ftrace-lock.exp: New file.
10426 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10428 * gdb.arch/insn-reloc.c: New file.
10429 * gdb.arch/ftrace-insn-reloc.exp: New file.
10431 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10433 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10435 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10436 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10437 * gdb.trace/range-stepping.c: Likewise.
10438 * gdb.trace/trace-break.c: Likewise.
10439 * gdb.trace/trace-mt.c (thread_function): Likewise.
10440 * gdb.trace/ftrace.c (marker): Likewise.
10441 * gdb.trace/trace-condition.c (marker): Likewise.
10442 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10443 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10446 2015-09-18 Doug Evans <xdje42@gmail.com>
10448 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10449 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10451 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10453 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10456 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10458 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10459 the pending breakpoint. Remove timeout override for "Run till
10460 MI pending breakpoint on pendfunc3 on thread 2" test.
10462 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10464 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10467 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10469 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10470 in breakpoint filename pattern.
10472 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10474 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10476 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10478 * gdb.linespec/explicit.exp: Check for readline support for
10479 tab-completion tests. Fix obvious typo.
10481 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10483 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10486 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10488 * gdb.btrace/non-stop.c: New.
10489 * gdb.btrace/non-stop.exp: New.
10491 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10492 Yao Qi <yao.qi@linaro.org>
10494 * gdb.trace/trace-condition.c: New file.
10495 * gdb.trace/trace-condition.exp: New file.
10497 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10499 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10500 for testing bytecode compilation.
10502 2015-09-16 Pedro Alves <palves@redhat.com>
10503 Sandra Loosemore <sandra@codesourcery.com>
10505 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10506 (SECONDS): Redefine.
10507 (main): Call pthread_kill and alarm early.
10508 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10510 (test): If the target can't hardware step and doesn't support
10511 displaced stepping, increase the timeout.
10513 2015-09-16 Pedro Alves <palves@redhat.com>
10515 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10516 (enable_debug): New procedures.
10517 (test): Use them. Bail out if waiting for threads fails.
10518 (top level): Bail out if a test fails.
10520 2015-09-16 Yao Qi <yao.qi@linaro.org>
10522 * gdb.asm/asm-source.exp: Set asm-arch for
10523 aarch64*-*-* target.
10524 * gdb.asm/aarch64.inc: New file.
10526 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10528 * gdb.ada/array_of_variable_length.exp: New testcase.
10529 * gdb.ada/array_of_variable_length/foo.adb: New file.
10530 * gdb.ada/array_of_variable_length/pck.adb: New file.
10531 * gdb.ada/array_of_variable_length/pck.ads: New file.
10533 2015-09-15 Doug Evans <dje@google.com>
10535 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10536 of function static local variable.
10538 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10540 * gdb.threads/tls-so_extern.exp: New test file.
10541 * gdb.threads/tls-so_extern.c: New test file.
10542 * gdb.threads/tls-so_extern_main.c: New test file.
10544 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10546 * gdb.opt/solib-intra-step-lib.c: New file.
10547 * gdb.opt/solib-intra-step-main.c: New file.
10548 * gdb.opt/solib-intra-step.exp: New file.
10550 2015-09-15 Pedro Alves <palves@redhat.com>
10552 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10553 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10555 2015-09-14 Pedro Alves <palves@redhat.com>
10557 * gdb.base/hook-stop-continue.c: Delete.
10558 * gdb.base/hook-stop-continue.exp: Delete.
10559 * gdb.base/hook-stop-frame.c: Delete.
10560 * gdb.base/hook-stop-frame.exp: Delete.
10561 * gdb.base/hook-stop.c: New file.
10562 * gdb.base/hook-stop.exp: New file.
10564 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10566 * gdb.ada/access_to_packed_array.exp: New testcase.
10567 * gdb.ada/access_to_packed_array/foo.adb: New file.
10568 * gdb.ada/access_to_packed_array/pack.adb: New file.
10569 * gdb.ada/access_to_packed_array/pack.ads: New file.
10571 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10573 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10576 2015-09-11 Don Breazeal <donb@codesourcery.com>
10578 * gdb.base/foll-exec.c: Add copyright header. Fix
10580 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10581 (do_exec_tests): Use clean_restart in place of zap_session,
10582 and for test initialization. Fix formatting issues. Use
10583 fail in place of perror.
10584 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10585 an expect statement to match an expression with output from
10586 the program under debug.
10587 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10588 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10589 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10590 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10591 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10593 2015-09-09 Doug Evans <dje@google.com>
10595 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10597 2015-09-09 Doug Evans <dje@google.com>
10599 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10601 2015-09-09 Doug Evans <dje@google.com>
10603 * gdb.base/savedregs.exp: Fix typo.
10605 2015-09-09 Pedro Alves <palves@redhat.com>
10607 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10609 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10611 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10612 command actually switches threads. Give up on remaining
10613 tests if target fails to stop at breakpoint.
10615 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10617 * gdb.ada/funcall_char.exp: New testcase.
10618 * gdb.ada/funcall_char/foo.adb: New file.
10620 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10622 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10623 expected outputs. Add two testcases for completing ambiguous
10625 * gdb.ada/complete/aux_pck.adb: New file.
10626 * gdb.ada/complete/aux_pck.ads: New file.
10627 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10628 Ambiguous_Func functions.
10629 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10630 * gdb.ada/complete/pck.adb: Likewise.
10632 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10634 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10635 failures to run the test program under GDB.
10637 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10639 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10642 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10644 * gdb.base/run-after-attach.exp: New test file.
10645 * gdb.base/run-after-attach.c: New test file.
10647 2015-08-26 Don Breazeal <donb@codesourcery.com>
10649 * gdb.base/foll-exec-2.c: New test program.
10650 * gdb.base/foll-exec-2.exp: New test.
10652 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10654 * gdb.base/nested-subp1.exp: New file.
10655 * gdb.base/nested-subp1.c: New file.
10656 * gdb.base/nested-subp2.exp: New file.
10657 * gdb.base/nested-subp2.c: New file.
10658 * gdb.base/nested-subp3.exp: New file.
10659 * gdb.base/nested-subp3.c: New file.
10661 2015-08-24 Pedro Alves <palves@redhat.com>
10663 * gdb.server/connect-without-multi-process.c: New file.
10664 * gdb.server/connect-without-multi-process.exp: New file.
10666 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10668 * gdb.opt/inline-markers.c: Make z int.
10670 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10672 * gdb.opt/inline-markers.c: Make z volatile.
10674 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10676 * gdb.opt/inline-bt.c: New volatile global z.
10677 * gdb.opt/inline-cmds.c: Likewise.
10678 * gdb.opt/inline-locals.c: Likewise.
10679 * gdb.opt/inline-markers.c: New extern global z.
10681 (inline_fn): Likewise.
10683 2015-08-24 Pedro Alves <palves@redhat.com>
10685 * config/m32r-stub.exp: Remove file.
10686 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10687 * gdb.base/call-rt-st.exp: Likewise.
10688 * gdb.base/call-strs.exp: Likewise.
10689 * gdb.base/default.exp: Remove references to h8300-*-hms and
10691 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10693 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10695 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10696 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10697 and "return" use KFAIL when GDB can not read/write the vector
10700 2015-08-21 Gary Benson <gbenson@redhat.com>
10702 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10704 2015-08-20 Pedro Alves <palves@redhat.com>
10706 * gdb.server/solib-list.exp: No longer expect an interior stop in
10709 2015-08-20 Pedro Alves <palves@redhat.com>
10711 * gdb.server/connect-stopped-target.c: New file.
10712 * gdb.server/connect-stopped-target.exp: New file.
10714 2015-08-20 Pedro Alves <palves@redhat.com>
10716 * gdb.dwarf2/comp-unit-lang.exp: New file.
10717 * gdb.dwarf2/comp-unit-lang.c: New file.
10719 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10721 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10722 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10724 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10726 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10727 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10729 2015-08-18 Doug Evans <dje@google.com>
10730 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10732 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10733 skip_python_tests. New arg prompt_regexp.
10734 (skip_python_tests): New function.
10735 * lib/mi-support.exp (mi_skip_python_tests): New function.
10736 * gdb.python/py-mi-objfile-gdb.py: New file.
10737 * gdb.python/py-mi-objfile.c: New file.
10738 * gdb.python/py-mi-objfile.exp: New file.
10740 2015-08-17 Keith Seitz <keiths@redhat.com>
10742 * gdb.linespec/explicit.exp: Move strace test from here ...
10743 * gdb.trace/strace.exp: ... to here.
10745 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10747 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10748 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10750 2015-08-14 Doug Evans <xdje42@gmail.com>
10752 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10753 inferior before selecting a new file.
10755 2015-08-14 Doug Evans <xdje42@gmail.com>
10757 * gdb.mi/mi-disassemble.exp: Update.
10758 * gdb.base/disasm-optim.S: New file.
10759 * gdb.base/disasm-optim.c: New file.
10760 * gdb.base/disasm-optim.h: New file.
10761 * gdb.base/disasm-optim.exp: New file.
10763 2015-08-14 Keith Seitz <keiths@redhat.com>
10765 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10768 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10770 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10772 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10774 * gdb.ada/fun_renaming.exp: New testcase.
10775 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10776 * gdb.ada/fun_renaming/pack.adb: New file.
10777 * gdb.ada/fun_renaming/pack.ads: New file.
10779 2015-08-12 Keith Seitz <keiths@redhat.com>
10781 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10782 gdb_get_line_number.
10784 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10786 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10787 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10788 gdb.base/dso2dso.exp: New files.
10790 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10791 Pedro Alves <palves@redhat.com>
10792 Keith Seitz <keiths@redhat.com>
10794 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10797 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10799 * gdb.base/gdbhistsize-history.exp
10800 (test_histsize_history_setting): Use save_vars.
10801 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10803 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10804 * gdb.base/readline.exp: Use save_vars.
10806 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10808 * lib/gdb.exp (save_vars): New proc.
10810 2015-08-11 Keith Seitz <keiths@redhat.com>
10812 * gdb.base/help.exp: Update help_breakpoint_text.
10814 2015-08-11 Keith Seitz <keiths@redhat.com>
10816 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10817 (at toplevel): Call test_explicit_breakpoints.
10818 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10820 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10821 breakpoint conditions, "-cond".
10823 2015-08-11 Keith Seitz <keiths@redhat.com>
10825 * gdb.linespec/3explicit.c: New file.
10826 * gdb.linespec/cpexplicit.cc: New file.
10827 * gdb.linespec/cpexplicit.exp: New file.
10828 * gdb.linespec/explicit.c: New file.
10829 * gdb.linespec/explicit.exp: New file.
10830 * gdb.linespec/explicit2.c: New file.
10831 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10832 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10833 before using in the matching pattern.
10834 Clarify that `prefix' is a regular expression.
10836 2015-08-11 Keith Seitz <keiths@redhat.com>
10838 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10840 Add tests for missing ",FMT" and ",".
10842 2015-08-10 Doug Evans <dje@google.com>
10843 Keith Seitz <keiths@redhat.com>
10846 * gdb.base/completion.exp: Add location completer tests.
10848 2015-08-07 Pedro Alves <palves@redhat.com>
10850 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10852 (top level): Run do_test with and without displaced stepping.
10854 2015-08-07 Pedro Alves <palves@redhat.com>
10856 * gdb.base/valgrind-disp-step.c: New file.
10857 * gdb.base/valgrind-disp-step.exp: New file.
10859 2015-08-07 Pedro Alves <palves@redhat.com>
10861 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10863 (main): Add alarm. Run an infinite loop instead of calling
10865 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10867 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10869 (main): Add alarm. Run an infinite loop instead of calling
10871 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10874 2015-08-07 Pedro Alves <palves@redhat.com>
10876 * gdb.base/checkpoint-ns.exp: New file.
10877 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10880 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10882 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10883 * gdb.btrace/instruction_history.exp: Update.
10884 * gdb.btrace/tsx.exp: New.
10885 * gdb.btrace/tsx.c: New.
10887 2015-08-06 Pedro Alves <palves@redhat.com>
10889 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10891 * gdb.reverse/until-precsave.exp: Bump timeouts.
10893 2015-08-06 Pedro Alves <palves@redhat.com>
10895 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10897 2015-08-06 Pedro Alves <palves@redhat.com>
10900 * gdb.threads/process-dies-while-handling-bp.c: New file.
10901 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10903 2015-08-06 Pedro Alves <palves@redhat.com>
10905 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10906 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10908 2015-08-05 Pedro Alves <palves@redhat.com>
10910 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10911 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10913 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10915 * gdb.base/bp-permanent.exp: Report test as unsupported if
10916 the target cannot stop at the permanent breakpoint.
10918 2015-08-03 Doug Evans <dje@google.com>
10920 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10923 2015-08-03 Doug Evans <dje@google.com>
10925 * Makefile.in (workers/%.worker, build-perf): New rule.
10926 (GDB_PERFTEST_MODE): New variable.
10927 (check-perf): Use it.
10928 (clean): Clean up gdb.perf parallel build subdirs.
10929 * lib/build-piece.exp: New file.
10930 * lib/gdb.exp (make_gdb_parallel_path): New function
10931 (standard_output_file, standard_temp_file): Call it.
10932 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10934 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10936 2015-08-03 Doug Evans <dje@google.com>
10938 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10939 (LOG_FILE_NAME): New global.
10940 (TextReporter.__init__): Initialize self.txt_sum.
10941 (TextReporter.report): Add support for multiple data-points.
10942 Move report to perftest.sum, put raw data in perftest.log.
10943 (TextReporter.start): Open sum and log files.
10944 (TextReporter.end): Close sum and log files.
10945 * gdb.perf/lib/perftest/testresult.py
10946 (SingleStatisticTestResult.record): Handle multiple data-points.
10948 2015-07-31 Pedro Alves <palves@redhat.com>
10950 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10951 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10952 kill_wait_spawned_process instead of explicit "kill -9".
10953 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10954 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10955 kill_wait_spawned_process.
10956 * gdb.base/attach-twice.exp: Likewise.
10957 * gdb.base/attach.exp: Likewise.
10958 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10960 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10961 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10962 kill_wait_spawned_process.
10963 * gdb.base/valgrind-infcall.exp: Likewise.
10964 * gdb.multi/multi-attach.exp: Likewise.
10965 * gdb.python/py-prompt.exp: Likewise.
10966 * gdb.python/py-sync-interp.exp: Likewise.
10967 * gdb.server/ext-attach.exp: Likewise.
10968 * gdb.threads/attach-into-signal.exp (corefunc): Use
10969 spawn_wait_for_attach, spawn_id_get_pid and
10970 kill_wait_spawned_process.
10971 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10972 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10973 spawn_id_get_pid and kill_wait_spawned_process.
10974 * gdb.threads/attach-stopped.exp (corefunc): Use
10975 spawn_wait_for_attach, spawn_id_get_pid and
10976 kill_wait_spawned_process.
10977 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10978 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10979 kill_wait_spawned_process instead of explicit "kill -9".
10980 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10981 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10982 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10983 processes. Don't map cygwin/windows pids here. Now returns a
10986 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10988 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10989 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10992 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10994 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10996 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10999 2014-05-21 Mark Wielaard <mjw@redhat.com>
11001 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11003 2015-07-30 Pedro Alves <palves@redhat.com>
11005 * linux-low.c (handle_extended_wait): Set the child's last
11006 reported status to TARGET_WAITKIND_STOPPED.
11008 2015-07-30 Pedro Alves <palves@redhat.com>
11011 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11012 only shows inferior 1.
11014 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11015 Pedro Alves <palves@redhat.com>
11018 * gdb.threads/fork-plus-threads.c: New file.
11019 * gdb.threads/fork-plus-threads.exp: New file.
11021 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11023 * gdb.base/batch-preserve-term-settings.exp
11024 (test_terminal_settings_preserved_after_cli_exit): Use
11027 2015-07-29 Pedro Alves <palves@redhat.com>
11028 Don Breazeal <donb@codesourcery.com>
11030 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11031 output from both inferior_spawn_id and gdb_spawn_id.
11033 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11035 * gdb.threads/attach-into-signal.exp (corefunc): Use
11036 with_test_prefix on nested loops, uniquefying the test messages.
11038 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11040 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11043 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11045 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11047 (test_terminal_settings_preserved_after_sigterm): New test.
11049 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11051 * gdb.base/batch-preserve-term-settings.exp
11052 (test_terminal_settings_preserved_after_cli_exit): New test.
11054 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11056 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11057 manipulation of saved_gdbflags.
11058 (test_terminal_settings_preserved): Remove global declaration of
11059 the unused variable pagination_prompt. Remove manipulation of
11060 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11063 2015-07-29 Pedro Alves <palves@redhat.com>
11065 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11067 2015-07-29 Pedro Alves <palves@redhat.com>
11069 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11072 2015-07-29 Pedro Alves <palves@redhat.com>
11074 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11075 (main): Call gdb_unbuffer_output.
11076 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11077 (main): Call gdb_unbuffer_output.
11078 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11079 (main): Call gdb_unbuffer_output.
11080 * gdb.base/call-strs.exp: Adjust to step over the
11081 gdb_unbuffer_output call.
11082 * gdb.base/catch-gdb-caused-signals.c: Include
11083 "../lib/unbuffer_output.c".
11084 (main): Call gdb_unbuffer_output.
11085 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11086 (main): Call gdb_unbuffer_output.
11087 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11088 (main): Call gdb_unbuffer_output.
11089 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11090 (main): Call gdb_unbuffer_output.
11091 * gdb.base/shlib-call.exp: Adjust to step over the
11092 gdb_unbuffer_output call.
11093 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11094 (main): Call gdb_unbuffer_output.
11095 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11096 (main): Call gdb_unbuffer_output.
11097 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11098 (main): Rename to ...
11100 (main): Reimplement.
11101 * gdb.base/varargs.exp: Run to test instead of to main.
11102 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11103 (main): Call gdb_unbuffer_output.
11105 2015-07-29 Pedro Alves <palves@redhat.com>
11107 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11108 factore out from mi_continue_dprintf. For call-style dprintfs,
11109 expect dprintf output out of $inferior_spawn_id.
11110 (mi_continue_dprintf): Use mi_expect_dprintf.
11111 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11112 (main): Call gdb_unbuffer_output.
11114 2015-07-29 Pedro Alves <palves@redhat.com>
11116 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11117 (default_mi_gdb_start): Set inferior_spawn_id instead of
11118 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11120 (mi_gdb_test): Always expect inferior output from both
11121 $inferior_spawn_id and $gdb_spawn_id.
11123 2015-07-29 Pedro Alves <palves@redhat.com>
11125 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11126 send_inferior and $inferior_spawn_id.
11128 2015-07-29 Pedro Alves <palves@redhat.com>
11130 * gdb.gdb/complaints.exp (test_initial_complaints)
11131 (test_serial_complaints, test_short_complaints): Use
11133 (test_empty_complaint): Handle $inferior_spawn_id !=
11136 2015-07-29 Pedro Alves <palves@redhat.com>
11138 * gdb.base/varargs.exp: Use gdb_test_stdio.
11140 2015-07-29 Pedro Alves <palves@redhat.com>
11142 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11144 2015-07-29 Pedro Alves <palves@redhat.com>
11146 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11148 2015-07-29 Pedro Alves <palves@redhat.com>
11150 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11151 parameter into two new parameters, "inf_result" and "gdb_result".
11152 Expect inferior output and gdb output from $inferior_spawn_id and
11153 $gdb_spawn_id, respectively. Adjust all callers.
11155 2015-07-29 Pedro Alves <palves@redhat.com>
11157 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11158 of gdb_test_sequence.
11160 2015-07-29 Pedro Alves <palves@redhat.com>
11162 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11163 (saw_spurious_output): Expect inferior output from
11164 $inferior_spawn_id. Use gdb_test_stdio.
11166 2015-07-29 Pedro Alves <palves@redhat.com>
11168 * gdb.base/dprintf.exp: Use standard_testfile. Change
11169 prepare_for_testing call.
11170 (srcfile): Don't set.
11171 (restart): New procedure.
11172 (test_dprintf): New procecure, use to continue over dprintfs.
11173 (test_call, test_agent): New procedures, tests moved here.
11174 Restart gdb and recreate dprintfs. Adjust expected output.
11176 2015-07-29 Pedro Alves <palves@redhat.com>
11178 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11180 2015-07-29 Pedro Alves <palves@redhat.com>
11182 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11184 2015-07-29 Pedro Alves <palves@redhat.com>
11186 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11189 2015-07-29 Pedro Alves <palves@redhat.com>
11191 * lib/gdb.exp (gdb_test_stdio): New procedure.
11193 2015-07-29 Pedro Alves <palves@redhat.com>
11195 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11197 2015-07-29 Pedro Alves <palves@redhat.com>
11199 * gdb.base/call-signal-resume.exp: Remove check for
11200 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11201 * gdb.base/unwindonsignal.exp: Likewise.
11202 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11203 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11205 2015-07-29 Pedro Alves <palves@redhat.com>
11207 * gdb.base/siginfo-addr.c (pass): New function.
11208 (handler): Call it iff si_addr is correct.
11209 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11210 Set a breakpoint at "pass" and continue to it.
11212 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11214 * gdb.python/py-objfile.exp: Make some tests have unique names.
11215 * gdb.python/py-pp-registration.exp: Likewise.
11217 2015-07-28 Pedro Alves <palves@redhat.com>
11219 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11221 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11223 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11225 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11227 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11229 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11231 * gdb.base/gdb-sigterm-2.exp: New test.
11233 2015-07-25 Doug Evans <xdje42@gmail.com>
11236 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11237 (workers/%.worker, build-perf): New rule.
11238 (GDB_PERFTEST_MODE): New variable.
11239 (check-perf): Use it.
11240 (clean): Clean up gdb.perf parallel build subdirs.
11241 * lib/build-piece.exp: New file.
11242 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11243 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11245 (standard_temp_file): Ditto.
11246 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11249 2015-07-24 Doug Evans <dje@google.com>
11251 * gdb.perf/lib/perftest/utils.py: New file.
11252 * gdb.perf/gm-hello.cc: New file.
11253 * gdb.perf/gm-pervasive-typedef.cc: New file.
11254 * gdb.perf/gm-pervasive-typedef.h: New file.
11255 * gdb.perf/gm-std.cc: New file.
11256 * gdb.perf/gm-std.h: New file.
11257 * gdb.perf/gm-use-cerr.cc: New file.
11258 * gdb.perf/gm-utils.h: New file.
11259 * gdb.perf/gmonster-null-lookup.py: New file.
11260 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11261 * gdb.perf/gmonster-print-cerr.py: New file.
11262 * gdb.perf/gmonster-ptype-string.py: New file.
11263 * gdb.perf/gmonster-runto-main.py: New file.
11264 * gdb.perf/gmonster-select-file.py: New file.
11265 * gdb.perf/gmonster1-null-lookup.exp: New file.
11266 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11267 * gdb.perf/gmonster1-print-cerr.exp: New file.
11268 * gdb.perf/gmonster1-ptype-string.exp: New file.
11269 * gdb.perf/gmonster1-runto-main.exp: New file.
11270 * gdb.perf/gmonster1-select-file.exp: New file.
11271 * gdb.perf/gmonster1.cc: New file.
11272 * gdb.perf/gmonster1.exp: New file.
11273 * gdb.perf/gmonster2-null-lookup.exp: New file.
11274 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11275 * gdb.perf/gmonster2-print-cerr.exp: New file.
11276 * gdb.perf/gmonster2-ptype-string.exp: New file.
11277 * gdb.perf/gmonster2-runto-main.exp: New file.
11278 * gdb.perf/gmonster2-select-file.exp: New file.
11279 * gdb.perf/gmonster2.cc: New file.
11280 * gdb.perf/gmonster2.exp: New file.
11282 2015-07-24 Doug Evans <dje@google.com>
11284 * gdb.perf/README: New file.
11285 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11286 * lib/gen-perf-test.exp: New file.
11288 2015-07-24 Doug Evans <dje@google.com>
11290 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11291 (PerfTest::startup): New function.
11292 (PerfTest::run): Return result of calling body.
11293 (PerfTest::assemble): Rewrite.
11294 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11295 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11296 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11297 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11298 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11300 2015-07-24 Doug Evans <dje@google.com>
11302 * lib/gdb.exp (clean_restart): Make executable optional.
11304 2015-07-24 Doug Evans <dje@google.com>
11306 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11307 compiler_info references.
11308 * gdb.cp/temargs.exp: Ditto.
11309 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11310 (get_compiler_info): Early exit if already computed. Set compiler_info
11311 to "unknown" if there was a problem.
11312 (test_compiler_info): Add function comment. Call get_compiler_info.
11314 2015-07-24 Doug Evans <dje@google.com>
11316 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11317 (workers/%.worker, build-perf): New rule.
11318 (GDB_PERFTEST_MODE): New variable.
11319 (check-perf): Use it.
11320 (clean): Clean up gdb.perf parallel build subdirs.
11321 * lib/build-piece.exp: New file.
11322 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11323 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11325 (standard_temp_file): Ditto.
11326 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11329 2015-07-24 Doug Evans <dje@google.com>
11331 * lib/future.exp (gdb_default_target_compile): New option
11333 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11336 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11338 * gdb.base/catch-syscall.exp: Call gdb_exit before
11341 2015-07-24 Pedro Alves <palves@redhat.com>
11343 * gdb.python/py-events.exp: Accept output between the stop event
11345 * gdb.python/py-evsignal.exp: Likewise.
11346 * gdb.python/py-evthreads.exp: Likewise.
11348 2015-07-24 Pedro Alves <palves@redhat.com>
11351 * gdb.threads/non-ldr-exit.c: New file.
11352 * gdb.threads/non-ldr-exit.exp: New file.
11354 2015-07-24 Yao Qi <yao.qi@linaro.org>
11356 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11357 restarting process.
11359 2015-07-24 Yao Qi <yao.qi@linaro.org>
11361 * gdb.server/ext-restart.exp: New file.
11363 2015-07-24 Yao Qi <yao.qi@linaro.org>
11365 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11367 * gdb.server/ext-wrapper.exp: New file.
11369 2015-07-23 Doug Evans <dje@google.com>
11371 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11372 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11374 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11376 * gdb.ada/var_arr_typedef.exp: New testcase.
11377 * gdb.ada/var_arr_typedef/pack.adb: New file.
11378 * gdb.ada/var_arr_typedef/pack.ads: New file.
11379 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11381 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11383 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11385 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11387 * gdb.arch/i386-biarch-core.exp: Replace istarget
11388 by "complete set gnutarget". Remove expectation for the "core-file"
11391 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11393 Revert the previous commit:
11394 Tests for validate symbol file using build-id.
11396 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11398 Tests for validate symbol file using build-id.
11399 * gdb.base/solib-mismatch-lib.c: New file.
11400 * gdb.base/solib-mismatch-libmod.c: New file.
11401 * gdb.base/solib-mismatch.c: New file.
11402 * gdb.base/solib-mismatch.exp: New file.
11404 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11406 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11408 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11409 * gdb.base/siginfo.exp: Likewise.
11410 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11412 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11414 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11416 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11418 * gdb.trace/range-stepping.exp: Check that the target supports
11421 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11423 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11425 2015-07-14 Pedro Alves <palves@redhat.com>
11427 * gdb.base/killed-outside.exp: New file.
11428 * gdb.base/killed-outside.c: New file.
11430 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11432 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11434 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11436 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11438 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11439 infcall tests instead of setting up for KFAIL.
11441 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11443 * gdb.btrace/record_goto-step.exp: New.
11445 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11448 * gdb.compile/compile.c (struct struct_type): Add volatile to
11450 * gdb.compile/compile.exp
11451 (compile code struct_object.selffield = &struct_object): Skip further
11452 struct_object tests if this one xfails.
11454 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11457 * gdb.trace/ax.exp: Add test.
11459 2015-07-07 Yao Qi <yao.qi@linaro.org>
11461 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11462 instead of istarget "aarch64*-*-*".
11463 * gdb.arch/aarch64-fp.exp: Likewise.
11464 * gdb.base/float.exp: Likewise.
11465 * gdb.reverse/aarch64.exp: Likewise.
11466 * lib/gdb.exp (is_aarch64_target): New proc.
11468 2015-07-07 Yao Qi <yao.qi@linaro.org>
11470 * lib/gdb.exp (is_aarch32_target): New proc.
11471 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11472 instead of "istarget "arm*-*-*"".
11473 * gdb.arch/arm-disp-step.exp: Likewise.
11474 * gdb.arch/thumb-bx-pc.exp: Likewise.
11475 * gdb.arch/thumb-prologue.exp: Likewise.
11476 * gdb.arch/thumb-singlestep.exp: Likewise.
11477 * gdb.base/disp-step-syscall.exp: Likewise.
11478 * gdb.base/float.exp: Likewise.
11480 2015-07-07 Yao Qi <yao.qi@linaro.org>
11482 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11483 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11485 2015-07-07 Yao Qi <yao.qi@linaro.org>
11487 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11488 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11490 * gdb.multi/multi-arch.exp: Likewise.
11492 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11494 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11497 2015-07-07 Yao Qi <yao.qi@linaro.org>
11499 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11501 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11503 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11504 '[' and ']' characters.
11506 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11508 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11510 2015-06-29 Pedro Alves <palves@redhat.com>
11513 * gdb.threads/hand-call-new-thread.c: New file.
11514 * gdb.threads/hand-call-new-thread.c: New file.
11516 2015-06-26 Keith Seitz <keiths@redhat.com>
11517 Doug Evans <dje@google.com>
11520 * gdb.cp/var-tag-2.cc: New file.
11521 * gdb.cp/var-tag-3.cc: New file.
11522 * gdb.cp/var-tag-4.cc: New file.
11523 * gdb.cp/var-tag.cc: New file.
11524 * gdb.cp/var-tag.exp: New file.
11526 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11528 * gdb.base/history-duplicates.exp: New test.
11530 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11532 * gdb.base/completion.exp: Test the completion of the "focus"
11535 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11537 * gdb.arch/amd64-prologue-skip.S: New file.
11538 * gdb.arch/amd64-prologue-skip.exp: New file.
11540 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11542 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11543 is_address_zero_readable check.
11545 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11547 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11548 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11550 2015-06-24 Yao Qi <yao.qi@linaro.org>
11552 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11555 2015-06-24 Yao Qi <yao.qi@linaro.org>
11557 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11558 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11559 * gdb.base/siginfo-thread.exp: Likewise.
11561 2015-06-22 Yao Qi <yao.qi@linaro.org>
11563 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11565 2015-06-22 Yao Qi <yao.qi@linaro.org>
11567 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11569 (skip_hw_watchpoint_tests): Likewise.
11571 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11573 * gdb.base/gdbinit-history.exp: Test the interaction between
11574 setting GDBHISTSIZE and setting the history size via .gdbinit.
11576 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11579 * gdb.base/gdbhistsize-history.exp: New test.
11581 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11583 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11585 * gdb.base/readline.exp: Likewise.
11587 2015-06-17 Yao Qi <yao.qi@linaro.org>
11589 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11592 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11594 * gdb.base/gdbinit-history.exp: Add test case to check that
11595 an unlimited history file does not get truncated on exit.
11597 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11599 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11600 (VECTOR): New macro. Use it...
11601 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11602 ...for these typedefs.
11603 (int8, char1, int1, double1): New typedefs.
11604 (struct just_int2, struct two_int2): New structures.
11605 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11606 (add_structvecs, add_singlevecs): New functions.
11607 (main): Call add_some_intvecs twice.
11608 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11609 the compile and exit upon failure. Try compiling for the "native"
11610 architecture. Test inferior function calls with vector arguments
11611 and vector return value handling with "finish" and "return".
11613 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11615 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11616 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11618 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11620 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11622 PR breakpoints/16465
11623 * gdb.mi/mi-dprintf-pending.c: New file.
11624 * gdb.mi/mi-dprintf-pending.exp: New test.
11625 * gdb.mi/mi-dprintf-pendshr.c: New file.
11627 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11628 Mircea Gherzan <mircea.gherzan@intel.com>
11630 * gdb.arch/i386-mpx-map.c: New file.
11631 * gdb.arch/i386-mpx-map.exp: New File.
11633 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11635 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11636 * gdb.arch/i386-mpx.exp: Indentation fixed.
11638 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11640 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11641 function and improved indentation.
11642 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11643 gdb_test_multiple. Added additional tests to skip the test.
11645 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11647 * gdb.arch/i386-avx512.c: Change path in include file.
11648 * gdb.arch/i386-avx512.exp: Change include dir path
11650 * gdb.arch/i386-mpx.c: Change path in include file.
11651 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11654 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11656 * gdb.compile/compile-print.exp (compile print *vararray@3)
11657 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11659 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11661 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11662 (do not keep jit in memory): ... this.
11663 (expect 5): Change it to ...
11664 (expect no 5): ... this.
11666 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11669 * gdb.mi/mi-detach.exp: New file.
11671 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11674 * gdb.arch/amd64-tailcall-self.S: New file.
11675 * gdb.arch/amd64-tailcall-self.c: New file.
11676 * gdb.arch/amd64-tailcall-self.exp: New file.
11678 2015-05-28 Don Breazeal <donb@codesourcery.com>
11680 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11681 tests for remote targets by checking is_target_gdbserver.
11683 2015-05-27 Doug Evans <dje@google.com>
11685 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11686 * gdb.dwarf2/opaque-type-lookup.c: New file.
11687 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11689 2015-05-26 Doug Evans <dje@google.com>
11691 * gdb.cp/iostream.cc: New file.
11692 * gdb.cp/iostream.exp: New file.
11694 2015-05-26 Doug Evans <dje@google.com>
11696 * gdb.dwarf2/dw2-op-call.exp: Update.
11697 * gdb.dwarf2/dw4-sig-types.exp: Update.
11698 * gdb.dwarf2/implptr.exp: Update.
11699 * gdb.mi/mi-cmd-param-changed.exp: Update.
11701 2015-05-26 Doug Evans <dje@google.com>
11703 * gdb.python/py-lazy-string.c: New file.
11704 * gdb.python/py-lazy-string.exp: New file.
11705 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11706 (main): Update. Add estring3.
11707 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11708 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11710 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11711 Yao Qi <yao.qi@linaro.org>
11713 * gdb.reverse/aarch64.c: New.
11714 * gdb.reverse/aarch64.exp: New.
11716 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11718 * lib/gdb.exp (supports_process_record): Return true for
11720 (supports_reverse): Likewise.
11722 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11724 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11725 Use with_test_prefix.
11727 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11729 * gdb.base/completion.exp: Add test for completion of layout
11732 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11734 * lib/gdb.exp (skip_tui_tests): New proc.
11735 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11737 2015-05-19 Pedro Alves <palves@redhat.com>
11739 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11740 Save the whole env array instead of just HOME. Unset HISTSIZE in
11741 the environment while testing. Restore whole environment
11744 2015-05-16 Doug Evans <xdje42@gmail.com>
11746 * gdb.guile/scm-ports.c: New file.
11747 * gdb.guile/scm-ports.exp: Add memory port tests.
11749 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11751 * gdb.compile/compile-print.c: New file.
11752 * gdb.compile/compile-print.exp: New file.
11754 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11756 * gdb.compile/compile-ops.exp: Cast param to void.
11757 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11758 (compile code struct_object.selffield = &struct_object): Add xfail.
11760 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11762 * gdb.ada/arr_enum_with_gap: New testcase.
11764 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11766 * gdb.ada/byte_packed_arr: New testcase.
11768 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11770 * gdb.ada/pckd_neg: New testcase.
11772 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11775 * gdb.base/gdbinit-history.exp: New test.
11776 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11777 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11779 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11781 * gdb.python/py-xmethods.cc: Enhance test case.
11782 * gdb.python/py-xmethods.exp: New tests.
11783 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11785 (B_indexoper): Likewise.
11786 (global_dm_list) : Add new xmethod worker functions.
11788 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11790 * gdb.base/coredump-filter.exp: Correctly unset
11791 "coredump_var_addr" array.
11793 2015-05-08 Pedro Alves <palves@redhat.com>
11795 * gdb.server/non-existing-program.exp: Unset spawn_id.
11797 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11800 * gdb.python/py-xmethods.exp: Add tests.
11802 2015-05-08 Yao Qi <yao.qi@linaro.org>
11805 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11806 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11807 function set_coredump_filter, and remove remote_exec call.
11808 Remove argument ipid. Callers update.
11809 (top level): Don't get inferior's PID.
11811 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11813 * gdb.base/watch_thread_num.exp: Skip test on targets without
11814 access watchpoints.
11816 2015-05-06 Pedro Alves <palves@redhat.com>
11819 * gdb.server/non-existing-program.exp: New file.
11821 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11823 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11825 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11827 * gdb.ada/out_of_line_in_inlined: New testcase.
11829 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11831 * gdb.ada/var_rec_arr: New testcase.
11833 2015-04-30 Yao Qi <yao.qi@linaro.org>
11835 * gdb.base/break-idempotent.exp: If
11836 skip_hw_watchpoint_multi_tests returns true, skip the tests
11837 on "rwatch" and "awatch".
11839 2015-04-30 Yao Qi <yao.qi@linaro.org>
11841 * gdb.base/relativedebug.exp: Invoke gdb command
11842 "info sharedlibrary", and if libc.so doesn't have debug info,
11845 2015-04-29 Doug Evans <dje@google.com>
11847 * gdb.python/py-xmethods.exp: Add ptype tests.
11848 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11849 get_result_type method.
11851 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11853 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11854 the target does not support hardware watchpoints.
11856 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11858 * gdb.base/break-always.exp: Abort testing if writing to memory
11861 2015-04-28 Doug Evans <dje@google.com>
11863 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11864 * gdb.python/py-pp-registration.exp: ... here. New file.
11865 * gdb.python/py-pp-registration.c: New file.
11866 * gdb.python/py-pp-registration.py: New file.
11868 2015-04-28 Doug Evans <dje@google.com>
11870 * gdb.python/py-bad-printers.c: New file.
11871 * gdb.python/py-bad-printers.py: New file.
11872 * gdb.python/py-bad-printers.exp: New file.
11874 2015-04-28 Sasha Smundak <asmundak@google.com>
11876 * gdb.python/py-type.exp: New test.
11878 2015-04-28 Andy Wingo <wingo@igalia.com>
11880 * gdb.python/py-parameter.exp:
11881 * gdb.guile/scm-parameter.exp: Escape the path that we are
11882 matching against, as it might contain characters that are special
11883 to regular expressions.
11885 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11887 * gdb.ada/rec_comp: New testcase.
11889 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11891 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11894 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11896 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11897 new tests for verilog output.
11899 2015-04-24 Yao Qi <yao.qi@linaro.org>
11901 * boards/remote-gdbserver-on-localhost.exp: New file.
11903 2015-04-23 Pedro Alves <palves@redhat.com>
11905 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11906 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11907 "end of file", remove $inferior_spawn_id from the indirect list.
11909 2015-04-23 Pedro Alves <palves@redhat.com>
11911 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11913 2015-04-23 Pedro Alves <palves@redhat.com>
11915 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11916 on $any_spawn_id instead of only on $gdb_spawn_id.
11918 2015-04-21 Pierre Muller <muller@sourceware.org>
11921 * lib/pascal.exp (gpc_compile): Add new option "class".
11922 (fpc_compile): Likewise.
11923 * gdb.pascal/case-insensitive-symbols.pas: New file.
11924 * gdb.pascal/case-insensitive-symbols.exp: New file.
11926 2015-04-20 Gary Benson <gbenson@redhat.com>
11928 * gdb.base/attach.exp: Fix three extended remote failures.
11930 2015-04-17 Gary Benson <gbenson@redhat.com>
11932 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11933 the main executable over the remote protocol.
11935 2015-04-16 Pedro Alves <palves@redhat.com>
11937 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11938 a new gdbserver if gdbserver_reconnect_p is set.
11940 2015-04-16 Pedro Alves <palves@redhat.com>
11942 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11943 is set, don't exit gdbserver.
11945 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11947 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11948 appropriate .insn, such that an older assembler can be used.
11949 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11950 the z/Architecture instruction set on 31-bit targets as well.
11952 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11954 * gdb.go/handcall.exp: Remove all logic related to the first
11955 breakpoint and rely on go_runto_main instead.
11956 * gdb.go/strings.exp: Likewise.
11957 * gdb.go/unsafe.exp: Likewise.
11958 * gdb.go/hello.exp: Likewise. Also rename the remaining
11959 breakpoint marker to "breakpoint 1".
11960 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11961 * gdb.go/strings.go: Likewise.
11962 * gdb.go/unsafe.go: Likewise.
11963 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11964 "set breakpoint 2 here" and rename the remaining breakpoint marker
11967 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11969 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11970 if itertools.imap is not present.
11971 * gdb.python/py-objfile.exp: Add parentheses.
11972 * gdb.python/py-type.exp: Same.
11973 * gdb.python/py-unwind-maint.py: Same.
11975 2015-04-15 Yao Qi <yao.qi@linaro.org>
11977 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11978 of ":$ptr_size" and set its form explicitly.
11980 2015-04-15 Pedro Alves <palves@redhat.com>
11981 Yao Qi <yao.qi@linaro.org>
11983 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11984 timeout by factor of 4.
11985 (test_regular_watch): Likewise.
11986 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11987 * gdb.reverse/sigall-reverse.exp: Likewise.
11988 * gdb.reverse/until-precsave.exp: Likewise.
11989 * lib/gdb.exp (with_timeout_factor): New proc.
11990 (gdb_expect): Move some code to ...
11991 (get_largest_timeout): ... here. New procedure.
11993 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11995 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11997 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11999 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12000 to write to the .text section.
12002 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12004 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12005 Handle the case of targets that do not provide PID information.
12007 2015-04-13 Yao Qi <yao.qi@linaro.org>
12009 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12010 and use expect instead of gdb_expect.
12012 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12014 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12015 "coredump_var_addr" to avoid naming conflict with other testcases.
12017 2015-04-10 Pedro Alves <palves@redhat.com>
12019 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12020 gdb_test_sequence and gdb_assert.
12022 2015-04-10 Pedro Alves <palves@redhat.com>
12024 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12025 test messages that don't include the breakpoint address.
12027 2015-04-10 Yao Qi <yao.qi@linaro.org>
12029 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12030 false for some offset and width combinations which aren't
12031 supported by linux kernel.
12033 2015-04-10 Pedro Alves <palves@redhat.com>
12035 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12036 procedure, factored out from ...
12037 (top level): ... here. Add "set displaced-stepping" testing axis.
12038 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12039 parameter "displaced". Use it.
12040 (top level): Use foreach and add "set displaced-stepping" testing
12043 2015-04-10 Pedro Alves <palves@redhat.com>
12045 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12047 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12048 both the address of the instruction that triggers the watchpoint
12049 and the address of the instruction immediately after, and use
12050 those addresses for the test. Fix comment.
12052 2015-04-10 Pedro Alves <palves@redhat.com>
12054 * gdb.base/sigstep.exp (breakpoint_to_handler)
12055 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12056 Test "backtrace" in handler.
12057 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12058 (top level): Add new "displaced" test axis to
12059 breakpoint_to_handler, breakpoint_to_handler_entry and
12060 breakpoint_over_handler.
12062 2015-04-10 Pedro Alves <palves@redhat.com>
12065 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12067 2015-04-10 Yao Qi <yao.qi@linaro.org>
12069 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12070 (test_add_rn_pc): New function.
12071 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12072 (top level): Invoke test_add_rn_pc.
12074 2015-04-10 Pedro Alves <palves@redhat.com>
12077 * gdb.base/step-over-no-symbols.exp: New file.
12079 2015-04-09 Andy Wingo <wingo@igalia.com>
12081 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12082 after the Python tests.
12084 2015-04-08 Keith Seitz <keiths@redhat.com>
12087 * gdb.python/py-completion.exp: New tests for completion.
12088 * gdb.python/py-completion.py (CompleteLimit1): New class.
12089 (CompleteLimit2): Likewise.
12090 (CompleteLimit3): Likewise.
12091 (CompleteLimit4): Likewise.
12092 (CompleteLimit5): Likewise.
12093 (CompleteLimit6): Likewise.
12094 (CompleteLimit7): Likewise.
12096 2015-04-08 Pedro Alves <palves@redhat.com>
12100 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12102 (main): Install it as SIGUSR1 handler.
12103 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12104 parameter. Always use "setup" as prefix. Toggle "set
12105 displaced-stepping" off/on depending on global. Don't switch to
12107 (top level): Add displaced stepping "off/on" test axis. Update
12108 "setup" calls. Wrap each subtest with with_test_prefix. Test
12109 continuing with a queued signal in each thread.
12111 2015-04-08 Pedro Alves <palves@redhat.com>
12113 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12114 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12115 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12116 Return early if running to main fails.
12117 * gdb.trace/while-stepping.exp: Likewise.
12119 2015-04-07 Pedro Alves <palves@redhat.com>
12121 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12122 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12123 interact with inferior program.
12125 2015-04-07 Pedro Alves <palves@redhat.com>
12127 * lib/gdb.exp (inferior_spawn_id): New global.
12128 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12129 spawn id after processing the user code.
12130 (default_gdb_start): Set inferior_spawn_id.
12131 (send_inferior): New procedure.
12132 * lib/gdbserver-support.exp (gdbserver_start): Set
12134 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12136 2015-04-07 Pedro Alves <palves@redhat.com>
12138 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12139 * lib/gdbserver-support.exp (gdbserver_start): Make
12140 $server_spawn_id global.
12141 (gdbserver_start): Don't wait for gdbserver's spawn id with
12143 (close_gdbserver): New procedure.
12144 (gdb_exit): Rename the default version and reimplement.
12146 2015-04-07 Pedro Alves <palves@redhat.com>
12148 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12149 append the substituted item, not the original item.
12151 2015-04-07 Pedro Alves <palves@redhat.com>
12153 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12156 2015-04-07 Pedro Alves <palves@redhat.com>
12158 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12159 output appearing once only.
12161 2015-04-07 Pedro Alves <palves@redhat.com>
12163 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12164 that doesn't expect anything. Return early if running to main
12167 2015-04-07 Yao Qi <yao.qi@linaro.org>
12169 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12170 (child_function): Call alarm.
12171 (main): Move call to alarm into the loop.
12172 * gdb.threads/non-stop-fair-events.exp: Build program with
12173 -DTIMEOUT=$timeout.
12175 2015-04-06 Doug Evans <xdje42@gmail.com>
12177 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12178 Fix dest parameter to board_info.
12179 (fpc_compile): Ditto.
12180 (gdb_compile_pascal): Rename dest arg to destfile.
12182 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12184 * gdb.ada/funcall_ref.exp: New file.
12185 * gdb.ada/funcall_ref/foo.adb: New file.
12187 2015-04-02 Yao Qi <yao.qi@linaro.org>
12189 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12192 2015-04-02 Gary Benson <gbenson@redhat.com>
12194 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12196 2015-04-01 Sasha Smundak <asmundak@google.com>
12198 * gdb.python/py-unwind-maint.c: New file.
12199 * gdb.python/py-unwind-maint.exp: New test.
12200 * gdb.python/py-unwind-maint.py: New file.
12201 * gdb.python/py-unwind.c: New file.
12202 * gdb.python/py-unwind.exp: New test.
12203 * gdb.python/py-unwind.py: New test.
12205 2015-04-01 Pedro Alves <palves@redhat.com>
12207 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12208 to fail instead of non-existent $test.
12210 2015-04-01 Pedro Alves <palves@redhat.com>
12212 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12213 GDBFLAGS if not empty.
12215 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12217 * gdb.ada/complete.exp: Remove "multi_line".
12218 * gdb.ada/info_exc.exp: Remove "multi_line".
12219 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12220 * gdb.ada/ptype_field.exp: Remove "multi_line".
12221 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12222 * gdb.ada/tagged.exp: Remove "multi_line".
12223 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12225 * gdb.btrace/delta.exp: Likewise.
12226 * gdb.btrace/exception.exp: Likewise.
12227 * gdb.btrace/function_call_history.exp: Likewise.
12228 * gdb.btrace/instruction_history.exp: Likewise.
12229 * gdb.btrace/nohist.exp: Likewise.
12230 * gdb.btrace/record_goto.exp: Likewise.
12231 * gdb.btrace/segv.exp: Likewise.
12232 * gdb.btrace/stepi.exp: Likewise.
12233 * gdb.btrace/tailcall.exp: Likewise.
12234 * gdb.btrace/unknown_functions.exp: Likewise.
12235 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12236 * lib/gdb.exp: Add the "multi_line" helper.
12238 2015-04-01 Pedro Alves <palves@redhat.com>
12240 * gdb.threads/tid-reuse.c: New file.
12241 * gdb.threads/tid-reuse.exp: New file.
12243 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12246 * gdb.base/coredump-filter.c: New file.
12247 * gdb.base/coredump-filter.exp: Likewise.
12249 2015-03-27 Petr Machata <pmachata@redhat.com>
12251 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12252 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12253 (Dwarf::assemble): Initialize them.
12254 (Dwarf::lines): New function.
12256 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12258 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12259 SYMBOL_PREFIX for x86_64-*-cygwin.
12261 2015-03-26 Andy Wingo <wingo@igalia.com>
12264 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12265 const_value but not a location.
12266 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12267 location defined in non-main CUs are visible.
12269 2015-03-26 Yao Qi <yao.qi@linaro.org>
12272 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12273 Add a line number entry for the same line.
12274 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12275 Add a line number entry for the same line.
12277 2015-03-26 Yao Qi <yao.qi@linaro.org>
12279 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12281 (func): Likewise. Add .Lfunc_1 label.
12282 Use .Lfunc_1 label.
12283 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12286 Use .Lfunc_1 label.
12288 2015-03-26 Yao Qi <yao.qi@linaro.org>
12290 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12291 Call gdb_compile instead to compile each .s files without debug
12294 2015-03-26 Yao Qi <yao.qi@linaro.org>
12296 * gdb.base/savedregs.exp (process_saved_regs): Make
12297 "Saved registers:" optional in the pattern.
12299 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12301 * gdb.btrace/next.exp: Merged into step.exp.
12302 * gdb.btrace/finish.exp: Merged into step.exp.
12303 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12304 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12305 "record goto" and checking the exact replay position.
12306 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12307 check for "Recording format" in "info record" output.
12308 * gdb.btrace/record_goto.exp: Choose test file based on target.
12309 * gdb.btrace/x86-record_goto.S: Renamed into ...
12310 * gdb.btrace/x86_64-record_goto.S: ... this.
12311 * gdb.btrace/i686-record_goto.S: New.
12312 * gdb.btrace/x86-tailcall.S: Renamed into ...
12313 * gdb.btrace/x86_64-tailcall.S: ... this.
12314 * gdb.btrace/i686-tailcall.S: New.
12315 * gdb.btrace/x86-tailcall.c: Renamed into ...
12316 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12317 separate statements. Update test.
12318 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12319 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12320 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12321 * gdb.btrace/tailcall.exp: Choose test file based on target.
12322 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12324 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12326 * gdb.btrace/exception.exp: Increase BTS buffer size.
12328 2015-03-24 Pedro Alves <palves@redhat.com>
12330 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12332 2015-03-24 Pedro Alves <palves@redhat.com>
12334 * gdb.threads/schedlock.exp (test_step): No longer expect that
12335 "set scheduler-locking step" with "next" over a function call runs
12338 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12340 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12342 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12344 PR breakpoints/16466
12345 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12346 * gdb.mi/mi-pending.c (thread_func): New function.
12347 (int main): Add threading support required.
12348 * gdb.mi/mi-pending.exp: Add tests for this issue.
12349 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12350 (pendfunc2): Remove stdio dependency.
12351 * gdb.mi/mi-pendshr2.c: New file.
12353 2015-03-23 Keith Seitz <keiths@redhat.com>
12355 * gdb.linespec/keywords.c: New file.
12356 * gdb.linespec/keywords.exp: New file.
12358 2015-03-23 Keith Seitz <keiths@redhat.com>
12361 * gdb.dwarf2/staticvirtual.exp: New test.
12363 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12365 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12366 * README: Remove HP-UX and gdb.hp.
12368 * configure: Regenerate.
12369 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12370 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12371 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12372 gdb.hp/gdb.defects/Makefile.
12373 * gdb.hp/Makefile.in: File deleted.
12374 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12375 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12376 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12377 * gdb.hp/gdb.aCC/run.c: File deleted.
12378 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12379 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12380 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12381 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12382 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12383 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12384 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12385 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12386 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12387 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12388 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12389 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12390 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12391 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12392 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12393 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12394 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12395 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12396 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12397 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12398 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12399 * gdb.hp/gdb.compat/average.c: File deleted.
12400 * gdb.hp/gdb.compat/sum.c: File deleted.
12401 * gdb.hp/gdb.compat/xdb.c: File deleted.
12402 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12403 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12404 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12405 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12406 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12407 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12408 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12409 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12410 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12411 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12412 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12413 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12414 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12415 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12416 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12417 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12418 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12419 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12420 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12421 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12422 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12423 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12424 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12425 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12426 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12427 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12428 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12429 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12430 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12431 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12432 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12433 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12434 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12435 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12436 * gdb.hp/tools/odump: File deleted.
12438 2015-03-19 Pedro Alves <palves@redhat.com>
12440 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12441 (saw_thread_3): New globals.
12442 (top level): Increment them when an event for the corresponding
12444 (no thread starvation): New test.
12446 2015-03-19 Pedro Alves <palves@redhat.com>
12448 * gdb.threads/continue-pending-status.c: New file.
12449 * gdb.threads/continue-pending-status.exp: New file.
12451 2015-03-18 Pedro Alves <palves@redhat.com>
12453 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12454 Use gdb_is_target_remote instead of is_remote. Use
12455 gdb_test_multiple instead of gdb_expect. Exit early if
12456 gdb_test_multiple hits its internal matches. Tighten stepi tests
12457 expected output. Fail on exit with any signal, instead of just
12460 2015-03-18 Yao Qi <yao.qi@linaro.org>
12463 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12465 * gdb.base/catch-syscall.exp: Don't skip it on
12466 aarch64*-*-linux* target. Remove elements in all_syscalls.
12467 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12469 (setup_all_syscalls): New proc.
12471 2015-03-16 Yao Qi <yao.qi@linaro.org>
12473 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12474 (top level): Skip tests if valid_addr_p returns false for
12477 2015-03-11 Andy Wingo <wingo@igalia.com>
12479 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12481 2015-03-11 Yao Qi <yao.qi@linaro.org>
12483 * gdb.base/catch-syscall.exp: Fix typo in comments.
12485 2015-03-11 Yao Qi <yao.qi@linaro.org>
12487 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12489 2015-03-09 Pedro Alves <palves@redhat.com>
12491 * dg-extract-results.py: Delete.
12493 2015-03-09 Pedro Alves <palves@redhat.com>
12495 Merge dg-extract-results.sh from GCC upstream (r218843).
12497 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12498 * dg-extract-results.sh: Use --text with grep to avoid issues with
12499 binary files. Fall back to cat -v, if that doesn't work.
12501 2015-03-05 Pedro Alves <palves@redhat.com>
12503 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12505 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12507 * lib/mi-support.exp (mi_expect_interrupt): Accept
12508 alternative event for when in all-stop mode.
12510 2015-03-04 Pedro Alves <palves@redhat.com>
12512 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12514 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12516 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12518 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12520 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12521 regexps for GDB's current line display, accept a hex address
12522 preceding the line number.
12524 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12526 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12527 the 'arch1' variable for "s390*-linux*" targets.
12529 2015-03-04 Pedro Alves <palves@redhat.com>
12531 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12532 (main): Pass missing retval argument to pthread_join call.
12534 2015-03-02 Pedro Alves <palves@redhat.com>
12536 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12537 (top level): Call do_test with non-stop as well.
12539 2015-03-02 Pedro Alves <palves@redhat.com>
12541 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12544 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12546 * gdb.arch/s390-vregs.exp: New test.
12547 * gdb.arch/s390-vregs.S: New file.
12549 2015-02-27 Pedro Alves <palves@redhat.com>
12551 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12552 call to catch_command_errors.
12553 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12554 catch_command_errors.
12556 2015-02-27 Pedro Alves <palves@redhat.com>
12558 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12559 "true" for boolean result.
12560 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12563 2015-02-27 Pedro Alves <palves@redhat.com>
12565 * lib/unbuffer_output.c: New file.
12566 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12567 (main): Call gdb_unbuffer_output.
12569 2015-02-27 Yao Qi <yao.qi@linaro.org>
12571 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12574 2015-02-26 Doug Evans <dje@google.com>
12576 * gdb.cp/class2.cc (Dbase, D): New classes.
12577 (main): New local delta.
12578 * gdb.cp/class2.exp: Test printing delta.
12579 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12580 (dynbar): New global.
12581 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12583 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12585 * gdb.compile/compile-ifunc.c: New file.
12586 * gdb.compile/compile-ifunc.exp: New file.
12588 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12590 * gdb.base/structs.exp: Check for correct struct on finish.
12592 2015-02-26 Yao Qi <yao.qi@linaro.org>
12594 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12597 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12599 * gdb.arch/cordic.ko.bz2: New file.
12600 * gdb.arch/cordic.ko.debug.bz2: New file.
12601 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12603 2015-02-25 Yao Qi <yao.qi@linaro.org>
12605 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12606 aarch64*-*-* target.
12608 2015-02-23 Pedro Alves <palves@redhat.com>
12610 * lib/gdb.exp (delete_breakpoints): Rewrite using
12613 2015-02-23 Pedro Alves <palves@redhat.com>
12615 * gdb.base/info-os.c: Include stdlib.h.
12617 2015-02-22 Doug Evans <xdje42@gmail.com>
12620 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12621 is read after symbols have been re-read.
12622 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12623 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12625 2015-02-21 Doug Evans <dje@google.com>
12627 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12629 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12632 * gdb.arch/i386-biarch-core.core.bz2: New file.
12633 * gdb.arch/i386-biarch-core.exp: New file.
12635 2015-02-21 Pedro Alves <palves@redhat.com>
12637 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12640 2015-02-20 Pedro Alves <palves@redhat.com>
12642 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12645 2015-02-20 Pedro Alves <palves@redhat.com>
12647 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12649 2015-02-20 Pedro Alves <palves@redhat.com>
12651 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12652 clean_restart before gdb_target_supports_trace.
12654 2015-02-20 Pedro Alves <palves@redhat.com>
12657 * gdb.threads/clone-thread_db.c: New file.
12658 * gdb.threads/clone-thread_db.exp: New file.
12660 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12662 PR breakpoints/16812
12663 * gdb.base/catch-gdb-caused-signals.c: New file.
12664 * gdb.base/catch-gdb-caused-signals.exp: New file.
12666 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12668 * configure: Regenerated.
12669 * configure.ac: Use GDB_AC_TRANSFORM.
12670 * aclocal.m4: sinclude ../transform.m4.
12672 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12674 * lib/dtrace.exp: New file.
12675 * gdb.base/dtrace-probe.exp: Likewise.
12676 * gdb.base/dtrace-probe.d: Likewise.
12677 * gdb.base/dtrace-probe.c: Likewise.
12678 * lib/pdtrace.in: Likewise.
12679 * configure.ac: Output variables with the transformed names of
12680 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12681 * configure: Regenerated.
12683 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12685 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12686 expected message when trying to access $_probe_* convenience
12687 variables while not on a probe.
12689 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12691 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12693 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12695 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12696 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12698 2015-02-10 Doug Evans <xdje42@gmail.com>
12700 * lib/gdb.exp (gdb_load): Always return a result.
12702 2015-02-10 Pedro Alves <palves@redhat.com>
12704 * gdb.threads/signal-sigtrap.c: New file.
12705 * gdb.threads/signal-sigtrap.exp: New file.
12707 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12709 * gdb.trace/no-attach-trace.c: New file.
12710 * gdb.trace/no-attach-trace.exp: New file.
12712 2015-02-09 Mark Wielaard <mjw@redhat.com>
12714 * gdb.dwarf2/atomic.c: New file.
12715 * gdb.dwarf2/atomic-type.exp: Likewise.
12717 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12719 * gdb.btrace/buffer-size.exp: Update "info record" output.
12720 * gdb.btrace/delta.exp: Update "info record" output.
12721 * gdb.btrace/enable.exp: Update "info record" output.
12722 * gdb.btrace/finish.exp: Update "info record" output.
12723 * gdb.btrace/instruction_history.exp: Update "info record" output.
12724 * gdb.btrace/next.exp: Update "info record" output.
12725 * gdb.btrace/nexti.exp: Update "info record" output.
12726 * gdb.btrace/step.exp: Update "info record" output.
12727 * gdb.btrace/stepi.exp: Update "info record" output.
12728 * gdb.btrace/nohist.exp: Update "info record" output.
12730 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12732 * gdb.btrace/buffer-size: New.
12734 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12736 * gdb.btrace/delta.exp: Update "info record" output.
12737 * gdb.btrace/enable.exp: Update "info record" output.
12738 * gdb.btrace/finish.exp: Update "info record" output.
12739 * gdb.btrace/instruction_history.exp: Update "info record" output.
12740 * gdb.btrace/next.exp: Update "info record" output.
12741 * gdb.btrace/nexti.exp: Update "info record" output.
12742 * gdb.btrace/step.exp: Update "info record" output.
12743 * gdb.btrace/stepi.exp: Update "info record" output.
12744 * gdb.btrace/nohist.exp: Update "info record" output.
12746 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12749 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12751 2015-02-06 Pedro Alves <palves@redhat.com>
12753 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12755 (seconds_left, again): New globals.
12756 (main): Wait seconds_left in a 1-second sleep loop instead of
12757 sleeping 180 seconds. If 'again' is set, reset the seconds
12759 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12760 'again' in the inferior before detaching. Print the seconds left.
12761 (options): New global.
12762 (top level): Build program with -DTIMEOUT=$timeout.
12764 2015-02-06 Pedro Alves <palves@redhat.com>
12766 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12767 determine how many seconds to pass to 'alarm'.
12768 * gdb.base/gdb-sigterm.exp (top level): Build program with
12769 -DTIMEOUT=$timeout.
12770 (do_test): Return success/failure indication. Add more verbose
12771 logging. Don't fail if 200 single steps are seen. Instead, fail
12772 when the test times out.
12773 (passes): New global.
12774 (top level): Break the testing loop if testing fails on any
12775 iteration. Use gdb_assert.
12777 2015-02-04 Don Breazeal <donb@codesourcery.com>
12779 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12780 and initialize them.
12781 (ipc_cleanup): New function.
12782 (main): Don't declare shmid, semid, and msqid. Add a call to
12783 atexit so that we call ipc_cleanup on exit.
12785 2015-02-04 Pedro Alves <palves@redhat.com>
12787 * boards/native-extended-gdbserver.exp: Remove any target variant
12788 specifications from the board name before clearing the isremote
12789 flag from board_info.
12791 2015-01-31 Doug Evans <xdje42@gmail.com>
12793 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12795 2015-01-31 Gary Benson <gbenson@redhat.com>
12797 * gdb.base/completion.exp: Disable completion limiting for
12798 existing tests. Add new tests to check completion limiting.
12799 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12801 2015-01-31 Doug Evans <xdje42@gmail.com>
12803 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12805 2015-01-31 Doug Evans <xdje42@gmail.com>
12807 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12808 entries. Duplicate file section script entries.
12809 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12810 inlined entries. Add test for safe-path rejection.
12811 * gdb.python/py-section-script.c: Add duplicate inlined section script
12812 entries. Duplicate file section script entries.
12813 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12814 inlined entries. Add test for safe-path rejection.
12816 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12818 * gdb.ada/disc_arr_bound: New testcase.
12820 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12822 * gdb.ada/mi_var_array: New testcase.
12824 2015-01-27 Doug Evans <dje@google.com>
12826 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12827 Add test for objfile.filename, objfile.username after objfile
12830 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12832 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12833 the second test to print the name attribute of value
12834 returned by the call to gdb.lookup_type, and adjust
12835 the expected output accordingly.
12837 2015-01-25 Mark Wielaard <mjw@redhat.com>
12839 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12840 * gdb.base/disp-step-fork.c: Include unistd.h.
12841 * gdb.base/siginfo-obj.c: Include stdio.h.
12842 * gdb.base/siginfo-thread.c: Likewise.
12843 * gdb.mi/non-stop.c: Include unistd.h.
12844 * gdb.mi/nsthrexec.c: Include stdio.h.
12845 * gdb.mi/pthreads.c: Include unistd.h.
12846 * gdb.modula2/unbounded1.c (main): Declare returns int.
12847 * gdb.reverse/consecutive-reverse.c: Likewise.
12848 * gdb.threads/create-fail.c: Include unistd.h.
12849 * gdb.threads/killed.c: Likewise.
12850 * gdb.threads/linux-dp.c: Likewise.
12851 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12852 * gdb.threads/non-ldr-exc-2.c: Likewise.
12853 * gdb.threads/non-ldr-exc-3.c: Likewise.
12854 * gdb.threads/non-ldr-exc-4.c: Likewise.
12855 * gdb.threads/pthreads.c: Include unistd.h.
12856 (main): Declare returns int.
12857 * gdb.threads/tls-main.c (foo): New declaration.
12858 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12860 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12862 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12863 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12865 2015-01-15 Mark Wielaard <mjw@redhat.com>
12867 * gdb.base/noreturn-return.c: New file.
12868 * gdb.base/noreturn-return.exp: New file.
12869 * gdb.base/noreturn-finish.c: New file.
12870 * gdb.base/noreturn-finish.exp: New file.
12872 2015-01-23 Pedro Alves <palves@redhat.com>
12874 * gdb.threads/continue-pending-after-query.c: New file.
12875 * gdb.threads/continue-pending-after-query.exp: New file.
12877 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12878 Simon Marchi <simon.marchi@ericsson.com>
12880 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12881 * gdb.base/valgrind-db-attach.exp: Same.
12882 * gdb.base/valgrind-infcall.exp: Same.
12883 * lib/mi-support.exp (default_mi_gdb_start): Same.
12884 * lib/prompt.exp (default_prompt_gdb_start): Same.
12885 * lib/gdb.exp (default_gdb_spawn): Same.
12886 (gdb_interact): New.
12889 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12891 * gdb.compile/compile.exp (pointer to jit function): New test.
12893 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12895 * lib/gdb.exp (supports_process_record): Return true for
12897 (supports_reverse): Likewise.
12899 2015-01-15 Don Breazeal <donb@codesourcery.com>
12901 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12902 instead of checking whether the target board is remote and
12903 use spawn_wait_for_attach instead of exec/sleep.
12904 * gdb.base/attach-twice.exp: Likewise.
12906 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12908 * gdb.ada/var_arr_attrs: New testcase.
12910 2015-01-14 Pedro Alves <palves@redhat.com>
12911 Joel Brobecker <brobecker@adacore.com>
12914 * gdb.base/bp-cmds-execution-x-script.c: New file.
12915 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12916 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12918 2015-01-14 Pedro Alves <palves@redhat.com>
12921 * gdb.base/batch-preserve-term-settings.c: New file.
12922 * gdb.base/batch-preserve-term-settings.exp: New file.
12924 2015-01-13 Doug Evans <dje@google.com>
12926 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12929 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12931 * Makefile.in (clean mostlyclean): Do not delete *.py.
12933 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12935 * gdb.python/py-lookup-type.exp: New file.
12937 2015-01-12 Pedro Alves <palves@redhat.com>
12939 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12940 restore GDBFLAGS before returning.
12942 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12944 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12945 is_amd64_regs_target and is_x86_like_target.
12947 2015-01-11 Doug Evans <xdje42@gmail.com>
12949 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12950 is given without an explicit form.
12951 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12953 * gdb.dwarf/corrupt.exp: Ditto.
12954 * gdb.dwarf2/enum-type.exp: Ditto.
12955 * gdb.trace/entry-values.exp: Ditto.
12956 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12958 2015-01-11 Doug Evans <xdje42@gmail.com>
12961 * gdb.base/maint.exp: Remove references to "maint demangle".
12962 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12963 Add tests for explicitly specifying language to demangle.
12964 * gdb.dlang/demangle.exp: Ditto.
12966 2015-01-09 Pedro Alves <palves@redhat.com>
12968 * gdb.threads/non-stop-fair-events.c: New file.
12969 * gdb.threads/non-stop-fair-events.exp: New file.
12971 2015-01-09 Pedro Alves <palves@redhat.com>
12973 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12974 the global scope. Set a breakpoint after all threads are started
12975 rather than stepping over two source lines. Expect the prompt.
12976 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12979 (main): Use threads_started_barrier to wait for all threads to
12980 start. Main thread no longer calls thread_function. Exit after
12982 (loop): New function.
12983 (thread_function): Wait on threads_started_barrier barrier. Call
12984 'loop' at each iteration.
12985 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12986 threads have started, instead of hardcoding number of "next"
12987 steps. Use an access watchpoint instead of a write watchpoint.
12989 2015-01-09 Pedro Alves <palves@redhat.com>
12991 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12992 (thread_func): Wait on barrier.
12993 (main): Wait for all threads to start before stopping GDB.
12994 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12996 (thread1_func, thread2_func): Wait on barrier.
12997 (main): Wait for all threads to start before stopping GDB.
12998 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13000 (thread1_func, thread2_func): Wait on barrier.
13001 (main): Wait for all threads to start before stopping GDB.
13003 2015-01-09 Pedro Alves <palves@redhat.com>
13005 * gdb.threads/attach-many-short-lived-threads.c: New file.
13006 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13008 2014-01-09 Pedro Alves <palves@redhat.com>
13010 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13011 instead of to thread 2.
13012 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13013 Add barrier around each pthread_create call instead of around all
13015 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13016 Set a break on thread_function and have the child threads hit it
13019 2015-01-09 Pedro Alves <palves@redhat.com>
13021 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13022 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13024 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13025 checking whether the target board is remote.
13026 * gdb.multi/multi-attach.exp: Likewise.
13027 * gdb.python/py-sync-interp.exp: Likewise.
13028 * gdb.server/ext-attach.exp: Likewise.
13029 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13030 tests that need to attach, instead of checking whether the target
13031 board is remote at the top of the file.
13033 2015-01-08 Yao Qi <yao@codesourcery.com>
13035 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13037 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13039 Fix testcase compilation.
13040 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13042 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13044 * gdb.python/py-type.exp: Add a couple test about empty
13045 array creation, and negative-length array creation.
13047 2015-01-02 Doug Evans <xdje42@gmail.com>
13049 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13051 2015-01-02 Doug Evans <dje@google.com>
13053 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13055 2014-12-29 Yao Qi <yao@codesourcery.com>
13057 * gdb.trace/entry-values.exp: Update comments. Rename variable
13058 bar_call_foo to returned_from_foo.
13060 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13063 * gdb.linespec/break-asm-file.c: New file.
13064 * gdb.linespec/break-asm-file.exp: New file.
13065 * gdb.linespec/break-asm-file0.s: New file.
13066 * gdb.linespec/break-asm-file1.s: New file.
13068 2014-12-18 Nigel Stephens <nigel@mips.com>
13069 Maciej W. Rozycki <macro@codesourcery.com>
13071 * gdb.base/float.exp: Handle the new output from "info float" on
13074 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13076 Fix MinGW compilation.
13077 * gdb.compile/compile-ops.exp: Update untested message if
13078 !skip_compile_feature_tests.
13079 * gdb.compile/compile-setjmp.exp: Likewise.
13080 * gdb.compile/compile-tls.exp: Likewise.
13081 * gdb.compile/compile.exp: Likewise.
13082 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13083 supported on this host".
13085 2014-12-16 Doug Evans <xdje42@gmail.com>
13087 * boards/stabs.exp: New file.
13089 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13091 * gdb.base/completion.exp: Adjust to format changes of "maint
13092 print user-registers".
13094 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13097 * gdb.arch/aarch64-fp.c: New file.
13098 * gdb.arch/aarch64-fp.exp: New file.
13100 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13102 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13103 r210637, r210913, r211666, r215400, r215817).
13105 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13106 * dg-extract-results.py: New file.
13107 * dg-extract-results.sh: Use it if the environment seems
13110 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13112 * dg-extract-results.py (parse_run): Handle warnings that
13113 are printed before a test harness is run.
13115 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13117 * dg-extract-results.py (Named): Remove __cmp__ method.
13118 (output_variation): Use a key to sort variation.harnesses.
13120 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13122 * dg-extract-results.py: For Python 3, force sys.stdout to
13123 handle surrogate escape sequences.
13124 (safe_open): New function.
13125 (output_segment, main): Use it.
13127 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13129 * dg-extract-results.py (Prog.result_re): Include options
13132 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13134 * dg-extract-results.py (output_variation): Always sort if
13137 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13139 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13140 as long as we get pagination notifications.
13142 2014-12-15 Jason Merrill <jason@redhat.com>
13144 * Makefile.in (check-gdb.%): Restore.
13145 * README: Mention it.
13147 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13149 * gdb.ada/str_uninit: New testcase.
13151 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13154 * gdb.base/vla-stub-define.c: New file.
13155 * gdb.base/vla-stub.c: New file.
13156 * gdb.base/vla-stub.exp: New file.
13158 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13159 Jan Kratochvil <jan.kratochvil@redhat.com>
13160 Tom Tromey <tromey@redhat.com>
13162 * configure.ac: Add gdb.compile/.
13163 * configure: Regenerate.
13164 * gdb.compile/Makefile.in: New file.
13165 * gdb.compile/compile-ops.exp: New file.
13166 * gdb.compile/compile-ops.c: New file.
13167 * gdb.compile/compile-tls.c: New file.
13168 * gdb.compile/compile-tls.exp: New file.
13169 * gdb.compile/compile-constvar.S: New file.
13170 * gdb.compile/compile-constvar.c: New file.
13171 * gdb.compile/compile-mod.c: New file.
13172 * gdb.compile/compile-nodebug.c: New file.
13173 * gdb.compile/compile-setjmp-mod.c: New file.
13174 * gdb.compile/compile-setjmp.c: New file.
13175 * gdb.compile/compile-setjmp.exp: New file.
13176 * gdb.compile/compile-shlib.c: New file.
13177 * gdb.compile/compile.c: New file.
13178 * gdb.compile/compile.exp: New file.
13179 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13181 2014-12-12 Tom Tromey <tromey@redhat.com>
13183 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13184 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13186 2014-12-12 Doug Evans <dje@google.com>
13188 * lib/gdb-python.exp (get_python_valueof): New function.
13189 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13191 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13193 * gdb.base/completion.exp: Add test for completion of "info
13196 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13198 * gdb.base/func-ptrs.c: New file.
13199 * gdb.base/func-ptrs.exp: New file.
13201 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13203 PR breakpoints/17012
13204 * gdb.base/dprintf-detach.c: New file.
13205 * gdb.base/dprintf-detach.exp: New file.
13207 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13209 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13210 * lib/gdb.exp (target_is_gdbserver): New procedure.
13212 2014-12-08 Doug Evans <dje@google.com>
13214 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13216 2014-12-05 Yao Qi <yao@codesourcery.com>
13218 * gdb.guile/scm-error.exp: Remove the third argument to
13219 gdb_remote_download.
13220 * gdb.guile/scm-frame-args.exp: Likewise.
13221 * gdb.guile/scm-section-script.exp: Likewise.
13223 2014-12-05 Yao Qi <yao@codesourcery.com>
13225 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13227 2014-12-04 Doug Evans <dje@google.com>
13229 * gdb.python/py-objfile.exp: Add tests for
13230 objfile.add_separate_debug_file.
13232 2014-12-04 Doug Evans <dje@google.com>
13234 * lib/gdb.exp (get_build_id): New function.
13235 (build_id_debug_filename_get): Rewrite to use it.
13236 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13238 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13240 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13241 `method(long)', not just 0x0.
13242 * gdb.cp/nsalias.exp: Align code labels to 4.
13243 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13244 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13245 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13246 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13247 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13248 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13250 2014-12-02 Doug Evans <dje@google.com>
13253 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13254 * gdb.cp/anon-ns2.cc: ... here. New file.
13255 * gdb.cp/anon-ns.exp: Update.
13257 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13259 * gdb.python/py-events.py (inferior_call_handler): New.
13260 (register_changed_handler, memory_changed_handler): New.
13261 (test_events.invoke): Register new handlers.
13262 * gdb.python/py-events.exp: Add tests for inferior call,
13263 memory_changed and register_changed events.
13265 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13267 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13268 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13269 if the linker doesn't understand this.
13271 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13273 * gdb.python/python.exp: Change expected reply to help().
13275 2014-12-01 Yao Qi <yao@codesourcery.com>
13277 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13278 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13279 * configure: Re-generated.
13281 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13283 * gdb.cp/chained-calls.cc: New file.
13284 * gdb.cp/chained-calls.exp: New file.
13285 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13287 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13289 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13290 * gdb.dwarf2/symtab-producer.exp: Same.
13291 * gdb.gdb/python-interrupts.exp: Same.
13292 * gdb.gdb/python-selftest.exp: Same.
13293 * gdb.python/py-linetable.exp: Same.
13294 * gdb.python/py-type.exp: Same.
13295 * gdb.python/py-value-cc.exp: Same.
13296 * gdb.python/py-value.exp: Same.
13298 2014-11-28 Yao Qi <yao@codesourcery.com>
13300 * gdb.base/break-probes.exp: Match library name prefixed with
13303 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13305 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13306 test expected output. Add parentheses for the call to print.
13307 Remove L suffix from integers.
13309 2014-11-26 Doug Evans <dje@google.com>
13311 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13313 2014-11-22 Yao Qi <yao@codesourcery.com>
13315 * gdb.trace/entry-values.c: Remove asms.
13316 (foo): Add foo_label.
13317 (bar): Add bar_label.
13318 * gdb.trace/entry-values.exp: Remove code computing foo's
13319 length and bar's length.
13320 (Dwarf::assemble): Invoke function_range for bar and use
13321 MACRO_AT_func for foo.
13323 2014-11-22 Yao Qi <yao@codesourcery.com>
13325 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13326 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13327 Use .Lgcc43_procstart instead of gcc43.
13329 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13331 * gdb.ada/n_arr_bound: New testcase.
13333 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13335 PR breakpoints/10737
13336 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13337 test_catch_syscall_multi_arch.
13338 (test_catch_syscall_multi_arch): New function.
13340 2014-11-20 Doug Evans <xdje42@gmail.com>
13342 * gdb.base/maint.exp: Update expected output.
13344 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13346 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13347 4-byte instruction on S390.
13349 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13351 * gdb.ada/arr_arr: New testcase.
13353 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13355 * gdb.ada/pkd_arr_elem: New Testcase.
13357 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13359 * gdb.reverse/break-precsave: Expect completion message for
13361 * gdb.reverse/consecutive-precsave.exp: Likewise.
13362 * gdb.reverse/finish-precsave.exp: Likewise.
13363 * gdb.reverse/i386-precsave.exp: Likewise.
13364 * gdb.reverse/machinestate-precsave.exp: Likewise.
13365 * gdb.reverse/sigall-precsave.exp: Likewise.
13366 * gdb.reverse/solib-precsave.exp: Likewise.
13367 * gdb.reverse/step-precsave.exp: Likewise.
13368 * gdb.reverse/until-precsave.exp: Likewise.
13369 * gdb.reverse/watch-precsave.exp: Likewise.
13371 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13373 * gdb.base/bp-permanent.c: Include unistd.h.
13374 * gdb.python/py-framefilter-mi.c (main): Add return type.
13375 * gdb.python/py-framefilter.c (main): Likewise.
13376 * gdb.trace/actions-changed.c (main): Likewise.
13378 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13380 * gdb.mi/until.c: Add eye-catchers.
13381 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13384 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13386 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13387 function header variants in break1.c.
13388 * gdb.base/ena-dis-br.exp: Likewise.
13389 * gdb.base/hbreak2.exp: Likewise.
13390 * gdb.reverse/until-precsave.exp: Drop references to removed
13391 non-prototype function header variants in ur1.c.
13392 * gdb.reverse/until-reverse.exp: Likewise.
13394 2014-11-17 Petr Machata <pmachata@redhat.com>
13396 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13397 ${_cu_offset_size} bytes abbrev offset.
13399 2014-11-15 Doug Evans <xdje42@gmail.com>
13402 * gdb.base/line-symtabs.exp: New file.
13403 * gdb.base/line-symtabs.c: New file.
13404 * gdb.base/line-symtabs.h: New file.
13406 2014-11-14 Yao Qi <yao@codesourcery.com>
13408 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13409 (func): Add label func_label.
13410 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13411 Replace low_pc and high_pc with MACRO_AT_range.
13412 Replace name, low_pc and high_pc with MACRO_AT_func.
13414 2014-11-14 Yao Qi <yao@codesourcery.com>
13416 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13417 Replace name, low_pc and high_pc with MACRO_AT_func.
13419 2014-11-14 Yao Qi <yao@codesourcery.com>
13421 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13422 produce debug information.
13423 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13425 2014-11-14 Yao Qi <yao@codesourcery.com>
13427 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13428 object and get function length.
13429 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13430 with MACRO_AT_func.
13431 (top-level): Replace gdb_compile and clean_restart with
13432 prepare_for_testing.
13433 * gdb.dwarf2/main.c (main): Add label main_label.
13435 2014-11-14 Yao Qi <yao@codesourcery.com>
13437 * lib/dwarf.exp (function_range): New procedure.
13438 (Dwarf::_handle_macro_at_func): New procedure.
13439 (Dwarf::_handle_macro_at_range): New procedure.
13440 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13442 2014-11-14 Yao Qi <yao@codesourcery.com>
13444 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13445 (_handle_attribute): New procedure.
13447 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13449 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13450 * gdb.base/call-sc.c (zed): Likewise.
13451 * gdb.base/checkpoint.c (main): Likewise.
13452 * gdb.base/dump.c (main): Likewise.
13453 * gdb.base/gcore.c (main): Likewise.
13454 * gdb.base/huge.c (main): Likewise.
13455 * gdb.base/multi-forks.c (main): Likewise.
13456 * gdb.base/pr10179-a.c (main): Likewise.
13457 * gdb.base/savedregs.c (main): Likewise.
13458 * gdb.base/sigaltstack.c (main): Likewise.
13459 * gdb.base/siginfo.c (main): Likewise.
13460 * gdb.base/structs.c (zed): Likewise.
13461 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13462 * gdb.mi/mi-syn-frame.c (main): Likewise.
13463 * gdb.mi/until.c (foo, main): Likewise.
13464 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13465 * gdb.base/solib-weak.c (foo): Declare.
13466 * gdb.base/attach-twice.c: Include stdio.h.
13467 * gdb.base/weaklib1.c: Likewise.
13468 * gdb.base/weaklib2.c: Likewise.
13469 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13470 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13472 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13473 * gdb.mi/mi-exit-code.c: Likewise.
13474 * gdb.base/break-interp-lib.c: Include string.h.
13475 * gdb.base/coremaker.c: Likewise.
13476 * gdb.base/testenv.c: Likewise.
13477 * gdb.python/py-finish-breakpoint.c: Likewise.
13478 * gdb.base/inferior-died.c: Include sys/wait.h.
13479 * gdb.base/fileio.c: Include time.h.
13480 * gdb.base/async-shell.c: Include unistd.h.
13481 * gdb.base/dprintf-non-stop.c: Likewise.
13482 * gdb.base/info-os.c: Likewise.
13483 * gdb.mi/mi-console.c: Likewise.
13484 * gdb.mi/watch-nonstop.c: Likewise.
13485 * gdb.python/py-events.c: Likewise.
13486 * gdb.base/async.c (baz): Move up before its invocation.
13487 * gdb.base/code_elim2.c (my_global_func): Likewise.
13488 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13489 * gdb.base/advance.c (func2): Likewise.
13491 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13493 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13495 * gdb.base/annota3.c: Likewise.
13496 * gdb.base/async.c: Likewise.
13497 * gdb.base/average.c: Likewise.
13498 * gdb.base/call-ar-st.c: Likewise.
13499 * gdb.base/call-rt-st.c: Likewise.
13500 * gdb.base/call-sc.c: Likewise.
13501 * gdb.base/call-strs.c: Likewise.
13502 * gdb.base/ending-run.c: Likewise.
13503 * gdb.base/execd-prog.c: Likewise.
13504 * gdb.base/exprs.c: Likewise.
13505 * gdb.base/foll-exec.c: Likewise.
13506 * gdb.base/foll-fork.c: Likewise.
13507 * gdb.base/foll-vfork.c: Likewise.
13508 * gdb.base/funcargs.c: Likewise.
13509 * gdb.base/gcore.c: Likewise.
13510 * gdb.base/jump.c: Likewise.
13511 * gdb.base/langs0.c: Likewise.
13512 * gdb.base/langs1.c: Likewise.
13513 * gdb.base/langs2.c: Likewise.
13514 * gdb.base/mips_pro.c: Likewise.
13515 * gdb.base/nodebug.c: Likewise.
13516 * gdb.base/opaque0.c: Likewise.
13517 * gdb.base/opaque1.c: Likewise.
13518 * gdb.base/recurse.c: Likewise.
13519 * gdb.base/run.c: Likewise.
13520 * gdb.base/scope0.c: Likewise.
13521 * gdb.base/scope1.c: Likewise.
13522 * gdb.base/setshow.c: Likewise.
13523 * gdb.base/setvar.c: Likewise.
13524 * gdb.base/shmain.c: Likewise.
13525 * gdb.base/shr1.c: Likewise.
13526 * gdb.base/shr2.c: Likewise.
13527 * gdb.base/sigall.c: Likewise.
13528 * gdb.base/signals.c: Likewise.
13529 * gdb.base/so-indr-cl.c: Likewise.
13530 * gdb.base/solib2.c: Likewise.
13531 * gdb.base/structs.c: Likewise.
13532 * gdb.base/sum.c: Likewise.
13533 * gdb.base/vforked-prog.c: Likewise.
13534 * gdb.base/watchpoint.c: Likewise.
13535 * gdb.reverse/shr2.c: Likewise.
13536 * gdb.reverse/until-reverse.c: Likewise.
13537 * gdb.reverse/ur1.c: Likewise.
13538 * gdb.reverse/watch-reverse.c: Likewise.
13540 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13542 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13544 * gdb.base/sepdebug.exp: Drop references to removed code.
13546 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13548 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13549 variant. Preserve original line numbering.
13550 * gdb.base/list1.c: Likewise.
13552 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13554 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13556 * gdb.base/break1.c: Likewise.
13557 * gdb.base/break.exp: Drop references to removed code.
13559 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13561 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13564 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13566 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13568 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13570 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13571 logic into perform_all_tests() and invoke it with and without
13572 function header prototypes.
13573 (do_function_calls): Remove conditional XFAIL for PR 5318.
13574 (rerun_and_prepare): Remove duplicate code.
13575 (perform_all_tests): New. Main logic moved here.
13577 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13579 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13580 code guarded by #ifdef NO_PROTOTYPES.
13581 (t_double_many_args): Likewise.
13582 (DEF_FUNC_MANY_ARGS_1): Likewise.
13583 (DEF_FUNC_VALUES_1): Likewise.
13584 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13585 guarded by #ifdef PROTOTYPES.
13587 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13589 * gdb.mi/mi-console.c: Add eye-catcher.
13590 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13591 instead of literal line number.
13593 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13595 * gdb.base/shr2.c: Add eye-catcher.
13596 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13599 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13601 * gdb.base/jump.c: Add eye-catchers.
13602 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13605 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13607 * gdb.base/execd-prog.c: Add eye-catchers.
13608 * gdb.base/foll-exec.c: Likewise.
13609 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13612 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13614 * gdb.base/ending-run.c: Add eye-catchers.
13615 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13616 literal line numbers.
13618 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13620 * gdb.base/call-rt-st.c: Add eye-catchers.
13621 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13622 literal line numbers.
13624 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13626 * gdb.base/call-ar-st.c: Add eye-catchers.
13627 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13628 literal line numbers.
13630 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13632 * gdb.base/average.c: Add eye-catchers.
13633 * gdb.base/sum.c: Likewise.
13634 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13635 regexps dynamically.
13637 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13639 * gdb.base/solib1.c: Add eye-catchers.
13640 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13641 literal line numbers.
13643 2014-11-12 Pedro Alves <palves@redhat.com>
13645 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13648 2014-11-12 Pedro Alves <palves@redhat.com>
13650 * gdb.arch/i386-bp_permanent.c: New file.
13651 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13652 (srcfile): Set to i386-bp_permanent.c.
13653 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13654 that stepi does not execute the 'leave' instruction, instead of
13655 testing it does execute.
13656 * gdb.base/bp-permanent.c: New file.
13657 * gdb.base/bp-permanent.exp: New file.
13659 2014-11-10 Doug Evans <xdje42@gmail.com>
13662 * gdb.base/symtab-search-order.exp: New file.
13663 * gdb.base/symtab-search-order.c: New file.
13664 * gdb.base/symtab-search-order-1.c: New file.
13665 * gdb.base/symtab-search-order-shlib-1.c: New file.
13667 2014-11-07 Pedro Alves <palves@redhat.com>
13670 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13673 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13676 * gdb.cp/pr17494.cc: New file.
13677 * gdb.cp/pr17494.exp: New file.
13679 2014-11-02 Yao Qi <yao@codesourcery.com>
13681 * gdb.python/python.exp: Get working directory and match the
13682 output of "set extended-prompt \\w " with it.
13684 2014-10-30 Doug Evans <dje@google.com>
13686 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13688 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13691 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13693 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13694 * gdb.base/realname-expand.exp: Likewise.
13695 * gdb.linespec/macro-relative.exp: Likewise.
13697 2014-10-29 Pedro Alves <palves@redhat.com>
13700 * gdb.threads/schedlock.c (some_function): New function.
13701 (call_function): New global.
13702 (MAYBE_CALL_SOME_FUNCTION): New macro.
13703 (thread_function): Call it.
13704 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13705 and use it instead of a global counter. Adjust all callers.
13706 (get_current_thread): Use "find current thread" for test message
13707 here rather than having all callers pass down the same string.
13708 (goto_loop): New procedure, factored out from ...
13709 (my_continue): ... this.
13710 (step_ten_loops): Change parameter from test message to command to
13712 (list_count): Delete global.
13713 (check_result): New procedure, factored out from duplicate top
13715 (continue tests): Wrap in with_test_prefix.
13716 (test_step): New procedure, factored out from duplicate top level
13718 (top level): Test "step" in combination with all scheduler-locking
13719 modes. Test "next" in combination with all scheduler-locking
13720 modes, and in combination with stepping over a function call or
13722 * gdb.threads/next-bp-other-thread.c: New file.
13723 * gdb.threads/next-bp-other-thread.exp: New file.
13725 2014-10-29 Pedro Alves <palves@redhat.com>
13728 * gdb.python/python.exp: Test a multi-line command that spawns
13729 interactive Python.
13730 * gdb.base/multi-line-starts-subshell.exp: New file.
13732 2014-10-29 Yao Qi <yao@codesourcery.com>
13734 * gdb.base/fileio.exp: Make directories on host.
13736 2014-10-29 Yao Qi <yao@codesourcery.com>
13738 * gdb.base/fileio.c (test_write): Close the file.
13740 2014-10-28 Pedro Alves <palves@redhat.com>
13743 * gdb.base/sigstep.c (no_handler): New global.
13744 (main): If 'no_handler is true, set the signal handlers to
13746 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13747 with_sw_watch and no_handler parameters. Handle them.
13748 (top level) <stepping over handler when stopped at a breakpoint
13749 test>: Add a test axis for testing with a software watchpoint, and
13750 another for testing with the signal handler set to SIG_IGN.
13751 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13752 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13754 2014-10-28 Pedro Alves <palves@redhat.com>
13757 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13758 * gdb.base/sigstep.exp (other_handler_location): New global.
13759 (advance): Support stepping into the signal handler, and running
13760 commands while in the handler.
13761 (in_handler_map): New global.
13762 (top level): In the advance test, add combinations for getting
13763 into the handler with stepping commands, and for running commands
13764 in the handler. Add comment descripting the advancei tests.
13766 2014-10-28 Pedro Alves <palves@redhat.com>
13768 * gdb.base/sigstep.exp: Use build_executable instead of
13769 prepare_for_testing.
13770 (top level): Move code that starts GDB, runs to main and creates a
13772 (restart): ... this new procedure.
13773 (top level): Move backtrace from signal handler test to ...
13774 (validate_backtrace): ... this new procedure.
13775 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13776 with_test_prefix. Always restart GDB.
13777 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13778 with_test_prefix. Always restart GDB. No need to delete
13779 breakpoints after the test.
13780 (test_skip_handler): Remove prefix parameter.
13781 (skip_over_handler, breakpoint_to_handler)
13782 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13783 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13784 restart GDB. No need to delete breakpoints after the test.
13785 (top level): Use foreach to call the test procedures with
13786 different commands.
13788 2014-10-28 Pedro Alves <palves@redhat.com>
13790 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13791 instead of GNATS numbers.
13792 * gdb.base/sigbpt.exp: Likewise.
13793 * gdb.base/siginfo.exp: Likewise.
13794 * gdb.base/sigstep.exp: Likewise.
13796 2014-10-27 Pedro Alves <palves@redhat.com>
13798 * gdb.base/sigstep.c (dummy): New global.
13799 (main): Issue a couple writes to the new global.
13800 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13802 (skip_over_handler): Use test_skip_handler.
13803 (top level): Call skip_over_handler for stepi and nexti too.
13804 (breakpoint_over_handler): Use test_skip_handler.
13805 (top level): Call breakpoint_over_handler for stepi and nexti too.
13807 2014-10-27 Yao Qi <yao@codesourcery.com>
13809 * gdb.trace/tfile.c (adjust_function_address)
13810 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13811 function descriptor.
13813 2014-10-24 Don Breazeal <donb@codesourcery.com>
13815 * gdb.base/foll-fork.exp (test_follow_fork,
13816 catch_fork_child_follow): Check for updated fork messages emitted
13818 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13819 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13820 vfork_and_exec_child_follow_through_step): Check for updated vfork
13821 messages emitted from infrun.c.
13823 2014-10-24 Pedro Alves <palves@redhat.com>
13825 * gdb.base/corefile.exp: Remove references to ultrix.
13826 * gdb.base/interrupt.exp: Likewise.
13827 * gdb.base/whatis.exp: Likewise.
13828 * gdb.gdb/selftest.exp: Likewise.
13829 * gdb.threads/manythreads.exp: Likewise.
13830 * gdb.threads/print-threads.exp: Likewise.
13831 * gdb.threads/pthreads.exp:: Likewise.
13832 * gdb.threads/schedlock.exp: Likewise.
13834 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13836 * gdb.cp/non-trivial-retval.cc: Add a test case.
13837 * gdb.cp/non-trivial-retval.exp: Add a test.
13839 2014-10-20 Yao Qi <yao@codesourcery.com>
13841 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13842 * gdb.python/py-objfile-script-gdb.py: New file.
13843 * gdb.python/py-objfile-script.exp: Update reference to
13844 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13845 of remote_download. Remove the dest file.
13847 2014-10-20 Yao Qi <yao@codesourcery.com>
13849 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13850 * gdb.base/step-line.exp: Likewise.
13851 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13852 * gdb.dwarf2/dw2-basic.exp: Likewise.
13853 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13854 * gdb.dwarf2/dw2-filename.exp: Likewise.
13855 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13856 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13857 * gdb.dwarf2/dw2-producer.exp: Likewise.
13858 * gdb.dwarf2/mac-fileno.exp: Likewise.
13859 * gdb.python/py-frame-args.exp: Likewise.
13860 * gdb.python/py-framefilter.exp: Likewise.
13861 * gdb.python/py-mi.exp: Likewise.
13862 * gdb.python/py-objfile-script.exp: Likewise
13863 * gdb.python/py-pp-integral.exp: Likewise.
13864 * gdb.python/py-pp-re-notag.exp: Likewise.
13865 * gdb.python/py-prettyprint.exp: Likewise.
13866 * gdb.python/py-section-script.exp: Likewise.
13867 * gdb.python/py-typeprint.exp: Likewise.
13868 * gdb.python/py-xmethods.exp: Likewise.
13869 * gdb.stabs/weird.exp: Likewise.
13870 * gdb.xml/tdesc-regs.exp: Likewise.
13872 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13874 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13875 (out_cu): Use addr_len for the size of addresses.
13876 (out_line): Likewise. Size DW_LNE_set_address instruction
13877 according to addr_len.
13878 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13879 (FUNC): Add START_INSNS to definition.
13881 2014-10-18 Yao Qi <yao@codesourcery.com>
13883 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13884 gdb_has_argv0 return true.
13885 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13886 check [target_info exists noargs], check [gdb_has_argv0]
13888 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13889 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13892 2014-10-17 Doug Evans <dje@google.com>
13894 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13896 * gdb.python/py-events.py: Add clear_objfiles event.
13898 2014-10-17 Doug Evans <dje@google.com>
13900 * gdb.python/py-objfile.exp: Test progspace attribute.
13902 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13904 * gdb.guile/scm-breakpoint.exp: Do not assume any
13905 directory separators when matching source file paths.
13906 * gdb.python/py-breakpoint.exp: Likewise.
13907 * gdb.reverse/break-precsave.exp: Likewise.
13908 * gdb.reverse/break-reverse.exp: Likewise.
13909 * gdb.reverse/consecutive-precsave.exp: Likewise.
13910 * gdb.reverse/finish-precsave.exp: Likewise.
13911 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13912 * gdb.reverse/finish-reverse.exp: Likewise.
13913 * gdb.reverse/i386-precsave.exp: Likewise.
13914 * gdb.reverse/i387-env-reverse.exp: Likewise.
13915 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13916 * gdb.reverse/machinestate-precsave.exp: Likewise.
13917 * gdb.reverse/machinestate.exp: Likewise.
13918 * gdb.reverse/sigall-precsave.exp: Likewise.
13919 * gdb.reverse/solib-precsave.exp: Likewise.
13920 * gdb.reverse/step-precsave.exp: Likewise.
13921 * gdb.reverse/until-precsave.exp: Likewise.
13922 * gdb.reverse/watch-precsave.exp: Likewise.
13923 * gdb.reverse/watch-reverse.exp: Likewise.
13925 2014-10-17 Yao Qi <yao@codesourcery.com>
13927 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13928 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13930 2014-10-17 Pedro Alves <palves@redhat.com>
13933 * gdb.base/bg-execution-repeat.c: New file.
13934 * gdb.base/bg-execution-repeat.exp: New file.
13936 2014-10-17 Pedro Alves <palves@redhat.com>
13939 * gdb.base/continue-all-already-running.c: New file.
13940 * gdb.base/continue-all-already-running.exp: New file.
13942 2014-10-17 Pedro Alves <palves@redhat.com>
13945 * gdb.base/annota-input-while-running.c: New file.
13946 * gdb.base/annota-input-while-running.exp: New file.
13948 2014-10-17 Pedro Alves <palves@redhat.com>
13950 * gdb.base/callfuncs.exp: emove references to osf.
13951 * gdb.base/sigall.exp: Likewise.
13952 * gdb.gdb/selftest.exp: Likewise.
13953 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13954 * gdb.mi/non-stop.c: Likewise.
13955 * gdb.mi/pthreads.c: Likewise.
13956 * gdb.reverse/sigall-precsave.exp: Likewise.
13957 * gdb.reverse/sigall-reverse.exp: Likewise.
13958 * gdb.threads/pthreads.c: Likewise.
13959 * gdb.threads/pthreads.exp: Likewise.
13961 2014-10-17 Yao Qi <yao@codesourcery.com>
13963 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13964 check 'target_info exists noargs'.
13965 (test_command_prompt_position): Likewise.
13966 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13968 (progvar_simple_while_test): Likewise.
13969 (progvar_complex_if_while_test): Likewise.
13970 (if_while_breakpoint_command_test): Likewise.
13971 (infrun_breakpoint_command_test): Likewise.
13972 (breakpoint_command_test): Likewise.
13973 (watchpoint_command_test): Likewise.
13974 (bp_deleted_in_command_test): Likewise.
13975 (temporary_breakpoint_commands): Likewise.
13977 2014-10-16 Yao Qi <yao@codesourcery.com>
13979 * gdb.base/remotetimeout.exp: Remove noargs checking.
13981 2014-10-15 Pedro Alves <palves@redhat.com>
13983 PR breakpoints/9649
13984 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13985 * gdb.base/breakpoint-in-ro-region.exp
13986 (probe_target_hardware_step): New procedure.
13987 (top level): Probe hardware stepping and hardware breakpoint
13988 support. Test stepping through a read-only region, with both
13989 "breakpoint auto-hw" on and off and both "always-inserted" on and
13992 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13994 * gdb.dlang/demangle.exp: Update for demangling changes.
13996 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13998 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13999 * gdb.cp/non-trivial-retval.exp: Add new tests.
14001 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14005 * gdb.cp/non-trivial-retval.cc: New file.
14006 * gdb.cp/non-trivial-retval.exp: New file.
14008 2014-10-15 Yao Qi <yao@codesourcery.com>
14010 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14013 2014-10-15 Yao Qi <yao@codesourcery.com>
14015 * gdb.python/py-symbol.exp: Match file base name if host is
14016 remote, otherwise match file name with dir name.
14017 * gdb.python/py-symtab.exp: Likewise.
14018 * gdb.python/python.exp: Likewise.
14020 2014-10-15 Yao Qi <yao@codesourcery.com>
14022 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14024 * gdb.python/py-symtab.exp: Likewise.
14025 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14028 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14030 * gdb.ada/addr_arith: New testcase.
14032 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14034 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14035 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14036 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14037 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14039 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14041 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14042 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14043 * gdb.arch/stap-eval-lang-ada.exp: New file.
14045 2014-10-14 Yao Qi <yao@codesourcery.com>
14047 * gdb.mi/mi-var-child.c (nothing1): New function.
14048 (nothing2): New function.
14049 (do_children_tests): Set function pointers by nothing1 and
14051 * gdb.mi/mi-var-child.exp: Step over new added statements.
14052 Update test to match the new output.
14053 * gdb.mi/var-cmd.c (nothing1): New function.
14054 (nothing2): New function.
14055 (do_children_tests): Set function pointers by nothing1 and
14057 * gdb.mi/mi-var-display.exp: Update test to match output.
14058 Step to the line specified by $line_dct_nothing.
14059 Increase the number of lines to step.
14061 2014-10-14 Yao Qi <yao@codesourcery.com>
14063 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14065 * gdb.mi/mi2-var-child.exp: Likewise.
14067 2014-10-13 Doug Evans <dje@google.com>
14069 * gdb.python/py-objfile.exp: Change name of file name test.
14071 2014-10-13 Doug Evans <dje@google.com>
14073 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14074 from the start of the CU.
14076 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14077 Yao Qi <yao@codesourcery.com>
14079 Fix "save breakpoints" for "catch" command.
14080 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14081 Remove -nonewline. Match also the added "main" line.
14083 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14085 Fix "save breakpoints" for "disable $bpnum" command.
14086 * gdb.base/save-bp.c (main): Add label.
14087 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14089 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14091 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14093 2014-10-11 Yao Qi <yao@codesourcery.com>
14095 * gdb.server/server-kill.exp: Execute command
14096 "set remote trace-status-packet on" before "tstatus".
14098 2014-10-11 Yao Qi <yao@codesourcery.com>
14100 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14101 (main): Call getppid.
14102 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14103 and continue to it. Read variable "server_pid".
14105 2014-10-11 Yao Qi <yao@codesourcery.com>
14107 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14109 2014-10-11 Yao Qi <yao@codesourcery.com>
14111 * gdb.threads/thread-find.exp: Don't execute command
14113 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14114 * gdb.threads/linux-dp.exp: Don't check the condition
14115 $threads_created equals to zero.
14117 2014-10-10 Pedro Alves <palves@redhat.com>
14119 * gdb.base/bigcore.exp: Remove references to IRIX.
14120 * gdb.base/funcargs.exp: Likewise.
14121 * gdb.base/interrupt.exp: Likewise.
14122 * gdb.base/mips_pro.exp: Likewise.
14123 * gdb.base/nodebug.exp: Likewise.
14124 * gdb.base/setvar.exp: Likewise.
14125 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14127 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14128 Pedro Alves <palves@redhat.com>
14131 * gdb.base/vdso-warning.c: New file.
14132 * gdb.base/vdso-warning.exp: New file.
14134 2014-10-02 Doug Evans <dje@google.com>
14136 * gdb.base/structs.c (main): Don't run forever.
14138 2014-10-02 Pedro Alves <palves@redhat.com>
14140 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14141 (top level) <stop threads 1, stop threads 2>: Use it.
14143 2014-10-02 Pedro Alves <palves@redhat.com>
14145 * gdb.threads/break-while-running.exp (test): Add new
14146 'update_thread_list' argument. Skip "info threads" if false.
14147 (top level): Add new 'update_thread_list' axis.
14149 2014-10-02 Pedro Alves <palves@redhat.com>
14151 PR breakpoints/17431
14152 * gdb.base/execl-update-breakpoints.c: New file.
14153 * gdb.base/execl-update-breakpoints.exp: New file.
14155 2014-10-01 Pedro Alves <palves@redhat.com>
14157 * gdb.base/breakpoint-in-ro-region.c: New file.
14158 * gdb.base/breakpoint-in-ro-region.exp: New file.
14160 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14162 * gdb.mi/mi-exit-code.exp: New file.
14163 * gdb.mi/mi-exit-code.c: New file.
14165 2014-09-30 Yao Qi <yao@codesourcery.com>
14167 * lib/prelink-support.exp (build_executable_own_libs): Error if
14168 the target isn't native.
14170 2014-09-30 Yao Qi <yao@codesourcery.com>
14172 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14175 2014-09-22 Pedro Alves <palves@redhat.com>
14177 * gdb.threads/break-while-running.exp: New file.
14178 * gdb.threads/break-while-running.c: New file.
14180 2014-09-19 Yao Qi <yao@codesourcery.com>
14182 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14183 Invoke test. Restart GDB with --readnow and invoke test again.
14185 2014-09-19 Yao Qi <yao@codesourcery.com>
14187 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14188 proc set_breakpoint_on_gcd_function. Invoke
14189 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14190 invoke set_breakpoint_on_gcd_function again.
14192 2014-09-18 Doug Evans <dje@google.com>
14194 * gdb.dwarf2/symtab-producer.exp: New file.
14196 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14198 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14199 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14200 * gdb.base/global-var-nested-by-dso.c: Likewise.
14201 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14203 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14204 Pedro Alves <palves@redhat.com>
14206 * gdb.base/watch-bitfields.exp: Pass string other than test file
14207 name to prepare_for_testing.
14208 (watch): New procedure.
14209 (expect_watchpoint): Use with_test_prefix.
14210 (top level): Factor out tests to ...
14211 (test_watch_location, test_regular_watch): ... these new
14212 procedures, and use with_test_prefix and gdb_continue_to_end.
14214 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14216 PR breakpoints/12526
14217 * gdb.base/watch-bitfields.exp: New file.
14218 * gdb.base/watch-bitfields.c: New file.
14220 2014-09-16 Pedro Alves <palves@redhat.com>
14222 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14223 software and hardware addresses, not software address against
14226 2014-09-16 Pedro Alves <palves@redhat.com>
14228 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14229 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14231 2014-09-16 Pedro Alves <palves@redhat.com>
14233 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14235 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14236 "*-*-vxworks*" throughout.
14237 * gdb.base/break.exp: Likewise.
14238 * gdb.base/default.exp: Likewise.
14239 * gdb.base/scope.exp: Likewise.
14240 * gdb.base/sepdebug.exp: Likewise.
14241 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14243 * gdb.base/run.c: Likewise.
14244 * gdb.base/sepdebug.c: Likewise.
14245 * gdb.hp/gdb.aCC/run.c: Likewise.
14246 * gdb.reverse/until-reverse.c: Likewise.
14247 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14249 2014-09-16 Yao Qi <yao@codesourcery.com>
14251 * boards/local-remote-host-native.exp: New file.
14253 2014-09-14 Doug Evans <xdje42@gmail.com>
14255 * gdb.threads/queue-signal.c (thread_count): New variable.
14256 (thread_count_mutex, thread_count_condvar): New variables.
14257 (incr_thread_count, wait_all_threads_running): New functions.
14258 (main): Wait for all threads to be in their thread functions.
14260 2014-09-13 Doug Evans <xdje42@gmail.com>
14262 * gdb.threads/queue-signal.c: New file.
14263 * gdb.threads/queue-signal.exp: New file.
14265 2014-09-13 Doug Evans <xdje42@gmail.com>
14267 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14268 be consistent with what default_gdb_init uses.
14269 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14270 the plain text of the prompt. Add some logging printfs.
14271 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14273 2014-09-12 Pedro Alves <palves@redhat.com>
14275 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14276 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14277 * gdb.arch/i386-size-overlap.exp: Likewise.
14278 * gdb.arch/i386-size.exp: Likewise.
14279 * gdb.arch/i386-unwind.exp: Likewise.
14280 * gdb.base/a2-run.exp: Likewise.
14281 * gdb.base/break.exp: Likewise.
14282 * gdb.base/charset.exp: Likewise.
14283 * gdb.base/chng-syms.exp: Likewise.
14284 * gdb.base/commands.exp: Likewise.
14285 * gdb.base/dbx.exp: Likewise.
14286 * gdb.base/find.exp: Likewise.
14287 * gdb.base/funcargs.exp: Likewise.
14288 * gdb.base/jit-simple.exp: Likewise.
14289 * gdb.base/reread.exp: Likewise.
14290 * gdb.base/sepdebug.exp: Likewise.
14291 * gdb.base/step-bt.exp: Likewise.
14292 * gdb.cp/mb-inline.exp: Likewise.
14293 * gdb.cp/mb-templates.exp: Likewise.
14294 * gdb.objc/basicclass.exp: Likewise.
14295 * gdb.threads/killed.exp: Likewise.
14297 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14300 * gdb.arch/powerpc-stackless.S: New file.
14301 * gdb.arch/powerpc-stackless.exp: New file.
14303 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14305 * gdb.base/attach.c: Include unistd.h.
14306 (main): Call alarm. Add label postloop.
14307 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14308 gdb_breakpoint, gdb_continue_to_breakpoint.
14309 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14311 2014-09-11 Pedro Alves <palves@redhat.com>
14314 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14315 * gdb.base/attach.exp (test_command_line_attach_run): New
14317 (top level): Call it.
14319 2014-09-11 Pedro Alves <palves@redhat.com>
14321 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14322 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14323 (do_command_attach_tests): Use spawn_wait_for_attach.
14324 * gdb.base/solib-overlap.exp: Likewise.
14325 * gdb.multi/multi-attach.exp: Likewise.
14326 * gdb.python/py-prompt.exp: Likewise.
14327 * gdb.python/py-sync-interp.exp: Likewise.
14328 * gdb.server/ext-attach.exp: Likewise.
14330 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14332 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14333 command in testcase. Simplify testcase.
14335 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14337 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14339 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14341 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14343 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14345 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14347 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14349 * gdb.dwarf2/dynarr-ptr.c: New file.
14350 * gdb.dwarf2/dynarr-ptr.exp: New file.
14352 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14354 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14355 of 30 rather than hardcoding 120 for a slow test case. Take the
14356 `gdb,timeout' target setting into account for this calculation.
14357 Don't extend the timeout for the test cases that don't need it.
14359 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14361 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14362 a factor of 2 for a slow test case. Take the `gdb,timeout'
14363 target setting into account for this calculation.
14364 * gdb.reverse/until-precsave.exp: Increase the timeout by
14365 a factor of 15 and 3 respectively rather than adding 120
14366 for a pair of slow test cases. Take the `gdb,timeout'
14367 target setting into account for this calculation.
14369 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14371 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14372 timeout, don't pass one down to gdb_expect.
14373 (gdb_expect): Rework timeout selection.
14375 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14377 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14378 exception on timeout.
14379 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14380 (gdbserver_start_extended): Catch any `gdbserver_start' error
14382 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14383 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14384 `gdbserver_gdb_load' error exceptions.
14386 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14388 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14389 120 on waiting for the TCP socket to open.
14391 2014-09-09 Doug Evans <xdje42@gmail.com>
14393 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14394 _caller_matches, _any_caller_is, _any_caller_matches.
14396 2014-09-09 Doug Evans <xdje42@gmail.com>
14398 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14400 2014-09-09 Yao Qi <yao@codesourcery.com>
14402 * gdb.mi/mi-var-display.exp: Set print symbol off.
14404 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14407 * gdb.base/commands.exp: Add tests to verify user-defined
14408 commands with empty bodies.
14409 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14410 python commands in `show user command`.
14411 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14412 scheme commands in `show user command`.
14414 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14417 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14418 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14419 * gdb.python/py-framefilter-invalidarg.exp: New file.
14420 * gdb.python/py-framefilter-invalidarg.py: New file.
14422 2014-09-06 Doug Evans <xdje42@gmail.com>
14425 * gdb.python/py-caller-is.c: New file.
14426 * gdb.python/py-caller-is.exp: New file.
14428 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14431 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14432 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14434 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14437 * gdb.fortran/print-formatted.exp: New file.
14438 * gdb.fortran/print-formatted.f90: Likewise.
14440 2014-09-03 Sasha Smundak <asmundak@google.com>
14442 * gdb.python/py-frame.exp: Test Frame.read_register.
14444 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14447 * gdb.python/py-completion.exp: New file.
14448 * gdb.python/py-completion.py: Likewise.
14450 2014-08-28 Doug Evans <dje@google.com>
14452 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14453 eax,etc. are live with values set by gdb and thus the compiler can't
14455 * gdb.arch/i386-pseudo.c (main): Ditto.
14457 2014-08-27 Doug Evans <dje@google.com>
14459 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14461 2014-08-25 Doug Evans <dje@google.com>
14463 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14466 2014-08-25 Doug Evans <dje@google.com>
14468 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14470 2014-08-24 Yao Qi <yao@codesourcery.com>
14472 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14474 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14476 2014-08-22 Doug Evans <dje@google.com>
14479 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14480 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14481 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14483 2014-08-22 Yao Qi <yao@codesourcery.com>
14485 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14486 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14487 * gdb.python/python.exp: Likewise. Use .py file on the host
14488 instead of the build.
14490 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14492 * gdb.threads/gcore-stale-thread.c: New file.
14493 * gdb.threads/gcore-stale-thread.exp: New file.
14495 2014-08-21 Pedro Alves <palves@redhat.com>
14497 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14498 * gdb.base/gcore-relro-pie.exp: Likewise.
14499 * gdb.base/gcore-relro.exp: Likewise.
14500 * gdb.base/gcore.exp: Likewise.
14501 * gdb.base/print-symbol-loading.exp: Likewise.
14502 * gdb.threads/gcore-thread.exp: Likewise.
14503 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14505 2014-08-20 Pedro Alves <palves@redhat.com>
14506 Jan Kratochvil <jan.kratochvil@redhat.com>
14508 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14510 (EXPECT): Handle READ1 being set.
14511 (all): Depend on EXTRA_RULES.
14512 (check-read1, expect-read1, read1.so, read1): New rules.
14513 * README (Testsuite Parameters): Document the READ1 make variable.
14514 (Race detection): New section.
14515 * configure: Regenerate.
14516 * configure.ac: If build==host==target, and running under a
14517 GNU/glibc system, add read1 to the extra Makefile rules.
14518 (EXTRA_RULES): AC_SUBST it.
14519 * lib/read1.c: New file.
14521 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14523 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14524 the handling of variables declared as a typedef to an array
14525 which a DW_AT_data_location attribute.
14527 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14528 Pedro Alves <palves@redhat.com>
14532 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14535 2014-08-19 Pedro Alves <palves@redhat.com>
14537 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14539 2014-08-19 Yao Qi <yao@codesourcery.com>
14541 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14544 2014-08-18 David Blaikie <dblaikie@gmail.com>
14546 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14548 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14550 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14551 attribute in array range.
14553 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14555 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14557 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14560 * gdb.cp/pr17132.cc: New file.
14561 * gdb.cp/pr17132.exp: New file.
14563 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14565 * gdb.python/py-xmethods.py (A_getarrayind)
14566 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14567 Use 'print' with function call syntax.
14568 (E_method_matcher.match): Fix tab vs space indentation mixup.
14570 2014-08-15 Yao Qi <yao@codesourcery.com>
14572 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14575 2014-08-15 Yao Qi <yao@codesourcery.com>
14577 * gdb.cp/casts.exp: Set print symbol off.
14578 * gdb.cp/class2.exp: Likewise.
14579 * gdb.cp/overload.exp: Likewise.
14580 * gdb.cp/templates.exp: Likewise.
14582 2014-08-11 Doug Evans <dje@google.com>
14584 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14585 (test_load_shlib): Update.
14587 2014-08-09 Yao Qi <yao@codesourcery.com>
14589 * gdb.base/display.exp: Invoke is_address_zero_readable.
14590 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14591 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14592 * gdb.base/hbreak-unmapped.exp: Return if
14593 is_address_zero_readable returns true.
14594 * gdb.base/signest.exp: Likewise.
14595 * gdb.base/signull.exp: Likewise.
14596 * gdb.base/sigbpt.exp: Likewise.
14597 * gdb.guile/scm-disasm.exp: Do the test if
14598 is_address_zero_readable returns false.
14599 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14600 * gdb.python/py-arch.exp: Likewise.
14601 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14602 * lib/gdb.exp (is_address_zero_readable): New proc.
14604 2014-08-09 Yao Qi <yao@codesourcery.com>
14607 * gdb.mi/mi-var-display.exp: Make test messages unique.
14609 2014-08-04 Tom Tromey <tromey@redhat.com>
14611 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14614 2014-08-04 Tom Tromey <tromey@redhat.com>
14616 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14619 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14621 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14622 inner_vla_struct_object_size.
14623 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14626 2014-07-30 Pedro Alves <palves@redhat.com>
14628 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14631 2014-07-29 Yao Qi <yao@codesourcery.com>
14634 * gdb.base/until-nodebug.exp: New.
14636 2014-07-28 Doug Evans <xdje42@gmail.com>
14639 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14640 previously existing parameter, and previously ambiguously spelled
14643 2014-07-28 Will Newton <will.newton@linaro.org>
14645 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14647 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14648 Doug Evans <xdje42@gmail.com>
14651 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14653 2014-07-25 Pedro Alves <palves@redhat.com>
14655 * gdb.threads/signal-command-handle-nopass.c: New file.
14656 * gdb.threads/signal-command-handle-nopass.exp: New file.
14657 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14658 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14659 * gdb.threads/signal-delivered-right-thread.c: New file.
14660 * gdb.threads/signal-delivered-right-thread.exp: New file.
14662 2014-07-25 Pedro Alves <palves@redhat.com>
14664 * gdb.base/double-prompt-target-event-error.exp
14665 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14667 (cancel_pagination_in_target_event): Rework double prompt
14669 * gdb.base/paginate-after-ctrl-c-running.exp
14670 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14672 * gdb.base/paginate-bg-execution.exp
14673 (test_bg_execution_pagination_return)
14674 (test_bg_execution_pagination_cancel): Remove '-notransfer
14676 * gdb.base/paginate-execution-startup.exp
14677 (test_fg_execution_pagination_return)
14678 (test_fg_execution_pagination_cancel): Remove '-notransfer
14680 * gdb.base/paginate-inferior-exit.exp
14681 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14683 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14684 * lib/gdb.exp (pagination_prompt): Run text through
14686 (gdb_test_multiple): Match $pagination_prompt instead of
14688 (string_to_regexp): Move to lib/gdb-utils.exp.
14690 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14692 * gdb.arch/amd64-entry-value-paramref.S: New file.
14693 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14694 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14695 * gdb.arch/amd64-optimout-repeat.S: New file.
14696 * gdb.arch/amd64-optimout-repeat.c: New file.
14697 * gdb.arch/amd64-optimout-repeat.exp: New file.
14699 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14702 * gdb.base/statistics.exp: New file.
14704 2014-07-17 Doug Evans <dje@google.com>
14707 * gdb.base/maint.exp: Update testing of per-command stats.
14709 2014-07-16 Pedro Alves <palves@redhat.com>
14711 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14712 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14713 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14714 (tfile_write_buf): New functions.
14715 (add_memory_block): Rewrite using the above.
14716 (adjust_function_address): New function.
14717 (FUNCTION_ADDRESS): New macro.
14718 (write_basic_trace_file): Remove short_x local, and use
14719 tfile_write_16. Change type of func_addr local to unsigned long
14720 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14721 here. Cast argument of add_memory_block to char pointer.
14722 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14723 (main): Remove parameters.
14724 * gdb.trace/tfile.exp: Remove nowarnings.
14726 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14728 * gdb.base/debug-expr.exp: Test string evaluation with
14729 "debug expression" on.
14731 2014-07-15 Pedro Alves <palves@redhat.com>
14733 * gdb.base/reread.exp: Use clean_restart.
14735 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14737 * gdb.arch/avr-flash-qualifer.c: New.
14738 * gdb.arch/avr-flash-qualifer.exp: New.
14740 2014-07-14 Pedro Alves <palves@redhat.com>
14742 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14743 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14745 2014-07-14 Pedro Alves <palves@redhat.com>
14747 * gdb.base/double-prompt-target-event-error.c: New file.
14748 * gdb.base/double-prompt-target-event-error.exp: New file.
14750 2014-07-14 Pedro Alves <palves@redhat.com>
14753 * gdb.base/paginate-inferior-exit.c: New file.
14754 * gdb.base/paginate-inferior-exit.exp: New file.
14756 2014-07-14 Pedro Alves <palves@redhat.com>
14759 * gdb.base/paginate-bg-execution.c: New file.
14760 * gdb.base/paginate-bg-execution.exp: New file.
14762 2014-07-14 Pedro Alves <palves@redhat.com>
14765 * gdb.base/paginate-execution-startup.c: New file.
14766 * gdb.base/paginate-execution-startup.exp: New file.
14767 * lib/gdb.exp (pagination_prompt): New global.
14768 (default_gdb_spawn): New procedure, factored out from
14770 (default_gdb_start): Adjust to call default_gdb_spawn.
14771 (gdb_spawn): New procedure.
14773 2014-07-14 Pedro Alves <palves@redhat.com>
14775 * lib/gdb.exp (gdb_assert): New procedure.
14776 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14778 2014-07-14 Pedro Alves <palves@redhat.com>
14780 * gdb.base/execution-termios.c: New file.
14781 * gdb.base/execution-termios.exp: New file.
14783 2014-07-14 Tom Tromey <tromey@redhat.com>
14785 * gdb.cp/vla-cxx.cc: New file.
14786 * gdb.cp/vla-cxx.exp: New file.
14788 2014-07-14 Tom Tromey <tromey@redhat.com>
14790 * gdb.reverse/rerun-prec.c: New file.
14791 * gdb.reverse/rerun-prec.exp: New file.
14793 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14794 Maciej W. Rozycki <macro@codesourcery.com>
14796 * lib/gdb-utils.exp: New file.
14797 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14798 inline `gdb_init_command' processing.
14799 (gdb_start_cmd): Likewise.
14800 * lib/mi-support.exp (mi_run_cmd): Likewise.
14801 * README: Document `gdb_init_command' and `gdb_init_commands'.
14803 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14805 Fix false FAIL running under a very long directory name.
14806 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14807 and "set print elements 10000". Twice.
14809 2014-07-11 Yao Qi <yao@codesourcery.com>
14811 * gdb.base/exprs.exp: "set print symbol off".
14813 2014-07-11 Pedro Alves <palves@redhat.com>
14815 * gdb.threads/kill.c: New file.
14816 * gdb.threads/kill.exp: New file.
14818 2014-07-10 Yao Qi <yao@codesourcery.com>
14820 * gdb.trace/tfile.c (write_basic_trace_file)
14821 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14822 address written to trace file.
14824 2014-07-09 Pedro Alves <palves@redhat.com>
14826 * gdb.base/attach-wait-input.exp: New file.
14827 * gdb.base/attach-wait-input.c: New file.
14829 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14831 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14832 setting up test structures.
14833 (main): Call new test function.
14834 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14835 test function, continue into test function and walk test
14838 2014-07-02 Yao Qi <yao@codesourcery.com>
14840 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14841 'bar_start' at the beginning of functions 'foo' and 'bar'
14843 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14844 instead of 'foo' and 'bar'.
14846 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14848 * gdb.btrace/segv.exp: New.
14849 * gdb.btrace/segv.c: New.
14851 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14853 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14856 2014-06-30 Mark Wielaard <mjw@redhat.com>
14858 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14859 vulture, vilify, villar): New volatile array constants.
14860 (vindictive, vegetation): New const volatile array constants.
14861 * gdb.base/volatile.exp: Test volatile and const volatile array
14864 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14866 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14867 target lacks support for awatch, rwatch, or hbreak.
14869 2014-06-27 Yao Qi <yao@codesourcery.com>
14871 * gdb.multi/dummy-frame-restore.exp: New.
14872 * gdb.multi/dummy-frame-restore.c: New.
14874 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14876 * gdb.btrace/gcore.exp: New.
14878 2014-06-23 Pedro Alves <palves@redhat.com>
14880 * gdb.base/watchpoint-reuse-slot.c: New file.
14881 * gdb.base/watchpoint-reuse-slot.exp: New file.
14883 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14885 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14886 progspace's filename in 'info', 'enable' and 'disable' command
14889 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14891 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14892 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14893 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14895 2014-06-20 Gary Benson <gbenson@redhat.com>
14897 * gdb.arch/i386-avx.exp: Fix include file location.
14898 * gdb.arch/i386-sse.exp: Likewise.
14900 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14902 * gdb.dlang/expression.exp: New file.
14904 2014-06-19 Pedro Alves <palves@redhat.com>
14906 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14908 (top level): ... here. Iterate running tests under different
14909 scheduler-locking settings.
14911 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14913 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14914 to DW_FORM_addr and use non-zero addresses.
14916 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14919 * gdb.python/py-xmethods.cc: Add global function call counters and
14920 increment them in their respective functions. Remove "cout"
14922 * gdb.python/py-xmethods.exp: Make tests check the global function
14923 call counters instead of depending on inferior IO.
14925 2014-06-18 Don Breazeal <donb@codesourcery.com>
14927 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14929 (explicit_fork_parent_follow): Deleted procedure.
14930 (explicit_fork_child_follow): Deleted procedure.
14931 (test_follow_fork): New procedure.
14932 (do_fork_tests): Replace calls to deleted procedures with
14933 calls to test_follow_fork and reset GDB for subsequent
14936 2014-06-17 Yao Qi <yao@codesourcery.com>
14938 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14941 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14943 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14944 Initialize ptr and S explicitly.
14945 (skip_type_update_when_not_use_rtti_test): Likewise.
14947 2014-06-16 Keith Seitz <keiths@redhat.com>
14950 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14951 the inferior is started.
14953 2014-06-16 Pedro Alves <palves@redhat.com>
14955 * gdb.base/break-main-file-remove-fail.c: New file.
14956 * gdb.base/break-main-file-remove-fail.exp: New file.
14957 * gdb.base/break-unload-file.exp: Use build_executable instead of
14958 prepare_for_testing.
14959 (test_break): New parameter "initial_load". Handle it.
14960 (top level): Add initial_load cmdline/file axis.
14962 2014-06-12 Tom Tromey <tromey@redhat.com>
14964 * gdb.base/completion.exp: Don't use directory name in test.
14966 2014-06-09 Gary Benson <gbenson@redhat.com>
14968 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14969 separate the always-available ANSI-standard signals from the
14970 signals that require checking.
14972 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14976 2014-06-07 Keith Seitz <keiths@redhat.com>
14980 * gdb.cp/var-tag.cc: New file.
14981 * gdb.cp/var-tag.exp: New file.
14982 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14983 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14984 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14985 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14987 2014-06-06 Doug Evans <xdje42@gmail.com>
14989 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14991 2014-06-06 Pedro Alves <palves@redhat.com>
14993 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14994 in target debug output instead of looking at RSP packets,
14995 disabling the test on any target that uses hardware stepping.
14998 2014-06-06 Pedro Alves <palves@redhat.com>
15000 * gdb.base/break-unload-file.exp: Fix typo.
15002 2014-06-06 Yao Qi <yao@codesourcery.com>
15004 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15005 from "jit_function" to "^jit_function".
15007 2014-06-06 Yao Qi <yao@codesourcery.com>
15009 * gdb.base/async.c (foo): Add one statement.
15010 * gdb.base/async.exp: Get the next instruction address and
15011 match the output of "nexti" by instruction address. Match
15012 the hex address in the output of "finish".
15014 2014-06-06 Gary Benson <gbenson@redhat.com>
15016 * gdb.base/call-signals.c: Remove preprocessor conditionals
15017 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15018 SIGSEGV and SIGTERM.
15019 * gdb.base/sigall.c: Likewise.
15020 * gdb.base/unwindonsignal.c: Likewise.
15021 * gdb.reverse/sigall-reverse.c: Likewise.
15023 2014-06-06 Yao Qi <yao@codesourcery.com>
15025 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15026 readable, skip the test.
15028 2014-06-06 Yao Qi <yao@codesourcery.com>
15030 * gdb.threads/staticthreads.c (thread_function): Move the line
15031 setting breakpoint on forward.
15032 * gdb.threads/staticthreads.exp: Update comments.
15034 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15036 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15037 "history-append! type error".
15039 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15041 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15042 erroneous dprintf expected input.
15044 2014-06-04 Doug Evans <xdje42@gmail.com>
15046 * gdb.guile/scm-generics.exp: Delete.
15048 2014-06-04 Doug Evans <xdje42@gmail.com>
15050 * gdb.guile/scm-breakpoint.exp: Update.
15051 Add tests for breakpoint registration.
15053 2014-06-04 Tom Tromey <tromey@redhat.com>
15055 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15057 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15058 inner_vla_struct, vla_union types. Initialize objects of those
15059 types and compute their sizes.
15061 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15062 Hui Zhu <hui@codesourcery.com>
15064 * gdb.base/fileio.exp: Add test for shell not available as well as
15066 * gdb.base/fileio.c (test_system): Check for shell twice.
15068 2014-06-04 Yao Qi <yao@codesourcery.com>
15070 * gdb.base/auto-connect-native-target.exp: Remove redundant
15071 space from the regexp pattern.
15073 2014-06-04 Yao Qi <yao@codesourcery.com>
15075 * gdb.base/default.exp: Replace "child" with "native" in
15078 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15080 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15081 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15082 * gdb.python/py-xmethods.py: Python script supporting the
15083 new testcase and tests.
15085 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15086 Pedro Alves <palves@redhat.com>
15088 PR breakpoints/17000
15089 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15090 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15092 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15094 * gdb.base/subst.exp: Add tests to verify partial path matching
15097 2014-06-03 Pedro Alves <palves@redhat.com>
15099 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15100 target that doesn't use software single-stepping.
15102 2014-06-03 Pedro Alves <palves@redhat.com>
15104 PR breakpoints/17000
15105 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15106 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15108 2014-06-02 Doug Evans <xdje42@gmail.com>
15110 * gdb.guile/scm-parameter.exp: New file.
15112 2014-06-02 Doug Evans <xdje42@gmail.com>
15114 * gdb.guile/scm-cmd.c: New file.
15115 * gdb.guile/scm-cmd.exp: New file.
15117 2014-06-02 Doug Evans <xdje42@gmail.com>
15119 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15120 pretty-printer lookup.
15121 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15122 (make-pp_s-printer): Call it.
15123 (make-pretty-printer-from-dict): New function.
15124 (lookup-pretty-printer-maker-from-dict): New function.
15125 (*pretty-printer*): Simplify.
15126 (make-objfile-pp_s-printer): New function.
15127 (install-objfile-pretty-printers!): New function.
15128 (make-progspace-pp_s-printer): New function.
15129 (install-progspace-pretty-printers!): New function.
15130 * gdb.guile/scm-progspace.c: New file.
15131 * gdb.guile/scm-progspace.exp: New file.
15133 2014-06-02 Pedro Alves <palves@redhat.com>
15135 * gdb.base/dprintf-bp-same-addr.c: New file.
15136 * gdb.base/dprintf-bp-same-addr.exp: New file.
15138 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15140 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15141 * gdb.arch/powerpc-power.s: Likewise.
15143 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15145 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15147 2014-06-01 Yao Qi <yao@codesourcery.com>
15149 * gdb.base/watchpoint.exp (test_watch_location): Check null
15150 pointer can be dereferenced. If not, do the test, otherwise
15153 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15155 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15157 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15159 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15161 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15162 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15163 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15164 * gdb.arch/amd64-invalid-stack-top.c: New file.
15165 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15167 2014-05-30 Pedro Alves <palves@redhat.com>
15169 PR breakpoints/17000
15170 * gdb.base/sss-bp-on-user-bp.c: New file.
15171 * gdb.base/sss-bp-on-user-bp.exp: New file.
15173 2014-05-30 David Blaikie <dblaikie@gmail.com>
15175 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15176 gnu_inline semantics via attribute.
15177 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15178 source explicitly specifies the required semantics.
15180 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15182 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15184 2014-05-29 Pedro Alves <palves@redhat.com>
15185 Tom Tromey <tromey@redhat.com>
15187 * gdb.base/async-shell.exp: Don't enable target-async.
15188 * gdb.base/async.exp
15189 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15191 (top level): Don't test with "target-async".
15192 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15193 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15194 * gdb.base/inferior-died.exp: Don't enable target-async.
15195 * gdb.base/interrupt-noterm.exp: Likewise.
15196 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15197 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15198 * gdb.mi/mi-nonstop.exp: Likewise.
15199 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15200 * gdb.mi/mi-nsintrall.exp: Likewise.
15201 * gdb.mi/mi-nsmoribund.exp: Likewise.
15202 * gdb.mi/mi-nsthrexec.exp: Likewise.
15203 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15204 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15205 * gdb.python/py-evsignal.exp: Don't enable target-async.
15206 * gdb.python/py-evthreads.exp: Likewise.
15207 * gdb.python/py-prompt.exp: Likewise.
15208 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15209 * gdb.server/solib-list.exp: Don't enable target-async.
15210 * gdb.threads/thread-specific-bp.exp: Likewise.
15211 * lib/mi-support.exp: Adjust to use mi-async.
15213 2014-05-29 Pedro Alves <palves@redhat.com>
15216 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15217 reason, even in sync mode.
15219 2014-05-29 Pedro Alves <palves@redhat.com>
15220 Hui Zhu <hui@codesourcery.com>
15223 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15224 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15225 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15226 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15228 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15230 * config/monitor.exp (gdb_target_monitor): Replace use of
15231 "set remotebaud" by "set serial baud".
15233 2014-05-26 Andy Wingo <wingo@igalia.com>
15235 * gdb.guile/scm-breakpoint.exp:
15236 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15237 properties instead of gdb-object-properties.
15239 2014-05-26 Yao Qi <yao@codesourcery.com>
15241 * gdb.server/no-thread-db.exp: Specify source file name
15242 explicitly when setting a breakpoint.
15244 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15246 * gdb.btrace/vdso.c: New.
15247 * gdb.btrace/vdso.exp: New.
15249 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15251 * gdb.base/gcore.exp (capture_command_output): Move ...
15252 * lib/gdb.exp (capture_command_output): ... here.
15254 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15256 * gdb.btrace/data.exp: Test memory access during btrace replay.
15258 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15260 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15262 2014-05-21 Pedro Alves <palves@redhat.com>
15265 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15266 (top level): Test that output related to execution commands is
15267 sent to the console with CLI commands, but not with MI commands.
15268 Test that breakpoint events are always mirrored to the console.
15269 Also expect the new source line to be output after a "next" in
15270 async mode too. Make it a pass/fail test.
15271 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15273 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15275 2014-05-21 Pedro Alves <palves@redhat.com>
15277 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15278 Use them to test variations of "list" after reaching a breakpoint.
15279 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15280 Test "list" with listsize 10 after reaching a breakpoint.
15281 * gdb.python/python.exp (decode_line current location line
15282 number): Adjust expected line number.
15284 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15286 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15287 behavior for $args, pass it directly to "run".
15289 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15291 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15294 2014-05-21 Pedro Alves <palves@redhat.com>
15296 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15297 auto-connect-native-target off".
15298 * gdb.base/auto-connect-native-target.c: New file.
15299 * gdb.base/auto-connect-native-target.exp: New file.
15301 2014-05-21 Pedro Alves <palves@redhat.com>
15303 * gdb.base/default.exp: Test "target native" instead of "target
15306 2014-05-21 Mark Wielaard <mjw@redhat.com>
15308 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15310 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15312 Fix TLS access for -static -pthread.
15313 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15314 <HAVE_TLS> (thread_function, main): Initialize it.
15315 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15317 <$have_tls != "">: Check TLSVAR.
15319 2014-05-21 Pedro Alves <palves@redhat.com>
15321 * gdb.base/dcache-line-read-error.c: New.
15322 * gdb.base/dcache-line-read-error.exp: New.
15324 2014-05-20 Pedro Alves <palves@redhat.com>
15326 * gdb.base/compare-sections.c: New file.
15327 * gdb.base/compare-sections.exp: New file.
15329 2014-05-20 Pedro Alves <palves@redhat.com>
15331 * gdb.base/break-idempotent.c: New file.
15332 * gdb.base/break-idempotent.exp: New file.
15334 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15336 * gdb.btrace/nohist.exp: New.
15338 2014-05-20 Yao Qi <yao@codesourcery.com>
15340 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15341 gdb.reverse directory and gdb_reverse_timeout exists in board
15343 * README: Document gdb_reverse_timeout.
15345 2014-05-20 Yao Qi <yao@codesourcery.com>
15347 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15348 'test_file_name'. Treat args as a string instead of a list.
15349 (gdb_init): Rename argument 'args' by 'test_file_name'.
15351 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15353 * gdb.arch/powerpc-power.exp: New file.
15354 * gdb.arch/powerpc-power.s: New file.
15356 2014-05-16 Doug Evans <dje@google.com>
15358 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15359 * gdb.base/completion.exp: Check that all expected files exist
15360 before doing file completion.
15362 2014-05-16 Doug Evans <dje@google.com>
15364 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15366 (do_syscall_tests_without_xml): Update.
15368 2014-05-16 Pedro Alves <palves@redhat.com>
15370 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15371 instead of "unknown output after running".
15373 2014-05-16 Yao Qi <yao@codesourcery.com>
15375 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15376 file1.txt from host at the end.
15377 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15379 2014-05-15 Doug Evans <dje@google.com>
15381 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15382 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15383 loading file. Add test for TU lookup.
15385 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15387 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15388 calling "-exec-arguments" or "set args" before running the
15391 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15393 * lib/mi-support.exp (mi_expect_stop): Expect message for
15394 inferiors that exit with non-zero exit code.
15396 2014-05-14 Yao Qi <yao@codesourcery.com>
15398 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15399 match absolute path on remote host.
15400 (test_file_list_exec_source_files): Remove "/" from the
15403 2014-05-14 Yao Qi <yao@codesourcery.com>
15405 * boards/local-remote-host-notty.exp (${board}_file): New
15408 2014-05-07 Kyle McMartin <kyle@redhat.com>
15410 Pushed by Joel Brobecker <brobecker@adacore.com>.
15411 * gdb.arch/aarch64-atomic-inst.c: New file.
15412 * gdb.arch/aarch64-atomic-inst.exp: New file.
15414 2014-05-07 Yao Qi <yao@codesourcery.com>
15416 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15417 in current context" too.
15419 2014-05-05 Keith Seitz <keiths@redhat.com>
15421 * gdb.linespec/ls-dollar.exp: Add test for linespec
15422 file:convenience_variable.
15424 2014-05-05 Yao Qi <yao@codesourcery.com>
15426 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15427 traceframes into tfile and ctf trace files. Read data from
15428 trace file and test collected data.
15429 (gdb_collect_locals_test): Likewise.
15430 (gdb_unavailable_registers_test): Likewise.
15431 (gdb_unavailable_floats): Likewise.
15432 (gdb_collect_globals_test): Likewise.
15433 (top-level): Append "ctf" to trace_file_targets if GDB
15436 2014-05-05 Yao Qi <yao@codesourcery.com>
15438 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15440 (gdb_collect_args_test_1): ... it. New proc.
15441 (gdb_collect_locals_test): Move some code to ...
15442 (gdb_collect_locals_test_1): ... it. New proc.
15443 (gdb_unavailable_registers_test): Move some code to ...
15444 (gdb_unavailable_registers_test_1): ... it. New proc.
15445 (gdb_unavailable_floats): Move some code to ...
15446 (gdb_unavailable_floats_1): ... it. New proc.
15448 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15450 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15451 probes to test for bitness recognition.
15452 * gdb.arch/amd64-stap-optional-prefix.exp
15453 (test_probe_value_without_reg): New procedure.
15454 Add code to test for different kinds of bitness.
15456 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15458 PR breakpoints/16889
15459 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15460 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15462 2014-05-01 Pedro Alves <palves@redhat.com>
15464 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15465 gdb_file_cmd if no file is specified.
15466 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15467 last_loaded_file to set the remote exec-file.
15469 2014-05-01 Pedro Alves <palves@redhat.com>
15471 * boards/local-remote-host.exp: New file.
15473 2014-05-01 Pedro Alves <palves@redhat.com>
15475 * boards/local-remote-host.exp: Rename to ...
15476 * boards/local-remote-host-notty.exp: ... this.
15478 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15480 * gdb.ada/dyn_arrayidx: New testcase.
15482 2014-04-26 Yao Qi <yao@codesourcery.com>
15484 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15485 and compute the length of function main. Save it in
15487 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15488 (top-level): Use gdb_compile to compile objects into
15489 executable and restart GDB. Remove invocation to
15490 prepare_for_testing.
15492 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15493 Pedro Alves <palves@redhat.com>
15496 * gdb.multi/multi-attach.c: New file.
15497 * gdb.multi/multi-attach.exp: New file.
15499 2014-04-25 Pedro Alves <palves@redhat.com>
15501 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15503 (top level): Test that "set remote conditional-breakpoints-packet
15504 off" works as intended.
15505 * gdb.base/dprintf.exp: Test that "set remote
15506 breakpoint-commands-packet off" works as intended.
15507 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15509 (top level): Call it.
15510 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15511 remote fast-tracepoints-packet off" works as intended.
15512 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15513 * lib/gdb.exp (gdb_is_target_remote): ... here.
15515 2014-04-24 David Blaikie <dblaikie@gmail.com>
15517 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15518 ensure clang would not discard them.
15519 * gdb.base/gdbvars.c: Ditto.
15520 * gdb.base/memattr.c: Ditto.
15521 * gdb.base/whatis.c: Ditto.
15522 * gdb.python/py-prettyprint.c: Ditto.
15523 * gdb.trace/actions.c: Ditto.
15524 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15525 ensure clang would not discard it.
15527 2014-04-24 David Blaikie <dblaikie@gmail.com>
15529 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15530 clang to emit the full definition of type required by the test
15531 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15533 2014-04-24 David Blaikie <dblaikie@gmail.com>
15535 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15536 coax Clang into emitting the definition of the type.
15537 * gdb.cp/pr10728-x.h (y): Ditto.
15538 * gdb.cp/pr10728-y.cc (y): Ditto.
15540 2014-04-24 David Blaikie <dblaikie@gmail.com>
15542 * gdb.base/label.exp: XFAIL label related tests under Clang.
15543 * gdb.cp/cplabel.exp: Ditto.
15544 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15545 under Clang those using labels.
15547 2014-04-25 Yao Qi <yao@codesourcery.com>
15549 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15551 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15552 partial_label and double_label.
15554 2014-04-24 David Blaikie <dblaikie@gmail.com>
15556 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15558 2014-04-24 David Blaikie <dblaikie@gmail.com>
15560 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15561 of the function to work across GCC and Clang.
15562 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15563 pointer types (const void ** const V void **).
15565 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15566 Walfred Tedeschi <walfred.tedeschi@intel.com>
15568 * Makefile.in (EXECUTABLES): Added i386-avx512.
15569 * gdb.arch/i386-avx512.c: New file.
15570 * gdb.arch/i386-avx512.exp: Likewise.
15572 2014-04-23 Keith Seitz <keiths@redhat.com>
15574 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15575 (mi_make_breakpoint_table): New procedure.
15576 (mi_create_breakpoint): Use mi_make_breakpoint
15577 and return the result.
15578 (mi_make_breakpoint): New procedure.
15579 (mi_build_kv_pairs): New procedure.
15581 * gdb.mi/mi-break.exp: Remove unused globals,
15582 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15583 All callers updated.
15584 * gdb.mi/mi-dprintf.exp: Use variable to track command
15586 Update all callers of mi_create_breakpoint and use
15587 mi_make_breakpoint_table.
15588 Remove any unused global variables.
15589 * gdb.mi/mi-nonstop.exp: Likewise.
15590 * gdb.mi/mi-nsintrall.exp: Likewise.
15591 * gdb.mi/mi-nsmoribund.exp: Likewise.
15592 * gdb.mi/mi-nsthrexec.exp: Likewise.
15593 * gdb.mi/mi-reverse.exp: Likewise.
15594 * gdb.mi/mi-simplerun.exp: Likewise.
15595 * gdb.mi/mi-stepn.exp: Likewise.
15596 * gdb.mi/mi-syn-frame.exp: Likewise.
15597 * gdb.mi/mi-until.exp: Likewise.
15598 * gdb.mi/mi-var-cp.exp: Likewise.
15599 * gdb.mi/mi-var-display.exp: Likewise.
15600 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15601 * gdb.mi/mi2-var-child.exp: Likewise.
15602 * gdb.mi/mi-vla-c99.exp: Likewise.
15603 * lib/mi-support.exp: Likewise.
15605 From Ian Lance Taylor <iant@cygnus.com>:
15606 * lib/gdb.exp (parse_args): New procedure.
15608 2014-04-23 Pedro Alves <palves@redhat.com>
15610 * gdb.base/break-unload-file.c: New file.
15611 * gdb.base/break-unload-file.exp: New file.
15612 * gdb.base/sym-file-lib.c (baz): New function.
15613 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15615 (load): Store the segment's mapped size.
15616 (unload): New function.
15617 (unload_shlib): New function.
15618 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15619 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15620 set a breakpoint at baz, and call it.
15621 * gdb.base/sym-file.exp: New tests for stale breakpoint
15624 2014-04-23 Pedro Alves <palves@redhat.com>
15626 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15627 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15628 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15629 * gdb.base/hbreak-unmapped.c: New file.
15630 * gdb.base/hbreak-unmapped.exp: New file.
15631 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15632 * lib/gdb.exp (gdb_is_target_remote): ... here.
15634 2014-04-22 Pedro Alves <palves@redhat.com>
15636 * gdb.base/consecutive-step-over.c: New file.
15637 * gdb.base/consecutive-step-over.exp: New file.
15639 2014-04-22 Pedro Alves <palves@redhat.com>
15641 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15642 instead of send_gdb/gdb_expect.
15644 2014-04-22 Yao Qi <yao@codesourcery.com>
15646 * lib/trace-support.exp (generate_tracefile): New procedure.
15647 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15649 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15650 if generate_tracefile returns 1.
15652 2014-04-18 Tom Tromey <palves@redhat.com>
15653 Pedro alves <tromey@redhat.com>
15656 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15657 with a backtrace limit.
15658 * gdb.python/py-frame-inline.exp: Test running to an inline
15659 function with a backtrace limit, and printing the newest frame.
15660 * gdb.python/py-frame-inline.c (main): Call f.
15662 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15664 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15666 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15668 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15669 Drop prefix from unsupported source file path.
15671 2014-04-17 Yao Qi <yao@codesourcery.com>
15673 * lib/gdb.exp (with_target_charset): New proc.
15674 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15675 with_target_charset.
15676 (test_print_strings): Likewise.
15677 (test_repeat_bytes): Likewise.
15678 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15681 2014-04-16 Keith Seitz <keiths@redhat.com>
15684 * gdb.dwarf2/corrupt.c: New file.
15685 * gdb.dwarf2/corrupt.exp: New file.
15687 2014-04-16 Keith Seitz <keiths@redhat.com>
15690 * gdb.cp/namelessclass.cc: New file.
15691 * gdb.cp/namelessclass.exp: New file.
15692 * gdb.cp/namelessclass.S: New file.
15694 2014-04-16 Doug Evans <dje@google.com>
15696 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15698 (gdbserver_default_get_comm_port): New function.
15699 (gdbserver_start): Check if board file provided
15700 "gdbserver,get_comm_port" and use it if so.
15701 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15702 (gdb,socketport): Set to "stdio".
15703 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15704 (stdio_gdbserver_template): Delete.
15705 (${board}_get_remote_address): Update.
15706 (${board}_build_remote_cmd): Delete.
15707 (${board}_get_comm_port): New function.
15708 (${board}_spawn): Update.
15709 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15711 (${board}_get_remote_address): Update.
15712 (${board}_get_comm_port): New function.
15714 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15716 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15717 appearing in any order.
15719 2014-04-15 Doug Evans <dje@google.com>
15721 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15722 uninitialized value of "description".
15724 2014-04-15 Keith Seitz <keiths@redhat.com>
15726 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15727 Remove unused globals.
15728 (test_running_the_program): Likewise.
15729 (test_controlled_execution): Likewise.
15730 (test_controlling_breakpoints): Likewise.
15731 (test_program_termination): Likewise.
15733 2014-04-15 Keith Seitz <keiths@redhat.com>
15735 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15737 (test_rbreak_creation_and_listing): Likewise.
15738 (test_ignore_count): Likewise.
15739 (test_error): Likewise.
15741 2014-04-15 Pedro Alves <palves@redhat.com>
15743 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15744 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15746 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15747 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15748 to sym-file-loader.c.
15749 (struct library): Forward declare.
15750 (load_shlib, lookup_function): Change prototypes.
15751 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15752 (translate_offset): Remove declarations.
15753 (get_text_addr): New declaration.
15754 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15755 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15757 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15758 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15759 here from sym-file-loader.h.
15760 (struct library): New structure.
15761 (load_shlib, lookup_function): Change prototypes and adjust to
15762 work with a struct library.
15763 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15764 (translate_offset): Make static.
15765 (get_text_addr): New function.
15766 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15768 2014-04-15 Pedro Alves <palves@redhat.com>
15770 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15772 2014-04-15 Pedro Alves <palves@redhat.com>
15774 * gdb.base/sym-file-loader.c: Include <limits.h>.
15775 (SELF_LINK): New define.
15776 (get_origin): New function.
15777 (load_shlib): Use it.
15778 * gdb.base/sym-file.exp: Don't early return if the target is
15779 remote. Use runto_main, and issue fail is that fails. Use
15781 (shlib_name): Delete.
15782 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15784 2014-04-15 Pedro Alves <palves@redhat.com>
15786 * gdb.base/sym-file.exp: Remove regex characters from test
15787 message. Don't refer to breakpoint numbers in test messages.
15789 2014-04-14 Keith Seitz <keiths@redhat.com>
15792 * gdb.cp/var-tag.cc: New file.
15793 * gdb.cp/var-tag.exp: New file.
15794 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15795 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15796 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15797 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15799 2014-04-14 Tom Tromey <tromey@redhat.com>
15801 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15802 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15804 * gdb.cp/enum-class.exp: New file.
15805 * gdb.cp/enum-class.cc: New file.
15807 2014-04-14 Tom Tromey <tromey@redhat.com>
15809 * gdb.dwarf2/enum-type.exp: New file.
15811 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15813 * gdb.mi/mi-vla-c99.exp: New file.
15814 * gdb.mi/vla.c: New file.
15816 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15818 * gdb.base/vla-datatypes.c: New file.
15819 * gdb.base/vla-datatypes.exp: New file.
15821 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15823 * gdb.base/vla-ptr.c: New file.
15824 * gdb.base/vla-ptr.exp: New file.
15826 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15828 * gdb.dwarf2/count.exp: New file.
15830 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15832 * gdb.base/vla-sideeffect.c: New file.
15833 * gdb.base/vla-sideeffect.exp: New file.
15835 2014-04-14 David Blaikie <dblaikie@gmail.com>
15837 * gdb.mi/non-stop.c: Add return value for non-void function return
15839 * gdb.threads/staticthreads.c: Ditto.
15841 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15842 Doug Evans <xdje42@gmail.com>
15844 * gdb.guile/scm-value.c: Improve test case.
15845 * gdb.guile/scm-value.exp: Add new test.
15847 2014-04-11 David Blaikie <dblaikie@gmail.com>
15849 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15850 override Clang's default.
15852 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15854 Revert the following changes (regressions):
15856 * gdb.base/vla-sideeffect.c: New file.
15857 * gdb.base/vla-sideeffect.exp: New file.
15859 * gdb.dwarf2/count.exp: New file.
15861 * gdb.base/vla-multi.c: New file.
15862 * gdb.base/vla-multi.exp: New file.
15864 * gdb.base/vla-ptr.c: New file.
15865 * gdb.base/vla-ptr.exp: New file.
15867 * gdb.base/vla-datatypes.c: New file.
15868 * gdb.base/vla-datatypes.exp: New file.
15870 * gdb.mi/mi-vla-c99.exp: New file.
15871 * gdb.mi/vla.c: New file.
15873 2014-04-11 Keith Seitz <keiths@redhat.com>
15876 * gdb.cp/cpsizeof.exp: New file.
15877 * gdb.cp/cpsizeof.cc: New file.
15879 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15881 * gdb.mi/mi-vla-c99.exp: New file.
15882 * gdb.mi/vla.c: New file.
15884 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15886 * gdb.base/vla-datatypes.c: New file.
15887 * gdb.base/vla-datatypes.exp: New file.
15889 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15891 * gdb.base/vla-ptr.c: New file.
15892 * gdb.base/vla-ptr.exp: New file.
15894 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15896 * gdb.base/vla-multi.c: New file.
15897 * gdb.base/vla-multi.exp: New file.
15899 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15901 * gdb.dwarf2/count.exp: New file.
15903 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15905 * gdb.base/vla-sideeffect.c: New file.
15906 * gdb.base/vla-sideeffect.exp: New file.
15908 2014-04-11 Yao Qi <yao@codesourcery.com>
15910 * gdb.base/completion.exp: Check file exists before running tests
15911 on file completion.
15913 2014-04-10 Pedro Alves <palves@redhat.com>
15915 * gdb.base/cond-eval-mode.c: New file.
15916 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15917 prepare_for_testing to build the new file. Check result of
15919 (test_break, test_watch): New procedures.
15920 (top level): Use them.
15922 2014-04-08 Pierre Muller <muller@sourceware.org>
15924 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15925 Ctrl-V use for mingw hosts.
15927 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15929 * gdb.python/py-value.c: Improve test case.
15930 * gdb.python/py-value.exp: Add new test.
15932 2014-04-07 David Blaikie <dblaikie@gmail.com>
15934 * lib/compiler.c: Identify the clang compiler.
15935 * lib/compiler.cc: Ditto.
15937 2014-04-03 Yao Qi <yao@codesourcery.com>
15939 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15941 2014-04-01 Anton Blanchard <anton@samba.org>
15943 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15946 2014-04-01 Anton Blanchard <anton@samba.org>
15948 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15949 prepare_for_testing.
15951 2014-04-01 Anton Blanchard <anton@samba.org>
15953 * gdb.arch/ppc64-atomic-inst.c: Remove.
15954 * gdb.arch/ppc64-atomic-inst.S: New file.
15955 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15957 2014-03-31 Doug Evans <dje@google.com>
15959 * gdb.base/print-symbol-loading-lib.c: New file.
15960 * gdb.base/print-symbol-loading-main.c: New file.
15961 * gdb.base/print-symbol-loading.exp: New file.
15963 2014-03-31 Yao Qi <yao@codesourcery.com>
15965 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15967 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15969 * gdb.ada/mi_dyn_arr: New testcase.
15971 2014-03-27 Doug Evans <dje@google.com>
15973 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15975 2014-03-27 Yao Qi <yao@codesourcery.com>
15977 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15978 if target is nios2-*-*.
15980 2014-03-26 Yao Qi <yao@codesourcery.com>
15982 * lib/gdb.exp (readline_is_used): New proc.
15983 * gdb.base/completion.exp: Move tests on command complete up.
15984 Skip the rest of tests if readline is not used.
15985 * gdb.ada/complete.exp: Skp the test if readline is not
15987 * gdb.base/filesym.exp: Likewise.
15988 * gdb.base/macscp.exp: Likewise.
15989 * gdb.base/readline-ask.exp: Likewise.
15990 * gdb.base/readline.exp: Likewise.
15991 * gdb.python/py-cmd.exp: Likewise.
15992 * gdb.trace/tfile.exp: Likewise.
15994 2014-03-26 Yao Qi <yao@codesourcery.com>
15996 * gdb.base/macscp.exp: Fix code format issues.
15998 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16000 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16001 * gdb.asm/powerpc64le.inc: New file.
16003 2014-03-25 Pedro Alves <palves@redhat.com>
16004 Doug Evans <dje@google.com>
16006 * gdb.base/source-execution.c: New file.
16007 * gdb.base/source-execution.exp: New file.
16008 * gdb.base/source-execution.gdb: New file.
16010 2014-03-24 Doug Evans <dje@google.com>
16012 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16015 2014-03-24 Hui Zhu <hui@codesourcery.com>
16016 Pedro Alves <palves@redhat.com>
16018 PR breakpoints/16101
16019 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16020 test pass/fail messages. Detect missing support for dprintf when
16021 breakpoints are actually inserted.
16022 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16023 breakpoints are actually inserted.
16024 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16027 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16029 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16031 2014-03-22 Doug Evans <xdje42@gmail.com>
16033 * gdb.python/python.exp (python not supported): Verify multi-line
16034 python command issues an error.
16035 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16036 guile command issues an error.
16038 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16040 * gdb.threads/thread-specific.exp: Handle the lack of usable
16041 $this_breakpoint and $this_thread.
16043 2014-03-21 Hui Zhu <hui@codesourcery.com>
16045 * gdb.base/attach.exp (do_command_attach_tests): New.
16047 2014-03-20 Tom Tromey <tromey@redhat.com>
16048 Pedro Alves <palves@redhat.com>
16051 * gdb.base/condbreak-call-false.c: New file.
16052 * gdb.base/condbreak-call-false.exp: New file.
16054 2014-03-20 Pedro Alves <palves@redhat.com>
16056 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16058 (block_signals, unblock_signals): Delete.
16059 (child_function_2, main): Remove references to deleted variable
16062 2014-03-20 Pedro Alves <palves@redhat.com>
16064 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16065 Use pthread_kill to signal thread 2.
16066 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16067 Adjust to make the test send itself a signal rather than using the
16068 host's "kill" command.
16070 2014-03-20 Pedro Alves <palves@redhat.com>
16072 * gdb.threads/multiple-step-overs.c: New file.
16073 * gdb.threads/multiple-step-overs.exp: New file.
16074 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16075 Adjust expected infrun debug output.
16077 2014-03-20 Pedro Alves <palves@redhat.com>
16079 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16080 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16082 2014-03-20 Pedro Alves <palves@redhat.com>
16084 PR breakpoints/7143
16085 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16086 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16087 of gdb_test_multiple.
16088 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16089 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16091 2014-03-20 Pedro Alves <palves@redhat.com>
16093 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16094 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16096 2014-03-19 Pedro Alves <palves@redhat.com>
16098 * gdb.base/async.exp: Remove early return.
16100 2014-03-19 Pedro Alves <palves@redhat.com>
16102 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16104 2014-03-19 Pedro Alves <palves@redhat.com>
16106 * gdb.base/async.exp (test_background): Expect \r\n after
16107 "completed." in the fail pattern.
16109 2014-03-19 Pedro Alves <palves@redhat.com>
16111 * gdb.base/async.exp (test_background): New procedure.
16112 Use it for all background execution command tests.
16114 2014-03-19 Pedro Alves <palves@redhat.com>
16116 * gdb.base/async.exp: Use prepare_for_testing.
16118 2014-03-19 Pedro Alves <palves@redhat.com>
16120 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16123 2014-03-19 Pedro Alves <palves@redhat.com>
16125 * gdb.base/async.c (main): Add "jump here" and "until here" line
16127 * gdb.base/async.exp (jump_here): New global.
16128 (jump& test): Use it.
16129 (until_here): New global.
16130 (until& test): Use it.
16132 2014-03-19 Pedro Alves <palves@redhat.com>
16134 * gdb.base/async.exp: Don't frob gdb_protocol.
16136 2014-03-18 Doug Evans <xdje42@gmail.com>
16138 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16139 Fix spelling of exec-done-display.
16141 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16144 * gdb.base/gdb-sigterm.c: New file.
16145 * gdb.base/gdb-sigterm.exp: New file.
16147 2014-03-18 Pedro Alves <palves@redhat.com>
16150 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16151 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16154 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16156 * gdb.ada/pckd_arr_ren: New testcase.
16158 2014-03-13 Doug Evans <xdje42@gmail.com>
16161 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16162 collect after discarding symbols.
16164 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16165 Doug Evans <xdje42@gmail.com>
16167 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16168 to history survives a gc.
16170 2014-03-13 Pedro Alves <palves@redhat.com>
16172 * gdb.base/default.exp: Don't test "target procfs".
16174 2014-03-13 Pedro Alves <palves@redhat.com>
16176 * gdb.base/default.exp: Update "target child" and "target procfs"
16177 tests to not expect "Unix".
16179 2014-03-12 Tom Tromey <tromey@redhat.com>
16181 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16182 New procs. Add target-async tests.
16183 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16184 Add target-async tests.
16186 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16188 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16189 'func_start' and 'func_end' for the beginning and end of the
16190 function code, respectively.
16191 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16192 'func_end' instead of 'func' and 'main'.
16194 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16196 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16197 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16198 generate the debug info assembler source.
16200 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16202 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16203 * gdb.dwarf2/arr-subrange.exp: Likewise.
16204 * gdb.dwarf2/dwz.exp: Likewise.
16205 * gdb.dwarf2/method-ptr.exp: Likewise.
16206 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16207 * gdb.dwarf2/subrange.exp: Likewise.
16208 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16209 * gdb.dwarf2/implptrpiece.exp: Likewise.
16210 * gdb.dwarf2/nostaticblock.exp: Likewise.
16212 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16214 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16215 directory to absolute path name arguments.
16217 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16219 * gdb.ada/tagged_access: New testcase.
16221 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16223 * gdb.btrace/data.exp: Update expected output.
16225 2014-03-06 Yao Qi <yao@codesourcery.com>
16227 * gdb.trace/pr16508.exp: New file.
16229 2014-03-05 Pedro Alves <palves@redhat.com>
16232 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16234 (top level): Adjust to use it. Add tests that exercise breakpoint
16235 interaction with the code-cache.
16237 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16239 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16240 test for 'history-append!'.
16242 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16244 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16245 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16246 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16247 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16248 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16249 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16251 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16253 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16254 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16255 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16257 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16259 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16261 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16263 * gdb.dwarf2/arr-stride.c: New file.
16264 * gdb.dwarf2/arr-stride.exp: New file.
16266 2014-02-26 Pedro Alves <palves@redhat.com>
16268 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16269 that won't ever trigger. Make sure that GDB reports the correct
16270 breakpoint that caused the stop.
16272 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16275 * gdb.base/auto-load-script: New file.
16276 * gdb.base/auto-load.c: New file.
16277 * gdb.base/auto-load.exp: New file.
16280 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16282 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16284 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16285 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16287 2014-02-24 Doug Evans <dje@google.com>
16289 * lib/gdb.exp (run_on_host): Log error output if program fails.
16291 2014-02-21 Pedro Alves <palves@redhat.com>
16293 * gdb.threads/step-after-sr-lock.c: Rename to ...
16294 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16295 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16296 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16299 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16302 * gdb.arch/amd64-stap-special-operands.exp: New file.
16303 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16304 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16305 * gdb.arch/amd64-stap-triplet.S: Likewise.
16306 * gdb.arch/amd64-stap-triplet.c: Likewise.
16308 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16310 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16311 in .section pseudo-op.
16313 2014-02-20 lin zuojian <manjian2006@gmail.com>
16314 Joel Brobecker <brobecker@adacore.com>
16315 Doug Evans <xdje42@gmail.com>
16318 * gdb.dwarf2/dw2-icycle.S: New file.
16319 * gdb.dwarf2/dw2-icycle.c: New file.
16320 * gdb.dwarf2/dw2-icycle.exp: New file.
16322 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16324 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16325 operations on gdb.Value objects.
16326 * gdb.python/py-value-cc.exp: Add new test to test operations on
16329 2014-02-18 Doug Evans <dje@google.com>
16331 * Makefile.in (TESTS): New variable.
16332 (expanded_tests, expanded_tests_or_none): New variables
16333 (check-single): Pass $(expanded_tests_or_none) to runtest.
16334 (check-parallel): Only run tests in $(TESTS) if non-empty.
16335 (check/no-matching-tests-found): New rule.
16336 * README: Document TESTS makefile variable.
16338 2014-02-18 Doug Evans <dje@google.com>
16340 * Makefile.in (check-parallel): rm -rf outputs temp.
16342 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16344 Fix "ERROR: no fileid for" in the testsuite.
16345 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16347 2014-02-12 Doug Evans <dje@google.com>
16349 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16350 (MISCELLANEOUS): New variable.
16351 (clean): rm -rf $(MISCELLANEOUS).
16352 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16353 dwp live in the same directory as symlinks, with each symlink pointed
16354 to a differently named file in a different directory.
16356 2014-02-11 Doug Evans <dje@google.com>
16358 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16359 of Tcl file commands.
16361 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16363 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16364 "kill -SIGUSR1 -1".
16366 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16368 * gdb.ada/tick_length_array_enum_idx: New testcase.
16370 2014-02-10 Doug Evans <xdje42@gmail.com>
16372 * configure.ac (AC_OUTPUT): Add gdb.guile.
16373 * configure: Regenerate.
16374 * lib/gdb-guile.exp: New file.
16375 * lib/gdb.exp (get_target_charset): New function.
16376 * gdb.base/help.exp: Update expected output from "apropos apropos".
16377 * gdb.guile/Makefile.in: New file.
16378 * gdb.guile/guile.exp: New file.
16379 * gdb.guile/scm-arch.c: New file.
16380 * gdb.guile/scm-arch.exp: New file.
16381 * gdb.guile/scm-block.c: New file.
16382 * gdb.guile/scm-block.exp: New file.
16383 * gdb.guile/scm-breakpoint.c: New file.
16384 * gdb.guile/scm-breakpoint.exp: New file.
16385 * gdb.guile/scm-disasm.c: New file.
16386 * gdb.guile/scm-disasm.exp: New file.
16387 * gdb.guile/scm-equal.c: New file.
16388 * gdb.guile/scm-equal.exp: New file.
16389 * gdb.guile/scm-error.exp: New file.
16390 * gdb.guile/scm-error.scm: New file.
16391 * gdb.guile/scm-frame-args.c: New file.
16392 * gdb.guile/scm-frame-args.exp: New file.
16393 * gdb.guile/scm-frame-args.scm: New file.
16394 * gdb.guile/scm-frame-inline.c: New file.
16395 * gdb.guile/scm-frame-inline.exp: New file.
16396 * gdb.guile/scm-frame.c: New file.
16397 * gdb.guile/scm-frame.exp: New file.
16398 * gdb.guile/scm-generics.exp: New file.
16399 * gdb.guile/scm-gsmob.exp: New file.
16400 * gdb.guile/scm-iterator.c: New file.
16401 * gdb.guile/scm-iterator.exp: New file.
16402 * gdb.guile/scm-math.c: New file.
16403 * gdb.guile/scm-math.exp: New file.
16404 * gdb.guile/scm-objfile-script-gdb.in: New file.
16405 * gdb.guile/scm-objfile-script.c: New file.
16406 * gdb.guile/scm-objfile-script.exp: New file.
16407 * gdb.guile/scm-objfile.c: New file.
16408 * gdb.guile/scm-objfile.exp: New file.
16409 * gdb.guile/scm-ports.exp: New file.
16410 * gdb.guile/scm-pretty-print.c: New file.
16411 * gdb.guile/scm-pretty-print.exp: New file.
16412 * gdb.guile/scm-pretty-print.scm: New file.
16413 * gdb.guile/scm-section-script.c: New file.
16414 * gdb.guile/scm-section-script.exp: New file.
16415 * gdb.guile/scm-section-script.scm: New file.
16416 * gdb.guile/scm-symbol.c: New file.
16417 * gdb.guile/scm-symbol.exp: New file.
16418 * gdb.guile/scm-symtab-2.c: New file.
16419 * gdb.guile/scm-symtab.c: New file.
16420 * gdb.guile/scm-symtab.exp: New file.
16421 * gdb.guile/scm-type.c: New file.
16422 * gdb.guile/scm-type.exp: New file.
16423 * gdb.guile/scm-value-cc.cc: New file.
16424 * gdb.guile/scm-value-cc.exp: New file.
16425 * gdb.guile/scm-value.c: New file.
16426 * gdb.guile/scm-value.exp: New file.
16427 * gdb.guile/source2.scm: New file.
16428 * gdb.guile/types-module.cc: New file.
16429 * gdb.guile/types-module.exp: New file.
16431 2014-02-10 Yao Qi <yao@codesourcery.com>
16434 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16435 * configure: Regenerated.
16436 * Makefile.in: New file.
16438 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16440 * gdb.python/py-framefilter.exp: Fix typo.
16442 2014-02-08 Yao Qi <yao@codesourcery.com>
16444 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16445 that no =breakpoint-modified is emitted when breakpoints are
16446 modified through MI commands.
16448 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16449 Pedro Alves <palves@redhat.com>
16451 * gdb.threads/step-after-sr-lock.c: New file.
16452 * gdb.threads/step-after-sr-lock.exp: New file.
16454 2014-02-07 Pedro Alves <palves@redhat.com>
16456 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16458 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16460 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16461 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16463 2014-02-06 Doug Evans <xdje42@gmail.com>
16465 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16468 * gdb.gdb/python-interrupts.exp: New file.
16470 2014-02-05 Yao Qi <yao@codesourcery.com>
16472 * gdb.trace/report.exp (use_collected_data): Test the output
16473 of "info threads" and "info inferiors".
16475 2014-02-05 Yao Qi <yao@codesourcery.com>
16479 2013-05-24 Yao Qi <yao@codesourcery.com>
16481 * gdb.trace/tfile.exp: Test inferior and thread.
16483 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16485 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16487 * gdb.base/step-bt.c: Call hello via function pointer to make
16488 sure its first instruction is executed on powerpc64le-linux.
16490 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16492 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16494 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16496 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16497 of the test patterns for use on little-endian systems.
16499 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16501 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16502 (decimal_vector): Fix for little-endian.
16504 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16506 * gdb.arch/sparc-sysstep.exp: New file.
16507 * gdb.arch/sparc-sysstep.c: Likewise.
16509 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16511 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16513 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16515 2014-01-23 Tom Tromey <tromey@redhat.com>
16517 * gdb.ada/array_char_idx: New testcase.
16519 2014-01-23 Tom Tromey <tromey@redhat.com>
16522 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16523 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16526 2014-01-23 Tom Tromey <tromey@redhat.com>
16529 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16530 string from an inferior frame.
16531 * gdb.python/py-framefilter-mi.exp: Update.
16533 2014-01-22 Doug Evans <dje@google.com>
16535 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16537 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16539 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16541 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16543 * gdb.trace/entry-values.exp: Remove excess space character from
16544 regex patterns. Handle s390 call instruction.
16546 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16548 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16549 define "*_start" label. Make "name" static.
16550 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16551 ${name} by references to ${name}_start.
16553 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16555 * gdb.base/info-macros.exp: Remove "debug" from the compile
16558 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16560 * gdb.dlang/demangle.exp: New file.
16562 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16564 * gdb.dlang/primitive-types.exp: New file.
16566 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16568 * configure.ac: Create gdb.dlang/Makefile.
16569 * configure: Regenerate.
16570 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16571 * gdb.dlang/Makefile.in: New file.
16572 * lib/d-support.exp: New file.
16573 * lib/gdb.exp (skip_d_tests): New proc.
16575 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16577 * gdb.btrace/delta.exp: Check reverse stepi.
16578 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16579 * gdb.btrace/finish.exp: New.
16580 * gdb.btrace/next.exp: New.
16581 * gdb.btrace/nexti.exp: New.
16582 * gdb.btrace/record_goto.c: Add comments.
16583 * gdb.btrace/step.exp: New.
16584 * gdb.btrace/stepi.exp: New.
16585 * gdb.btrace/multi-thread-step.c: New.
16586 * gdb.btrace/multi-thread-step.exp: New.
16587 * gdb.btrace/rn-dl-bind.c: New.
16588 * gdb.btrace/rn-dl-bind.exp: New.
16589 * gdb.btrace/data.c: New.
16590 * gdb.btrace/data.exp: New.
16591 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16593 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16595 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16596 * gdb.btrace/exception.exp: Update.
16597 * gdb.btrace/instruction_history.exp: Update.
16598 * gdb.btrace/record_goto.exp: Update.
16599 * gdb.btrace/tailcall.exp: Update.
16600 * gdb.btrace/unknown_functions.exp: Update.
16601 * gdb.btrace/delta.exp: New.
16603 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16605 * gdb.btrace/record_goto.exp: Add backtrace test.
16606 * gdb.btrace/tailcall.exp: Add backtrace test.
16608 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16610 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16611 * gdb.btrace/record_goto.c: New.
16612 * gdb.btrace/record_goto.exp: New.
16613 * gdb.btrace/x86-record_goto.S: New.
16615 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16617 * gdb.btrace/function_call_history.exp: Update tests.
16618 * gdb.btrace/instruction_history.exp: Update tests.
16620 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16622 * gdb.btrace/function_call_history.exp: Fix expected field
16623 order for "record function-call-history".
16624 Add new tests for "record function-call-history /c".
16625 * gdb.btrace/exception.cc: New.
16626 * gdb.btrace/exception.exp: New.
16627 * gdb.btrace/tailcall.exp: New.
16628 * gdb.btrace/x86-tailcall.S: New.
16629 * gdb.btrace/x86-tailcall.c: New.
16630 * gdb.btrace/unknown_functions.c: New.
16631 * gdb.btrace/unknown_functions.exp: New.
16632 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16634 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16636 * gdb.btrace/instruction_history.exp: Update.
16637 * gdb.btrace/function_call_history.exp: Update.
16639 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16641 * gdb.btrace/function_call_history.exp: Fix expected function
16643 * gdb.btrace/instruction_history.exp: Initialize traced.
16644 Remove traced_functions.
16646 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16648 * gdb.btrace/function_call_history.exp: Update
16649 * gdb.btrace/instruction_history.exp: Update.
16651 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16653 * gdb.btrace/enable.exp: Update expected text.
16655 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16657 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16660 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16662 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16664 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16666 * lib/gdb.exp (supports_process_record): Return true for
16667 arm*-linux*. (supports_reverse): Likewise.
16669 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16673 * gdb.python/py-type.c: Enhance test case.
16674 * gdb.python/py-value-cc.cc: Likewise
16675 * gdb.python/py-type.exp: Add new tests.
16676 * gdb.python/py-value-cc.exp: Likewise
16678 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16679 Pedro Alves <palves@redhat.com>
16681 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16682 Make "name" extern.
16683 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16684 references to ${name}_start by references to ${name}.
16686 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16688 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16690 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16692 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16694 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16695 Pedro Alves <palves@redhat.com>
16697 * gdb.mi/mi-info-os.exp: Connect to the target with
16698 mi_gdb_target_load.
16700 2014-01-08 Pedro Alves <palves@redhat.com>
16702 * gdb.threads/reconnect-signal.c: New file.
16703 * gdb.threads/reconnect-signal.exp: New file.
16705 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16707 * gdb.base/source-dir.exp: New file.
16709 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16711 * gdb.ada/mi_interface: New testcase.
16713 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16715 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16716 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16717 gdb.ada/pp-rec-component/pck.ads: New files.
16719 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16721 * gdb.python/py-pp-integral.c: New file.
16722 * gdb.python/py-pp-integral.py: New file.
16723 * gdb.python/py-pp-integral.exp: New file.
16725 For older changes see ChangeLog-1993-2013.
16727 ;; Local Variables:
16728 ;; mode: change-log
16731 ;; version-control: never
16734 Copyright 2014-2019 Free Software Foundation, Inc.
16735 Copying and distribution of this file, with or without modification,
16736 are permitted provided the copyright notice and this notice are preserved.