1 2019-06-24 Tom de Vries <tdevries@suse.de>
3 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5 2019-06-24 Tom de Vries <tdevries@suse.de>
7 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
9 * gdb.trace/unavailable-dwarf-piece.exp: Same.
11 2019-06-24 Tom de Vries <tdevries@suse.de>
13 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
15 2019-06-21 Tom de Vries <tdevries@suse.de>
17 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
19 2019-06-21 Tom de Vries <tdevries@suse.de>
23 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
26 2019-06-19 Tom Tromey <tromey@adacore.com>
28 * gdb.ada/length_cond.exp: Add intro comment.
30 2019-06-19 Tom Tromey <tromey@adacore.com>
32 * gdb.ada/length_cond.exp: New file.
33 * gdb.ada/length_cond/length_cond.adb: New file.
34 * gdb.ada/length_cond/pck.adb: New file.
35 * gdb.ada/length_cond/pck.ads: New file.
37 2019-06-18 Tom de Vries <tdevries@suse.de>
39 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
41 2019-06-18 Tom Tromey <tromey@adacore.com>
43 * gdb.base/list0.h: Add comment explaining control character.
45 2019-06-18 Tom de Vries <tdevries@suse.de>
47 * boards/fission.exp: Break up long debug_flags line.
49 2019-06-16 Tom de Vries <tdevries@suse.de>
52 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
55 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
58 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
59 improve detection of bug gdb/24541.
61 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
64 * gdb.base/index-cache.exp (uses_readnow,
65 expecting_index_cache_use): Define global variable.
66 (test_cache_enabled_miss, test_cache_enabled_hit): Use
67 expecting_index_cache_use.
69 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
70 Andrew Burgess <andrew.burgess@embecosm.com>
72 * gdb.fortran/pointers.f90: New file.
73 * gdb.fortran/print_type.exp: New file.
74 * gdb.fortran/vla-ptype.exp: Adapt expected results.
75 * gdb.fortran/vla-type.exp: Likewise.
76 * gdb.fortran/vla-value.exp: Likewise.
77 * gdb.mi/mi-vla-fortran.exp: Likewise.
79 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
81 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
82 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
83 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
86 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
88 * gdb.base/annota1.exp: Update expected results.
89 * gdb.cp/annota2.exp: Likewise.
90 * gdb.cp/annota3.exp: Likewise.
92 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
94 * gdb.base/style-logging.exp: Remove path from test name.
96 2019-06-14 Tom Tromey <tromey@adacore.com>
99 * gdb.base/style-logging.exp: New file.
101 2019-06-14 Tom Tromey <tromey@adacore.com>
103 * gdb.base/symfile-warn.exp: New file.
104 * gdb.base/symfile-warn.c: New file.
106 2019-06-14 Tom Tromey <tromey@adacore.com>
108 * gdb.base/annotate-symlink.exp: New file.
110 2019-06-14 Tom Tromey <tromey@adacore.com>
112 * gdb.ada/set_wstr.exp: Add reassignment test.
114 2019-06-14 Tom Tromey <tromey@adacore.com>
116 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
117 'unchecked_access and 'unrestricted_access as well.
119 2019-06-14 Tom Tromey <tromey@adacore.com>
122 * gdb.ada/vla.exp: Update tests.
123 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
126 2019-06-13 Pedro Alves <palves@redhat.com>
128 * gdb.base/settings.exp (test-integer): Test junk after
131 2019-06-13 Pedro Alves <palves@redhat.com>
133 * gdb.base/options.exp (test-thread-apply): New.
134 (top level): Call it.
136 2019-06-13 Pedro Alves <palves@redhat.com>
138 * gdb.base/options.exp (test-frame-apply): New.
139 (top level): Test print commands with different "frame apply"
142 2019-06-13 Pedro Alves <palves@redhat.com>
144 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
145 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
146 'max_completions' parameter and handle it.
147 (test_gdb_completion_offers_commands): New.
149 2019-06-13 Pedro Alves <palves@redhat.com>
151 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
153 2019-06-13 Pedro Alves <palves@redhat.com>
155 * gdb.base/options.exp (test-backtrace): New.
156 (top level): Call it.
158 2019-06-13 Pedro Alves <palves@redhat.com>
160 * gdb.guile/scm-frame-args.exp: Use "set print
161 raw-frame-arguments" instead of "set print raw frame-arguments".
162 * gdb.python/py-frame-args.exp: Likewise.
164 2019-06-13 Pedro Alves <palves@redhat.com>
166 * gdb.compile/compile.exp: Adjust expected output to option
169 2019-06-13 Pedro Alves <palves@redhat.com>
171 * gdb.base/options.exp: Build executable.
172 (test-print): New procedure.
173 (top level): Call it, once for "print" and another for "compile
176 2019-06-13 Pedro Alves <palves@redhat.com>
178 * gdb.base/options.c: New file.
179 * gdb.base/options.exp: New file.
181 2019-06-13 Pedro Alves <palves@redhat.com>
183 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
184 that "o" is ambiguous.
186 2019-06-13 Pedro Alves <palves@redhat.com>
188 * gdb.base/settings.c: New file.
189 * gdb.base/settings.exp: New file.
191 2019-06-13 Pedro Alves <palves@redhat.com>
193 * gdb.base/completion.exp: Fix comment typo.
195 2019-06-13 Pedro Alves <palves@redhat.com>
197 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
200 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
202 * gdb.fortran/block-data.f: New.
203 * gdb.fortran/block-data.exp: New.
205 2019-06-11 Tom de Vries <tdevries@suse.de>
208 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
211 2019-06-11 Tom de Vries <tdevries@suse.de>
214 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
216 2019-06-11 Tom de Vries <tdevries@suse.de>
218 * boards/readnow.exp: New file.
220 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
222 * gdb.fortran/vla-sizeof.exp: Update expected results.
224 2019-06-06 Amos Bird <amosbird@gmail.com>
226 * gdb.base/annota1.exp (thread_switch): Add test for
227 thread-exited annotation.
229 2019-06-06 Tom Tromey <tromey@adacore.com>
231 * gdb.base/maint.exp: Expect command started/finished output.
233 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
235 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
237 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
239 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
241 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
242 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
243 * gdb.arch/riscv-unwind-long-insn.c: New file.
244 * gdb.arch/riscv-unwind-long-insn.exp: New file.
246 2019-06-04 Christian Biesinger <cbiesinger@google.com>
248 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
250 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
252 * lib/gdb.exp (help_list_trailer): New regexp variable
253 factorizing the help trailer message.
254 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
255 arg to allow to better factorize various tests.
256 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
257 (test_prefix_command_help): Use help_list_trailer.
258 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
259 * gdb.guile/scm-cmd.exp: Likewise.
260 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
261 * gdb.base/help.exp: Use test_user_defined_class_help.
262 * gdb.base/style.exp: Add tests for styling of help and apropos.
263 * lib/gdb-utils.exp (style): Add title and highlight styles.
265 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
267 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
269 * gdb.base/default.exp: Update for new convenience variables.
271 2019-05-29 Tom Tromey <tromey@adacore.com>
273 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
274 to "break complete ada" test case's regexp.
276 2019-05-29 Tom Tromey <tromey@adacore.com>
279 * gdb.cp/constexpr-field.exp: New file.
280 * gdb.cp/constexpr-field.cc: New file.
282 2019-05-29 Tom Tromey <tromey@adacore.com>
284 * gdb.base/finish.exp (finish_no_print): New proc.
285 (finish_tests): Call it.
287 2019-05-24 Tom de Vries <tdevries@suse.de>
289 * gdb.dwarf2/gdb-add-index.exp: New file.
291 2019-05-22 Tom Tromey <tromey@adacore.com>
293 * gdb.base/info-shared.exp (check_info_shared): Use "style".
294 * gdb.base/style.exp: Use "style".
295 * lib/gdb-utils.exp (style): New proc.
297 2019-05-22 Tom de Vries <tdevries@suse.de>
299 * gdb.base/align.exp: Require c++11.
301 2019-05-22 Tom de Vries <tdevries@suse.de>
304 * gdb.python/py-mi-var-info-path-expression.exp: Call
305 mi_skip_python_tests to check if python is supported.
307 2019-05-22 Alan Hayward <alan.hayward@arm.com>
309 * gdb.arch/aarch64-pauth.c: New test.
310 * gdb.arch/aarch64-pauth.exp: New file.
312 2019-05-22 Alan Hayward <alan.hayward@arm.com>
314 * README (Re-running Tests Outside The Testsuite): New section.
316 2019-05-21 Tom de Vries <tdevries@suse.de>
318 * gdb.arch/amd64-eval.exp: Require c++11.
319 * gdb.base/max-depth.exp: Same.
320 * gdb.compile/compile-cplus-array-decay.exp: Same.
321 * gdb.cp/meth-typedefs.exp: Same.
322 * gdb.cp/subtypes.exp: Same.
323 * gdb.cp/temargs.exp: Same.
325 2019-05-21 Alan Hayward <alan.hayward@arm.com>
327 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
329 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
332 * gdb.fortran/complex.exp: Remove setup_kfail calls.
333 * gdb.fortran/printing-types.exp: Add new test.
334 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
336 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
339 2019-05-17 Alan Hayward <alan.hayward@arm.com>
341 * README (Running the Testsuite): Change example.
342 (Testsuite Parameters): Remove TRANSCRIPT.
343 * lib/gdb.exp: Remove TRANSCRIPT check.
345 2019-05-17 Alan Hayward <alan.hayward@arm.com>
347 * README (Testsuite Parameters): Add replay logging to
349 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
350 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
351 as a comma separated list.
352 (gdb_debug_init): Override procedure.
354 2019-05-17 Alan Hayward <alan.hayward@arm.com>
356 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
357 (gdb_write_cmd_file): New procedure.
358 * lib/gdbserver-support.exp (gdbserver_start): Call
359 gdbserver_write_cmd_file.
360 (gdbserver_write_cmd_file): New procedure.
362 2019-05-17 Alan Hayward <alan.hayward@arm.com>
364 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
365 (delete_breakpoints): Likewise.
366 (gdb_run_cmd): Likewise.
367 (gdb_start_cmd): Likewise.
368 (gdb_starti_cmd): Likewise.
369 (gdb_internal_error_resync): Likewise.
370 (gdb_test_multiple): Likewise.
371 (gdb_reinitialize_dir): Likewise.
372 (default_gdb_exit): Likewise.
373 (gdb_file_cmd): Mark kill as optional.
374 (default_gdb_start): Call gdb_stdin_log_init.
375 (send_gdb): Call gdb_stdin_log_write.
376 (rerun_to_main): Mark Y as an answer.
377 (gdb_stdin_log_init): New function.
378 (gdb_stdin_log_write): Likewise.
380 2019-05-17 Alan Hayward <alan.hayward@arm.com>
382 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
383 * gdb.base/debug-expr.exp: Likewise.
384 * gdb.base/foll-fork.exp: Likewise.
385 * gdb.base/foll-vfork.exp: Likewise.
386 * gdb.base/fork-print-inferior-events.exp: Likewise.
387 * gdb.base/gdb-sigterm.exp: Likewise.
388 * gdb.base/gdbinit-history.exp: Likewise.
389 * gdb.base/osabi.exp: Likewise.
390 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
391 * gdb.base/ui-redirect.exp: Likewise.
392 * gdb.gdb/unittest.exp: Likewise.
393 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
394 * gdb.mi/mi-watch.exp: Likewise.
395 * gdb.mi/new-ui-mi-sync.exp: Likewise.
396 * gdb.mi/user-selected-context-sync.exp: Likewise.
397 * gdb.python/python.exp: Disable debug test when debugging.
398 * gdb.threads/check-libthread-db.exp: Disable when debugging.
399 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
401 * gdb.threads/stepi-random-signal.exp: Likewise.
403 2019-05-17 Alan Hayward <alan.hayward@arm.com>
405 * Makefile.in: Pass through GDB_DEBUG.
406 * README (Testsuite Parameters): Add GDB_DEBUG.
407 (gdb,debug): Add board setting.
408 * lib/gdb.exp (default_gdb_start): Start debugging.
409 (gdb_debug_enabled): New procedure.
410 (gdb_debug_init): Likewise.
412 2019-05-17 Alan Hayward <alan.hayward@arm.com>
414 * Makefile.in: Pass through GDB_DEBUG.
415 * README (Testsuite Parameters): Add GDB_DEBUG.
416 (gdb,debug): Add board setting.
417 * lib/gdb.exp (default_gdb_start): Start debugging.
418 (gdb_debug_enabled): New procedure.
419 (gdb_debug_init): Likewise.
421 2019-05-17 Alan Hayward <alan.hayward@arm.com>
423 * gdb.base/ui-redirect.exp: Add debug redirect tests.
425 2019-05-17 Alan Hayward <alan.hayward@arm.com>
427 * gdb.base/ui-redirect.exp: Test redirection.
429 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
431 * gdb.mi/mi-complete.exp: New file.
432 * gdb.mi/mi-complete.cc: Likewise.
434 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
436 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
437 indexed and sliced arrays, and pointers to arrays.
439 2019-05-14 Tom Tromey <tromey@adacore.com>
441 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
444 2019-05-14 Tom de Vries <tdevries@suse.de>
446 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
447 selection entry encoding.
449 2019-05-10 Tom Tromey <tromey@adacore.com>
451 * gdb.ada/info_exc.exp: Add "complete" test.
453 2019-05-09 Tom de Vries <tdevries@suse.de>
455 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
458 2019-05-09 Tom de Vries <tdevries@suse.de>
460 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
463 2019-05-08 Joel Brobecker <brobecker@adacore.com>
465 * gdb.ada/frame_arg_lang.exp: New testcase.
466 * gdb.ada/frame_arg_lang/bla.adb: New file.
467 * gdb.ada/frame_arg_lang/pck.ads: New file.
468 * gdb.ada/frame_arg_lang/pck.adb: New file.
469 * gdb.ada/frame_arg_lang/foo.c: New file.
471 2019-05-08 Tom Tromey <tromey@adacore.com>
473 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
475 2019-05-08 Tom Tromey <tromey@adacore.com>
477 * gdb.base/ptype-offsets.exp: Update tests.
479 2019-05-08 Tom Tromey <tromey@adacore.com>
481 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
483 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
486 2019-05-08 Tom Tromey <tromey@adacore.com>
488 * gdb.ada/vla.exp: New file.
489 * gdb.ada/vla/vla.adb: New file.
491 2019-05-07 Tom de Vries <tdevries@suse.de>
493 * gdb.base/index-cache.exp (ls_host): Fix return statement.
495 2019-05-07 Tom de Vries <tdevries@suse.de>
498 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
501 2019-05-07 Tom de Vries <tdevries@suse.de>
504 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
505 .debug_aranges section.
507 2019-05-07 Tom de Vries <tdevries@suse.de>
510 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
512 2019-05-06 Tom de Vries <tdevries@suse.de>
514 * lib/gdb.exp (exec_has_index_section): New proc.
515 * gdb.base/index-cache.exp: Handle case that binfile contains an index
518 2019-05-04 Tom de Vries <tdevries@suse.de>
520 * boards/cc-with-debug-names.exp: New file.
522 2019-05-03 Tom Tromey <tromey@adacore.com>
524 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
525 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
526 * gdb.ada/char_enum.exp: Add test.
528 2019-05-03 Tom de Vries <tdevries@suse.de>
530 * boards/cc-with-gdb-index.exp: New file.
532 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
534 * gdb.rust/simple.exp: Add new test case.
535 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
536 (main): Initialise an instance of the new struct.
538 2019-05-01 Tom Tromey <tromey@adacore.com>
540 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
543 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
546 2019-05-01 Tom Tromey <tromey@adacore.com>
548 * gdb.ada/packed_array_assign.exp: Add packed assignment
551 2019-05-01 Tom de Vries <tdevries@suse.de>
553 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
555 2019-05-01 Tom de Vries <tdevries@suse.de>
557 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
559 2019-04-30 Ali Tamur <tamur@google.com>
561 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
563 2019-04-30 Tom Tromey <tromey@adacore.com>
565 * lib/ada.exp (find_ada_tool): New proc.
566 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
567 * gdb.ada/catch_ex_std.exp: New file.
568 * gdb.ada/catch_ex_std/foo.adb: New file.
569 * gdb.ada/catch_ex_std/some_package.adb: New file.
570 * gdb.ada/catch_ex_std/some_package.ads: New file.
572 2019-04-30 Tom Tromey <tromey@adacore.com>
575 * gdb.cp/temargs.cc: Add test code from PR.
577 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
579 * gdb.fortran/vla-datatypes.exp: Update expected results.
580 * gdb.fortran/vla-ptype.exp: Likewise.
581 * gdb.fortran/vla-type.exp: Likewise.
582 * gdb.fortran/vla-value.exp: Likewise.
584 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
586 * gdb.fortran/ptr-indentation.exp: Update expected results.
587 * gdb.fortran/ptype-on-functions.exp: Likewise.
588 * gdb.fortran/vla-ptr-info.exp: Likewise.
589 * gdb.fortran/vla-value.exp: Likewise.
591 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
593 * gdb.fortran/ptype-on-functions.exp: New file.
594 * gdb.fortran/ptype-on-functions.f90: New file.
596 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
598 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
601 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
603 * gdb.fortran/complex.exp: Expand.
604 * gdb.fortran/complex.f: Renamed to...
605 * gdb.fortran/complex.f90: ...this, and extended to add more
608 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
610 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
613 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
614 Richard Bunt <richard.bunt@arm.com>
616 * gdb.base/max-depth.c: New file.
617 * gdb.base/max-depth.exp: New file.
618 * gdb.python/py-nested-maps.c: New file.
619 * gdb.python/py-nested-maps.exp: New file.
620 * gdb.python/py-nested-maps.py: New file.
621 * gdb.python/py-format-string.exp (test_max_depth): New proc.
622 (test_all_common): Call test_max_depth.
623 * gdb.fortran/max-depth.exp: New file.
624 * gdb.fortran/max-depth.f90: New file.
625 * gdb.go/max-depth.exp: New file.
626 * gdb.go/max-depth.go: New file.
627 * gdb.modula2/max-depth.exp: New file.
628 * gdb.modula2/max-depth.c: New file.
629 * lib/gdb.exp (get_print_expr_at_depths): New proc.
631 2019-04-29 Tom de Vries <tdevries@suse.de>
633 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
635 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
637 * gdb.base/callexit.exp: Test may-call-functions off.
639 2019-04-25 Keith Seitz <keiths@redhat.com>
642 * gdb.cp/meth-typedefs.cc (incomplete_struct)
643 (another_incomplete_struct, test_incomplete): New definitions.
644 (main): Use new definitions.
645 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
648 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
652 * gdb.base/coredump-filter-build-id.exp: New file.
654 2019-04-25 Alan Hayward <alan.hayward@arm.com>
656 * Makefile.in: Pass through GDBSERVER_DEBUG.
657 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
658 (gdbserver,debug): Add board setting.
659 * gdb.trace/tspeed.exp: Skip when debugging.
660 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
661 * lib/gdbserver-support.exp: Likewise
663 2019-04-24 Tom Tromey <tromey@adacore.com>
665 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
668 2019-04-24 Tom Tromey <tromey@adacore.com>
670 * gdb.arch/amd64-eval.exp: Test bitfield return.
671 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
672 (class Foo) <return_bitfields>: New method.
675 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
677 * gdb.cp/many-args.cc: New file.
678 * gdb.cp/many-args.exp: New file.
680 2019-04-23 Tom de Vries <tdevries@suse.de>
683 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
685 2019-04-23 Alan Hayward <alan.hayward@arm.com>
687 * gdb.trace/backtrace.exp: Use nopie flag.
688 * gdb.trace/circ.exp: Likewise.
689 * gdb.trace/collection.exp: Likewise.
690 * gdb.trace/ftrace.exp: Likewise.
691 * gdb.trace/mi-trace-unavailable.exp: Likewise.
692 * gdb.trace/mi-traceframe-changed.exp: Likewise.
693 * gdb.trace/qtro.exp: Likewise.
694 * gdb.trace/read-memory.exp: Likewise.
695 * gdb.trace/report.exp: Likewise.
696 * gdb.trace/tfile.exp: Likewise.
697 * gdb.trace/tfind.exp: Likewise.
698 * gdb.trace/unavailable.exp: Likewise.
700 2019-04-22 Pedro Alves <palves@redhat.com>
702 * gdb.base/solib-probes-nosharedlibrary.c,
703 gdb.base/solib-probes-nosharedlibrary.exp: New files.
705 2019-04-19 Tom Tromey <tromey@adacore.com>
707 * gdb.ada/ptype_union.c: New file.
708 * gdb.ada/ptype_union.exp: New file.
710 2019-04-19 Tom Tromey <tromey@adacore.com>
713 * gdb.base/list0.h (foo): Add a control-l character.
715 2019-04-18 Tom de Vries <tdevries@suse.de>
718 * boards/local-board.exp: Set sysroot to "".
720 2019-04-18 Tom de Vries <tdevries@suse.de>
721 Pedro Alves <palves@redhat.com>
724 * gdb.threads/vfork-follow-child-exec.c: New file.
725 * gdb.threads/vfork-follow-child-exec.exp: New file.
726 * gdb.threads/vfork-follow-child-exit.c: New file.
727 * gdb.threads/vfork-follow-child-exit.exp: New file.
729 2019-04-15 Leszek Swirski <leszeks@google.com>
731 * gdb.arch/amd64-eval.cc: New file.
732 * gdb.arch/amd64-eval.exp: New file.
734 2019-04-11 Alan Hayward <alan.hayward@arm.com>
736 * gdb.server/sysroot.c: New test.
737 * gdb.server/sysroot.exp: New file.
738 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
741 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
743 * gdb.base/align.exp: Extend test to cover structures containing
746 2019-04-11 Tom de Vries <tdevries@suse.de>
748 * boards/cc-with-dwz-m.exp: New file.
749 * boards/cc-with-dwz.exp: New file.
750 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
752 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
754 * gdb.base/start-cpp.exp: New file.
755 * gdb.base/start-cpp.cc: New file.
757 2019-04-08 Kevin Buettner <kevinb@redhat.com>
759 * gdb.python/py-thrhandle.exp: Adjust tests to call
760 thread_from_handle instead of thread_from_thread_handle.
762 2019-04-08 Kevin Buettner <kevinb@redhat.com>
764 * gdb.python/py-thrhandle.exp: Add tests for
765 gdb.InferiorThread.handle.
767 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
769 * gdb.python/py-function.exp: Check calling helper function from
771 * lib/gdb.exp (gdb_supported_languages): New proc.
773 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
775 * gdb.base/complex-parts.c: New file.
776 * gdb.base/complex-parts.exp: New file.
778 2019-04-01 Tom Tromey <tromey@adacore.com>
781 * gdb.dwarf2/dw2-ranges-main.c: New file.
782 * gdb.dwarf2/dw2-ranges-psym.c: New file.
783 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
785 2019-03-30 Simon Marchi <simark@simark.ca>
787 * gdb.base/default.exp: Add values for $_gdb_major and
790 2019-03-29 Tom Tromey <tromey@adacore.com>
792 * gdb.base/help.exp: Tighten apropos regexp.
794 2019-03-29 Keith Seitz <keiths@redhat.com>
796 * gdb.fortran/array-bounds.exp: New file.
797 * gdb.fortran/array-bounds.f90: New file.
799 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
801 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
803 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
805 * gdb.multi/hello.c (main): Increase alarm timer.
807 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
809 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
810 factor when no hardware watchpoint support.
812 2019-03-28 Alan Hayward <alan.hayward@arm.com>
813 Pedro Alves <palves@redhat.com>
815 * boards/local-board.exp: set sysroot to /.
817 2019-03-27 Alan Hayward <alan.hayward@arm.com>
819 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
822 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
824 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
826 (make_container): Initialise new field.
827 * gdb.python/py-prettyprint.exp: Add new tests.
828 * gdb.python/py-prettyprint.py (class ContainerPrinter)
829 <display_hint>: New method.
831 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
833 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
834 gdb_continue_to_breakpoint more throughout this test.
835 (run_lang_tests) Supply unique test names, and use
838 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
840 * gdb.base/finish-pretty.exp: Update expected results.
841 * gdb.base/pretty-print.c: New file.
842 * gdb.base/pretty-print.exp: New file.
844 2019-03-25 Pedro Alves <palves@redhat.com>
846 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
847 move comments outside list. Append '-i "" eof' section.
849 2019-03-22 Alan Hayward <alan.hayward@arm.com>
851 * README: Add pie options.
852 * gdb.base/break-interp.exp: Ensure pie is disabled.
853 * gdb.base/dump.exp: Likewise.
854 * lib/gdb.exp (gdb_compile): Add pie option.
856 2019-03-19 Tom Tromey <tromey@adacore.com>
858 * gdb.mi/mi2-cli-display.c: New file.
859 * gdb.mi/mi2-cli-display.exp: New file.
861 2019-03-18 Joel Brobecker <brobecker@adacore.com>
862 Tom Tromey <tromey@adacore.com>
864 * gdb.ada/ptype_array/pck.adb: New file.
865 * gdb.ada/ptype_array/pck.ads: New file.
866 * gdb.ada/ptype_array/foo.adb: New file.
867 * gdb.ada/ptype_array.exp: New file.
869 2019-03-14 Tom Tromey <tromey@adacore.com>
871 * gdb.base/style.exp: Add "set style sources" test.
873 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
875 * mi-breakpoint-location-ena-dis.exp: Rename to ...
876 * mi-breakpoint-multiple-locations.exp: ... this.
877 (make_breakpoints_pattern): New proc.
878 (do_test): Add mi_version parameter, test -break-insert,
879 -break-info and =breakpoint-created.
881 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
883 * config/default.exp: Remove 'load_lib gdb.exp'.
884 * config/monitor.exp: Likewise.
885 * config/sid.exp: Likewise.
886 * config/sim.exp: Likewise.
887 * config/slite.exp: Likewise.
888 * config/unix.exp: Likewise.
889 * gdb.base/default.exp: Remove unhelpful comment.
891 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
893 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
895 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
897 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
899 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
901 * gdb.fortran/type-kinds.exp: Update expected results.
903 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
905 * gdb.fortran/type-kinds.exp: Test new integer type kind.
907 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
909 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
911 (test_basic_parsing_of_type_kinds): Expand types tested.
912 (test_parsing_invalid_type_kinds): New function.
914 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
916 * gdb.fortran/intrinsics.exp: New file.
917 * gdb.fortran/intrinsics.f90: New file.
918 * gdb.fortran/type-kinds.exp: New file.
920 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
922 * gdb.fortran/dot-ops.exp: New file.
924 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
926 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
927 Check upper and lower case logical literals.
929 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
931 * gdb.fortran/types.exp (test_float_literal_types_accepted):
932 Remove duplicate tests.
934 2019-03-06 Alan Hayward <alan.hayward@arm.com>
936 * lib/gdb.exp (builtin_cd): rename of cd.
937 (cd): Override builtin.
939 2019-03-06 Richard Bunt <richard.bunt@arm.com>
941 * gdb.fortran/function-calls.exp: New file.
942 * gdb.fortran/function-calls.f90: New test.
944 2019-03-04 Richard Bunt <richard.bunt@arm.com>
946 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
947 on user program standard output.
948 * gdb.fortran/short-circuit-argument-list.f90: Record function
951 2019-02-28 Alan Hayward <alan.hayward@arm.com>
953 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
956 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
959 * gdb.base/interrupt-daemon-attach.c,
960 gdb.base/interrupt-daemon-attach.exp: New test.
962 2019-02-27 Pedro Alves <palves@redhat.com>
964 * gdb.base/page.exp: Add tests for "set width/height -1".
966 2019-02-27 Pedro Alves <palves@redhat.com>
968 * gdb.base/page.exp: Add tests for "set/show width/height" with
971 2019-02-27 Tom Tromey <tromey@adacore.com>
973 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
975 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
978 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
980 * gdb.base/align.exp: Extend to compile in both C and C++, and add
981 tests for structs with static members.
983 2019-02-26 Tom Tromey <tromey@adacore.com>
985 * gdb.python/py-value.exp (test_value_from_buffer): Check for
986 ValueError, not TypeError.
988 2019-02-26 Kevin Buettner <kevinb@redhat.com>
990 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
991 call from main program.
993 2019-02-23 Joel Brobecker <brobecker@adacore.com>
995 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
996 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
997 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
998 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
999 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1001 2019-02-22 Keith Seitz <keiths@redhat.com>
1004 * gdb.base/symlink-sourcefile.c: New file.
1005 * gdb.base/symlink-sourcefile.exp: New file.
1007 2019-02-20 Tom Tromey <tom@tromey.com>
1009 * gdb.base/info_qt.exp: Update.
1011 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1013 * gdb.base/source.exp: Move "error in sourced script" code to
1015 * gdb.base/source-error.gdb: Move contents to
1016 source-error-1.gdb. Add new code to source source-error-1.gdb.
1017 * gdb.base/source-error-1.gdb: New file, from previous
1020 2019-02-17 Tom Tromey <tom@tromey.com>
1022 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1024 * gdb.base/style.c (SOME_MACRO): New macro.
1026 2019-02-17 Tom Tromey <tom@tromey.com>
1028 * gdb.base/style.exp: Add line-wrapping tests.
1029 * gdb.base/page.exp: Add test for quitting during pagination.
1031 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1033 * gdb.ada/big_packed_array: New testcase.
1034 * gdb.ada/homonym.exp: Fix incorrect expected output for
1035 "break <homonym__get_value>" test.
1037 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1039 PR breakpoints/21870
1040 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1041 and prepare_for_testing. Add comment.
1042 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1043 redundant cleanup call. Clean up comment.
1045 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1047 PR breakpoints/21870
1048 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1049 * gdb.arch/aarch64-dbreg-contents.c: New file.
1051 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1053 * gdb.ada/mi_ref_changeable: New testcase.
1055 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1057 * gdb.base/attach.exp: Add double attach test.
1059 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1061 * lib/gdb.exp (default_gdb_start): Don't match pagination
1063 (gdb_init): Set stty_init.
1065 2019-01-27 Tom Tromey <tom@tromey.com>
1067 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1070 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1072 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1074 (struct struct_static_02_02): Likewise.
1075 (struct struct_static_02_03): Likewise.
1076 (struct struct_static_02_04): Likewise.
1077 (struct struct_static_04_01): Likewise.
1078 (struct struct_static_04_02): Likewise.
1079 (struct struct_static_04_03): Likewise.
1080 (struct struct_static_04_04): Likewise.
1081 (struct struct_static_06_01): Likewise.
1082 (struct struct_static_06_02): Likewise.
1083 (struct struct_static_06_03): Likewise.
1084 (struct struct_static_06_04): Likewise.
1085 (cmp_struct_static_02_01): Likewise.
1086 (cmp_struct_static_02_02): Likewise.
1087 (cmp_struct_static_02_03): Likewise.
1088 (cmp_struct_static_02_04): Likewise.
1089 (cmp_struct_static_04_01): Likewise.
1090 (cmp_struct_static_04_02): Likewise.
1091 (cmp_struct_static_04_03): Likewise.
1092 (cmp_struct_static_04_04): Likewise.
1093 (cmp_struct_static_06_01): Likewise.
1094 (cmp_struct_static_06_02): Likewise.
1095 (cmp_struct_static_06_03): Likewise.
1096 (cmp_struct_static_06_04): Likewise.
1097 (call_all): Test new structs.
1098 * gdb.base/infcall-nested-structs.exp: Likewise.
1100 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1101 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1103 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1104 * gdb.base/stack-protector.c: New test.
1105 * gdb.base/stack-protector.exp: New file.
1106 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1107 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1109 (gdb_compile): Remove stack protector for GCC and prevent
1112 2019-01-16 Keith Seitz <keiths@redhat.com>
1115 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1117 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1119 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1121 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1123 * gdb.arch/powerpc-vector-regs.c: New file.
1124 * gdb.arch/powerpc-vector-regs.exp: New file.
1126 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1128 * gdb.arch/altivec-regs.exp: Fix the list passed to
1129 gdb_expect_list when testing "info vector".
1131 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1133 * gdb.base/style.exp: Don't include path in testname.
1135 2019-01-10 Keith Seitz <keiths@redhat.com>
1139 * gdb.dwarf2/multidictionary.exp: New file.
1141 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1143 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1144 (test_gnuv3_style_demangling): ... this.
1145 (test_lucid_style_demangling): Remove.
1146 (test_arm_style_demangling): Remove.
1147 (test_hp_style_demangling): Remove.
1148 (do_tests): Remove calls to the above.
1150 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1152 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1155 2019-01-06 Tom Tromey <tom@tromey.com>
1158 * gdb.dwarf2/typedef-void-finish.exp: New file.
1160 2018-12-28 Tom Tromey <tom@tromey.com>
1161 Simon Marchi <simark@simark.ca>
1163 * gdb.base/jit-exec.exp: New file.
1164 * gdb.base/jit-exec.c: New file.
1165 * gdb.base/jit-execd.c: New file.
1167 2018-12-28 Tom Tromey <tom@tromey.com>
1169 * gdb.base/style.exp: Update test to check for address styling.
1171 2018-12-28 Tom Tromey <tom@tromey.com>
1173 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1176 2018-12-28 Tom Tromey <tom@tromey.com>
1178 * gdb.base/style.exp: Add test for version number styling.
1180 2018-12-28 Tom Tromey <tom@tromey.com>
1182 * gdb.base/style.exp: Add test for print_address_symbolic.
1184 2018-12-28 Tom Tromey <tom@tromey.com>
1186 * gdb.base/style.exp: Add test for breakpoint setting.
1188 2018-12-28 Tom Tromey <tom@tromey.com>
1190 * gdb.base/style.exp: Add test for variable names.
1192 2018-12-28 Tom Tromey <tom@tromey.com>
1194 * gdb.base/style.exp: New file.
1195 * gdb.base/style.c: New file.
1197 2018-12-28 Tom Tromey <tom@tromey.com>
1199 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1201 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1202 the TERM environment variable.
1204 2018-12-27 Tom Tromey <tom@tromey.com>
1206 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1209 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1211 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1212 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1214 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1216 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1217 Filename a.adb changed to bp_fun_addr.adb.
1218 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1220 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1222 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1223 non-PIE executables.
1224 * README: Mention the gdb,nopie_flag board setting.
1225 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1227 * gdb.arch/amd64-entry-value.exp: Likewise.
1228 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1229 * gdb.arch/i386-float.exp: Likewise.
1230 * gdb.arch/i386-signal.exp: Likewise.
1231 * gdb.mi/mi-reg-undefined.exp: Likewise.
1233 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1236 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1238 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1240 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1241 Update order of results accordingly.
1243 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1245 * gdb.base/annota1.exp: Update a test regexp.
1247 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1249 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1251 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1253 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1254 (reuse_time): Initialize to REUSE_TIME_CAP.
1255 (check_rc): New function.
1256 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1257 Check pthread_create rc.
1258 (spawner_thread_func): Check pthread_create and pthread_join rc.
1260 2018-12-08 Pedro Alves <palves@redhat.com>
1262 * gdb.base/list.exp (test_forward_search): Rename to ...
1263 (test_forward_reverse_search): ... this. Also test reverse-search
1264 and the forward-search alias.
1266 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1268 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1269 local timeout variable before return, and remove all local timeout
1271 (gdb_load): Likewise.
1273 2018-12-01 Tom de Vries <tdevries@suse.de>
1275 * gdb.base/gdb-caching-proc.exp: New file.
1277 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1279 * Makefile.in (TIMESTAMP): New variable.
1280 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1282 (check-single-racy): Likewise.
1283 (check/%.exp): Likewise.
1284 (check-racy/%.exp): Likewise.
1285 (workers/%.worker): Likewise.
1286 (build-perf): Likewise.
1287 (check-perf): Likewise.
1288 * README: Describe new "TS" and "TS_FORMAT" variables.
1289 * print-ts.py: New file.
1291 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1294 * gdb.python/python.exp: Test command repetition after
1297 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1299 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1300 is correctly aligned.
1302 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1304 * gdb.ada/info_auto_lang.exp: New testcase.
1305 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1306 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1307 * gdb.ada/info_auto_lang/some_c.c: New file.
1309 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1311 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1312 FUNC_lang language syntax.
1314 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1316 * gdb.base/info_minsym.c: New file.
1317 * gdb.base/info_minsym.exp: New file.
1319 2018-11-19 Tom Tromey <tom@tromey.com>
1322 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1323 * gdb.rust/expr.exp: Update expected output. Change one test.
1325 2018-11-19 Tom Tromey <tom@tromey.com>
1327 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1329 2018-11-19 Pedro Alves <palves@redhat.com>
1331 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1332 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1333 see the expected warning.
1335 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1338 * gdb.cp/infcall-nodebug-lib.c: New test.
1339 * gdb.cp/infcall-nodebug-main.c: New test.
1340 * gdb.cp/infcall-nodebug.exp: New file.
1342 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1344 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1347 2018-11-09 Tom de Vries <tdevries@suse.de>
1349 * gdb.base/msym-lang.c: New test.
1350 * gdb.base/msym-lang.exp: New file.
1351 * gdb.base/msym-lang-main.c: New test.
1353 2018-11-08 Tom Tromey <tom@tromey.com>
1357 * gdb.base/warning.exp: New file.
1359 2018-11-08 Jan Beulich <jbeulich@suse.com>
1361 * testsuite/gdb.arch/i386-avx512.c,
1362 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1364 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1366 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1369 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1371 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1372 * gdb.dwarf2/missing-type-name.exp: New file.
1374 2018-11-06 Tom de Vries <tdevries@suse.de>
1376 * gdb.base/many-headers.c: New test.
1377 * gdb.base/many-headers.exp: New file.
1379 2018-11-06 Jim Wilson <jimw@sifive.com>
1381 * gdb.base/code_elim.exp: For riscv, set additional_flags
1382 to include -msmall-data-limit=0.
1384 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1386 * gdb.ada/watch_minus_l: New testcase.
1388 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1390 * gdb.arch/aix-sighandle.c: New file.
1391 * gdb.arch/aix-sighandle.exp: New file.
1393 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1395 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1396 registers being unions.
1398 2018-10-31 Tom de Vries <tdevries@suse.de>
1400 * lib/valgrind.exp: New file.
1401 (vgdb_start, vgdb_stop): New procs, factored out of ...
1402 * gdb.base/valgrind-bt.exp: ... here, ...
1403 * gdb.base/valgrind-disp-step.exp: ... here and ...
1404 * gdb.base/valgrind-infcall.exp: ... here.
1406 2018-10-31 Tom de Vries <tdevries@suse.de>
1408 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1410 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1412 * gdb.dwarf2/void-type.c: New file.
1413 * gdb.dwarf2/void-type.exp: New file.
1415 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1417 * gdb.base/info_qt.c: New file.
1418 * gdb.base/info_qt.exp: New file.
1420 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1422 * gdb.arch/powerpc-htm-regs.c: New file.
1423 * gdb.arch/powerpc-htm-regs.exp: New file.
1425 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1427 * gdb.arch/powerpc-tar.c: New file.
1428 * gdb.arch/powerpc-tar.exp: New file.
1430 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1432 * gdb.arch/powerpc-ppr-dscr.c: New file.
1433 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1435 2018-10-25 Tom de Vries <tdevries@suse.de>
1437 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1439 2018-10-24 Tom de Vries <tdevries@suse.de>
1441 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1442 longer exists error.
1444 2018-10-24 Tom de Vries <tdevries@suse.de>
1446 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1448 2018-10-24 Tom de Vries <tdevries@suse.de>
1450 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1451 --db-attach in valgrind.
1453 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1455 * gdb.arch/riscv-reg-aliases.c: New file.
1456 * gdb.arch/riscv-reg-aliases.exp: New file.
1458 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1460 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1462 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1464 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1466 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1468 * gdb.cp/ovldbreak.exp: Fix regexps.
1470 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1472 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1474 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1477 * gdb.base/restore.exp: New test to check if "restore" with an
1478 invalid file doesn't segfault.
1480 2018-10-18 Tom de Vries <tdevries@suse.de>
1482 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1483 * gdb.ada/excep_handle.exp: Same.
1484 * gdb.ada/mi_string_access.exp: Same.
1485 * gdb.ada/mi_var_union.exp: Same.
1486 * gdb.arch/arc-analyze-prologue.exp: Same.
1487 * gdb.arch/arc-decode-insn.exp: Same.
1488 * gdb.base/readnever.exp: Same.
1489 * gdb.fortran/printing-types.exp: Same.
1490 * gdb.guile/scm-lazy-string.exp: Same.
1492 2018-10-16 Tom de Vries <tdevries@suse.de>
1495 * gdb.base/catch-follow-exec.c: Add copyright notice.
1496 * gdb.base/catch-follow-exec.exp: Rewrite to use
1497 gdb_spawn_with_cmdline_opts. Require gdb-native.
1499 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1501 * gdb.trace/actions-changed.exp: Check for arch support.
1502 * gdb.trace/actions.exp: Likewise.
1503 * gdb.trace/ax.exp: Likewise.
1504 * gdb.trace/backtrace.exp: Likewise.
1505 * gdb.trace/change-loc.exp: Likewise.
1506 * gdb.trace/deltrace.exp: Likewise.
1507 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1508 * gdb.trace/ftrace.exp: Likewise.
1509 * gdb.trace/infotrace.exp: Check for arch support.
1510 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1511 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1512 * gdb.trace/mi-tsv-changed.exp: Likewise.
1513 * gdb.trace/packetlen.exp: Likewise.
1514 * gdb.trace/passc-dyn.exp: Likewise.
1515 * gdb.trace/passcount.exp: Likewise.
1516 * gdb.trace/pending.exp: Likewise.
1517 * gdb.trace/range-stepping.exp: Check for shlib support.
1518 * gdb.trace/report.exp: Check for arch support.
1519 * gdb.trace/save-trace.exp: Likewise.
1520 * gdb.trace/signal.exp: Check for signal support.
1521 * gdb.trace/tfind.exp: Check for arch support.
1522 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1523 * gdb.trace/trace-common.h: Add comment.
1524 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1525 * gdb.trace/trace-enable-disable.exp: Likewise.
1526 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1527 * gdb.trace/tracecmd.exp: Check for arch support.
1528 * gdb.trace/tspeed.exp: Check for shlib and target support.
1529 * gdb.trace/tstatus.exp: Check for arch support.
1530 * gdb.trace/tsv.exp: Likewise.
1531 * gdb.trace/while-dyn.exp: Likewise.
1532 * gdb.trace/while-stepping.exp: Likewise.
1533 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1535 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1537 * gdb.trace/tspeed.exp: Remove nowarnings.
1538 (prepare_for_trace_test): Declare "global ipalib".
1539 * gdb.trace/tspeed.c: Include unistd.h.
1540 (main): Remove superfluous printf argument.
1542 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1544 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1545 directory prefix on the filename.
1547 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1549 * gdb.gdb/unittest.exp: Update expected message informing that
1550 selftests have been disabled.
1551 * gdb.server/unittest.exp: Likewise.
1553 2018-10-09 Tom de Vries <tdevries@suse.de>
1555 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1558 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1561 * gdb.cp/virtbase2.cc: New file.
1562 * gdb.cp/virtbase2.exp: New file.
1564 2018-10-06 Tom Tromey <tom@tromey.com>
1567 * gdb.python/py-inferior.exp: Add architecture test.
1569 2018-10-06 Tom Tromey <tom@tromey.com>
1571 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1572 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1574 2018-10-06 Tom Tromey <tom@tromey.com>
1576 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1577 of a "throw" catchpoint.
1579 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1581 * gdb.base/info-proc.exp: Update string expected from "help info
1584 2018-10-04 Tom Tromey <tom@tromey.com>
1586 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1587 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1588 (test_initial_complaints, test_empty_complaints): Update.
1589 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1591 2018-10-04 Tom Tromey <tom@tromey.com>
1594 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1595 * lib/gdb.exp (gdb_file_cmd): Update.
1596 * gdb.stabs/weird.exp (print_weird_var): Update.
1597 * gdb.server/solib-list.exp: Update.
1598 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1599 * gdb.mi/mi-cli.exp: Update.
1600 * gdb.linespec/linespec.exp: Update.
1601 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1602 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1603 * gdb.cp/cp-relocate.exp: Update.
1604 * gdb.base/sym-file.exp: Update.
1605 * gdb.base/relocate.exp: Update.
1606 * gdb.base/readnever.exp: Update.
1607 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1608 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1609 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1610 * gdb.base/code_elim.exp: Update.
1611 * gdb.base/break-unload-file.exp (test_break): Update.
1612 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1613 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1615 * gdb.base/attach.exp (do_attach_tests): Update.
1616 * gdb.base/sepdebug.exp: Update.
1617 * gdb.python/py-section-script.exp: Update.
1619 2018-10-04 Tom Tromey <tom@tromey.com>
1622 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1623 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1626 2018-10-04 Tom Tromey <tom@tromey.com>
1628 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1629 set width and height to 0.
1630 (test_command_line_attach_run): Use -quiet.
1632 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
1634 * lib/gdb.exp (skip_ifunc_tests): New.
1635 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
1636 other compile failures.
1637 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1639 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
1641 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1642 is_amd64_regs_target.
1644 2018-10-01 Alan Hayward <alan.hayward@arm.com>
1646 * gdb.arch/aarch64-sighandler-regs.c: New test.
1647 * gdb.arch/aarch64-sighandler-regs.exp: New file.
1648 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1650 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
1652 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1655 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1657 * gdb.base/frame-selection.exp: New file.
1658 * gdb.base/frame-selection.c: New file.
1660 2018-09-27 Alan Hayward <alan.hayward@arm.com>
1662 * gdb.threads/check-libthread-db.c (thread_routine): Use a
1666 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
1668 * gdb.base/large-frame-1.c: New file.
1669 * gdb.base/large-frame-2.c: New file.
1670 * gdb.base/large-frame.exp: New file.
1671 * gdb.base/large-frame.h: New file.
1673 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1676 * gdb.base/write_mem.exp: New test.
1677 * gdb.base/write_mem.c: Likewise.
1679 2018-09-23 Tom Tromey <tom@tromey.com>
1682 * gdb.python/py-parameter.exp: Add test for parameter that throws
1685 2018-09-23 Tom Tromey <tom@tromey.com>
1688 * gdb.python/py-template.exp (test_template_arg): Add test for
1689 negative template argument number.
1691 2018-09-23 Tom Tromey <tom@tromey.com>
1694 * gdb.python/python.exp: Add test for post_event error.
1696 2018-09-23 Tom Tromey <tom@tromey.com>
1699 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1700 convert pointers to int and long.
1702 2018-09-23 Tom Tromey <tom@tromey.com>
1705 * gdb.python/py-value.exp (test_value_numeric_ops): Add
1706 signed-ness conversion tests.
1708 2018-09-23 Tom Tromey <tom@tromey.com>
1711 * gdb.python/py-value.exp (test_float_conversion): New proc.
1714 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
1716 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1718 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
1720 * gdb.base/complete-empty.exp: Skip tab-completion tests if
1722 * gdb.base/utf8-identifiers.exp: Likewise.
1723 * gdb.cp/cpcompletion.exp: Likewise.
1724 * gdb.linespec/cpcompletion.exp: Likewise.
1725 * gdb.linespec/cpls-abi-tag.exp: Likewise.
1726 * gdb.linespec/cpls-ops.exp: Likewise.
1728 2018-09-19 Richard Bunt <richard.bunt@arm.com>
1729 Chris January <chris.january@arm.com>
1731 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1732 * gdb.fortran/short-circuit-argument-list.exp: New file.
1733 * gdb.fortran/short-circuit-argument-list.f90: New test.
1735 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1737 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1738 "arch=" keyword when executing "-stack-list-frames".
1740 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1742 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1743 "arch=" keyword when executing "-stack-list-frames".
1745 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1747 * gdb.ada/complete.exp: Expect for "@" when doing "complete
1750 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
1753 * gdb.python/python.exp: Test gdb.execute("show commands").
1755 2018-09-16 Tom Tromey <tom@tromey.com>
1757 * gdb.base/new-ui.exp (do_execution_tests): Update.
1758 * gdb.base/dbx.exp (test_breakpoints): Update.
1760 2018-09-14 Alan Hayward <alan.hayward@arm.com>
1762 * lib/gdb.exp (gdb_simple_compile): Add proc.
1763 (is_elf_target): Use gdb_simple_compile.
1764 (skip_altivec_tests): Likewise.
1765 (skip_vsx_tests): Likewise.
1766 (skip_tsx_tests): Likewise.
1767 (skip_btrace_tests): Likewise.
1768 (skip_btrace_pt_tests): Likewise.
1769 (gdb_can_simple_compile): Likewise.
1770 (gdb_has_argv0): Likewise.
1771 (gdb_target_symbol_prefix): Likewise.
1772 (target_supports_scheduler_locking): Likewise.
1774 2018-09-13 Tom Tromey <tom@tromey.com>
1776 * Makefile.in (TAGS): Recognize proc_with_prefix and
1779 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1781 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1784 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1786 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1787 and a few other Inferior properties when the Inferior is no
1790 2018-09-13 Tom Tromey <tom@tromey.com>
1793 * gdb.rust/simple.exp: Add test for enum field access error.
1795 2018-09-13 Tom Tromey <tom@tromey.com>
1798 * gdb.rust/simple.rs (EmptyEnum): New type.
1800 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1802 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
1804 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1805 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1806 * gdb.python/py-symtab.exp: Update test printing an objfile.
1808 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
1810 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1813 2018-09-12 Alan Hayward <alan.hayward@arm.com>
1815 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1816 (support_complex_tests): Use gdb_can_simple_compile.
1817 (is_ilp32_target): Likewise.
1818 (is_lp64_target): Likewise.
1819 (is_64_target): Likewise.
1820 (is_amd64_regs_target): Likewise.
1821 (is_aarch32_target): Likewise.
1822 (gdb_int128_helper): Likewise.
1824 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1826 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1828 2018-09-10 Jerome Guitton <guitton@adacore.com>
1830 * gdb.ada/same_component_name: Add test for case of tagged record
1831 with variable-length fields.
1833 2018-09-10 Xavier Roirand <roirand@adacore.com>
1835 * gdb.ada/access_to_unbounded_array.exp: New testcase.
1836 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1837 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1838 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1840 2018-09-10 Xavier Roirand <roirand@adacore.com>
1842 * gdb.ada/mi_string_access.exp: New testcase.
1843 * gdb.ada/mi_string_access/bar.adb: New file.
1844 * gdb.ada/mi_string_access/pck.adb: New file.
1845 * gdb.ada/mi_string_access/pck.asd: New file.
1847 2018-09-10 Xavier Roirand <roirand@adacore.com>
1849 * gdb.ada/mi_var_union.exp: New testcase.
1850 * gdb.ada/mi_var_union/bar.adb: New file.
1851 * gdb.ada/mi_var_union/pck.adb: New file.
1852 * gdb.ada/mi_var_union/pck.asd: New file.
1854 2018-09-08 Tom Tromey <tom@tromey.com>
1856 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1858 2018-09-08 Tom Tromey <tom@tromey.com>
1861 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1862 (register_pretty_printers): Register new printer.
1863 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1865 * gdb.python/py-prettyprint.c (int_type3): New typedef.
1866 (an_int_type3): New global.
1868 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1870 * gdb.ada/expr_with_funcall: New testcase.
1872 2018-09-08 Joel Brobecker <brobecker@adacore.com>
1874 * gdb.ada/packed_array_assign: New testcase.
1876 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
1878 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1879 names, and add test prefixes to make test names unique.
1881 2018-09-05 Tom de Vries <tdevries@suse.de>
1883 * gdb.dwarf2/varval.exp: Add test.
1885 2018-09-04 Gary Benson <gbenson@redhat.com>
1887 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1888 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
1890 2018-08-31 Tom Tromey <tom@tromey.com>
1892 * gdb.rust/simple.rs: Rename second variable "v".
1894 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
1896 * gdb.base/funcargs.c (use_a): New function.
1897 (recurse): Call use_a.
1899 2018-08-29 Keith Seitz <keiths@redhat.com>
1901 * gdb.compile/compile-cplus-anonymous.cc: New file.
1902 * gdb.compile/compile-cplus-anonymous.exp: New file.
1903 * gdb.compile/compile-cplus-array-decay.cc: New file.
1904 * gdb.compile/compile-cplus-array-decay.exp: New file.
1905 * gdb.compile/compile-cplus-inherit.cc: New file.
1906 * gdb.compile/compile-cplus-inherit.exp: New file.
1907 * gdb.compile/compile-cplus-member.cc: New file.
1908 * gdb.compile/compile-cplus-member.exp: New file.
1909 * gdb.compile/compile-cplus-method.cc: New file.
1910 * gdb.compile/compile-cplus-method.exp: New file.
1911 * gdb.compile/compile-cplus-mod.c: "New" file.
1912 * gdb.compile/compile-cplus-namespace.cc: New file.
1913 * gdb.compile/compile-cplus-namespace.exp: New file.
1914 * gdb.compile/compile-cplus-nested.cc: New file.
1915 * gdb.compile/compile-cplus-nested.exp: New file.
1916 * gdb.compile/compile-cplus-print.c: "New" file.
1917 * gdb.compile/compile-cplus-print.exp: "New" file.
1918 * gdb.compile/compile-cplus-virtual.cc: New file.
1919 * gdb.compile/compile-cplus-virtual.exp: New file.
1920 * gdb.compile/compile-cplus.c: "New" file.
1921 * gdb.compile/compile-cplus.exp: "New" file.
1922 * lib/compile-support.exp: New file.
1924 2018-08-16 Gary Benson <gbenson@redhat.com>
1927 * gdb.base/batch-exit-status.exp: New file.
1928 * gdb.base/batch-exit-status.good-commands: Likewise.
1929 * gdb.base/batch-exit-status.bad-commands: Likewise.
1931 2018-08-29 Alan Hayward <alan.hayward@arm.com>
1933 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1934 (struct struct02): Likewise.
1935 (struct struct03): Likewise.
1936 (struct struct04): Likewise.
1937 (struct struct_01_01): New struct.
1938 (struct struct_01_02): Likewise.
1939 (struct struct_01_03): Likewise.
1940 (struct struct_01_04): Likewise.
1941 (struct struct_02_01): Likewise.
1942 (struct struct_02_02): Likewise.
1943 (struct struct_02_03): Likewise.
1944 (struct struct_02_04): Likewise.
1945 (struct struct_04_01): Likewise.
1946 (struct struct_04_02): Likewise.
1947 (struct struct_04_03): Likewise.
1948 (struct struct_04_04): Likewise.
1949 (struct struct_05_01): Likewise.
1950 (struct struct_05_02): Likewise.
1951 (struct struct_05_03): Likewise.
1952 (struct struct_05_04): Likewise.
1953 (cmp_struct01): Remove function.
1954 (cmp_struct02): Likewise.
1955 (cmp_struct03): Likewise.
1956 (cmp_struct04): Likewise.
1957 (cmp_struct_01_01): Add Function.
1958 (cmp_struct_01_02): Likewise.
1959 (cmp_struct_01_03): Likewise.
1960 (cmp_struct_01_04): Likewise.
1961 (cmp_struct_02_01): Likewise.
1962 (cmp_struct_02_02): Likewise.
1963 (cmp_struct_02_03): Likewise.
1964 (cmp_struct_02_04): Likewise.
1965 (cmp_struct_04_01): Likewise.
1966 (cmp_struct_04_02): Likewise.
1967 (cmp_struct_04_03): Likewise.
1968 (cmp_struct_04_04): Likewise.
1969 (cmp_struct_05_01): Likewise.
1970 (cmp_struct_05_02): Likewise.
1971 (cmp_struct_05_03): Likewise.
1972 (cmp_struct_05_04): Likewise.
1973 (call_all): Add new structs.
1974 * gdb.base/infcall-nested-structs.exp: Likewise.
1976 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1978 * gdb.python/py-framefilter-mi.exp: Update regexp to
1979 check for "arch" field in frame output.
1981 2018-08-23 Kevin Buettner <kevinb@redhat.com>
1983 * gdb.dwarf2/dw2-ranges-func.c: New file.
1984 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1986 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1988 * gdb.base/term.exp: Compare terminal settings with values from
1990 * gdb.base/term.c: Get and set terminal settings.
1992 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1994 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1995 accommodate new "arch" field in frame output.
1996 * gdb.mi/mi-return.exp: Likewise.
1997 * gdb.mi/mi-stack.exp: Likewise.
1998 * gdb.mi/mi-syn-frame.exp: Likewise.
1999 * gdb.mi/user-selected-context-sync.exp: Likewise.
2001 2018-08-19 Michael Spang <spang@google.com>
2004 * gdb.base/gcore-tls-pie.c: New file.
2005 * gdb.base/gcore-tls-pie.exp: New file.
2007 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2009 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2010 * gdb.dwarf2/varval.c: New file.
2011 * gdb.dwarf2/varval.exp: New file.
2013 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2016 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2018 2018-08-16 Keith Seitz <keiths@redhat.com>
2020 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2021 tests expected to pass.
2023 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2025 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2026 -data-disassemble -a.
2027 (test_disassembly_bogus_args): Likewise.
2029 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2031 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2033 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2035 * gdb.base/vla-optimized-out.exp: Add new test.
2037 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2039 * gdb.base/vla-optimized-out-o3.exp: Delete.
2040 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2041 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2044 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2047 * gdb.server/extended-remote-restart.c: New file.
2048 * gdb.server/extended-remote-restart.exp: New file.
2050 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2052 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2053 "set variable index = 42".
2055 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2057 * boards/index-cache-gdb.exp: New file.
2058 * gdb.dwarf2/index-cache.exp: New file.
2059 * gdb.dwarf2/index-cache.c: New file.
2060 * gdb.base/maint.exp: Check if we are using the index cache.
2062 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2064 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2067 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2069 * dg-extract-results.sh: Move to toplevel contrib.
2070 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2071 * Makefile.in (check-parallel-racy): Likewise.
2073 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2075 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2076 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2077 tests if the target supports scheduler locking.
2079 2018-08-04 Tom de Vries <tdevries@suse.de>
2081 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2083 2018-08-02 Tom Tromey <tom@tromey.com>
2086 * gdb.cp/temargs.exp: Test "info address" of a template
2089 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2091 * gdb.python/py-mi-var-info-path-expression.c: New file.
2092 * gdb.python/py-mi-var-info-path-expression.py: New file.
2093 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2095 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2097 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2098 error after "cannot resolve name" string.
2100 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2102 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2104 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2106 2018-07-28 Tom de Vries <tdevries@suse.de>
2108 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2110 2018-07-26 Tom de Vries <tdevries@suse.de>
2112 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2114 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2116 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2119 2018-07-26 Tom de Vries <tdevries@suse.de>
2121 PR breakpoints/23366
2122 * gdb.base/catch-follow-exec.c: New test.
2123 * gdb.base/catch-follow-exec.exp: New file.
2125 2018-07-25 Tom de Vries <tdevries@suse.de>
2127 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2128 vla-optimized-out.c.
2130 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2132 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2133 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2135 2018-07-20 Tom de Vries <tdevries@suse.de>
2137 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2139 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2141 2018-07-19 Tom de Vries <tdevries@suse.de>
2143 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2146 2018-07-18 Tom de Vries <tdevries@suse.de>
2148 * gdb.base/vla-optimized-out.c: New test.
2149 * gdb.base/vla-optimized-out.exp: New file.
2151 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2153 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2154 message "No address associated with hostname" when gdbserver
2155 cannot resolve the hostname.
2157 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2159 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2160 Add some test prefixes to make tests unique.
2162 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2164 * gdb.base/frameapply.c: New file.
2165 * gdb.base/frameapply.exp: New file.
2167 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2169 * gdb.base/skip.exp: Update expected error message.
2171 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2172 Jan Kratochvil <jan.kratochvil@redhat.com>
2173 Paul Fertser <fercerpav@gmail.com>
2174 Tsutomu Seki <sekiriki@gmail.com>
2176 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2178 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2180 * boards/native-gdbserver.exp: Likewise.
2181 * gdb.server/run-without-local-binary.exp: Improve regexp used
2182 for detecting when a remote debugging connection succeeds.
2183 * gdb.server/server-connect.exp: New file.
2184 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2185 Do not prefix the port number with ":".
2186 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2187 support for detecting and using it. Add '$debughost_gdbserver'
2188 to the list of arguments used to start gdbserver. Handle case
2189 when gdbserver cannot resolve a network name.
2191 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2194 * gdb.base/ptype-offsets.cc (struct static_member): New
2196 (main) <stmember>: New variable.
2197 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2198 with a static member in it.
2200 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2202 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2203 watchpoints enabled and disabled.
2205 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2207 * gdb.base/examine-backward.exp: Still run tests around address
2208 0x0, even if address 0x0 is not readable. Update the pattern for
2209 matching address 0x0 in expected output.
2211 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2213 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2216 2018-07-04 Tom de Vries <tdevries@suse.de>
2218 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2220 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2223 * gdb.arch/mips-disassembler-options.exp: New test.
2224 * gdb.arch/mips-disassembler-options.s: New test source.
2226 2018-06-29 Pedro Alves <palves@redhat.com>
2228 * gdb.threads/names.exp: Adjust expected "info threads" output.
2230 2018-06-29 Pedro Alves <palves@redhat.com>
2232 * gdb.opt/inline-break.exp (line number, address): Add "info
2235 2018-06-29 Pedro Alves <palves@redhat.com>
2237 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2238 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2239 number and address and running to them.
2241 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2243 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2245 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2247 * lib/compiler.c: Remove executable permission flag.
2249 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2251 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2253 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2255 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2257 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2259 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2261 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2262 address argument is omitted.
2264 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2266 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2268 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2271 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2272 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2274 2018-06-26 Tom Tromey <tom@tromey.com>
2277 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2278 * gdb.rust/simple.rs (struct SimpleLayout): New.
2280 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2282 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2283 "info registers" output.
2285 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2287 * gdb.base/watchpoint-hw-attach.c: New test.
2288 * gdb.base/watchpoint-hw-attach.exp: New file.
2290 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2292 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2294 * boards/dwarf4-gdb-index.exp: Likewise.
2295 * boards/fission-dwp.exp: Likewise.
2297 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2299 * gdb.base/float128.exp: Add comment and improved fail message
2300 to the failure case of "print large128" test.
2302 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2304 * configure.ac: Remove AC_PREREQ.
2305 * configure: Re-generate.
2307 2018-06-19 Pedro Alves <palves@redhat.com>
2309 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2310 (func_extern_caller): New.
2311 (main): Call func_extern_caller.
2312 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2315 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2318 * gdb.cp/typedef-base.cc: New file.
2319 * gdb.cp/typedef-base.exp: New file.
2321 2018-06-18 Tom de Vries <tdevries@suse.de>
2323 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2325 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2326 Richard Bunt <Richard.Bunt@arm.com>
2328 * gdb.threads/attach-slow-waitpid.c: New file.
2329 * gdb.threads/attach-slow-waitpid.exp: New file.
2330 * gdb.threads/slow-waitpid.c: New file.
2332 2018-06-14 Pedro Alves <palves@redhat.com>
2334 * gdb.base/fork-running-state.c: Include <errno.h>.
2335 (exit_if_relative_exits): New.
2336 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2338 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2341 2018-06-14 Tom de Vries <tdevries@suse.de>
2344 * gdb.base/finish-pretty.c: New test.
2345 * gdb.base/finish-pretty.exp: New file.
2347 2018-06-14 Pedro Alves <palves@redhat.com>
2349 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2350 gdb's expected startup output.
2352 2018-06-14 Pedro Alves <palves@redhat.com>
2354 * lib/selftest-support.exp (selftest_setup): Remove inlined
2357 2018-06-14 Tom de Vries <tdevries@suse.de>
2359 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2360 matching of breakpoint printing.
2362 2018-06-13 Tom de Vries <tdevries@suse.de>
2365 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2366 (fork_child): ... here, and ...
2367 (fork_parent): ... here.
2369 2018-06-12 Tom de Vries <tdevries@suse.de>
2371 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2373 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2374 Stephen Roberts <stephen.roberts@arm.com>
2376 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2377 rewrite test to describe action performed, rather than possible
2380 2018-06-08 Gary Benson <gbenson@redhat.com>
2382 * gdb.threads/check-libthread-db.exp: New file.
2383 * gdb.threads/check-libthread-db.c: Likewise.
2385 2018-06-05 Tom Tromey <tom@tromey.com>
2387 * gdb.base/default.exp: Update expected "show version" output.
2389 2018-06-05 Tom Tromey <tom@tromey.com>
2392 * gdb.cp/static-print-quit.exp: Update.
2393 * lib/gdb.exp (pagination_prompt): Update.
2394 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2395 * gdb.python/python.exp: Update.
2397 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2399 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2401 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2403 * gdb.ada/bp_fun_addr: New testcase.
2405 2018-06-01 Tom Tromey <tom@tromey.com>
2407 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2409 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2410 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2411 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2412 * gdb.base/maint.exp (maint_pass_if): Update.
2414 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2416 * gdb.base/endian.exp: New test.
2417 * gdb.base/endian.c: New test source.
2419 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2422 * gdb.base/bt-selected-frame.c: New file.
2423 * gdb.base/bt-selected-frame.exp: New file.
2424 * lib/gdb.exp (get_current_frame_number): New function.
2426 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2427 Pedro Alves <palves@redhat.com>
2429 * gdb.threads/tls-core.c: Include <stdlib.h>
2430 (thread_proc): Call `abort'.
2431 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2432 (tls_core_test): New procedure, bits factored out from ...
2433 (top level): ... here. Test both native cores and gcore cores.
2435 2018-05-23 Tom Tromey <tom@tromey.com>
2437 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2439 2018-05-23 Tom Tromey <tom@tromey.com>
2441 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2443 (test_short_complaints): Likewise.
2444 (test_empty_complaints): Likewise.
2445 (test_initial_complaints): Update.
2447 2018-05-23 Tom Tromey <tom@tromey.com>
2449 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2451 2018-05-23 Tom Tromey <tom@tromey.com>
2453 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2454 (test_short_complaints): Update.
2456 2018-05-22 Pedro Alves <palves@redhat.com>
2458 * gdb.base/remote.exp: Only gdb_start after compiling the
2459 testcase. Issue "disconnect" before testing "set remote" command
2460 defaults. Issue clean_restart before running to main.
2462 2018-05-22 Pedro Alves <palves@redhat.com>
2464 * gdb.base/remote.exp: Adjust expected output of "show remote
2465 memory-write-packet-size". Add tests for "set remote
2466 memory-write-packet-size 0" and "set remote
2467 memory-write-packet-size fixed/limit".
2469 2018-05-22 Pedro Alves <palves@redhat.com>
2472 * gdb.base/utf8-identifiers.c: New file.
2473 * gdb.base/utf8-identifiers.exp: New file.
2475 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2477 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2479 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2481 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2483 2018-05-18 Tom Tromey <tom@tromey.com>
2485 * gdb.base/ptype-offsets.exp: Update.
2487 2018-05-17 Keith Seitz <keiths@redhat.com>
2489 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2490 in expected breakpoint stop locations.
2491 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2492 move to proper scope to test variable values.
2493 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2494 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2496 (main): Call not_inline_func3.
2497 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2498 inline_func1, inline_func2, and inline_func3. Test that when each
2499 breakpoint is hit, GDB properly reports both the stop location
2500 and the backtrace. Repeat tests for temporary breakpoints.
2502 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2504 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2505 rather then trying to access it in determining whether the PID
2506 of `gdbserver' could have been retrieved.
2508 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2510 * gdb.arch/amd64-init-x87-values.S: New file.
2511 * gdb.arch/amd64-init-x87-values.exp: New file.
2513 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2515 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2517 2018-05-04 Tom Tromey <tom@tromey.com>
2520 * gdb.python/python.exp: Test multi-line execute.
2522 2018-05-04 Tom Tromey <tom@tromey.com>
2525 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2527 2018-05-04 Tom Tromey <tom@tromey.com>
2530 * gdb.base/define.exp: Test defining a user command inside a user
2532 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2534 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2535 Pedro Alves <palves@redhat.com>
2537 PR breakpoints/19806 and support for PR external/20207.
2538 * gdb.base/watchpoint-unaligned.c: New file.
2539 * gdb.base/watchpoint-unaligned.exp: New file.
2541 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2543 * gdb.base/maint.exp: Make test names unique, use
2544 test_prefix_command_help to test 'help maint info', and remove
2545 repeated test of 'help maint'.
2547 2018-05-04 Tom Tromey <tom@tromey.com>
2550 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2553 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2555 * gdb.base/maint.exp: Process output from 'maint print registers'
2558 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2560 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2563 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2565 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2568 2018-05-02 Pedro Alves <palves@redhat.com>
2570 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2571 to_log_command renames.
2572 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2574 2018-05-02 Tom Tromey <tom@tromey.com>
2576 * gdb.python/py-parameter.exp: Set test message.
2578 2018-05-02 Tom Tromey <tom@tromey.com>
2581 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2582 PARAM_ZUINTEGER_UNLIMITED tests.
2584 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2587 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2590 2018-04-30 Tom Tromey <tom@tromey.com>
2592 * gdb.python/py-type.exp: Check align attribute.
2593 * gdb.python/py-type.c: New "aligncheck" global.
2595 2018-04-30 Tom Tromey <tom@tromey.com>
2598 * gdb.dwarf2/dw2-align.exp: New file.
2599 * gdb.cp/align.exp: New file.
2600 * gdb.base/align.exp: New file.
2601 * lib/gdb.exp (gdb_int128_helper): New proc.
2602 (has_int128_c, has_int128_cxx): New caching procs.
2604 2018-04-27 Tom Tromey <tom@tromey.com>
2607 * gdb.rust/simple.exp: Add inclusive range tests.
2609 2018-04-26 Pedro Alves <palves@redhat.com>
2611 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2612 ifunc breakpoint locations correctly of ifunc breakpoints set
2613 while the program resolves the ifunc.
2615 2018-04-26 Pedro Alves <palves@redhat.com>
2617 * gdb.base/gnu-ifunc-final.c: New file.
2618 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2619 * gdb.base/gnu-ifunc.exp (executable): Delete.
2620 (staticexecutable): Adjust.
2621 (lib_opts, exec_opts): Delete.
2622 (make_binsuffix, build, set-break): New procedures.
2623 (misc_tests): New, with tests factored out from the top level.
2624 (top level): Test different combinations of ifunc resolver name,
2625 resolver with and with debug info, and ifunc target with and
2626 without debug info. Wrap static tests with with_target_prefix.
2628 2018-04-26 Pedro Alves <palves@redhat.com>
2630 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2631 return type" warnings.
2633 2018-04-25 Pedro Alves <palves@redhat.com>
2635 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2637 * gdb.base/kill-after-signal.exp: Likewise.
2638 * gdb.threads/kill.exp: Likewise.
2640 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2641 Sergio Durigan Junior <sergiodj@redhat.com>
2642 Pedro Alves <palves@redhat.com>
2644 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2645 regexps to expect for '[Inferior ... detached]' as well.
2646 * gdb.base/attach.exp: Likewise.
2647 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2648 "gdb_continue_to_end".
2649 (test_catch_syscall_with_wrong_args): Likewise.
2650 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2651 ']'. Don't set 'verbose' on.
2652 * gdb.base/foll-vfork.exp: Likewise.
2653 * gdb.base/fork-print-inferior-events.c: New file.
2654 * gdb.base/fork-print-inferior-events.exp: New file.
2655 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2656 '[Inferior ... has been killed]' message.
2657 * gdb.base/kill-after-signal.exp: Likewise.
2658 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2660 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2662 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2663 regexps to expect for '[Inferior ... detached]' as well.
2664 * gdb.threads/process-dies-while-detaching.exp: Likewise.
2666 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
2669 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2671 2018-04-19 Richard Bunt <richard.bunt@arm.com>
2673 * gdb.threads/multiple-successive-infcall.c: New test.
2674 * gdb.threads/multiple-successive-infcall.exp: New file.
2676 2018-04-17 Tom Tromey <tom@tromey.com>
2678 * gdb.rust/simple.rs (Union): New type.
2679 (main): New local "u".
2680 * gdb.rust/simple.exp (test_one_slice): Add new test case.
2682 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2684 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2685 number information in output of "whereis" command.
2686 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2688 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2690 * gdb.ada/info_types.exp: Adjust expected output to the line
2691 numbers now printed by "info var/func/type".
2692 * gdb.base/completion.exp: Likewise.
2693 * gdb.base/included.exp: Likewise.
2694 * gdb.cp/cp-relocate.exp: Likewise.
2695 * gdb.cp/cplusfuncs.exp: Likewise.
2696 * gdb.cp/namespace.exp: Likewise.
2697 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2699 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2701 * gdb.btrace/cpu.exp: New.
2703 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
2705 * gdb.base/step-indirect-call-thunk.exp: New.
2706 * gdb.base/step-indirect-call-thunk.c: New.
2707 * gdb.reverse/step-indirect-call-thunk.exp: New.
2708 * gdb.reverse/step-indirect-call-thunk.c: New.
2710 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
2712 * gdb.base/pie-fork.c: New file.
2713 * gdb.base/pie-fork.exp: New file.
2715 2018-04-11 Tom Tromey <tom@tromey.com>
2717 * gdb.rust/simple.exp: Add test for ".." struct initializer.
2719 2018-04-10 Pedro Alves <palves@redhat.com>
2721 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2722 exits. Instead loop running forever.
2723 (fork_parent): Run forever too.
2725 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2727 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2728 mi_continue_to_line.
2729 * gdb.mi/mi-stack.c (callee4): Add comment.
2731 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
2733 * gdb.mi/mi-stack.exp: Fix indentation.
2735 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2738 * gdb.arch/amd64-osabi.exp: New file.
2740 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
2743 * gdb.base/osabi.exp: New file.
2745 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
2747 * gdb.cp/static-typedef-print.exp: New file.
2748 * gdb.cp/static-typedef-print.cc: New file.
2750 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2752 * gdb.ada/varsize_limit: New testcase.
2754 2018-03-27 Joel Brobecker <brobecker@adacore.com>
2756 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2758 * gdb.ada/notcplusplus: New testcase.
2760 * gdb.base/c-linkage-name.c: New file.
2761 * gdb.base/c-linkage-name.exp: New testcase.
2763 2018-03-26 Tom Tromey <tom@tromey.com>
2765 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2766 * gdb.python/py-framefilter.py (name_error): New global.
2767 (ErrorInName.function): Use name_error.
2769 2018-03-26 Tom Tromey <tom@tromey.com>
2772 * gdb.python/py-framefilter.exp: Add "bt hide" test.
2774 2018-03-23 Keith Seitz <keiths@redhat.com>
2777 * gdb.cp/subtypes.exp: New file.
2778 * gdb.cp/subtypes.h: New file.
2779 * gdb.cp/subtypes.cc: New file.
2780 * gdb.cp/subtypes-2.cc: New file.
2782 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2784 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2785 (done): Call '_exit' not 'exit' to avoid atexit handlers.
2786 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2787 -nostartfiles when compiling the test. Confirm that all registers
2788 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2790 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
2792 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2793 option, syntax was wrong anyway.
2794 * gdb.arch/arm-disp-step.exp: Likewise.
2795 * gdb.arch/sparc64-regs.exp: Likewise.
2796 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2797 option, syntax was wrong anyway, switch to use
2798 prepare_for_testing.
2799 * gdb.arch/i386-disp-step.exp: Likewise.
2801 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
2803 * gdb.ada/exec_changed.exp: Replace "target_info exists
2804 use_gdb_stub" by "use_gdb_stub".
2805 * gdb.ada/start.exp: Likewise.
2806 * gdb.base/async-shell.exp: Likewise.
2807 * gdb.base/attach-pie-misread.exp: Likewise.
2808 * gdb.base/attach-wait-input.exp: Likewise.
2809 * gdb.base/break-entry.exp: Likewise.
2810 * gdb.base/break-interp.exp: Likewise.
2811 * gdb.base/dprintf-detach.exp: Likewise.
2812 * gdb.base/nostdlib.exp: Likewise.
2813 * gdb.base/solib-nodir.exp: Likewise.
2814 * gdb.base/statistics.exp: Likewise.
2815 * gdb.base/testenv.exp: Likewise.
2816 * gdb.mi/mi-exec-run.exp: Likewise.
2817 * gdb.mi/mi-start.exp: Likewise.
2818 * gdb.multi/dummy-frame-restore.exp: Likewise.
2819 * gdb.multi/multi-arch-exec.exp: Likewise.
2820 * gdb.multi/multi-arch.exp: Likewise.
2821 * gdb.multi/tids.exp: Likewise.
2822 * gdb.multi/watchpoint-multi.exp: Likewise.
2823 * gdb.python/py-events.exp: Likewise.
2824 * gdb.threads/attach-into-signal.exp: Likewise.
2825 * gdb.threads/attach-stopped.exp: Likewise.
2826 * gdb.threads/threadapply.exp: Likewise.
2827 * lib/selftest-support.exp: Likewise.
2829 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
2831 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2833 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
2835 * gdb.perf/template-breakpoints.cc: New file.
2836 * gdb.perf/template-breakpoints.exp: New file.
2837 * gdb.perf/template-breakpoints.py: New file.
2839 2018-03-19 Tom Tromey <tom@tromey.com>
2841 * gdb.rust/simple.rs (main): Add local variables field1, field2,
2843 * gdb.rust/simple.exp: Test bare identifier form of struct
2846 2018-03-19 Tom Tromey <tom@tromey.com>
2848 * gdb.gdb/observer.exp: Remove.
2850 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2852 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2853 "qualified" option when setting breakpoints.
2854 * gdb.trace/backtrace.exp: Likewise.
2855 * gdb.trace/circ.exp: Likewise.
2856 * gdb.trace/collection.exp: Likewise.
2857 * gdb.trace/disconnected-tracing.exp: Likewise.
2858 * gdb.trace/ftrace-lock.exp: Likewise.
2859 * gdb.trace/ftrace.exp: Likewise.
2860 * gdb.trace/infotrace.exp: Likewise.
2861 * gdb.trace/packetlen.exp: Likewise.
2862 * gdb.trace/passc-dyn.exp: Likewise.
2863 * gdb.trace/qtro.exp: Likewise.
2864 * gdb.trace/read-memory.exp: Likewise.
2865 * gdb.trace/report.exp: Likewise.
2866 * gdb.trace/signal.exp: Likewise.
2867 * gdb.trace/status-stop.exp: Likewise.
2868 * gdb.trace/strace.exp: Likewise.
2869 * gdb.trace/tfind.exp: Likewise.
2870 * gdb.trace/trace-break.exp: Likewise.
2871 * gdb.trace/trace-condition.exp: Likewise.
2872 * gdb.trace/trace-mt.exp: Likewise.
2873 * gdb.trace/tstatus.exp: Likewise.
2874 * gdb.trace/tsv.exp: Likewise.
2875 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2876 * gdb.trace/unavailable.exp: Likewise.
2877 * gdb.trace/while-dyn.exp: Likewise.
2879 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2881 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2882 that libinproctrace is copied to the target.
2884 2018-03-14 Tom Tromey <tom@tromey.com>
2887 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2889 * gdb.base/wchar.exp: Likewise.
2891 2018-03-14 Tom Tromey <tom@tromey.com>
2894 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2897 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
2900 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2901 "target" to remote_exec.
2903 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
2906 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2907 ${board}_upload): Remove.
2909 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2911 * gdb.cp/watch-cp.cc: New test.
2912 * gdb.cp/watch-cp.exp: New file.
2914 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
2916 * gdb.base/infcall-nested-structs.exp: New file.
2917 * gdb.base/infcall-nested-structs.c: New file.
2918 * gdb.base/float.exp: Add riscv support.
2920 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2922 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2923 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2925 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
2927 * gdb.server/abspath.exp: New file.
2928 * lib/gdb.exp (with_cwd): New procedure.
2930 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
2932 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2934 (gdb_is_target_remote_prompt): New proc.
2935 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2936 (gdb_is_target_native): Pass prompt parameter to
2939 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
2941 * gdb.base/load-command.c: New file.
2942 * gdb.base/load-command.exp: New file.
2943 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2944 (gdb_is_target_1): ...this, and generalize for other targets
2946 (gdb_is_target_remote): Use gdb_is_target_1.
2947 (gdb_is_target_native): use gdb_is_target_1.
2949 2018-02-26 Tom Tromey <tom@tromey.com>
2952 * gdb.python/py-framefilter.exp: Update test.
2954 2018-02-26 Tom Tromey <tom@tromey.com>
2956 * gdb.dwarf2/variant.c: New file.
2957 * gdb.dwarf2/variant.exp: New file.
2959 2018-02-26 Tom Tromey <tom@tromey.com>
2961 * gdb.rust/simple.exp: Accept more possible results in enum test.
2963 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2965 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2968 2018-02-23 Maciej W. Rozycki <macro@mips.com>
2970 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2971 name of a variable: $actual_linejj -> $actual_line.
2973 2018-02-21 John Baldwin <jhb@FreeBSD.org>
2975 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2977 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2979 * gdb.btrace/buffer-size.exp: Do not force BTS.
2981 2018-02-14 Pedro Alves <palves@redhat.com>
2983 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2986 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2988 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2991 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2993 * gdb.cp/m-static.exp: Check type of optimized out static
2996 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2998 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2999 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3001 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3002 Leszek Swirski <leszeks@google.com>
3004 * gdb.python/py-prettyprint.c
3005 (struct to_string_returns_value_inner,
3006 struct to_string_returns_value_wrapper): New.
3007 (main): Add tsrvw variable.
3008 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3009 ToStringReturnsValueWrapper): New classes.
3010 (register_pretty_printers): Register new pretty-printers.
3011 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3012 recursive pretty printer.
3013 * gdb.python/py-mi.exp: Likewise.
3015 2018-02-01 Leszek Swirski <leszeks@google.com>
3017 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3018 functions with the same name as an include file are parsed
3021 2018-02-01 Yao Qi <yao.qi@linaro.org>
3023 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3026 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3028 * gdb.arch/powerpc-prologue-frame.s: New file.
3029 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3030 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3032 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3034 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3036 2018-01-30 Pedro Alves <palves@redhat.com>
3039 * gdb.base/interrupt-daemon.c: New.
3040 * gdb.base/interrupt-daemon.exp: New.
3041 * gdb.multi/multi-term-settings.c: New.
3042 * gdb.multi/multi-term-settings.exp: New.
3044 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3046 * gdb.base/break.exp: Save the location where the breakpoint
3047 on break.c:47 was actually inserted when debugging the version
3048 compiled at -O2 and use it in the expected output of the "info
3049 break" test performed soon after.
3051 2018-01-22 Pedro Alves <palves@redhat.com>
3052 Sergio Durigan Junior <sergiodj@redhat.com>
3054 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3055 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3057 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3059 * gdb.base/break-include.c, gdb.base/break-include.inc,
3060 gdb.base/break-include.exp: New files.
3061 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3062 line number now being the actual line number where the breakpoint
3064 * gdb.mi/mi-break.exp: Likewise.
3065 * gdb.mi/mi-reverse.exp: Likewise.
3066 * gdb.mi/mi-simplerun.exp: Ditto.
3068 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3070 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3072 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3074 2018-01-21 Don Breazeal <donb@codesourcery.com>
3075 Andrew Burgess <andrew.burgess@embecosm.com>
3077 * gdb.mi/basics.c: Add new global.
3078 * gdb.mi/mi-frame-regs.exp: New file.
3079 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3082 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3084 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3085 non-parameter, and on an unknown symbol.
3087 2018-01-19 Tom Tromey <tom@tromey.com>
3089 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3090 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3092 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3094 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3095 setrlimit and chdir to int.
3097 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3099 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3101 (my_tend): Likewise.
3102 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3103 rationale of avoiding FP- and vector instructions.
3105 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3107 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3108 "info reg" with "\[ \t\]*".
3109 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3111 * gdb.arch/s390-multiarch.exp: Ditto.
3112 * gdb.base/pc-fp.exp: Ditto.
3113 * gdb.reverse/i386-precsave.exp: Ditto.
3114 * gdb.reverse/i386-reverse.exp: Ditto.
3115 * gdb.reverse/i387-env-reverse.exp: Ditto.
3116 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3118 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3120 * lib/gdb.exp (gdb_compile): Re-enable use of
3121 universal_compile_options for languages other than Rust.
3123 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3125 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3127 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3130 * gdb.base/solib-vanish.exp: New.
3131 * gdb.base/solib-vanish-main.c: New.
3132 * gdb.base/solib-vanish-lib1.c: New.
3133 * gdb.base/solib-vanish-lib2.c: New.
3135 2018-01-17 Yao Qi <yao.qi@linaro.org>
3137 * gdb.compile/compile.exp: Match the address printed for
3138 frame in the output of command "bt".
3140 2018-01-15 Tom Tromey <tom@tromey.com>
3142 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3145 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3147 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3149 (prepare): Return 0 on error, 1 on success.
3151 2018-01-12 Pedro Alves <palves@redhat.com>
3153 * gdb.base/continue-after-aborted-step-over.c: New.
3154 * gdb.base/continue-after-aborted-step-over.exp: New.
3156 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3158 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3159 options when not creating an executable.
3161 2018-01-11 Pedro Alves <palves@redhat.com>
3164 * gdb.server/stop-reply-no-thread.c: New file.
3165 * gdb.server/stop-reply-no-thread.exp: New file.
3167 2018-01-10 Pedro Alves <palves@redhat.com>
3170 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3171 functions too. Test setting breakpoints and printing C functions
3172 with no debug info too.
3173 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3175 2018-01-10 Pedro Alves <palves@redhat.com>
3178 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3181 2018-01-10 Pedro Alves <palves@redhat.com>
3184 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3186 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3188 * gdb.server/unittest.exp: Match the output in non-development
3191 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3193 * gdb.gdb/unittest.exp: Match output in non-development mode.
3195 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3197 * gdb.ada/access_tagged_param.exp: Relax expected output
3198 for value of "ObjL" in "continue" to pck.inspect breakpoint
3201 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3203 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3204 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3206 2018-01-05 Pedro Alves <palves@redhat.com>
3209 * gdb.base/libsegfault.exp: New.
3211 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3214 * gdb.ada/access_tagged_param.exp: New file.
3215 * gdb.ada/access_tagged_param/foo.adb: New file.
3217 2018-01-05 Pedro Alves <palves@redhat.com>
3220 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3221 exercise lower case too, and to exercise both full matching and
3224 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3226 * gdb.ada/rename_subscript_param: New testcase.
3228 2018-01-05 Jerome Guitton <guitton@adacore.com>
3230 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3232 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3234 * gdb.ada/convvar_comp: New testcase.
3236 2018-01-05 Xavier Roirand <roirand@adacore.com>
3238 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3239 (My_Table): New global variable.
3240 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3242 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3245 * gdb.ada/maint_with_ada: New testcase.
3247 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3250 * gdb.ada/bp_c_mixed_case: New testcase.
3252 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3255 * gdb.ada/complete.exp: Add "complete break ada" test.
3257 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3260 * gdb.ada/info_addr_mixed_case: New testcase.
3262 2018-01-03 Xavier Roirand <roirand@adacore.com>
3264 * gdb.ada/excep_handle.exp: New testcase.
3265 * gdb.ada/excep_handle/foo.adb: New file.
3266 * gdb.ada/excep_handle/pck.ads: New file.
3268 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3270 * gdb.base/step-line.c: Add extra empty line in copyright header.
3271 * gdb.base/step-line.inp: Likewise.
3273 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3275 * gdb.ada/dyn_stride.exp: Add slice test.
3277 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3279 * gdb.ada/dyn_stride: New testcase.
3281 2017-12-27 Stafford Horne <shorne@gmail.com>
3283 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3284 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3286 2017-12-27 Stafford Horne <shorne@gmail.com>
3288 * gdb.base/reggroups.c: New file.
3289 * gdb.base/reggroups.exp: New file.
3291 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3293 * gdb.dwarf2/ada-valprint-error.c: New file.
3294 * gdb.dwarf2/ada-valprint-error.exp: New file.
3296 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3298 * gdb.ada/assign_arr: New testcase.
3300 2017-12-18 Xavier Roirand <roirand@adacore.com>
3302 * gdb.ada/funcall_ptr: New testcase.
3304 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3307 * gdb.base/ptype-offsets.cc: New file.
3308 * gdb.base/ptype-offsets.exp: New file.
3310 2017-12-15 Yao Qi <yao.qi@linaro.org>
3312 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3315 2017-12-15 Xavier Roirand <roirand@adacore.com>
3317 * gdb.ada/same_component_name: New testcase.
3319 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3321 * gdb.ada/str_binop_equal: New testcase.
3323 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3325 * gdb.ada/task_switch_in_core: New testcase.
3327 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3329 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3330 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3331 call test_bkpt_qualified.
3332 (test_bkpt_qualified): New proc.
3334 2017-12-13 Pedro Alves <palves@redhat.com>
3336 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3337 Tighten regexp by matching with an anchor.
3339 2017-12-13 Pedro Alves <palves@redhat.com>
3341 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3342 ("expression with namespace"): New set of tests.
3343 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3344 (Nested::Test_NS::qux): New.
3345 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3346 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3348 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3350 * gdb.base/server-del-break.c: New file.
3351 * gdb.base/server-del-break.exp: New file.
3353 2017-12-12 Stafford Horne <shorne@gmail.com>
3355 * gdb.xml/tdesc-regs.exp: Add or1k support.
3357 2017-12-12 Stafford Horne <shorne@gmail.com>
3359 * gdb.base/bp-permanent.c: Define nop of or1k.
3361 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3363 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3364 output with components being reordered.
3366 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3368 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3369 output with components being reordered.
3371 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3372 Pedro Alves <palves@redhat.com>
3374 * gdb.base/maint.exp (check for .gdb_index): Check also for
3376 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3377 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3378 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3379 (.gdb_index used after symbol reloading): Support also .debug_names.
3380 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3382 2017-12-08 Yao Qi <yao.qi@linaro.org>
3384 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3385 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3387 2017-12-08 Yao Qi <yao.qi@linaro.org>
3389 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3390 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3392 2017-12-08 Yao Qi <yao.qi@linaro.org>
3394 * gdb.arch/aarch64-tagged-pointer.c: New file.
3395 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3397 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3399 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3402 2017-12-07 Keith Seitz <keiths@redhat.com>
3404 PR breakpoints/22569
3405 * gdb.linespec/ls-errs.exp: Change expected result of "break
3406 -source this file has spaces.c -line 3".
3407 Check that an explicit source file followed by whitespace is
3408 identified as an invalid explicit location.
3410 2017-12-07 Keith Seitz <keiths@redhat.com>
3412 * gdb.cp/nested-types.cc: New file.
3413 * gdb.cp/nested-types.exp: New file.
3414 * lib/cp-support.exp: Load data-structures.exp library.
3415 (debug_cp_test_ptype_class): New global.
3416 (cp_ptype_class_verbose, next_line): New procedures.
3417 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3418 Add and document new return value.
3419 Switch the list of lines to a queue.
3420 Add support for new `type' key for nested type definitions.
3421 Add debugging/troubleshooting messages.
3422 * lib/data-structures.exp: New file.
3424 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3426 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3427 with proc_with_prefix, don't use with_test_prefix.
3429 2017-12-07 Tom Tromey <tom@tromey.com>
3431 * gdb.base/break.exp: Add test for empty "commands".
3433 2017-12-07 Yao Qi <yao.qi@linaro.org>
3435 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3436 malloc and catch syscall.
3438 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3440 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3441 tests for explicit locations.
3443 2017-12-06 Pedro Alves <palves@redhat.com>
3445 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3446 force-disabling XML descriptions.
3448 2017-12-04 Pedro Alves <palves@redhat.com>
3451 * gdb.arch/amd64-disp-step-avx.S: New file.
3452 * gdb.arch/amd64-disp-step-avx.exp: New file.
3454 2017-12-03 Pedro Alves <palves@redhat.com>
3456 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3458 (parent_function): Print distinct messages when waitpid fails, or
3459 the child exits with a signal, or the child exits for an unhandled
3461 * gdb.threads/process-dies-while-detaching.exp
3462 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3463 it. Wait for both inferior output and GDB's prompt. Use an
3464 indirect spawn id list.
3465 (do_detach): New parameter 'child_exit'. Use it to compute
3466 expected inferior output.
3467 (test_detach, test_detach_watch, test_detach_killed_outside):
3468 Adjust to pass down the expected child exit kind.
3470 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3471 Sergio Durigan Junior <sergiodj@redhat.com>
3472 Pedro Alves <palves@redhat.com>
3474 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3476 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3478 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3479 to 'symbol-file' and 'add-symbol-file' can be
3480 position-independent.
3482 2017-12-01 Yao Qi <yao.qi@linaro.org>
3484 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3485 the URL in copyright header.
3486 * gdb.arch/aarch64-fp.exp: Likewise.
3487 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3488 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3489 * gdb.base/expand-psymtabs.exp: Likewise.
3490 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3491 * gdb.fortran/common-block.exp: Likewise.
3492 * gdb.fortran/common-block.f90: Likewise.
3493 * gdb.fortran/logical.exp: Likewise.
3494 * gdb.fortran/vla-datatypes.f90: Likewise.
3495 * gdb.fortran/vla-sub.f90: Likewise.
3497 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3499 * gdb.ada/repeat_dyn: New testcase.
3501 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3503 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3504 Update for changed thread numbering.
3505 * gdb.cell/bt.exp: Update for changed GDB output.
3507 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3509 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3510 setting isremote by hand.
3511 * boards/dwarf4-gdb-index.exp: Likewise.
3512 * boards/fission.exp: Likewise.
3513 * boards/stabs.exp: Likewise.
3515 2017-11-30 Pedro Alves <palves@redhat.com>
3517 * gdb.linespec/cpls-ops.exp
3518 (check_explicit_skips_function_argument): Extract the underlying
3519 type of size_t instead of hardcoding it.
3521 2017-11-29 Pedro Alves <palves@redhat.com>
3524 * gdb.linespec/cpls-abi-tag.cc: New file.
3525 * gdb.linespec/cpls-abi-tag.exp: New file.
3527 2017-11-29 Pedro Alves <palves@redhat.com>
3529 * gdb.base/langs.exp: Use -qualified.
3530 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3532 * gdb.cp/namespace.exp: Use -qualified.
3533 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3534 (overload-3, template-overload, template-ret-type, const-overload)
3535 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3537 (test_driver): Call them.
3538 * gdb.cp/save-bp-qualified.cc: New.
3539 * gdb.cp/save-bp-qualified.exp: New.
3540 * gdb.linespec/explicit.exp: Test -qualified.
3541 * lib/completion-support.exp (completion::explicit_opts_list): Add
3543 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3545 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3547 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3549 2017-11-29 Tom Tromey <tom@tromey.com>
3551 * gdb.base/relocate.exp: Update invalid argument test.
3552 Add new tests for invalid arguments.
3554 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3556 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3558 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3560 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3562 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3563 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3564 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3566 * gdb.cp/shadow.cc (B.func): Return 0.
3568 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3570 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3571 expected output in gdb_expect call to allow the exception
3572 message to be present as well. Fix syntax confusion to avoid
3573 TCL thinking that exception_name is an array.
3575 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3577 * gdb.arch/spu-info.c: Include <unistd.h>.
3578 (do_signal_test): Fix broken calls to write.
3579 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3580 Fix checks for empty mailboxes. Update signal tests for corrected
3581 do_signal_test routine. Allow nonzero event status.
3582 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3583 * gdb.cell/arch.exp: Use standard_output_file.
3584 * gdb.cell/break.exp: Likewise.
3585 * gdb.cell/bt.exp: Likewise.
3586 * gdb.cell/core.exp: Likewise.
3587 * gdb.cell/dwarfaddr.exp: Likewise.
3588 * gdb.cell/ea-cache.exp: Likewise.
3589 * gdb.cell/ea-standalone.exp: Likewise.
3590 * gdb.cell/f-regs.exp: Likewise.
3591 * gdb.cell/fork.exp: Likewise.
3592 * gdb.cell/gcore.exp: Likewise.
3593 * gdb.cell/mem-access.exp: Likewise.
3594 * gdb.cell/ptype.exp: Likewise.
3595 * gdb.cell/registers.exp: Likewise.
3596 * gdb.cell/sizeof.exp: Likewise.
3597 * gdb.cell/solib-symbol.exp: Likewise.
3598 * gdb.cell/solib.exp: Likewise.
3600 2017-11-25 Pedro Alves <palves@redhat.com>
3602 * gdb.base/complete-empty.exp: New file.
3603 * gdb.base/completion.exp: Adjust.
3605 2017-11-25 Pedro Alves <palves@redhat.com>
3607 * gdb.linespec/cpls-ops.cc: New file.
3608 * gdb.linespec/cpls-ops.exp: New file.
3609 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3610 factored out from ...
3611 (test_complete_prefix_range): ... this.
3613 2017-11-24 Pedro Alves <palves@redhat.com>
3615 * gdb.linespec/cpcompletion.exp: New file.
3616 * gdb.linespec/cpls-hyphen.cc: New file.
3617 * gdb.linespec/cpls.cc: New file.
3618 * gdb.linespec/cpls2.cc: New file.
3619 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3620 test to use test_gdb_complete_unique. Add label completion,
3621 keyword completion and explicit location completion tests.
3622 * lib/completion-support.exp: New file.
3624 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3626 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3627 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3628 when hitting an exception catchpoint.
3630 2017-11-22 Yao Qi <yao.qi@linaro.org>
3632 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3634 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
3636 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3637 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3638 * gdb.dwarf2/info-locals-optimized-out.c: New file.
3640 2017-11-22 Yao Qi <yao.qi@linaro.org>
3642 * gdb.base/info-os.exp: Pass pthreads.
3643 * gdb.multi/multi-attach.exp: Likewise.
3645 2017-11-22 Yao Qi <yao.qi@linaro.org>
3647 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3650 2017-11-22 Yao Qi <yao.qi@linaro.org>
3652 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3653 * gdb.base/break-interp.exp: Likewise.
3654 * gdb.base/jit-attach-pie.exp: Likewise.
3656 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3658 * gdb.base/float128.c (large128): New variable.
3659 * gdb.base/float128.exp: Add test to print largest __float128 value.
3661 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
3663 * gdb.arch/vsx-regs.exp: Update register content checks.
3665 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
3667 * gdb.arch/ppc-longdouble.exp: New file.
3668 * gdb.arch/ppc-longdouble.c: Likewise.
3670 2017-11-21 Pedro Alves <palves@redhat.com>
3672 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3674 2017-11-20 Pedro Alves <palves@redhat.com>
3676 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3677 (long_double_typedef): New typedefs.
3678 Use DEF on double and long double.
3679 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3681 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3682 and 'long_double_ptr_same_size' locals. Use them to decide
3683 whether cast from array/function to float is valid/invalid.
3685 2017-11-17 Tom Tromey <tom@tromey.com>
3687 * gdb.rust/traits.rs: New file.
3688 * gdb.rust/traits.exp: New file.
3690 2017-11-17 Joel Brobecker <brobecker@adacore.com>
3692 * gdb.ada/minsyms: New testcase.
3694 2017-11-16 Pedro Alves <palves@redhat.com>
3696 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3697 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3699 2017-11-16 Pedro Alves <palves@redhat.com>
3701 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3702 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3704 2017-11-16 Pedro Alves <palves@redhat.com>
3706 * gdb.server/reconnect-ctrl-c.c: New file.
3707 * gdb.server/reconnect-ctrl-c.exp: New file.
3709 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
3711 * gdb.python/py-rbreak.exp: New file.
3712 * gdb.python/py-rbreak.c: New file.
3713 * gdb.python/py-rbreak-func2.c: New file.
3715 2017-11-16 Pedro Alves <palves@redhat.com>
3717 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3719 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3722 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
3724 * gdb.tui/completionn.exp (test_tab_completion): Add space in
3727 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
3729 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3732 2017-11-09 Pedro Alves <palves@redhat.com>
3734 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3735 factored out from ...
3736 (top level): ... here, and adjusted to avoid expecting beyond the
3737 prompt in a single gdb_test_multiple.
3739 2017-11-09 Pedro Alves <palves@redhat.com>
3741 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3743 * gdb.server/ext-attach.exp ("kill" test): Likewise.
3744 * gdb.server/ext-restart.exp ("kill" test): Likewise.
3745 * gdb.server/ext-run.exp ("kill" test): Likewise.
3746 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3748 2017-11-09 Pedro Alves <palves@redhat.com>
3750 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3751 match till end of line.
3753 2017-11-09 Pedro Alves <palves@redhat.com>
3755 * gdb.base/memattr.exp: Tighten regexes to match the end line.
3757 2017-11-09 Pedro Alves <palves@redhat.com>
3759 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3760 New procedures, factored out from ...
3761 (top level): ... here, and adjusted to avoid expecting beyond the
3764 2017-11-09 Pedro Alves <palves@redhat.com>
3766 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3767 output. Fix '?' match.
3769 2017-11-08 Joel Brobecker <brobecker@adacore.com>
3771 * gdb.ada/scoped_watch: New testcase.
3772 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3773 which is actually correct.
3774 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3775 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3777 2017-11-08 Pedro Alves <palves@redhat.com>
3779 * gdb.gdb/complaints.exp (test_initial_complaints)
3780 (test_serial_complaints, test_short_complaints): Call
3781 complaint_internal instead of complaint.
3783 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
3785 * gdb.threads/tls-core.c: New file.
3786 * gdb.threads/tls-core.exp: Likewise.
3788 2017-11-08 Pedro Alves <palves@redhat.com>
3790 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3791 (p Exported_Capitalized): New test.
3792 (p exported_capitalized): New test.
3794 2017-11-07 Pedro Alves <palves@redhat.com>
3796 * gdb.cp/ena-dis-br-range.exp: Add more tests.
3798 2017-11-07 Pedro Alves <palves@redhat.com>
3800 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3801 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3802 (disable_invalid, disable_inverted, disable_negative): New
3804 ("bad numbers"): New set of tests.
3806 2017-11-07 Pedro Alves <palves@redhat.com>
3808 * gdb.cp/ena-dis-br-range.exp: Add tests.
3810 2017-11-07 Pedro Alves <palves@redhat.com>
3812 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3814 2017-11-07 Xavier Roirand <roirand@adacore.com>
3815 Pedro Alves <palves@redhat.com>
3817 * gdb.base/ena-dis-br.exp: Add reference to
3818 gdb.cp/ena-dis-br-range.exp.
3819 * gdb.cp/ena-dis-br-range.exp: New file.
3820 * gdb.cp/ena-dis-br-range.cc: New file.
3822 2017-11-06 Pedro Alves <palves@redhat.com>
3824 * gdb.base/attach-non-pgrp-leader.c: New.
3825 * gdb.base/attach-non-pgrp-leader.exp: New.
3827 2017-11-06 Pedro Alves <palves@redhat.com>
3829 * configure.ac: No longer check for termio.h and sgtty.h.
3830 * configure: Regenerate.
3831 * remote-utils.c: Include termios.h instead of gdb_termios.h.
3832 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3833 Remove termio and sgtty code.
3835 2017-11-03 Yao Qi <yao.qi@linaro.org>
3837 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3840 2017-11-03 Yao Qi <yao.qi@linaro.org>
3842 * gdb.python/py-thrhandle.exp: Skip it if python is not
3845 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
3847 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3848 as a breakpoint command.
3850 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
3853 * gdb.python/py-infthread.exp: Test calling
3854 InferiorThread.inferior () multiple times in a row.
3856 2017-10-27 Keith Seitz <keiths@redhat.com>
3858 * gdb.opt/inline-break.exp (break_info_1): New procedure.
3859 Test "info break" for every inlined function breakpoint.
3861 2017-10-27 Yao Qi <yao.qi@linaro.org>
3863 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3865 2017-10-26 Patrick Frants <osscontribute@gmail.com>
3867 * gdb.cp/classes.exp (test_static_members): Test printing
3869 * gdb.cp/classes.c (struct Inner, struct Outer): New.
3870 (Inner::instance, Outer::instance): New.
3872 2017-10-24 Pedro Alves <palves@redhat.com>
3874 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3875 extra console" test in two stages.
3877 2017-10-24 Pedro Alves <palves@redhat.com>
3879 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3881 2017-10-24 Pedro Alves <palves@redhat.com>
3883 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3886 2017-10-24 Pedro Alves <palves@redhat.com>
3888 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3889 $attempt" and "stoppedtry $stoppedtry" test prefixes.
3891 2017-10-24 Pedro Alves <palves@redhat.com>
3893 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3894 parameter and handle it. Don't output read value in test name.
3896 2017-10-24 Pedro Alves <palves@redhat.com>
3898 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3901 2017-10-24 Pedro Alves <palves@redhat.com>
3903 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3904 include the unstable output directory name in the test's name.
3905 (initial_setup_simple) <'set args'>: Use custom test name.
3907 2017-10-24 Pedro Alves <palves@redhat.com>
3909 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3910 with explicit test name.
3912 2017-10-20 Pedro Alves <palves@redhat.com>
3914 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3915 'wait -i'. Use gdb_assert and remote_close.
3917 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
3919 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3920 number from variable rather than hard-coded.
3922 2017-10-19 Pedro Alves <palves@redhat.com>
3924 * gdb.base/long-inferior-output.c: New file.
3925 * gdb.base/long-inferior-output.exp: New file.
3927 2017-11-18 Keith Seitz <keiths@redhat.com>
3929 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3932 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3933 Add additional user-defined conversion operator tests.
3935 2017-10-17 Pedro Alves <palves@redhat.com>
3937 * boards/native-stdio-gdbserver.exp: Load "local-board".
3939 2017-10-17 Pedro Alves <palves@redhat.com>
3941 * gdb.base/quit-live.c: New file.
3942 * gdb.base/quit-live.exp: New file.
3944 2017-10-16 Keith Seitz <keiths@redhat.com>
3946 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3947 (class_with_protected_typedef, class_with_private_typedef)
3948 (struct_with_public_typedef, struct_with_protected_typedef)
3949 (struct_with_private_typedef): New classes/structs.
3950 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3951 typedefs and access specifiers.
3953 2017-10-16 Pedro Alves <palves@redhat.com>
3954 Simon Marchi <simon.marchi@polymtl.ca>
3956 * README (Local vs Remote vs Native): New section.
3957 * boards/local-board.exp: New file, with bits factored out from
3959 * boards/native-extended-gdbserver.exp: ... here. Load
3961 * boards/native-gdbserver.exp: Load "local-board".
3962 (${board}_spawn, ${board}_exec): Delete.
3963 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3965 * boards/stdio-gdbserver-base.exp: ... this new file.
3966 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3967 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3969 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3970 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3971 stdio_gdbserver_command.
3972 (${board}_get_remote_address, ${board}_get_comm_port)
3973 (${board}_download, ${board}_upload): Delete.
3974 (get_target_remote_pipe_cmd): New.
3976 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3978 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3979 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3980 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3981 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3982 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3983 remove with_test_prefix.
3985 2017-10-13 Pedro Alves <palves@redhat.com>
3987 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3988 * gdb.base/annota1.exp: Use it instead of is_remote.
3989 * gdb.base/annota3.exp: Use it instead of is_remote.
3990 * gdb.cp/annota2.exp: Use it instead of is_remote.
3991 * gdb.cp/annota3.exp: Use it instead of is_remote.
3992 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3994 2017-10-13 Pedro Alves <palves@redhat.com>
3996 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3997 (test_num_test_vars, run_and_count_vars, find_env)
3998 (test_set_unset_env, test_inherit_env_var): New procedures.
3999 (top level): Use them.
4001 2017-10-13 Pedro Alves <palves@redhat.com>
4003 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4004 also skip on stub-like targets.
4006 2017-10-13 Pedro Alves <palves@redhat.com>
4009 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4010 (top level): Move some tests to ...
4011 (test_not_found): ... this new procedure.
4012 (top level): Call it.
4014 2017-10-13 Pedro Alves <palves@redhat.com>
4016 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4017 expect different "info terminal" output if testing with a
4020 2017-10-13 Pedro Alves <palves@redhat.com>
4021 Simon Marchi <simon.marchi@polymtl.ca>
4024 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4026 2017-10-13 Pedro Alves <palves@redhat.com>
4028 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4031 2017-10-13 Pedro Alves <palves@redhat.com>
4033 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4036 2017-10-13 Pedro Alves <palves@redhat.com>
4038 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4041 2017-10-13 Pedro Alves <palves@redhat.com>
4043 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4045 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4046 instead of is_remote.
4048 2017-10-13 Pedro Alves <palves@redhat.com>
4050 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4051 (top level): Add comment.
4053 2017-10-13 Pedro Alves <palves@redhat.com>
4055 * gdb.base/remote.exp (top level): Fix comment typo and add
4058 2017-10-13 Pedro Alves <palves@redhat.com>
4059 Simon Marchi <simon.marchi@polymtl.ca>
4061 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4062 calls and add comments. Skip test if use_gdb_stub is set.
4063 (top level): Use "set cwd" command instead of "cd" command.
4065 2017-10-13 Pedro Alves <palves@redhat.com>
4067 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4068 is_remote target check.
4070 2017-10-13 Pedro Alves <palves@redhat.com>
4072 * gdb.base/scope.exp: Use build_executable + clean_restart +
4073 gdb_file_cmd instead of prepare_for_testing and no longer skip
4074 "before run" tests on is_remote target boards. Update comments.
4075 * boards/native-extended-gdbserver.exp
4076 (extended_gdbserver_load_last_file): New, factored out from ...
4077 (gdb_load): ... this. Move further below and add comment.
4078 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4080 2017-10-12 Pedro Alves <palves@redhat.com>
4082 * gdb.base/attach.exp: Remove references to gdb64.
4083 * gdb.base/dbx.exp: Remove references to gdb64.
4085 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4086 Pedro Alves <palves@redhat.com>
4088 * gdb.base/label.exp: Remove is_remote target check.
4090 2017-10-12 Pedro Alves <palves@redhat.com>
4092 * gdb.base/auvx.exp (coredir): Update comment.
4093 (top level) <core_works>: Use "set cwd" command instead of "cd"
4096 2017-10-12 Pedro Alves <palves@redhat.com>
4097 Simon Marchi <simon.marchi@polymtl.ca>
4099 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4102 2017-10-12 Pedro Alves <palves@redhat.com>
4103 Simon Marchi <simon.marchi@polymtl.ca>
4105 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4106 Instead skip if there's any gdb_protocol set.
4108 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4109 Pedro Alves <palves@redhat.com>
4111 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4113 2017-10-12 Pedro Alves <palves@redhat.com>
4114 Simon Marchi <simon.marchi@polymtl.ca>
4116 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4117 instead of on dejagnu remote boards.
4119 2017-10-12 Pedro Alves <palves@redhat.com>
4120 Simon Marchi <simon.marchi@polymtl.ca>
4122 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4123 checks. Use build_executable + clean_restart instead of
4124 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4125 of enabling non-stop after starting gdb.
4127 2017-10-12 Pedro Alves <palves@redhat.com>
4129 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4130 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4131 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4132 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4134 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4136 * gdb.arch/arc-tdesc-cpu.exp: New file.
4137 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4139 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4141 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4143 2017-10-10 Pedro Alves <palves@redhat.com>
4145 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4148 2017-10-10 Pedro Alves <palves@redhat.com>
4150 * lib/selftest-support.exp (selftest_setup): Update for
4151 captured_command_loop's prototype change.
4153 2017-10-09 Pedro Alves <palves@redhat.com>
4155 Test both arch1=>arch2 and arch2=>arch1.
4157 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4158 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4160 (append_arch1_options, append_arch2_options, append_arch_options)
4161 (build_executables): New procedures.
4162 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4164 (top level): Add new 'first_arch' testing axis.
4166 2017-10-09 Pedro Alves <palves@redhat.com>
4168 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4170 (thread_start, all_started): New functions.
4171 (main): Spawn new thread and wait until it is scheduled.
4172 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4174 (do_test): Add 'selected_thread' parameter. Run to all_started
4175 instead of main. Explicitly set the breakpoint at main. Switch
4176 to the SELECTED_THREAD thread.
4177 (top level): Test handling the exec event with either the main
4178 thread or the second thread selected.
4180 2017-10-09 Pedro Alves <palves@redhat.com>
4182 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4183 logic. Move STOP marker after the value checks.
4184 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4187 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4189 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4191 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4193 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4194 integer-to-dfp conversion.
4195 * gdb.base/dfp-test.exp: Likewise.
4197 2017-10-04 Pedro Alves <palves@redhat.com>
4199 * gdb.multi/hangout.c: Include <unistd.h>.
4200 (hangout_loop): New function.
4201 (main): Call alarm. Call hangout_loop in a loop.
4202 * gdb.multi/hello.c: Include <unistd.h>.
4203 (hello_loop): New function.
4204 (main): Call alarm. Call hangout_loop in a loop.
4205 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4206 inferior with the other selected.
4208 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4210 * gdb.mi/list-thread-groups-available.exp: New file.
4211 * gdb.mi/list-thread-groups-available.c: New file.
4213 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4215 * gdb.base/set-cwd.exp: Make it available on
4216 native-extended-gdbserver.
4218 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4220 * gdb.base/set-cwd.c: New file.
4221 * gdb.base/set-cwd.exp: Likewise.
4223 2017-10-02 Tom Tromey <tom@tromey.com>
4226 * gdb.rust/simple.rs (main): New variable "fslice".
4227 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4229 2017-10-02 Tom Tromey <tom@tromey.com>
4231 * gdb.rust/simple.exp: Test ptype of a slice.
4233 2017-10-02 Tom Tromey <tom@tromey.com>
4235 * gdb.rust/simple.exp: Test index of slice.
4237 2017-09-27 Tom Tromey <tom@tromey.com>
4239 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4241 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4242 Pedro Alves <palves@redhat.com>
4244 * gdb.base/compare-sections.exp (get value of read-only section): Read
4246 (corrupt read-only section): Likewise and don't set written if patching
4249 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4251 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4254 2017-09-20 Pedro Alves <palves@redhat.com>
4256 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4257 symbol names in gdb's output.
4258 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4260 2017-09-20 Pedro Alves <palves@redhat.com>
4262 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4264 (test_list_ambiguous_symbol): ... this and add a symbol name
4266 (test_list_ambiguous_function): Reimplement on top of
4267 test_list_ambiguous_symbol and also test listing ambiguous
4269 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4270 (ambiguous_fun): ... this.
4271 (ambiguous_var): New.
4272 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4273 (ambiguous_fun): ... this.
4274 (ambiguous_var): New.
4276 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4278 * gdb.base/starti.c: New file.
4279 * gdb.base/starti.exp: New file.
4280 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4282 2017-09-14 Pedro Alves <palves@redhat.com>
4284 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4285 (top level): Use it instead of runto.
4287 2017-09-11 Tom Tromey <tom@tromey.com>
4289 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4291 2017-09-11 Tom Tromey <tom@tromey.com>
4293 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4294 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4296 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4298 * gdb.fortran/printing-types.exp: New file.
4299 * gdb.fortran/printing-types.exp: New file.
4301 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4303 * gdb.fortran/vla-ptype.exp: Fix typos.
4304 * gdb.fortran/vla-value.exp: Same.
4306 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4308 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4309 * gdb.mi/mi-var-child-f.exp: Likewise.
4310 * gdb.mi/mi-vla-fortran.exp: Likewise.
4312 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4313 Christoph Weinmann <christoph.t.weinmann@intel.com>
4314 Bernhard Heckel <bernhard.heckel@intel.com>
4316 * gdb.fortran/ptr-indentation.f90: New file.
4317 * gdb.fortran/ptr-indentation.exp: New file.
4319 2017-09-05 Tom Tromey <tom@tromey.com>
4322 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4324 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4326 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4328 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4330 * gdb.threads/tls-nodebug-pie.c: New file.
4331 * gdb.threads/tls-nodebug-pie.exp: New file.
4333 2017-09-05 Tom Tromey <tom@tromey.com>
4335 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4338 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4340 * gdb.multi/multi-arch-exec.exp: Test with different
4341 "follow-exec-mode" settings.
4342 (do_test): New procedure.
4344 2017-09-04 Pedro Alves <palves@redhat.com>
4346 * gdb.base/func-static.c (S::method const, S::method volatile)
4347 (S::method volatile const): New methods.
4348 (c_s, v_s, cv_s): New instances.
4349 (main): Call method() on them.
4350 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4351 (cannot_resolve): New procedure.
4352 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4353 print-quote-unquoted columns.
4354 (do_test): Test printing each scope too.
4356 2017-09-04 Pedro Alves <palves@redhat.com>
4358 * gdb.base/local-static.exp: Also test with
4359 class::method::variable wholly quoted.
4360 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4362 2017-09-04 Pedro Alves <palves@redhat.com>
4364 * gdb.base/local-static.c: New.
4365 * gdb.base/local-static.cc: New.
4366 * gdb.base/local-static.exp: New.
4368 2017-09-04 Pedro Alves <palves@redhat.com>
4370 * gdb.asm/asm-source.exp: Add casts to int.
4371 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4372 (dataglobal64_1, dataglobal64_2): New globals.
4373 * gdb.base/nodebug.exp: Test different expressions involving the
4374 new globals, with print, whatis and ptype. Add casts to int.
4375 * gdb.base/solib-display.exp: Add casts to int.
4376 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4377 * gdb.cp/m-static.exp: Add cast to int.
4378 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4379 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4380 tls variable with no debug info without a cast. Test with a cast
4382 * gdb.trace/entry-values.exp: Add casts.
4384 2017-09-04 Pedro Alves <palves@redhat.com>
4386 * gdb.base/nodebug.exp: Test that ptype's error about functions
4387 with unknown return type includes the function name too.
4389 2017-09-04 Pedro Alves <palves@redhat.com>
4391 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4392 return type of munmap in infcall.
4393 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4394 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4395 type of ftell in infcall.
4396 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4397 type of getpid in infcall.
4398 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4400 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4401 Bail on failure to extract the pid.
4402 * gdb.base/nodebug.c: #include <stdint.h>.
4403 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4405 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4406 Change expected output of print/whatis/ptype with functions with
4407 no debug info. Test all supported languages. Call
4408 test_call_promotion.
4409 * gdb.compile/compile.exp: Adjust expected output to expect
4411 * gdb.threads/siginfo-threads.exp: Likewise.
4413 2017-09-04 Pedro Alves <palves@redhat.com>
4415 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4416 "prototypes". Test calling float functions via prototyped and
4417 unprototyped function pointers.
4418 (perform_all_tests): New parameter "prototypes". Pass it down.
4419 (top level): Pass down "prototypes" parameter to
4422 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4424 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4425 Test with nested loops.
4427 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4429 * gdb.base/commands.exp: Call the new procedures.
4430 (loop_break_test, loop_continue_test): New procedures.
4432 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4434 * gdb.base/commands.exp: Call new procedure.
4435 (define_if_without_arg_test): New procedure.
4437 2017-09-04 Pedro Alves <palves@redhat.com>
4439 * gdb.base/list-ambiguous.exp: New file.
4440 * gdb.base/list-ambiguous0.c: New file.
4441 * gdb.base/list-ambiguous1.c: New file.
4442 * gdb.base/list.exp (test_list_range): Adjust expected output.
4444 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4446 * gdb.base/share-env-with-gdbserver.c: New file.
4447 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4449 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4451 * gdb.base/commands.exp (gdbvar_simple_if_test,
4452 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4453 progvar_simple_if_test, progvar_simple_while_test,
4454 progvar_complex_if_while_test, user_defined_command_test,
4455 user_defined_command_args_eval,
4456 user_defined_command_args_stack_test,
4457 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4458 temporary_breakpoint_commands,
4459 gdb_test_no_prompt, redefine_hook_test,
4460 redefine_backtrace_test): Remove "global gdb_prompt".
4462 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4464 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4465 New proc, call it from toplevel.
4467 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4470 * gdb.server/normal.c: New file, copied from gdb.base.
4471 * gdb.server/run-without-local-binary.exp: New file.
4473 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4475 * gdb.arch/sparc64-adi.exp: New file.
4476 * gdb.arch/sparc64-adi.c: New file.
4478 2017-08-22 Pedro Alves <palves@redhat.com>
4480 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4481 (top level): Add "list all overloads" tests.
4483 2017-08-22 Tom Tromey <tom@tromey.com>
4485 * gdb.gdb/xfullpath.exp: Remove.
4487 2017-08-21 Pedro Alves <palves@redhat.com>
4490 * gdb.base/symbol-alias.c: New.
4491 * gdb.base/symbol-alias2.c: New.
4492 * gdb.base/symbol-alias.exp: New.
4494 2017-08-21 Pedro Alves <palves@redhat.com>
4496 * gdb.base/dfp-test.c
4497 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4498 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4499 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4500 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4501 * gdb.base/whatis-ptype-typedefs.c: New.
4502 * gdb.base/whatis-ptype-typedefs.exp: New.
4503 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4504 (an_int, an_int_type, an_int_type2): New globals.
4505 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4506 involving typedefs and cast expressions.
4507 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4508 (lookup_typedefs_function): New.
4509 (typedefs_pretty_printers_dict): New.
4510 (top level): Register lookup_typedefs_function in
4511 gdb.pretty_printers.
4513 2017-08-18 Yao Qi <yao.qi@linaro.org>
4515 * gdb.server/unittest.exp: New.
4517 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4520 * gdb.base/environ.exp: Add test to check if 'unset environment'
4523 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4525 * lib/gdb.exp (universal_compile_options): New caching proc.
4526 (gdb_compile): Suppress GCC's coloring of messages.
4528 2017-08-14 Tom Tromey <tom@tromey.com>
4531 * gdb.base/printcmds.exp (test_radices): New function.
4532 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4533 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4534 * lib/gdb.exp (get_integer_valueof): Use p/d.
4536 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4538 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4541 2017-08-05 Tom Tromey <tom@tromey.com>
4543 * gdb.rust/simple.exp: Allow String to appear in a different
4546 2017-07-26 Yao Qi <yao.qi@linaro.org>
4548 * gdb.gdb/unittest.exp: Invoke command
4549 "maintenance check xml-descriptions".
4551 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4553 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4555 (hex128): Drop erroneous calculation of parameters.
4557 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4559 * gdb.python/py-unwind.exp: Disable stack protection when
4562 2017-07-20 Pedro Alves <palves@redhat.com>
4564 * gdb.base/default.exp (set language): Adjust expected output.
4566 2017-07-20 Pedro Alves <palves@redhat.com>
4568 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4569 (test_minsym): ... this, and make static.
4570 (get_pck__foo__bar__minsym): Rename to ...
4571 (get_test_minsym): ... this.
4572 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4573 symbol names and comments.
4574 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4575 (get_test_minsym): ... this.
4576 (pck__foo__bar__minsym__2): Rename to ...
4577 (test_minsym): ... this.
4580 2017-07-17 Pedro Alves <palves@redhat.com>
4582 * gdb.base/completion.exp: Adjust expected output.
4583 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4584 the completer works.
4586 2017-07-17 Pedro Alves <palves@redhat.com>
4588 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4590 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4592 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4594 2017-07-14 Tom Tromey <tom@tromey.com>
4597 * gdb.rust/simple.exp: Add tests.
4599 2017-07-14 Tom Tromey <tom@tromey.com>
4601 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4603 2017-07-14 Pedro Alves <palves@redhat.com>
4605 * gdb.linespec/base/one/thefile.cc (z1): New function.
4606 * gdb.linespec/base/two/thefile.cc (z2): New function.
4607 * gdb.linespec/linespec.exp: Add tests.
4609 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4611 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4612 to mi_create_breakpoint.
4614 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4616 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4617 mi_create_breakpoint.
4619 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4621 * gdb.dlang/demangle.exp: Update for demangling changes.
4623 2017-07-09 Tom Tromey <tom@tromey.com>
4625 * gdb.dwarf2/shortpiece.exp: New file.
4627 2017-07-06 David Blaikie <dblaikie@gmail.com>
4629 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4630 built from fissiont-multi-cu{1,2}.c.
4631 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4632 except putting 'main' and 'func' in separate CUs in the same DWO file.
4633 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4635 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4638 2017-07-06 Pedro Alves <palves@redhat.com>
4640 * gdb.python/py-unwind.exp: Test flushregs.
4642 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4645 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4646 tests for alias commands and trailing whitespace.
4648 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
4651 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4654 2017-06-29 Pedro Alves <palves@redhat.com>
4656 * gdb.base/printcmds.exp: Add tests.
4658 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
4661 * gdb.base/reread-readsym.exp: New file.
4662 * gdb.base/reread-readsym.c: New file.
4664 2017-06-21 Kevin Buettner <kevinb@redhat.com>
4666 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4669 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
4671 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4673 * gdb.arch/powerpc-power9.s: Likewise.
4675 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4677 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4678 on 32-bit x86 targets. Exploit is_*_target macros where
4681 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4683 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4686 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4688 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4689 located in one or more DWARF pieces.
4691 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4693 * lib/gdb.exp (get_endianness): New proc.
4694 * gdb.arch/aarch64-fp.exp: Use it.
4695 * gdb.arch/altivec-regs.exp: Likewise.
4696 * gdb.arch/e500-regs.exp: Likewise.
4697 * gdb.arch/vsx-regs.exp: Likewise.
4698 * gdb.base/dump.exp: Likewise.
4699 * gdb.base/funcargs.exp: Likewise.
4700 * gdb.base/gnu_vector.exp: Likewise.
4701 * gdb.dwarf2/formdata16.exp: Likewise.
4702 * gdb.dwarf2/implptrpiece.exp: Likewise.
4703 * gdb.dwarf2/nonvar-access.exp: Likewise.
4704 * gdb.python/py-inferior.exp: Likewise.
4705 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4707 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4710 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4711 stack value pieces are taken from the LSB end.
4713 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4715 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4716 variable at nonzero offset.
4718 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4720 * gdb.dwarf2/var-access.c: New file.
4721 * gdb.dwarf2/var-access.exp: New test.
4722 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4724 2017-06-12 Tom Tromey <tom@tromey.com>
4726 * gdb.dwarf2/formdata16.exp: Add tests.
4728 2017-06-12 Tom Tromey <tom@tromey.com>
4730 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4732 2017-06-12 Tom Tromey <tom@tromey.com>
4735 * gdb.reverse/i386-sse-reverse.exp: Update tests.
4736 * gdb.arch/vsx-regs.exp: Update tests.
4737 * gdb.arch/s390-vregs.exp (hex128): New proc.
4739 * gdb.arch/altivec-regs.exp: Update tests.
4741 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4743 * gdb.base/startup-with-shell.c: New file.
4744 * gdb.base/startup-with-shell.exp: Likewise.
4746 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
4748 * gdb.server/non-existing-program.exp: Update regex in order to
4749 reflect the fact that gdbserver is now using fork_inferior (with a
4750 shell) to startup the inferior.
4752 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
4754 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4755 support function calls from GDB.
4757 2017-05-21 Tom Tromey <tom@tromey.com>
4760 * gdb.rust/unsized.exp: New file.
4761 * gdb.rust/unsized.rs: New file.
4763 2017-05-19 Tom Tromey <tom@tromey.com>
4766 * gdb.rust/watch.exp: New file.
4767 * gdb.rust/watch.rs: New file.
4769 2017-05-18 Tom Tromey <tom@tromey.com>
4771 * gdb.rust/simple.exp: Allow Box to be qualified.
4773 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
4775 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4777 2017-05-18 Pedro Alves <palves@redhat.com>
4779 * gdb.base/fileio.c (test_write, test_read, test_close)
4780 (test_fstat): Don't print 'ret' in the fail path.
4782 2017-05-18 Pedro Alves <palves@redhat.com>
4784 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4785 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4786 (test_system, test_rename, test_unlink, test_time): Change
4788 * gdb.base/fileio.exp (stop_msg): Adjust.
4790 2017-05-18 Pedro Alves <palves@redhat.com>
4792 * gdb.base/fileio.c (null_str): New global.
4793 (test_stat): Use it.
4794 * gdb.base/fileio.exp: Remove nowarnings.
4796 2017-05-17 Yao Qi <yao.qi@linaro.org>
4798 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4800 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
4802 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4804 (top-level): Invoke test_set_inferior_tty.
4806 2017-05-04 Pedro Alves <palves@redhat.com>
4808 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4809 Add parens to print call for Python 3.
4811 2017-05-03 Keith Seitz <keiths@redhat.com>
4813 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4816 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4818 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4821 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4823 * gdb.python/py-record-btrace.exp: Remove test for
4824 gdb.BtraceInstruction.error.
4826 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4828 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4830 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
4832 * gdb.python/py-record-btrace-threads.c: New file.
4833 * gdb.python/py-record-btrace-threads.exp: New file.
4835 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
4838 * gdb.base/environ.exp: Make test available in all architectures.
4839 Move bits related to "info program" testing to
4840 gdb.base/info-program.exp. Rewrite tests to use the two new
4841 procedures mentione below.
4842 (test_set_show_env_var) New procedure.
4843 (test_set_show_env_var_equal): Likewise.
4844 * gdb.base/info-program.exp: New file.
4846 2017-04-27 Keith Seitz <keiths@redhat.com>
4848 * gdb.cp/oranking.cc (test15): New function.
4849 (main): Call test15 and declare additional variables for testing.
4850 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4851 "p foo101('abc')" tests.
4852 Add tests for cv qualifier overloads.
4853 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4854 "lvalue reference overload" test.
4855 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4856 "print value of f1 on Child&& in f2" test.
4858 2017-04-19 Pedro Alves <palves@redhat.com>
4860 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4862 (top level): Call it.
4863 * lib/gdb.exp (gdb_define_cmd): New procedure.
4865 2017-04-12 Pedro Alves <palves@redhat.com>
4868 * gdb.cp/wide_char_types.c: Include <wchar.h>.
4869 (wchar): New global.
4870 * gdb.cp/wide_char_types.exp (wide_char_types_program)
4871 (do_test_wide_char, wide_char_types_no_program, top level): Add
4874 2017-04-12 Pedro Alves <palves@redhat.com>
4877 * gdb.cp/wide_char_types.c: New file.
4878 * gdb.cp/wide_char_types.exp: New file.
4880 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4883 * gdb.trace/tsv.exp: Add test for "tsave -r".
4885 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
4887 * gdb.dlang/watch-loc.c: New file.
4888 * gdb.dlang/watch-loc.exp: New file.
4890 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4892 * gdb.python/py-section-script.exp (sepdebug): New testcases.
4894 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4896 * gdb.arch/arc-analyze-prologue.S: New file.
4897 * gdb.arch/arc-analyze-prologue.exp: Likewise.
4899 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
4901 * gdb.arch/arc-decode-insn.S: New file.
4902 * gdb.arch/arc-decode-insn.exp: Likewise.
4904 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
4907 * gdb.arch/sparc64-regs.exp: New file.
4908 * gdb.arch/sparc64-regs.S: Likewise.
4910 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
4912 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4913 and memory view on Python 3.
4915 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
4916 Keith Seitz <keiths@redhat.com>
4919 * gdb.cp/demangle.exp: Add rvalue reference tests.
4920 * gdb.cp/rvalue-ref-casts.cc: New file.
4921 * gdb.cp/rvalue-ref-casts.exp: New file.
4922 * gdb.cp/rvalue-ref-overload.cc: New file.
4923 * gdb.cp/rvalue-ref-overload.exp: New file.
4924 * gdb.cp/rvalue-ref-params.cc: New file.
4925 * gdb.cp/rvalue-ref-params.exp: New file.
4926 * gdb.cp/rvalue-ref-sizeof.cc: New file.
4927 * gdb.cp/rvalue-ref-sizeof.exp: New file.
4928 * gdb.cp/rvalue-ref-types.cc: New file.
4929 * gdb.cp/rvalue-ref-types.exp: New file.
4930 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4931 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4933 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4935 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4938 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
4940 * lib/mi-support.exp (mi_gdb_test): Add additional message
4941 for unexpected output.
4943 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4945 * gdb.base/examine-backward.c (Barrier): New character array
4946 constant, to ensure that TestStrings is preceded by a string
4949 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4951 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4952 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4953 and implicit pointer into such a location.
4955 2017-03-16 Doug Evans <dje@google.com>
4957 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4959 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4961 * gdb.cp/m-static.exp: Fix expectation for prototype of
4962 test5.single_constructor and single_constructor::single_constructor.
4964 2017-03-16 Doug Evans <dje@google.com>
4966 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4967 * gdb.guile/scm-lazy-string.c: New file.
4968 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4969 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4970 for pointer, array, typedef lazy strings.
4972 2017-03-16 Doug Evans <dje@google.com>
4974 PR python/17728, python/18439, python/18779
4975 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4976 * gdb.python/py-lazy-string.c (pointer): New typedef.
4977 (main): New locals ptr, array, typedef_ptr.
4978 * gdb.python/py-value.exp: Move lazy string tests to ...
4979 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4980 array, typedef lazy strings.
4982 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4984 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4985 Add optional 'test' parameter.
4987 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4989 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4990 Skip for versions of DejaGnu < 1.5.
4992 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4994 * lib/gdb.exp (dejagnu_version): New proc.
4995 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4996 Use dejagnu_version.
4998 2017-03-10 Keith Seitz <keiths@redhat.com>
5001 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5002 type from destructor regexps.
5003 Add a branch which actually passes the test.
5004 Adjust "ptype t5i" test names.
5006 2017-03-08 Pedro Alves <palves@redhat.com>
5008 * gdb.base/step-over-exit.exp: Add explicit test message.
5010 2017-03-08 Pedro Alves <palves@redhat.com>
5013 * gdb.threads/interrupt-while-step-over.c: New file.
5014 * gdb.threads/interrupt-while-step-over.exp: New file.
5016 2017-03-08 Pedro Alves <palves@redhat.com>
5018 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5019 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5021 2017-03-08 Pedro Alves <palves@redhat.com>
5023 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5024 PKRU as not supported as a PASS.
5026 2017-03-08 Pedro Alves <palves@redhat.com>
5028 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5029 prefix instead of $binfile1/$binfile2.
5030 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5032 * gdb.python/py-completion.exp: Use "load python file" as test
5033 messages instead of unstable path names.
5035 2017-03-08 Pedro Alves <palves@redhat.com>
5036 Jan Kratochvil <jan.kratochvil@redhat.com>
5039 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5041 (top level): Call it.
5043 2017-03-08 Pedro Alves <palves@redhat.com>
5046 * gdb.tui/tui-nl-filtered-output.exp: New file.
5048 2017-03-08 Pedro Alves <palves@redhat.com>
5050 * gdb.base/completion.exp: Move TUI completion tests to ...
5051 * gdb.tui/completion.exp: ... this new file.
5053 2017-03-08 Pedro Alves <palves@redhat.com>
5055 * gdb.base/tui-disasm-long-lines.c,
5056 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5057 gdb.base/tui-layout.exp: Move to ...
5058 * gdb.tui/: ... this new directory.
5060 2017-03-07 Pedro Alves <palves@redhat.com>
5062 * gdb.base/tui-layout.c: New file.
5063 * gdb.base/tui-layout.exp: New file.
5065 2017-03-07 Pedro Alves <palves@redhat.com>
5067 * gdb.base/tui-layout.c: Rename to ...
5068 * gdb.base/tui-disasm-long-lines.c: ... this.
5069 * gdb.base/tui-layout.exp: Rename to ...
5070 * gdb.base/tui-disasm-long-lines.exp: ... this.
5072 2017-03-07 Pedro Alves <palves@redhat.com>
5074 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5076 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5078 * i386-mpx-call.c: New file.
5079 * i386-mpx-call.exp: New file.
5081 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5083 * gdb.arch/powerpc-power.exp: Delete test.
5084 * gdb.arch/powerpc-power.s: Likewise.
5085 * gdb.disasm/disassembler-options.exp: New test.
5086 * gdb.arch/powerpc-altivec.exp: Likewise.
5087 * gdb.arch/powerpc-altivec.s: Likewise.
5088 * gdb.arch/powerpc-altivec2.exp: Likewise.
5089 * gdb.arch/powerpc-altivec2.s: Likewise.
5090 * gdb.arch/powerpc-altivec3.exp: Likewise.
5091 * gdb.arch/powerpc-altivec3.s: Likewise.
5092 * gdb.arch/powerpc-power7.exp: Likewise.
5093 * gdb.arch/powerpc-power7.s: Likewise.
5094 * gdb.arch/powerpc-power8.exp: Likewise.
5095 * gdb.arch/powerpc-power8.s: Likewise.
5096 * gdb.arch/powerpc-power9.exp: Likewise.
5097 * gdb.arch/powerpc-power9.s: Likewise.
5098 * gdb.arch/powerpc-vsx.exp: Likewise.
5099 * gdb.arch/powerpc-vsx.s: Likewise.
5100 * gdb.arch/powerpc-vsx2.exp: Likewise.
5101 * gdb.arch/powerpc-vsx2.s: Likewise.
5102 * gdb.arch/powerpc-vsx3.exp: Likewise.
5103 * gdb.arch/powerpc-vsx3.s: Likewise.
5104 * gdb.arch/arm-disassembler-options.exp: Likewise.
5105 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5106 * gdb.arch/s390-disassembler-options.exp: Likewise.
5108 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5110 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5111 (check_supported_features): ... this. Changed return type to void.
5112 (supports_rdseed): New static global.
5113 (rdseed): Check supports_rdseed.
5114 (initialize): Call check_supported_features.
5116 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5118 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5119 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5121 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5122 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5124 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5126 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5129 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5131 * gdb.dwarf2/formdata16.c: New file.
5132 * gdb.dwarf2/formdata16.exp: New file.
5133 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5135 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5137 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5138 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5139 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5140 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5143 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5145 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5147 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5150 * gdb.base/maint.exp: Add testcases for when the commands do
5153 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5155 * gdb.cp/chained-calls.exp: Use p instead of P.
5157 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5159 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5160 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5162 2017-02-14 Tom Tromey <tom@tromey.com>
5165 * gdb.python/py-events.exp: Add before_prompt event tests.
5167 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5169 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5171 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5173 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5174 (main): Call my_unique_function_name.
5175 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5176 completion of patterns with a single match.
5177 Add missing -re switches to gdb_test_multiple calls.
5179 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5181 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5182 return if core file is not recognized.
5184 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5186 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5189 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5191 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5194 2017-02-10 Tom Tromey <tom@tromey.com>
5196 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5198 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5201 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5203 2017-02-08 Jerome Guitton <guitton@adacore.com>
5205 * gdb.base/define.exp: Add test for command abbreviations
5208 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5210 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5211 * gdb.reverse/insn-reverse-x86.c: New file.
5213 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5216 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5218 2017-02-03 Tom Tromey <tom@tromey.com>
5221 * gdb.rust/simple.exp: Add new tests.
5223 2017-02-02 Pedro Alves <palves@redhat.com>
5225 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5228 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5230 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5231 taking a 2-byte value out of a 4-byte DWARF implicit value on
5233 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5234 logic. Add test cases for DW_OP_implicit.
5236 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5238 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5240 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5242 * gdb.btrace/enable.exp: Call gdb_exit before
5243 skip_gdbserver_tests.
5245 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5247 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5250 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5252 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5253 the test is skipped.
5254 * gdb.btrace/data.exp: Likewise.
5255 * gdb.btrace/delta.exp: Likewise.
5256 * gdb.btrace/dlopen.exp: Likewise.
5257 * gdb.btrace/enable-running.exp: Likewise.
5258 * gdb.btrace/enable.exp: Likewise.
5259 * gdb.btrace/exception.exp: Likewise.
5260 * gdb.btrace/function_call_history.exp: Likewise.
5261 * gdb.btrace/gcore.exp: Likewise.
5262 * gdb.btrace/instruction_history.exp: Likewise.
5263 * gdb.btrace/multi-thread-step.exp: Likewise.
5264 * gdb.btrace/nohist.exp: Likewise.
5265 * gdb.btrace/non-stop.exp: Likewise.
5266 * gdb.btrace/reconnect.exp: Likewise.
5267 * gdb.btrace/record_goto-step.exp: Likewise.
5268 * gdb.btrace/record_goto.exp: Likewise.
5269 * gdb.btrace/rn-dl-bind.exp: Likewise.
5270 * gdb.btrace/segv.exp: Likewise.
5271 * gdb.btrace/step.exp: Likewise.
5272 * gdb.btrace/stepi.exp: Likewise.
5273 * gdb.btrace/tailcall-only.exp: Likewise.
5274 * gdb.btrace/tailcall.exp: Likewise.
5275 * gdb.btrace/tsx.exp: Likewise.
5276 * gdb.btrace/unknown_functions.exp: Likewise.
5277 * gdb.btrace/vdso.exp: Likewise.
5279 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5281 * gdb.btrace/enable-running.c: New.
5282 * gdb.btrace/enable-running.exp: New.
5284 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5286 * gdb.arch/amd64-gs_base.c: New file.
5287 * gdb.arch/amd64-gs_base.exp: New file.
5289 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5291 * lib/memory.exp: Remove spurious empty newlines.
5293 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5295 * gdb.python/py-bad-printers.exp: Load python file using "source".
5296 * gdb.python/py-events.exp: Likewise.
5297 * gdb.python/py-evsignal.exp: Likewise.
5298 * gdb.python/py-evthreads.exp: Likewise.
5299 * gdb.python/py-frame-args.exp: Likewise.
5300 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5301 * gdb.python/py-framefilter-mi.exp: Likewise.
5302 * gdb.python/py-framefilter.exp: Likewise.
5303 * gdb.python/py-mi.exp: Likewise.
5304 * gdb.python/py-pp-maint.exp: Likewise.
5305 * gdb.python/py-pp-registration.exp: Likewise.
5306 * gdb.python/py-prettyprint.exp: Likewise.
5307 (run_lang_tests): Likewise.
5308 * gdb.python/py-typeprint.exp: Likewise.
5310 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5312 * lib/memory.exp: New file.
5313 * lib/gdb.exp: Load memory.exp.
5314 * gdb.base/memattr.exp (delete_memory): Move proc to
5315 lib/memory.exp and rename to delete_memory_regions.
5316 Replace delete_memory with delete_memory_regions.
5317 Cleanup memory regions before tests.
5318 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5321 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5323 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5325 (initialize): New function conditionally defined.
5326 (testcases): Move within conditional block.
5327 (main): Call initialize.
5328 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5329 of gdb.reverse/insn-reverse.c.
5330 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5331 gdb.reverse/insn-reverse.c.
5333 2017-01-26 Yao Qi <yao.qi@linaro.org>
5335 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5336 disassemble on address 0.
5338 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5339 Yao Qi <yao.qi@linaro.org>
5341 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5342 * gdb.dwarf2/implptr-64bit.S: Remove.
5343 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5344 variables in caller's context. Add DW_OP_implicit_value.
5346 2017-01-25 Yao Qi <yao.qi@linaro.org>
5348 * lib/dwarf.exp (Dwarf::_location): Handle
5349 DW_OP_GNU_implicit_pointer with proper size.
5351 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5353 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5354 and add untested calls.
5356 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5358 * gdb.python/python.exp: Check line number against what GDB thinks
5359 the line number is for func1.
5361 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5363 * gdb.dlang/debug-expr.exp: New file.
5365 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5367 Fix test names for the following files:
5369 * gdb.ada/exec_changed.exp
5370 * gdb.ada/info_types.exp
5371 * gdb.arch/aarch64-atomic-inst.exp
5372 * gdb.arch/aarch64-fp.exp
5373 * gdb.arch/altivec-abi.exp
5374 * gdb.arch/altivec-regs.exp
5375 * gdb.arch/amd64-byte.exp
5376 * gdb.arch/amd64-disp-step.exp
5377 * gdb.arch/amd64-dword.exp
5378 * gdb.arch/amd64-entry-value-inline.exp
5379 * gdb.arch/amd64-entry-value-param.exp
5380 * gdb.arch/amd64-entry-value-paramref.exp
5381 * gdb.arch/amd64-entry-value.exp
5382 * gdb.arch/amd64-i386-address.exp
5383 * gdb.arch/amd64-invalid-stack-middle.exp
5384 * gdb.arch/amd64-invalid-stack-top.exp
5385 * gdb.arch/amd64-optimout-repeat.exp
5386 * gdb.arch/amd64-prologue-skip.exp
5387 * gdb.arch/amd64-prologue-xmm.exp
5388 * gdb.arch/amd64-stap-special-operands.exp
5389 * gdb.arch/amd64-stap-wrong-subexp.exp
5390 * gdb.arch/amd64-tailcall-cxx.exp
5391 * gdb.arch/amd64-tailcall-noret.exp
5392 * gdb.arch/amd64-tailcall-ret.exp
5393 * gdb.arch/amd64-tailcall-self.exp
5394 * gdb.arch/amd64-word.exp
5395 * gdb.arch/arm-bl-branch-dest.exp
5396 * gdb.arch/arm-disp-step.exp
5397 * gdb.arch/arm-neon.exp
5398 * gdb.arch/arm-single-step-kernel-helper.exp
5399 * gdb.arch/avr-flash-qualifier.exp
5400 * gdb.arch/disp-step-insn-reloc.exp
5401 * gdb.arch/e500-abi.exp
5402 * gdb.arch/e500-regs.exp
5403 * gdb.arch/ftrace-insn-reloc.exp
5404 * gdb.arch/i386-avx512.exp
5405 * gdb.arch/i386-bp_permanent.exp
5406 * gdb.arch/i386-byte.exp
5407 * gdb.arch/i386-cfi-notcurrent.exp
5408 * gdb.arch/i386-disp-step.exp
5409 * gdb.arch/i386-dr3-watch.exp
5410 * gdb.arch/i386-float.exp
5411 * gdb.arch/i386-gnu-cfi.exp
5412 * gdb.arch/i386-mpx-map.exp
5413 * gdb.arch/i386-mpx-sigsegv.exp
5414 * gdb.arch/i386-mpx-simple_segv.exp
5415 * gdb.arch/i386-mpx.exp
5416 * gdb.arch/i386-permbkpt.exp
5417 * gdb.arch/i386-prologue.exp
5418 * gdb.arch/i386-signal.exp
5419 * gdb.arch/i386-size-overlap.exp
5420 * gdb.arch/i386-unwind.exp
5421 * gdb.arch/i386-word.exp
5422 * gdb.arch/mips-fcr.exp
5423 * gdb.arch/powerpc-d128-regs.exp
5424 * gdb.arch/powerpc-stackless.exp
5425 * gdb.arch/ppc64-atomic-inst.exp
5426 * gdb.arch/s390-stackless.exp
5427 * gdb.arch/s390-tdbregs.exp
5428 * gdb.arch/s390-vregs.exp
5429 * gdb.arch/sparc-sysstep.exp
5430 * gdb.arch/thumb-bx-pc.exp
5431 * gdb.arch/thumb-singlestep.exp
5432 * gdb.arch/thumb2-it.exp
5433 * gdb.arch/vsx-regs.exp
5434 * gdb.asm/asm-source.exp
5435 * gdb.base/a2-run.exp
5436 * gdb.base/advance.exp
5437 * gdb.base/all-bin.exp
5440 * gdb.base/arithmet.exp
5441 * gdb.base/async-shell.exp
5442 * gdb.base/async.exp
5443 * gdb.base/attach-pie-noexec.exp
5444 * gdb.base/attach-twice.exp
5445 * gdb.base/auto-load.exp
5447 * gdb.base/bitfields.exp
5448 * gdb.base/break-always.exp
5449 * gdb.base/break-caller-line.exp
5450 * gdb.base/break-entry.exp
5451 * gdb.base/break-inline.exp
5452 * gdb.base/break-on-linker-gcd-function.exp
5453 * gdb.base/break-probes.exp
5454 * gdb.base/break.exp
5455 * gdb.base/breakpoint-shadow.exp
5456 * gdb.base/call-ar-st.exp
5457 * gdb.base/call-sc.exp
5458 * gdb.base/call-signal-resume.exp
5459 * gdb.base/call-strs.exp
5460 * gdb.base/callfuncs.exp
5461 * gdb.base/catch-fork-static.exp
5462 * gdb.base/catch-gdb-caused-signals.exp
5463 * gdb.base/catch-load.exp
5464 * gdb.base/catch-signal-fork.exp
5465 * gdb.base/catch-signal.exp
5466 * gdb.base/catch-syscall.exp
5467 * gdb.base/charset.exp
5468 * gdb.base/checkpoint.exp
5469 * gdb.base/chng-syms.exp
5470 * gdb.base/code-expr.exp
5471 * gdb.base/code_elim.exp
5472 * gdb.base/commands.exp
5473 * gdb.base/completion.exp
5474 * gdb.base/complex.exp
5475 * gdb.base/cond-expr.exp
5476 * gdb.base/condbreak.exp
5477 * gdb.base/consecutive.exp
5478 * gdb.base/continue-all-already-running.exp
5479 * gdb.base/coredump-filter.exp
5480 * gdb.base/corefile.exp
5482 * gdb.base/debug-expr.exp
5483 * gdb.base/define.exp
5485 * gdb.base/disabled-location.exp
5486 * gdb.base/disasm-end-cu.exp
5487 * gdb.base/disasm-optim.exp
5488 * gdb.base/display.exp
5489 * gdb.base/duplicate-bp.exp
5490 * gdb.base/ena-dis-br.exp
5491 * gdb.base/ending-run.exp
5492 * gdb.base/enumval.exp
5493 * gdb.base/environ.exp
5494 * gdb.base/eu-strip-infcall.exp
5495 * gdb.base/eval-avoid-side-effects.exp
5496 * gdb.base/eval-skip.exp
5497 * gdb.base/exitsignal.exp
5498 * gdb.base/expand-psymtabs.exp
5499 * gdb.base/filesym.exp
5500 * gdb.base/find-unmapped.exp
5501 * gdb.base/finish.exp
5502 * gdb.base/float.exp
5503 * gdb.base/foll-exec-mode.exp
5504 * gdb.base/foll-exec.exp
5505 * gdb.base/foll-fork.exp
5506 * gdb.base/fortran-sym-case.exp
5507 * gdb.base/freebpcmd.exp
5508 * gdb.base/func-ptr.exp
5509 * gdb.base/func-ptrs.exp
5510 * gdb.base/funcargs.exp
5511 * gdb.base/gcore-buffer-overflow.exp
5512 * gdb.base/gcore-relro-pie.exp
5513 * gdb.base/gcore-relro.exp
5514 * gdb.base/gcore.exp
5515 * gdb.base/gdb1090.exp
5516 * gdb.base/gdb11530.exp
5517 * gdb.base/gdb11531.exp
5518 * gdb.base/gdb1821.exp
5519 * gdb.base/gdbindex-stabs.exp
5520 * gdb.base/gdbvars.exp
5521 * gdb.base/hbreak.exp
5522 * gdb.base/hbreak2.exp
5523 * gdb.base/included.exp
5524 * gdb.base/infcall-input.exp
5525 * gdb.base/inferior-died.exp
5526 * gdb.base/infnan.exp
5527 * gdb.base/info-macros.exp
5528 * gdb.base/info-os.exp
5529 * gdb.base/info-proc.exp
5530 * gdb.base/info-shared.exp
5531 * gdb.base/info-target.exp
5532 * gdb.base/infoline.exp
5533 * gdb.base/interp.exp
5534 * gdb.base/interrupt.exp
5535 * gdb.base/jit-reader.exp
5536 * gdb.base/jit-simple.exp
5537 * gdb.base/kill-after-signal.exp
5538 * gdb.base/kill-detach-inferiors-cmd.exp
5539 * gdb.base/label.exp
5540 * gdb.base/langs.exp
5541 * gdb.base/ldbl_e308.exp
5542 * gdb.base/line-symtabs.exp
5543 * gdb.base/linespecs.exp
5545 * gdb.base/long_long.exp
5546 * gdb.base/longest-types.exp
5547 * gdb.base/maint.exp
5548 * gdb.base/max-value-size.exp
5549 * gdb.base/memattr.exp
5550 * gdb.base/mips_pro.exp
5551 * gdb.base/morestack.exp
5552 * gdb.base/moribund-step.exp
5553 * gdb.base/multi-forks.exp
5554 * gdb.base/nested-addr.exp
5555 * gdb.base/nextoverexit.exp
5556 * gdb.base/noreturn-finish.exp
5557 * gdb.base/noreturn-return.exp
5558 * gdb.base/nostdlib.exp
5559 * gdb.base/offsets.exp
5560 * gdb.base/opaque.exp
5561 * gdb.base/pc-fp.exp
5562 * gdb.base/permissions.exp
5563 * gdb.base/print-symbol-loading.exp
5564 * gdb.base/prologue-include.exp
5565 * gdb.base/psymtab.exp
5566 * gdb.base/ptype.exp
5567 * gdb.base/random-signal.exp
5568 * gdb.base/randomize.exp
5569 * gdb.base/range-stepping.exp
5570 * gdb.base/readline-ask.exp
5571 * gdb.base/recpar.exp
5572 * gdb.base/recurse.exp
5573 * gdb.base/relational.exp
5574 * gdb.base/restore.exp
5575 * gdb.base/return-nodebug.exp
5576 * gdb.base/return.exp
5577 * gdb.base/run-after-attach.exp
5578 * gdb.base/save-bp.exp
5579 * gdb.base/scope.exp
5580 * gdb.base/sect-cmd.exp
5581 * gdb.base/set-lang-auto.exp
5582 * gdb.base/set-noassign.exp
5583 * gdb.base/setvar.exp
5584 * gdb.base/sigall.exp
5585 * gdb.base/sigbpt.exp
5586 * gdb.base/siginfo-addr.exp
5587 * gdb.base/siginfo-infcall.exp
5588 * gdb.base/siginfo-obj.exp
5589 * gdb.base/siginfo.exp
5590 * gdb.base/signals-state-child.exp
5591 * gdb.base/signest.exp
5592 * gdb.base/sigstep.exp
5593 * gdb.base/sizeof.exp
5595 * gdb.base/solib-corrupted.exp
5596 * gdb.base/solib-nodir.exp
5597 * gdb.base/solib-search.exp
5598 * gdb.base/stack-checking.exp
5599 * gdb.base/stale-infcall.exp
5600 * gdb.base/stap-probe.exp
5601 * gdb.base/start.exp
5602 * gdb.base/step-break.exp
5603 * gdb.base/step-bt.exp
5604 * gdb.base/step-line.exp
5605 * gdb.base/step-over-exit.exp
5606 * gdb.base/step-over-syscall.exp
5607 * gdb.base/step-resume-infcall.exp
5608 * gdb.base/step-test.exp
5609 * gdb.base/store.exp
5610 * gdb.base/structs3.exp
5611 * gdb.base/sym-file.exp
5612 * gdb.base/symbol-without-target_section.exp
5614 * gdb.base/testenv.exp
5615 * gdb.base/ui-redirect.exp
5616 * gdb.base/until.exp
5617 * gdb.base/unwindonsignal.exp
5618 * gdb.base/value-double-free.exp
5619 * gdb.base/vla-datatypes.exp
5620 * gdb.base/vla-ptr.exp
5621 * gdb.base/vla-sideeffect.exp
5622 * gdb.base/volatile.exp
5623 * gdb.base/watch-cond-infcall.exp
5624 * gdb.base/watch-cond.exp
5625 * gdb.base/watch-non-mem.exp
5626 * gdb.base/watch-read.exp
5627 * gdb.base/watch-vfork.exp
5628 * gdb.base/watchpoint-cond-gone.exp
5629 * gdb.base/watchpoint-delete.exp
5630 * gdb.base/watchpoint-hw-hit-once.exp
5631 * gdb.base/watchpoint-hw.exp
5632 * gdb.base/watchpoint-stops-at-right-insn.exp
5633 * gdb.base/watchpoints.exp
5634 * gdb.base/wchar.exp
5635 * gdb.base/whatis-exp.exp
5636 * gdb.btrace/buffer-size.exp
5637 * gdb.btrace/data.exp
5638 * gdb.btrace/delta.exp
5639 * gdb.btrace/dlopen.exp
5640 * gdb.btrace/enable.exp
5641 * gdb.btrace/exception.exp
5642 * gdb.btrace/function_call_history.exp
5643 * gdb.btrace/gcore.exp
5644 * gdb.btrace/instruction_history.exp
5645 * gdb.btrace/nohist.exp
5646 * gdb.btrace/reconnect.exp
5647 * gdb.btrace/record_goto-step.exp
5648 * gdb.btrace/record_goto.exp
5649 * gdb.btrace/rn-dl-bind.exp
5650 * gdb.btrace/segv.exp
5651 * gdb.btrace/step.exp
5652 * gdb.btrace/stepi.exp
5653 * gdb.btrace/tailcall-only.exp
5654 * gdb.btrace/tailcall.exp
5655 * gdb.btrace/tsx.exp
5656 * gdb.btrace/unknown_functions.exp
5657 * gdb.btrace/vdso.exp
5658 * gdb.compile/compile-ifunc.exp
5659 * gdb.compile/compile-ops.exp
5660 * gdb.compile/compile-print.exp
5661 * gdb.compile/compile-setjmp.exp
5662 * gdb.cp/abstract-origin.exp
5663 * gdb.cp/ambiguous.exp
5664 * gdb.cp/annota2.exp
5665 * gdb.cp/annota3.exp
5666 * gdb.cp/anon-ns.exp
5667 * gdb.cp/anon-struct.exp
5668 * gdb.cp/anon-union.exp
5669 * gdb.cp/arg-reference.exp
5670 * gdb.cp/baseenum.exp
5672 * gdb.cp/breakpoint.exp
5673 * gdb.cp/bs15503.exp
5676 * gdb.cp/chained-calls.exp
5678 * gdb.cp/classes.exp
5679 * gdb.cp/cmpd-minsyms.exp
5680 * gdb.cp/converts.exp
5681 * gdb.cp/cp-relocate.exp
5682 * gdb.cp/cpcompletion.exp
5683 * gdb.cp/cpexprs.exp
5684 * gdb.cp/cplabel.exp
5685 * gdb.cp/cplusfuncs.exp
5686 * gdb.cp/cpsizeof.exp
5688 * gdb.cp/derivation.exp
5689 * gdb.cp/destrprint.exp
5690 * gdb.cp/dispcxx.exp
5691 * gdb.cp/enum-class.exp
5692 * gdb.cp/exception.exp
5693 * gdb.cp/exceptprint.exp
5694 * gdb.cp/expand-psymtabs-cxx.exp
5695 * gdb.cp/expand-sals.exp
5696 * gdb.cp/extern-c.exp
5697 * gdb.cp/filename.exp
5698 * gdb.cp/formatted-ref.exp
5699 * gdb.cp/fpointer.exp
5700 * gdb.cp/gdb1355.exp
5701 * gdb.cp/gdb2495.exp
5703 * gdb.cp/impl-this.exp
5704 * gdb.cp/infcall-dlopen.exp
5705 * gdb.cp/inherit.exp
5706 * gdb.cp/iostream.exp
5710 * gdb.cp/m-static.exp
5711 * gdb.cp/mb-ctor.exp
5712 * gdb.cp/mb-inline.exp
5713 * gdb.cp/mb-templates.exp
5714 * gdb.cp/member-name.exp
5715 * gdb.cp/member-ptr.exp
5716 * gdb.cp/meth-typedefs.exp
5718 * gdb.cp/method2.exp
5719 * gdb.cp/minsym-fallback.exp
5721 * gdb.cp/namelessclass.exp
5722 * gdb.cp/namespace-enum.exp
5723 * gdb.cp/namespace-nested-import.exp
5724 * gdb.cp/namespace.exp
5725 * gdb.cp/nextoverthrow.exp
5726 * gdb.cp/no-dmgl-verbose.exp
5727 * gdb.cp/non-trivial-retval.exp
5728 * gdb.cp/noparam.exp
5730 * gdb.cp/nsimport.exp
5731 * gdb.cp/nsnested.exp
5732 * gdb.cp/nsnoimports.exp
5733 * gdb.cp/nsrecurs.exp
5734 * gdb.cp/nsstress.exp
5735 * gdb.cp/nsusing.exp
5736 * gdb.cp/operator.exp
5737 * gdb.cp/oranking.exp
5738 * gdb.cp/overload-const.exp
5739 * gdb.cp/overload.exp
5740 * gdb.cp/ovldbreak.exp
5742 * gdb.cp/paren-type.exp
5743 * gdb.cp/parse-lang.exp
5744 * gdb.cp/pass-by-ref.exp
5745 * gdb.cp/pr-1023.exp
5746 * gdb.cp/pr-1210.exp
5748 * gdb.cp/pr10687.exp
5749 * gdb.cp/pr12028.exp
5750 * gdb.cp/pr17132.exp
5751 * gdb.cp/pr17494.exp
5755 * gdb.cp/printmethod.exp
5757 * gdb.cp/psymtab-parameter.exp
5758 * gdb.cp/ptype-cv-cp.exp
5759 * gdb.cp/ptype-flags.exp
5760 * gdb.cp/re-set-overloaded.exp
5761 * gdb.cp/ref-types.exp
5763 * gdb.cp/scope-err.exp
5766 * gdb.cp/static-method.exp
5767 * gdb.cp/static-print-quit.exp
5768 * gdb.cp/temargs.exp
5769 * gdb.cp/templates.exp
5770 * gdb.cp/try_catch.exp
5771 * gdb.cp/typedef-operator.exp
5773 * gdb.cp/userdef.exp
5774 * gdb.cp/using-crash.exp
5775 * gdb.cp/var-tag.exp
5776 * gdb.cp/virtbase.exp
5777 * gdb.cp/virtfunc.exp
5778 * gdb.cp/virtfunc2.exp
5779 * gdb.cp/vla-cxx.exp
5780 * gdb.disasm/t01_mov.exp
5781 * gdb.disasm/t02_mova.exp
5782 * gdb.disasm/t03_add.exp
5783 * gdb.disasm/t04_sub.exp
5784 * gdb.disasm/t05_cmp.exp
5785 * gdb.disasm/t06_ari2.exp
5786 * gdb.disasm/t07_ari3.exp
5787 * gdb.disasm/t08_or.exp
5788 * gdb.disasm/t09_xor.exp
5789 * gdb.disasm/t10_and.exp
5790 * gdb.disasm/t11_logs.exp
5791 * gdb.disasm/t12_bit.exp
5792 * gdb.disasm/t13_otr.exp
5793 * gdb.dlang/circular.exp
5794 * gdb.dwarf2/arr-stride.exp
5795 * gdb.dwarf2/arr-subrange.exp
5796 * gdb.dwarf2/atomic-type.exp
5797 * gdb.dwarf2/bad-regnum.exp
5798 * gdb.dwarf2/bitfield-parent-optimized-out.exp
5799 * gdb.dwarf2/callframecfa.exp
5800 * gdb.dwarf2/clztest.exp
5801 * gdb.dwarf2/corrupt.exp
5802 * gdb.dwarf2/data-loc.exp
5803 * gdb.dwarf2/dup-psym.exp
5804 * gdb.dwarf2/dw2-anon-mptr.exp
5805 * gdb.dwarf2/dw2-anonymous-func.exp
5806 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5807 * gdb.dwarf2/dw2-bad-unresolved.exp
5808 * gdb.dwarf2/dw2-basic.exp
5809 * gdb.dwarf2/dw2-canonicalize-type.exp
5810 * gdb.dwarf2/dw2-case-insensitive.exp
5811 * gdb.dwarf2/dw2-common-block.exp
5812 * gdb.dwarf2/dw2-compdir-oldgcc.exp
5813 * gdb.dwarf2/dw2-compressed.exp
5814 * gdb.dwarf2/dw2-const.exp
5815 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5816 * gdb.dwarf2/dw2-cu-size.exp
5817 * gdb.dwarf2/dw2-dup-frame.exp
5818 * gdb.dwarf2/dw2-entry-value.exp
5819 * gdb.dwarf2/dw2-icycle.exp
5820 * gdb.dwarf2/dw2-ifort-parameter.exp
5821 * gdb.dwarf2/dw2-inline-break.exp
5822 * gdb.dwarf2/dw2-inline-param.exp
5823 * gdb.dwarf2/dw2-intercu.exp
5824 * gdb.dwarf2/dw2-intermix.exp
5825 * gdb.dwarf2/dw2-lexical-block-bare.exp
5826 * gdb.dwarf2/dw2-linkage-name-trust.exp
5827 * gdb.dwarf2/dw2-minsym-in-cu.exp
5828 * gdb.dwarf2/dw2-noloc.exp
5829 * gdb.dwarf2/dw2-op-call.exp
5830 * gdb.dwarf2/dw2-op-out-param.exp
5831 * gdb.dwarf2/dw2-opt-structptr.exp
5832 * gdb.dwarf2/dw2-param-error.exp
5833 * gdb.dwarf2/dw2-producer.exp
5834 * gdb.dwarf2/dw2-ranges-base.exp
5835 * gdb.dwarf2/dw2-ref-missing-frame.exp
5836 * gdb.dwarf2/dw2-reg-undefined.exp
5837 * gdb.dwarf2/dw2-regno-invalid.exp
5838 * gdb.dwarf2/dw2-restore.exp
5839 * gdb.dwarf2/dw2-restrict.exp
5840 * gdb.dwarf2/dw2-single-line-discriminators.exp
5841 * gdb.dwarf2/dw2-strp.exp
5842 * gdb.dwarf2/dw2-undefined-ret-addr.exp
5843 * gdb.dwarf2/dw2-unresolved.exp
5844 * gdb.dwarf2/dw2-var-zero-addr.exp
5845 * gdb.dwarf2/dw4-sig-types.exp
5846 * gdb.dwarf2/dwz.exp
5847 * gdb.dwarf2/dynarr-ptr.exp
5848 * gdb.dwarf2/enum-type.exp
5849 * gdb.dwarf2/gdb-index.exp
5850 * gdb.dwarf2/implptr-64bit.exp
5851 * gdb.dwarf2/implptr-optimized-out.exp
5852 * gdb.dwarf2/implptr.exp
5853 * gdb.dwarf2/implref-array.exp
5854 * gdb.dwarf2/implref-const.exp
5855 * gdb.dwarf2/implref-global.exp
5856 * gdb.dwarf2/implref-struct.exp
5857 * gdb.dwarf2/mac-fileno.exp
5858 * gdb.dwarf2/main-subprogram.exp
5859 * gdb.dwarf2/member-ptr-forwardref.exp
5860 * gdb.dwarf2/method-ptr.exp
5861 * gdb.dwarf2/missing-sig-type.exp
5862 * gdb.dwarf2/nonvar-access.exp
5863 * gdb.dwarf2/opaque-type-lookup.exp
5864 * gdb.dwarf2/pieces-optimized-out.exp
5865 * gdb.dwarf2/pieces.exp
5866 * gdb.dwarf2/pr10770.exp
5867 * gdb.dwarf2/pr13961.exp
5868 * gdb.dwarf2/staticvirtual.exp
5869 * gdb.dwarf2/subrange.exp
5870 * gdb.dwarf2/symtab-producer.exp
5871 * gdb.dwarf2/trace-crash.exp
5872 * gdb.dwarf2/typeddwarf.exp
5873 * gdb.dwarf2/valop.exp
5874 * gdb.dwarf2/watch-notconst.exp
5875 * gdb.fortran/array-element.exp
5876 * gdb.fortran/charset.exp
5877 * gdb.fortran/common-block.exp
5878 * gdb.fortran/complex.exp
5879 * gdb.fortran/derived-type-function.exp
5880 * gdb.fortran/derived-type.exp
5881 * gdb.fortran/logical.exp
5882 * gdb.fortran/module.exp
5883 * gdb.fortran/multi-dim.exp
5884 * gdb.fortran/nested-funcs.exp
5885 * gdb.fortran/print-formatted.exp
5886 * gdb.fortran/subarray.exp
5887 * gdb.fortran/vla-alloc-assoc.exp
5888 * gdb.fortran/vla-datatypes.exp
5889 * gdb.fortran/vla-history.exp
5890 * gdb.fortran/vla-ptr-info.exp
5891 * gdb.fortran/vla-ptype-sub.exp
5892 * gdb.fortran/vla-ptype.exp
5893 * gdb.fortran/vla-sizeof.exp
5894 * gdb.fortran/vla-type.exp
5895 * gdb.fortran/vla-value-sub-arbitrary.exp
5896 * gdb.fortran/vla-value-sub-finish.exp
5897 * gdb.fortran/vla-value-sub.exp
5898 * gdb.fortran/vla-value.exp
5899 * gdb.fortran/whatis_type.exp
5901 * gdb.go/handcall.exp
5903 * gdb.go/integers.exp
5904 * gdb.go/methods.exp
5905 * gdb.go/package.exp
5906 * gdb.go/strings.exp
5909 * gdb.guile/scm-arch.exp
5910 * gdb.guile/scm-block.exp
5911 * gdb.guile/scm-breakpoint.exp
5912 * gdb.guile/scm-cmd.exp
5913 * gdb.guile/scm-disasm.exp
5914 * gdb.guile/scm-equal.exp
5915 * gdb.guile/scm-frame-args.exp
5916 * gdb.guile/scm-frame-inline.exp
5917 * gdb.guile/scm-frame.exp
5918 * gdb.guile/scm-iterator.exp
5919 * gdb.guile/scm-math.exp
5920 * gdb.guile/scm-objfile.exp
5921 * gdb.guile/scm-ports.exp
5922 * gdb.guile/scm-symbol.exp
5923 * gdb.guile/scm-symtab.exp
5924 * gdb.guile/scm-value-cc.exp
5925 * gdb.guile/types-module.exp
5926 * gdb.linespec/break-ask.exp
5927 * gdb.linespec/cpexplicit.exp
5928 * gdb.linespec/explicit.exp
5929 * gdb.linespec/keywords.exp
5930 * gdb.linespec/linespec.exp
5931 * gdb.linespec/ls-dollar.exp
5932 * gdb.linespec/ls-errs.exp
5933 * gdb.linespec/skip-two.exp
5934 * gdb.linespec/thread.exp
5935 * gdb.mi/mi-async.exp
5936 * gdb.mi/mi-basics.exp
5937 * gdb.mi/mi-break.exp
5938 * gdb.mi/mi-catch-load.exp
5940 * gdb.mi/mi-cmd-param-changed.exp
5941 * gdb.mi/mi-console.exp
5942 * gdb.mi/mi-detach.exp
5943 * gdb.mi/mi-disassemble.exp
5944 * gdb.mi/mi-eval.exp
5945 * gdb.mi/mi-file-transfer.exp
5946 * gdb.mi/mi-file.exp
5947 * gdb.mi/mi-fill-memory.exp
5948 * gdb.mi/mi-inheritance-syntax-error.exp
5949 * gdb.mi/mi-linespec-err-cp.exp
5950 * gdb.mi/mi-logging.exp
5951 * gdb.mi/mi-memory-changed.exp
5952 * gdb.mi/mi-read-memory.exp
5953 * gdb.mi/mi-record-changed.exp
5954 * gdb.mi/mi-reg-undefined.exp
5955 * gdb.mi/mi-regs.exp
5956 * gdb.mi/mi-return.exp
5957 * gdb.mi/mi-reverse.exp
5958 * gdb.mi/mi-simplerun.exp
5959 * gdb.mi/mi-solib.exp
5960 * gdb.mi/mi-stack.exp
5961 * gdb.mi/mi-stepi.exp
5962 * gdb.mi/mi-syn-frame.exp
5963 * gdb.mi/mi-until.exp
5964 * gdb.mi/mi-var-block.exp
5965 * gdb.mi/mi-var-child.exp
5966 * gdb.mi/mi-var-cmd.exp
5967 * gdb.mi/mi-var-cp.exp
5968 * gdb.mi/mi-var-display.exp
5969 * gdb.mi/mi-var-invalidate.exp
5970 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5971 * gdb.mi/mi-vla-fortran.exp
5972 * gdb.mi/mi-watch.exp
5973 * gdb.mi/mi2-var-child.exp
5974 * gdb.mi/user-selected-context-sync.exp
5975 * gdb.modula2/unbounded-array.exp
5976 * gdb.multi/dummy-frame-restore.exp
5977 * gdb.multi/multi-arch-exec.exp
5978 * gdb.multi/multi-arch.exp
5979 * gdb.multi/tids.exp
5980 * gdb.multi/watchpoint-multi.exp
5981 * gdb.opencl/callfuncs.exp
5982 * gdb.opencl/convs_casts.exp
5983 * gdb.opencl/datatypes.exp
5984 * gdb.opencl/operators.exp
5985 * gdb.opencl/vec_comps.exp
5986 * gdb.opt/clobbered-registers-O2.exp
5987 * gdb.opt/inline-break.exp
5988 * gdb.opt/inline-bt.exp
5989 * gdb.opt/inline-cmds.exp
5990 * gdb.opt/inline-locals.exp
5991 * gdb.pascal/case-insensitive-symbols.exp
5992 * gdb.pascal/floats.exp
5993 * gdb.pascal/gdb11492.exp
5994 * gdb.python/lib-types.exp
5995 * gdb.python/py-arch.exp
5996 * gdb.python/py-as-string.exp
5997 * gdb.python/py-bad-printers.exp
5998 * gdb.python/py-block.exp
5999 * gdb.python/py-breakpoint-create-fail.exp
6000 * gdb.python/py-breakpoint.exp
6001 * gdb.python/py-caller-is.exp
6002 * gdb.python/py-cmd.exp
6003 * gdb.python/py-explore-cc.exp
6004 * gdb.python/py-explore.exp
6005 * gdb.python/py-finish-breakpoint.exp
6006 * gdb.python/py-finish-breakpoint2.exp
6007 * gdb.python/py-frame-args.exp
6008 * gdb.python/py-frame-inline.exp
6009 * gdb.python/py-frame.exp
6010 * gdb.python/py-framefilter-mi.exp
6011 * gdb.python/py-infthread.exp
6012 * gdb.python/py-lazy-string.exp
6013 * gdb.python/py-linetable.exp
6014 * gdb.python/py-mi-events.exp
6015 * gdb.python/py-mi-objfile.exp
6016 * gdb.python/py-mi.exp
6017 * gdb.python/py-objfile.exp
6018 * gdb.python/py-pp-integral.exp
6019 * gdb.python/py-pp-maint.exp
6020 * gdb.python/py-pp-re-notag.exp
6021 * gdb.python/py-pp-registration.exp
6022 * gdb.python/py-recurse-unwind.exp
6023 * gdb.python/py-strfns.exp
6024 * gdb.python/py-symbol.exp
6025 * gdb.python/py-symtab.exp
6026 * gdb.python/py-sync-interp.exp
6027 * gdb.python/py-typeprint.exp
6028 * gdb.python/py-unwind-maint.exp
6029 * gdb.python/py-unwind.exp
6030 * gdb.python/py-value-cc.exp
6031 * gdb.python/py-xmethods.exp
6032 * gdb.reverse/amd64-tailcall-reverse.exp
6033 * gdb.reverse/break-precsave.exp
6034 * gdb.reverse/break-reverse.exp
6035 * gdb.reverse/consecutive-precsave.exp
6036 * gdb.reverse/consecutive-reverse.exp
6037 * gdb.reverse/finish-precsave.exp
6038 * gdb.reverse/finish-reverse-bkpt.exp
6039 * gdb.reverse/finish-reverse.exp
6040 * gdb.reverse/fstatat-reverse.exp
6041 * gdb.reverse/getresuid-reverse.exp
6042 * gdb.reverse/i386-precsave.exp
6043 * gdb.reverse/i386-reverse.exp
6044 * gdb.reverse/i386-sse-reverse.exp
6045 * gdb.reverse/i387-env-reverse.exp
6046 * gdb.reverse/i387-stack-reverse.exp
6047 * gdb.reverse/insn-reverse.exp
6048 * gdb.reverse/machinestate-precsave.exp
6049 * gdb.reverse/machinestate.exp
6050 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6051 * gdb.reverse/pipe-reverse.exp
6052 * gdb.reverse/readv-reverse.exp
6053 * gdb.reverse/recvmsg-reverse.exp
6054 * gdb.reverse/rerun-prec.exp
6055 * gdb.reverse/s390-mvcle.exp
6056 * gdb.reverse/step-precsave.exp
6057 * gdb.reverse/step-reverse.exp
6058 * gdb.reverse/time-reverse.exp
6059 * gdb.reverse/until-precsave.exp
6060 * gdb.reverse/until-reverse.exp
6061 * gdb.reverse/waitpid-reverse.exp
6062 * gdb.reverse/watch-precsave.exp
6063 * gdb.reverse/watch-reverse.exp
6064 * gdb.rust/generics.exp
6065 * gdb.rust/methods.exp
6066 * gdb.rust/modules.exp
6067 * gdb.rust/simple.exp
6068 * gdb.server/connect-with-no-symbol-file.exp
6069 * gdb.server/ext-attach.exp
6070 * gdb.server/ext-restart.exp
6071 * gdb.server/ext-wrapper.exp
6072 * gdb.server/file-transfer.exp
6073 * gdb.server/server-exec-info.exp
6074 * gdb.server/server-kill.exp
6075 * gdb.server/server-mon.exp
6076 * gdb.server/wrapper.exp
6077 * gdb.stabs/exclfwd.exp
6078 * gdb.stabs/gdb11479.exp
6079 * gdb.threads/clone-new-thread-event.exp
6080 * gdb.threads/corethreads.exp
6081 * gdb.threads/current-lwp-dead.exp
6082 * gdb.threads/dlopen-libpthread.exp
6083 * gdb.threads/gcore-thread.exp
6084 * gdb.threads/sigstep-threads.exp
6085 * gdb.threads/watchpoint-fork.exp
6086 * gdb.trace/actions-changed.exp
6087 * gdb.trace/backtrace.exp
6088 * gdb.trace/change-loc.exp
6089 * gdb.trace/circ.exp
6090 * gdb.trace/collection.exp
6091 * gdb.trace/disconnected-tracing.exp
6092 * gdb.trace/ftrace.exp
6093 * gdb.trace/mi-trace-frame-collected.exp
6094 * gdb.trace/mi-trace-unavailable.exp
6095 * gdb.trace/mi-traceframe-changed.exp
6096 * gdb.trace/mi-tsv-changed.exp
6097 * gdb.trace/no-attach-trace.exp
6098 * gdb.trace/passc-dyn.exp
6099 * gdb.trace/qtro.exp
6100 * gdb.trace/range-stepping.exp
6101 * gdb.trace/read-memory.exp
6102 * gdb.trace/save-trace.exp
6103 * gdb.trace/signal.exp
6104 * gdb.trace/status-stop.exp
6105 * gdb.trace/tfile.exp
6106 * gdb.trace/trace-break.exp
6107 * gdb.trace/trace-buffer-size.exp
6108 * gdb.trace/trace-condition.exp
6109 * gdb.trace/tracefile-pseudo-reg.exp
6110 * gdb.trace/tstatus.exp
6111 * gdb.trace/unavailable.exp
6112 * gdb.trace/while-dyn.exp
6113 * gdb.trace/while-stepping.exp
6115 2016-12-22 Doug Evans <xdje42@gmail.com>
6117 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6120 2016-12-19 Yao Qi <yao.qi@linaro.org>
6122 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6123 (test_with_self): Don't call do_steps_and_nexts, and remove
6124 code about stepping into xmalloc.
6126 2016-12-09 Yao Qi <yao.qi@linaro.org>
6128 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6130 2016-12-09 Yao Qi <yao.qi@linaro.org>
6132 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6134 2016-12-09 Pedro Alves <palves@redhat.com>
6136 * gdb.base/all-architectures-0.exp: New file.
6137 * gdb.base/all-architectures-1.exp: New file.
6138 * gdb.base/all-architectures-2.exp: New file.
6139 * gdb.base/all-architectures-3.exp: New file.
6140 * gdb.base/all-architectures-4.exp: New file.
6141 * gdb.base/all-architectures-5.exp: New file.
6142 * gdb.base/all-architectures-6.exp: New file.
6143 * gdb.base/all-architectures-7.exp: New file.
6144 * gdb.base/all-architectures.exp.in: New file.
6146 2016-12-09 Yao Qi <yao.qi@linaro.org>
6148 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6150 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6152 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6154 Remove useless pattern-matching code.
6156 2016-12-02 Pedro Alves <palves@redhat.com>
6158 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6160 (top level): Call it.
6162 2016-12-02 Pedro Alves <palves@redhat.com>
6164 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6166 (top level): Call it.
6168 2016-12-02 Pedro Alves <palves@redhat.com>
6171 * gdb.base/commands.exp (user_defined_command_args_eval): New
6173 (top level): Call it.
6175 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6177 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6180 2016-12-02 Tom Tromey <tom@tromey.com>
6182 * gdb.dwarf2/main-subprogram.c: New file.
6183 * gdb.dwarf2/main-subprogram.exp: New file.
6185 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6187 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6188 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6189 gdb_test_no_output for a couple of cases.
6190 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6192 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6194 Fix test names and standardize compilation error messages throughout
6195 the following files:
6198 * gdb.arch/alpha-step.exp
6199 * gdb.arch/e500-prologue.exp
6200 * gdb.arch/ftrace-insn-reloc.exp
6201 * gdb.arch/gdb1291.exp
6202 * gdb.arch/gdb1431.exp
6203 * gdb.arch/gdb1558.exp
6204 * gdb.arch/i386-dr3-watch.exp
6205 * gdb.arch/i386-sse-stack-align.exp
6206 * gdb.arch/ia64-breakpoint-shadow.exp
6207 * gdb.arch/pa-nullify.exp
6208 * gdb.arch/powerpc-aix-prologue.exp
6209 * gdb.arch/thumb-bx-pc.exp
6210 * gdb.base/annota1.exp
6211 * gdb.base/annota3.exp
6212 * gdb.base/arrayidx.exp
6213 * gdb.base/assign.exp
6214 * gdb.base/attach.exp
6217 * gdb.base/bfp-test.exp
6218 * gdb.base/bigcore.exp
6219 * gdb.base/bitfields2.exp
6220 * gdb.base/break-fun-addr.exp
6221 * gdb.base/break-probes.exp
6222 * gdb.base/call-rt-st.exp
6223 * gdb.base/callexit.exp
6224 * gdb.base/catch-fork-kill.exp
6225 * gdb.base/charset.exp
6226 * gdb.base/checkpoint.exp
6227 * gdb.base/comprdebug.exp
6228 * gdb.base/constvars.exp
6229 * gdb.base/coredump-filter.exp
6230 * gdb.base/cursal.exp
6231 * gdb.base/cvexpr.exp
6232 * gdb.base/detach.exp
6233 * gdb.base/display.exp
6234 * gdb.base/dmsym.exp
6235 * gdb.base/dprintf-pending.exp
6236 * gdb.base/dso2dso.exp
6237 * gdb.base/dtrace-probe.exp
6239 * gdb.base/enum_cond.exp
6240 * gdb.base/exe-lock.exp
6241 * gdb.base/exec-invalid-sysroot.exp
6242 * gdb.base/execl-update-breakpoints.exp
6243 * gdb.base/exprs.exp
6244 * gdb.base/fileio.exp
6246 * gdb.base/finish.exp
6247 * gdb.base/fixsection.exp
6248 * gdb.base/foll-vfork.exp
6249 * gdb.base/frame-args.exp
6250 * gdb.base/gcore.exp
6251 * gdb.base/gdb1250.exp
6252 * gdb.base/global-var-nested-by-dso.exp
6253 * gdb.base/gnu-ifunc.exp
6254 * gdb.base/hashline1.exp
6255 * gdb.base/hashline2.exp
6256 * gdb.base/hashline3.exp
6257 * gdb.base/hbreak-in-shr-unsupported.exp
6259 * gdb.base/infcall-input.exp
6260 * gdb.base/info-fun.exp
6261 * gdb.base/info-shared.exp
6262 * gdb.base/jit-simple.exp
6263 * gdb.base/jit-so.exp
6266 * gdb.base/label.exp
6267 * gdb.base/lineinc.exp
6268 * gdb.base/logical.exp
6269 * gdb.base/longjmp.exp
6270 * gdb.base/macscp.exp
6271 * gdb.base/miscexprs.exp
6272 * gdb.base/new-ui-echo.exp
6273 * gdb.base/new-ui-pending-input.exp
6274 * gdb.base/new-ui.exp
6275 * gdb.base/nodebug.exp
6276 * gdb.base/nofield.exp
6277 * gdb.base/offsets.exp
6278 * gdb.base/overlays.exp
6279 * gdb.base/pending.exp
6280 * gdb.base/pointers.exp
6281 * gdb.base/pr11022.exp
6282 * gdb.base/printcmds.exp
6283 * gdb.base/prologue.exp
6284 * gdb.base/ptr-typedef.exp
6285 * gdb.base/realname-expand.exp
6286 * gdb.base/relativedebug.exp
6287 * gdb.base/relocate.exp
6288 * gdb.base/remote.exp
6289 * gdb.base/reread.exp
6290 * gdb.base/return2.exp
6291 * gdb.base/savedregs.exp
6293 * gdb.base/sepdebug.exp
6294 * gdb.base/sepsymtab.exp
6295 * gdb.base/set-inferior-tty.exp
6296 * gdb.base/setshow.exp
6297 * gdb.base/shlib-call.exp
6298 * gdb.base/sigaltstack.exp
6299 * gdb.base/siginfo-addr.exp
6300 * gdb.base/signals.exp
6301 * gdb.base/signull.exp
6302 * gdb.base/sigrepeat.exp
6303 * gdb.base/so-impl-ld.exp
6304 * gdb.base/solib-display.exp
6305 * gdb.base/solib-overlap.exp
6306 * gdb.base/solib-search.exp
6307 * gdb.base/solib-symbol.exp
6308 * gdb.base/structs.exp
6309 * gdb.base/structs2.exp
6310 * gdb.base/symtab-search-order.exp
6311 * gdb.base/twice.exp
6312 * gdb.base/unload.exp
6313 * gdb.base/varargs.exp
6314 * gdb.base/watchpoint-solib.exp
6315 * gdb.base/watchpoint.exp
6316 * gdb.base/whatis.exp
6317 * gdb.base/wrong_frame_bt_full.exp
6318 * gdb.btrace/dlopen.exp
6319 * gdb.cell/ea-standalone.exp
6320 * gdb.cell/ea-test.exp
6321 * gdb.cp/dispcxx.exp
6322 * gdb.cp/gdb2384.exp
6323 * gdb.cp/method2.exp
6324 * gdb.cp/nextoverthrow.exp
6325 * gdb.cp/pr10728.exp
6326 * gdb.disasm/am33.exp
6327 * gdb.disasm/h8300s.exp
6328 * gdb.disasm/mn10300.exp
6329 * gdb.disasm/sh3.exp
6330 * gdb.dwarf2/dw2-dir-file-name.exp
6331 * gdb.fortran/complex.exp
6332 * gdb.fortran/library-module.exp
6333 * gdb.guile/scm-pretty-print.exp
6334 * gdb.guile/scm-symbol.exp
6335 * gdb.guile/scm-type.exp
6336 * gdb.guile/scm-value.exp
6337 * gdb.linespec/linespec.exp
6340 * gdb.mi/mi-breakpoint-changed.exp
6341 * gdb.mi/mi-dprintf-pending.exp
6342 * gdb.mi/mi-dprintf.exp
6343 * gdb.mi/mi-exit-code.exp
6344 * gdb.mi/mi-pending.exp
6345 * gdb.mi/mi-solib.exp
6346 * gdb.mi/new-ui-mi-sync.exp
6347 * gdb.mi/pr11022.exp
6348 * gdb.mi/user-selected-context-sync.exp
6349 * gdb.opt/solib-intra-step.exp
6350 * gdb.python/py-events.exp
6351 * gdb.python/py-finish-breakpoint.exp
6352 * gdb.python/py-mi.exp
6353 * gdb.python/py-prettyprint.exp
6354 * gdb.python/py-shared.exp
6355 * gdb.python/py-symbol.exp
6356 * gdb.python/py-template.exp
6357 * gdb.python/py-type.exp
6358 * gdb.python/py-value.exp
6359 * gdb.reverse/solib-precsave.exp
6360 * gdb.reverse/solib-reverse.exp
6361 * gdb.server/solib-list.exp
6362 * gdb.stabs/weird.exp
6363 * gdb.threads/reconnect-signal.exp
6364 * gdb.threads/stepi-random-signal.exp
6365 * gdb.trace/actions.exp
6367 * gdb.trace/backtrace.exp
6368 * gdb.trace/change-loc.exp
6369 * gdb.trace/deltrace.exp
6370 * gdb.trace/ftrace-lock.exp
6371 * gdb.trace/ftrace.exp
6372 * gdb.trace/infotrace.exp
6373 * gdb.trace/mi-tracepoint-changed.exp
6374 * gdb.trace/packetlen.exp
6375 * gdb.trace/passcount.exp
6376 * gdb.trace/pending.exp
6377 * gdb.trace/range-stepping.exp
6378 * gdb.trace/report.exp
6379 * gdb.trace/stap-trace.exp
6380 * gdb.trace/tfind.exp
6381 * gdb.trace/trace-break.exp
6382 * gdb.trace/trace-condition.exp
6383 * gdb.trace/trace-enable-disable.exp
6384 * gdb.trace/trace-mt.exp
6385 * gdb.trace/tracecmd.exp
6386 * gdb.trace/tspeed.exp
6390 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6392 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6393 with gdb_test_no_output.
6394 Use command as test name.
6396 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6398 Fix test names starting with uppercase throughout the files.
6400 * gdb.ada/assign_1.exp
6401 * gdb.ada/boolean_expr.exp
6402 * gdb.base/arrayidx.exp
6404 * gdb.base/gcore-buffer-overflow.exp
6405 * gdb.base/testenv.exp
6406 * gdb.compile/compile.exp
6407 * gdb.python/py-framefilter-invalidarg.exp
6408 * gdb.python/py-framefilter.exp
6410 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6412 Fix test names starting with uppercase throughout the files.
6414 * gdb.ada/array_return.exp
6415 * gdb.ada/expr_delims.exp
6416 * gdb.ada/mi_dyn_arr.exp
6417 * gdb.ada/mi_interface.exp
6418 * gdb.ada/mi_var_array.exp
6419 * gdb.ada/watch_arg.exp
6420 * gdb.arch/alpha-step.exp
6421 * gdb.arch/altivec-regs.exp
6422 * gdb.arch/e500-regs.exp
6423 * gdb.arch/powerpc-d128-regs.exp
6424 * gdb.base/arrayidx.exp
6425 * gdb.base/break.exp
6426 * gdb.base/checkpoint.exp
6427 * gdb.base/debug-expr.exp
6428 * gdb.base/dmsym.exp
6429 * gdb.base/radix.exp
6430 * gdb.base/sepdebug.exp
6431 * gdb.base/testenv.exp
6432 * gdb.base/watch_thread_num.exp
6433 * gdb.base/watchpoint-cond-gone.exp
6434 * gdb.cell/break.exp
6435 * gdb.cell/ea-cache.exp
6436 * gdb.compile/compile.exp
6437 * gdb.cp/gdb2495.exp
6438 * gdb.gdb/selftest.exp
6439 * gdb.gdb/xfullpath.exp
6441 * gdb.go/integers.exp
6442 * gdb.objc/basicclass.exp
6443 * gdb.pascal/hello.exp
6444 * gdb.pascal/integers.exp
6445 * gdb.python/py-breakpoint.exp
6446 * gdb.python/py-cmd.exp
6447 * gdb.python/py-linetable.exp
6448 * gdb.python/py-xmethods.exp
6449 * gdb.python/python.exp
6450 * gdb.reverse/consecutive-precsave.exp
6451 * gdb.reverse/finish-precsave.exp
6452 * gdb.reverse/i386-precsave.exp
6453 * gdb.reverse/machinestate-precsave.exp
6454 * gdb.reverse/sigall-precsave.exp
6455 * gdb.reverse/solib-precsave.exp
6456 * gdb.reverse/step-precsave.exp
6457 * gdb.reverse/until-precsave.exp
6458 * gdb.reverse/watch-precsave.exp
6459 * gdb.threads/leader-exit.exp
6460 * gdb.threads/pthreads.exp
6461 * gdb.threads/wp-replication.exp
6462 * gdb.trace/actions.exp
6463 * gdb.trace/mi-tsv-changed.exp
6466 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6468 Fix test names starting with uppercase throughout the files.
6470 * gdb.arch/i386-bp_permanent.exp
6471 * gdb.arch/i386-gnu-cfi.exp
6472 * gdb.base/disasm-end-cu.exp
6473 * gdb.base/macscp.exp
6474 * gdb.base/pending.exp
6475 * gdb.base/watch_thread_num.exp
6476 * gdb.cp/exception.exp
6477 * gdb.cp/gdb2495.exp
6479 * gdb.python/py-evsignal.exp
6480 * gdb.python/python.exp
6481 * gdb.trace/tracecmd.exp
6483 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6485 Fix test names starting with uppercase throughout the files.
6487 * gdb.base/charset.exp
6489 * gdb.base/multi-forks.exp
6490 * gdb.guile/scm-progspace.exp
6491 * gdb.opencl/datatypes.exp
6492 * gdb.python/py-block.exp
6493 * gdb.python/py-function.exp
6494 * gdb.python/py-symbol.exp
6495 * gdb.python/py-symtab.exp
6496 * gdb.python/py-xmethods.exp
6497 * gdb.reverse/break-precsave.exp
6498 * gdb.reverse/break-reverse.exp
6499 * gdb.reverse/consecutive-precsave.exp
6500 * gdb.reverse/consecutive-reverse.exp
6501 * gdb.reverse/finish-precsave.exp
6502 * gdb.reverse/finish-reverse-bkpt.exp
6503 * gdb.reverse/finish-reverse.exp
6504 * gdb.reverse/fstatat-reverse.exp
6505 * gdb.reverse/getresuid-reverse.exp
6506 * gdb.reverse/i386-precsave.exp
6507 * gdb.reverse/i386-reverse.exp
6508 * gdb.reverse/i386-sse-reverse.exp
6509 * gdb.reverse/i387-stack-reverse.exp
6510 * gdb.reverse/insn-reverse.exp
6511 * gdb.reverse/machinestate-precsave.exp
6512 * gdb.reverse/machinestate.exp
6513 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6514 * gdb.reverse/pipe-reverse.exp
6515 * gdb.reverse/readv-reverse.exp
6516 * gdb.reverse/recvmsg-reverse.exp
6517 * gdb.reverse/rerun-prec.exp
6518 * gdb.reverse/s390-mvcle.exp
6519 * gdb.reverse/sigall-precsave.exp
6520 * gdb.reverse/sigall-reverse.exp
6521 * gdb.reverse/solib-precsave.exp
6522 * gdb.reverse/solib-reverse.exp
6523 * gdb.reverse/step-precsave.exp
6524 * gdb.reverse/step-reverse.exp
6525 * gdb.reverse/time-reverse.exp
6526 * gdb.reverse/until-precsave.exp
6527 * gdb.reverse/until-reverse.exp
6528 * gdb.reverse/waitpid-reverse.exp
6529 * gdb.reverse/watch-precsave.exp
6530 * gdb.reverse/watch-reverse.exp
6532 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6534 Fix test names starting with uppercase throughout the files.
6536 * gdb.arch/i386-mpx-simple_segv.exp
6537 * gdb.arch/i386-mpx.exp
6538 * gdb.arch/i386-permbkpt.exp
6539 * gdb.arch/pa-nullify.exp
6540 * gdb.arch/powerpc-d128-regs.exp
6541 * gdb.arch/vsx-regs.exp
6542 * gdb.base/bfp-test.exp
6543 * gdb.base/break.exp
6544 * gdb.base/breakpoint-shadow.exp
6545 * gdb.base/callfuncs.exp
6546 * gdb.base/charset.exp
6547 * gdb.base/commands.exp
6548 * gdb.base/completion.exp
6549 * gdb.base/dfp-test.exp
6551 * gdb.base/ending-run.exp
6553 * gdb.base/expand-psymtabs.exp
6554 * gdb.base/float128.exp
6555 * gdb.base/floatn.exp
6556 * gdb.base/foll-exec-mode.exp
6557 * gdb.base/gdb1056.exp
6558 * gdb.base/gdb11531.exp
6559 * gdb.base/kill-after-signal.exp
6560 * gdb.base/multi-forks.exp
6561 * gdb.base/overlays.exp
6562 * gdb.base/pending.exp
6563 * gdb.base/sepdebug.exp
6564 * gdb.base/testenv.exp
6565 * gdb.base/valgrind-db-attach.exp
6566 * gdb.base/watch_thread_num.exp
6567 * gdb.base/watchpoint-cond-gone.exp
6568 * gdb.base/watchpoint.exp
6569 * gdb.base/watchpoints.exp
6570 * gdb.cp/arg-reference.exp
6571 * gdb.cp/baseenum.exp
6572 * gdb.cp/operator.exp
6574 * gdb.dwarf2/dw2-op-out-param.exp
6575 * gdb.dwarf2/dw2-reg-undefined.exp
6578 * gdb.go/integers.exp
6579 * gdb.go/methods.exp
6580 * gdb.go/package.exp
6581 * gdb.guile/scm-parameter.exp
6582 * gdb.guile/scm-progspace.exp
6583 * gdb.guile/scm-value.exp
6584 * gdb.mi/mi-pending.exp
6585 * gdb.mi/user-selected-context-sync.exp
6586 * gdb.multi/multi-attach.exp
6587 * gdb.multi/tids.exp
6588 * gdb.opt/clobbered-registers-O2.exp
6589 * gdb.pascal/floats.exp
6590 * gdb.pascal/integers.exp
6591 * gdb.python/py-block.exp
6592 * gdb.python/py-events.exp
6593 * gdb.python/py-parameter.exp
6594 * gdb.python/py-symbol.exp
6595 * gdb.python/py-symtab.exp
6596 * gdb.python/py-type.exp
6597 * gdb.python/py-value.exp
6598 * gdb.python/py-xmethods.exp
6599 * gdb.python/python.exp
6600 * gdb.reverse/break-precsave.exp
6601 * gdb.reverse/consecutive-precsave.exp
6602 * gdb.reverse/finish-precsave.exp
6603 * gdb.reverse/i386-precsave.exp
6604 * gdb.reverse/machinestate-precsave.exp
6605 * gdb.reverse/sigall-precsave.exp
6606 * gdb.reverse/solib-precsave.exp
6607 * gdb.reverse/step-precsave.exp
6608 * gdb.reverse/until-precsave.exp
6609 * gdb.reverse/watch-precsave.exp
6610 * gdb.server/ext-attach.exp
6611 * gdb.server/ext-restart.exp
6612 * gdb.server/ext-run.exp
6613 * gdb.server/ext-wrapper.exp
6614 * gdb.stabs/gdb11479.exp
6615 * gdb.stabs/weird.exp
6616 * gdb.threads/attach-many-short-lived-threads.exp
6617 * gdb.threads/kill.exp
6618 * gdb.threads/watchpoint-fork.exp
6620 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6622 Fix test names starting with uppercase throughout all the files below.
6624 * gdb.ada/array_return.exp
6625 * gdb.ada/catch_ex.exp
6626 * gdb.ada/info_exc.exp
6627 * gdb.ada/mi_catch_ex.exp
6628 * gdb.ada/mi_dyn_arr.exp
6629 * gdb.ada/mi_ex_cond.exp
6630 * gdb.ada/mi_exc_info.exp
6631 * gdb.ada/mi_interface.exp
6632 * gdb.ada/mi_task_arg.exp
6633 * gdb.ada/mi_task_info.exp
6634 * gdb.ada/mi_var_array.exp
6635 * gdb.arch/alpha-step.exp
6636 * gdb.arch/amd64-disp-step.exp
6637 * gdb.arch/arm-disp-step.exp
6638 * gdb.arch/disp-step-insn-reloc.exp
6639 * gdb.arch/e500-prologue.exp
6640 * gdb.arch/ftrace-insn-reloc.exp
6641 * gdb.arch/gdb1558.exp
6642 * gdb.arch/i386-bp_permanent.exp
6643 * gdb.arch/i386-disp-step.exp
6644 * gdb.arch/i386-float.exp
6645 * gdb.arch/i386-gnu-cfi.exp
6646 * gdb.arch/ia64-breakpoint-shadow.exp
6647 * gdb.arch/mips16-thunks.exp
6648 * gdb.arch/pa-nullify.exp
6649 * gdb.arch/powerpc-aix-prologue.exp
6650 * gdb.arch/powerpc-power.exp
6651 * gdb.arch/ppc-dfp.exp
6652 * gdb.arch/s390-tdbregs.exp
6653 * gdb.arch/spu-info.exp
6654 * gdb.arch/spu-ls.exp
6655 * gdb.arch/thumb-bx-pc.exp
6656 * gdb.base/advance.exp
6657 * gdb.base/annota-input-while-running.exp
6658 * gdb.base/arrayidx.exp
6659 * gdb.base/asmlabel.exp
6660 * gdb.base/async.exp
6661 * gdb.base/attach-wait-input.exp
6662 * gdb.base/auto-connect-native-target.exp
6663 * gdb.base/batch-preserve-term-settings.exp
6664 * gdb.base/bfp-test.exp
6665 * gdb.base/bigcore.exp
6666 * gdb.base/bp-permanent.exp
6667 * gdb.base/break-always.exp
6668 * gdb.base/break-fun-addr.exp
6669 * gdb.base/break-idempotent.exp
6670 * gdb.base/break-main-file-remove-fail.exp
6671 * gdb.base/break-probes.exp
6672 * gdb.base/break-unload-file.exp
6673 * gdb.base/break.exp
6674 * gdb.base/call-ar-st.exp
6675 * gdb.base/call-rt-st.exp
6676 * gdb.base/call-sc.exp
6677 * gdb.base/call-signal-resume.exp
6678 * gdb.base/call-strs.exp
6679 * gdb.base/callexit.exp
6680 * gdb.base/callfuncs.exp
6681 * gdb.base/catch-gdb-caused-signals.exp
6682 * gdb.base/catch-signal-siginfo-cond.exp
6683 * gdb.base/catch-syscall.exp
6684 * gdb.base/compare-sections.exp
6685 * gdb.base/cond-eval-mode.exp
6686 * gdb.base/condbreak-call-false.exp
6687 * gdb.base/consecutive-step-over.exp
6688 * gdb.base/cursal.exp
6689 * gdb.base/disabled-location.exp
6690 * gdb.base/disasm-end-cu.exp
6691 * gdb.base/display.exp
6692 * gdb.base/double-prompt-target-event-error.exp
6693 * gdb.base/dprintf-bp-same-addr.exp
6694 * gdb.base/dprintf-detach.exp
6695 * gdb.base/dprintf-next.exp
6696 * gdb.base/dprintf-non-stop.exp
6697 * gdb.base/dprintf-pending.exp
6698 * gdb.base/dso2dso.exp
6699 * gdb.base/ending-run.exp
6700 * gdb.base/enum_cond.exp
6701 * gdb.base/examine-backward.exp
6702 * gdb.base/exe-lock.exp
6703 * gdb.base/exec-invalid-sysroot.exp
6704 * gdb.base/execl-update-breakpoints.exp
6705 * gdb.base/execution-termios.exp
6706 * gdb.base/fileio.exp
6707 * gdb.base/fixsection.exp
6708 * gdb.base/foll-exec-mode.exp
6709 * gdb.base/foll-exec.exp
6710 * gdb.base/fork-running-state.exp
6711 * gdb.base/frame-args.exp
6712 * gdb.base/fullpath-expand.exp
6713 * gdb.base/func-ptr.exp
6714 * gdb.base/gcore-relro-pie.exp
6715 * gdb.base/gdb1090.exp
6716 * gdb.base/gdb1555.exp
6717 * gdb.base/global-var-nested-by-dso.exp
6718 * gdb.base/gnu-ifunc.exp
6719 * gdb.base/hbreak-in-shr-unsupported.exp
6720 * gdb.base/hbreak-unmapped.exp
6721 * gdb.base/hook-stop.exp
6722 * gdb.base/infcall-input.exp
6723 * gdb.base/info-fun.exp
6724 * gdb.base/info-shared.exp
6725 * gdb.base/interrupt-noterm.exp
6726 * gdb.base/jit-so.exp
6728 * gdb.base/line-symtabs.exp
6730 * gdb.base/longjmp.exp
6731 * gdb.base/macscp.exp
6732 * gdb.base/max-value-size.exp
6733 * gdb.base/nodebug.exp
6734 * gdb.base/nofield.exp
6735 * gdb.base/overlays.exp
6736 * gdb.base/paginate-after-ctrl-c-running.exp
6737 * gdb.base/paginate-bg-execution.exp
6738 * gdb.base/paginate-inferior-exit.exp
6739 * gdb.base/pending.exp
6740 * gdb.base/pr11022.exp
6741 * gdb.base/printcmds.exp
6742 * gdb.base/ptr-typedef.exp
6743 * gdb.base/ptype.exp
6744 * gdb.base/randomize.exp
6745 * gdb.base/range-stepping.exp
6746 * gdb.base/realname-expand.exp
6747 * gdb.base/relativedebug.exp
6748 * gdb.base/remote.exp
6749 * gdb.base/savedregs.exp
6750 * gdb.base/sepdebug.exp
6751 * gdb.base/set-noassign.exp
6752 * gdb.base/shlib-call.exp
6753 * gdb.base/shreloc.exp
6754 * gdb.base/sigaltstack.exp
6755 * gdb.base/sigbpt.exp
6756 * gdb.base/siginfo-addr.exp
6757 * gdb.base/siginfo-obj.exp
6758 * gdb.base/siginfo-thread.exp
6759 * gdb.base/signest.exp
6760 * gdb.base/signull.exp
6761 * gdb.base/sigrepeat.exp
6763 * gdb.base/so-impl-ld.exp
6764 * gdb.base/solib-corrupted.exp
6765 * gdb.base/solib-disc.exp
6766 * gdb.base/solib-display.exp
6767 * gdb.base/solib-overlap.exp
6768 * gdb.base/solib-search.exp
6769 * gdb.base/solib-symbol.exp
6770 * gdb.base/source-execution.exp
6771 * gdb.base/sss-bp-on-user-bp-2.exp
6772 * gdb.base/sss-bp-on-user-bp.exp
6773 * gdb.base/stack-checking.exp
6774 * gdb.base/stale-infcall.exp
6775 * gdb.base/step-break.exp
6776 * gdb.base/step-line.exp
6777 * gdb.base/step-over-exit.exp
6778 * gdb.base/step-test.exp
6779 * gdb.base/structs.exp
6780 * gdb.base/sym-file.exp
6781 * gdb.base/symtab-search-order.exp
6783 * gdb.base/type-opaque.exp
6784 * gdb.base/unload.exp
6785 * gdb.base/until-nodebug.exp
6786 * gdb.base/until.exp
6787 * gdb.base/unwindonsignal.exp
6788 * gdb.base/watch-cond.exp
6789 * gdb.base/watch-non-mem.exp
6790 * gdb.base/watch_thread_num.exp
6791 * gdb.base/watchpoint-reuse-slot.exp
6792 * gdb.base/watchpoint-solib.exp
6793 * gdb.base/watchpoint.exp
6794 * gdb.btrace/dlopen.exp
6796 * gdb.cell/break.exp
6800 * gdb.cell/dwarfaddr.exp
6801 * gdb.cell/ea-cache.exp
6802 * gdb.cell/ea-standalone.exp
6803 * gdb.cell/ea-test.exp
6804 * gdb.cell/f-regs.exp
6806 * gdb.cell/gcore.exp
6807 * gdb.cell/mem-access.exp
6808 * gdb.cell/ptype.exp
6809 * gdb.cell/registers.exp
6810 * gdb.cell/sizeof.exp
6811 * gdb.cell/solib-symbol.exp
6812 * gdb.cell/solib.exp
6813 * gdb.compile/compile-tls.exp
6814 * gdb.cp/exception.exp
6815 * gdb.cp/gdb2495.exp
6817 * gdb.cp/mb-inline.exp
6818 * gdb.cp/mb-templates.exp
6819 * gdb.cp/pr10687.exp
6821 * gdb.cp/scope-err.exp
6822 * gdb.cp/templates.exp
6823 * gdb.cp/virtfunc.exp
6824 * gdb.dwarf2/dw2-dir-file-name.exp
6825 * gdb.dwarf2/dw2-single-line-discriminators.exp
6826 * gdb.fortran/complex.exp
6827 * gdb.fortran/library-module.exp
6828 * gdb.guile/guile.exp
6829 * gdb.guile/scm-cmd.exp
6830 * gdb.guile/scm-frame-inline.exp
6831 * gdb.guile/scm-objfile.exp
6832 * gdb.guile/scm-pretty-print.exp
6833 * gdb.guile/scm-symbol.exp
6834 * gdb.guile/scm-type.exp
6835 * gdb.guile/scm-value.exp
6836 * gdb.linespec/keywords.exp
6837 * gdb.linespec/ls-errs.exp
6838 * gdb.linespec/macro-relative.exp
6839 * gdb.linespec/thread.exp
6840 * gdb.mi/mi-breakpoint-changed.exp
6841 * gdb.mi/mi-dprintf-pending.exp
6842 * gdb.mi/mi-fullname-deleted.exp
6843 * gdb.mi/mi-logging.exp
6844 * gdb.mi/mi-pending.exp
6845 * gdb.mi/mi-solib.exp
6846 * gdb.mi/new-ui-mi-sync.exp
6847 * gdb.mi/user-selected-context-sync.exp
6848 * gdb.multi/dummy-frame-restore.exp
6849 * gdb.multi/multi-arch-exec.exp
6850 * gdb.multi/remove-inferiors.exp
6851 * gdb.multi/watchpoint-multi-exit.exp
6852 * gdb.opt/solib-intra-step.exp
6853 * gdb.perf/backtrace.exp
6854 * gdb.perf/single-step.exp
6855 * gdb.perf/skip-command.exp
6856 * gdb.perf/skip-prologue.exp
6857 * gdb.perf/solib.exp
6858 * gdb.python/lib-types.exp
6859 * gdb.python/py-as-string.exp
6860 * gdb.python/py-bad-printers.exp
6861 * gdb.python/py-block.exp
6862 * gdb.python/py-breakpoint.exp
6863 * gdb.python/py-cmd.exp
6864 * gdb.python/py-events.exp
6865 * gdb.python/py-evthreads.exp
6866 * gdb.python/py-finish-breakpoint.exp
6867 * gdb.python/py-finish-breakpoint2.exp
6868 * gdb.python/py-frame-inline.exp
6869 * gdb.python/py-frame.exp
6870 * gdb.python/py-inferior.exp
6871 * gdb.python/py-infthread.exp
6872 * gdb.python/py-mi.exp
6873 * gdb.python/py-objfile.exp
6874 * gdb.python/py-pp-maint.exp
6875 * gdb.python/py-pp-registration.exp
6876 * gdb.python/py-prettyprint.exp
6877 * gdb.python/py-recurse-unwind.exp
6878 * gdb.python/py-shared.exp
6879 * gdb.python/py-symbol.exp
6880 * gdb.python/py-symtab.exp
6881 * gdb.python/py-template.exp
6882 * gdb.python/py-type.exp
6883 * gdb.python/py-unwind-maint.exp
6884 * gdb.python/py-unwind.exp
6885 * gdb.python/py-value.exp
6886 * gdb.python/python.exp
6887 * gdb.reverse/finish-reverse-bkpt.exp
6888 * gdb.reverse/insn-reverse.exp
6889 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6890 * gdb.reverse/solib-precsave.exp
6891 * gdb.reverse/solib-reverse.exp
6892 * gdb.stabs/gdb11479.exp
6893 * gdb.stabs/weird.exp
6894 * gdb.threads/fork-child-threads.exp
6895 * gdb.threads/fork-plus-threads.exp
6896 * gdb.threads/fork-thread-pending.exp
6897 * gdb.threads/forking-threads-plus-breakpoint.exp
6898 * gdb.threads/hand-call-in-threads.exp
6899 * gdb.threads/interrupted-hand-call.exp
6900 * gdb.threads/linux-dp.exp
6901 * gdb.threads/local-watch-wrong-thread.exp
6902 * gdb.threads/next-while-other-thread-longjmps.exp
6903 * gdb.threads/non-ldr-exit.exp
6904 * gdb.threads/pending-step.exp
6905 * gdb.threads/print-threads.exp
6906 * gdb.threads/process-dies-while-detaching.exp
6907 * gdb.threads/process-dies-while-handling-bp.exp
6908 * gdb.threads/pthreads.exp
6909 * gdb.threads/queue-signal.exp
6910 * gdb.threads/reconnect-signal.exp
6911 * gdb.threads/signal-command-handle-nopass.exp
6912 * gdb.threads/signal-command-multiple-signals-pending.exp
6913 * gdb.threads/signal-delivered-right-thread.exp
6914 * gdb.threads/signal-sigtrap.exp
6915 * gdb.threads/sigthread.exp
6916 * gdb.threads/staticthreads.exp
6917 * gdb.threads/stepi-random-signal.exp
6918 * gdb.threads/thread-unwindonsignal.exp
6919 * gdb.threads/thread_check.exp
6920 * gdb.threads/thread_events.exp
6921 * gdb.threads/tid-reuse.exp
6922 * gdb.threads/tls-nodebug.exp
6923 * gdb.threads/tls-shared.exp
6924 * gdb.threads/tls-so_extern.exp
6925 * gdb.threads/tls.exp
6926 * gdb.threads/wp-replication.exp
6927 * gdb.trace/actions-changed.exp
6928 * gdb.trace/actions.exp
6929 * gdb.trace/backtrace.exp
6930 * gdb.trace/change-loc.exp
6931 * gdb.trace/collection.exp
6932 * gdb.trace/deltrace.exp
6933 * gdb.trace/disconnected-tracing.exp
6934 * gdb.trace/entry-values.exp
6935 * gdb.trace/ftrace-lock.exp
6936 * gdb.trace/ftrace.exp
6937 * gdb.trace/infotrace.exp
6938 * gdb.trace/mi-trace-frame-collected.exp
6939 * gdb.trace/mi-trace-unavailable.exp
6940 * gdb.trace/mi-traceframe-changed.exp
6941 * gdb.trace/mi-tracepoint-changed.exp
6942 * gdb.trace/mi-tsv-changed.exp
6943 * gdb.trace/no-attach-trace.exp
6944 * gdb.trace/packetlen.exp
6945 * gdb.trace/passc-dyn.exp
6946 * gdb.trace/passcount.exp
6947 * gdb.trace/pending.exp
6948 * gdb.trace/pr16508.exp
6949 * gdb.trace/qtro.exp
6950 * gdb.trace/range-stepping.exp
6951 * gdb.trace/read-memory.exp
6952 * gdb.trace/report.exp
6953 * gdb.trace/save-trace.exp
6954 * gdb.trace/signal.exp
6955 * gdb.trace/stap-trace.exp
6956 * gdb.trace/status-stop.exp
6957 * gdb.trace/strace.exp
6958 * gdb.trace/tfile.exp
6959 * gdb.trace/tfind.exp
6960 * gdb.trace/trace-break.exp
6961 * gdb.trace/trace-condition.exp
6962 * gdb.trace/trace-enable-disable.exp
6963 * gdb.trace/trace-mt.exp
6964 * gdb.trace/tracecmd.exp
6965 * gdb.trace/tracefile-pseudo-reg.exp
6966 * gdb.trace/tspeed.exp
6967 * gdb.trace/tstatus.exp
6969 * gdb.trace/unavailable.exp
6970 * gdb.trace/while-dyn.exp
6971 * gdb.trace/while-stepping.exp
6974 * lib/mi-support.exp
6977 * lib/prelink-support.exp
6978 * lib/selftest-support.exp
6980 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6982 * Makefile.in: Include disable-implicit-rules.mk.
6984 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6986 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6987 non-byte-aligned bit fields.
6989 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6992 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6993 respects the DW_AT_data_bit_offset attribute.
6995 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6997 * gdb.base/default.exp: Fix output of "set language".
6999 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7001 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7002 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7004 * configure.ac: Remove checks for the make program.
7005 * configure: Re-generate.
7007 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7009 * gdb.python/py-recurse-unwind.c (main): Add loop.
7010 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7011 to read_register() and gdb.parse_and_eval(). Make each code
7012 call a separate case that can be individually tested.
7013 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7014 proc. Call cont_and_backtrace for each of the code paths that
7015 we want to test in the unwinder.
7017 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7019 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7020 the definition of struct S.
7022 2016-11-11 Catherine Moore <clm@codesourcery.com>
7024 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7026 2016-11-09 Pedro Alves <palves@redhat.com>
7028 * gdb.base/commands.exp (runto_or_return): New procedure.
7029 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7030 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7031 (progvar_simple_while_test, progvar_complex_if_while_test)
7032 (if_while_breakpoint_command_test)
7033 (infrun_breakpoint_command_test, breakpoint_command_test)
7034 (user_defined_command_test, watchpoint_command_test)
7035 (test_command_prompt_position, redefine_hook_test)
7036 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7037 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7038 multi_line_input and multi_line. Remove gdb_expect and
7039 gdb_stop_suppressing_tests uses.
7040 * lib/gdb.exp (valnum_re): New global.
7041 (multi_line_input): New procedure.
7043 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7045 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7047 (test_setup): Define with proc_with_prefix.
7048 (test_cli_inferior): Likewise.
7049 (test_cli_thread): Likewise.
7050 (test_cli_frame): Likewise.
7051 (test_cli_select_frame): Likewise.
7052 (test_cli_up_down): Likewise.
7053 (test_mi_thread_select): Likewise.
7054 (test_mi_stack_select_frame): Likewise.
7055 (test_cli_in_mi_inferior): Likewise.
7056 (test_cli_in_mi_thread): Likewise.
7057 (test_cli_in_mi_frame): Likewise.
7058 (top level): Do not use with_test_prefix_procname.
7060 2016-11-09 Pedro Alves <palves@redhat.com>
7062 * gdb.base/commands.exp (gdbvar_simple_if_test)
7063 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7064 (progvar_simple_if_test, progvar_simple_while_test)
7065 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7066 (infrun_breakpoint_command_test, breakpoint_command_test)
7067 (user_defined_command_test, watchpoint_command_test)
7068 (test_command_prompt_position, deprecated_command_test)
7069 (bp_deleted_in_command, temporary_breakpoint_commands)
7070 (stray_arg0_test, source_file_with_indented_comment)
7071 (recursive_source_test, if_commands_test)
7072 (error_clears_commands_left, redefine_hook_test)
7073 (redefine_backtrace_test): Use proc_with_prefix.
7074 * lib/gdb.exp (proc_with_prefix): New proc.
7076 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7078 * gdb.base/tui-layout.c: New file.
7079 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7080 disassembly window contains very long lines.
7082 2016-11-08 Tom Tromey <tom@tromey.com>
7084 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7087 2016-11-08 Tom Tromey <tom@tromey.com>
7089 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7092 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7094 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7096 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7098 * gdb.rust/simple.rs: Add test for univariant enums without
7099 discriminants and for encoded struct-like enums.
7101 2016-10-28 Pedro Alves <palves@redhat.com>
7103 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7104 gdb_test_multiple, tighten regexps and match symtabs and line
7105 tables incrementally.
7107 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7109 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7112 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7114 * gdb.base/exec-invalid-sysroot.exp: New file.
7116 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7118 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7120 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7122 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7124 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7126 * gdb.base/killed-outside.exp: Remove $options from a call to
7127 `prepare_for_testing'.
7129 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7131 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7132 Change test message.
7134 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7136 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7139 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7141 * gdb.trace/mi-trace-save.exp: New file.
7143 2016-10-13 Yao Qi <yao.qi@linaro.org>
7145 * gdb.base/code_elim.exp (get_var_address): Remove.
7146 * gdb.base/relocate.exp: Likewise.
7147 * gdb.base/shreloc.exp: Likewise.
7148 * lib/gdb.exp (get_var_address): New.
7150 2016-10-13 Yao Qi <yao.qi@linaro.org>
7152 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7153 floating point tests if $skip_float_test is false.
7155 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7157 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7158 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7160 Add 1 to argc so we guarantee distinct initial/modified argc values.
7162 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7164 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7166 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7168 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7169 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7170 * gdb.arch/vsx-regs.exp: Likewise.
7172 2016-10-07 Yao Qi <yao.qi@linaro.org>
7174 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7176 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7178 * gdb.python/python.exp: Test decode_line("*0").
7180 2016-10-06 Doug Evans <dje@google.com>
7182 * gdb.python/py-value.exp (test_value_creation): Add test for large
7183 unsigned 64-bit value.
7185 2016-10-06 Tom Tromey <tom@tromey.com>
7187 * gdb.compile/compile.exp: Change java tests to rust.
7188 * gdb.base/setshow.exp: Change java tests to rust.
7189 * gdb.base/default.exp: Remove java from language list.
7190 * README (Examples): Update language example.
7191 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7193 * lib/gdb.exp (skip_java_tests): Remove.
7194 * lib/java.exp: Remove.
7197 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7199 * gdb.arch/mips-fcr.exp: New test.
7200 * gdb.arch/mips-fcr.c: Source for the new test.
7202 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7204 * gdb.base/solib-disc.exp: Use `standard_output_file'
7207 2016-10-06 Pedro Alves <palves@redhat.com>
7209 * gdb.base/jit-simple-dl.c: New file.
7210 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7211 * gdb.base/jit-simple.c: ... this.
7212 * gdb.base/jit-simple.exp (jit_run): Delete.
7213 (build_jit): New proc.
7214 (jit_test_reread): Recompile either the main program or the shared
7215 library, depending on what is being tested. Skip changing address
7216 if caller wants to. Compare before/after addresses. If testing
7217 standalone, explicitly load the binary. Test "maint info
7219 (top level): Add "standalone vs shared lib" and "change address"
7220 vs "same address" axes.
7222 2016-10-06 Pedro Alves <palves@redhat.com>
7224 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7227 (jit_test_reread): Use with_test_prefix. Reload the main binary
7228 explicitly. Compare the before/after addresses of the JIT
7231 2016-08-15 Doug Evans <dje@google.com>
7233 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7234 for single bitfields is bool.
7235 * gdb.xml/tdesc-regs.exp: Ditto.
7237 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7239 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7241 2016-10-05 Yao Qi <yao.qi@linaro.org>
7243 * lib/gdb.exp (support_complex_tests): Return zero if
7244 gdb_skip_float_test return true.
7246 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7247 Simon Marchi <simon.marchi@ericsson.com>
7250 * gdb.mi/user-selected-context-sync.exp: New file.
7251 * gdb.mi/user-selected-context-sync.c: New file.
7253 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7254 Simon Marchi <simon.marchi@ericsson.com>
7257 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7258 =thread-select-event check.
7260 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7262 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7263 the compulsory L operand changes.
7264 * gdb.arch/powerpc-power.s: Likewise.
7266 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7268 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7269 * gdb.base/jit-attach-pie.c: New file.
7270 * gdb.base/jit-attach-pie.exp: New file.
7272 2016-09-28 Pedro Alves <palves@redhat.com>
7274 * gdb.base/infcall-input.c: New file.
7275 * gdb.base/infcall-input.exp: New file.
7277 2016-09-22 Yao Qi <yao.qi@linaro.org>
7279 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7280 (gdb_exit): Rename it to ...
7281 (gdbserver_gdb_exit): ... Close GDBserver.
7282 (gdb_exit): New proc, call gdbserver_gdb_exit.
7283 (mi_gdb_exit): Likewise.
7285 2016-09-22 Yao Qi <yao.qi@linaro.org>
7287 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7289 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7292 2016-09-22 Yao Qi <yao.qi@linaro.org>
7294 * lib/gdbserver-support.exp: Check the existence of
7295 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7297 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7299 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7301 2016-09-21 Tom Tromey <tom@tromey.com>
7304 * gdb.base/quit.exp: New file.
7306 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7308 * .gitignore: New file.
7310 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7312 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7315 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7317 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7319 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7321 * gdb.cp/casts.cc (decltype): Move it ...
7322 (main): ... with its call to ...
7323 * gdb.cp/casts03.cc: ... a new file.
7324 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7326 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7328 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7330 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7332 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7333 and sync up the test with tests in gas/testsuite/gas/ppc.
7334 * gdb.arch/powerpc-power.exp: Likewise.
7336 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7338 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7340 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7341 Jan Kratochvil <jan.kratochvil@redhat.com>
7343 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7344 make m1's definition to be different from m2's. Use 'dummy' as an
7345 argument for probe 'two'.
7347 2016-09-10 Jon Beniston <jon@beniston.com>
7349 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7352 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7354 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7355 variable declaration.
7356 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7357 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7358 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7359 received HWCAP as its argument.
7361 2016-09-06 Pedro Alves <palves@redhat.com>
7363 * gdb.base/new-ui-pending-input.c: New file.
7364 * gdb.base/new-ui-pending-input.exp: New file.
7365 * gdb.exp (clear_gdb_spawn_id): New procedure.
7366 (with_spawn_id): Check whether gdb_spawn_id exists before
7367 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7370 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7372 * gdb.base/float128.c: New file.
7373 * gdb.base/float128.exp: Likewise.
7374 * gdb.base/floatn.c: Likewise.
7375 * gdb.base/floatn.exp: Likewise.
7377 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7379 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7381 2016-09-05 Pedro Alves <palves@redhat.com>
7384 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7385 unwinders are immediately called as side effect of "source" or
7386 "disable unwinder" commands.
7387 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7389 2016-09-02 Yao Qi <yao.qi@linaro.org>
7391 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7392 is true and $type is "float" or "double".
7394 2016-09-02 Yao Qi <yao.qi@linaro.org>
7396 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7398 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7399 * gdb.base/call-rt-st.exp: Likewise.
7400 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7401 return value instead of gdb,skip_float_test.
7402 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7403 (do_function_calls): Use its return value instead of
7404 gdb,skip_float_test.
7405 * gdb.base/finish.exp: Likewise.
7406 * gdb.base/funcargs.exp: Likewise.
7407 * gdb.base/return.exp: Likewise.
7408 * gdb.base/return2.exp: Likewise.
7409 * gdb.base/varargs.exp: Likewise.
7410 * lib/gdb.exp (gdb_skip_float_test): Change it to
7411 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7413 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7415 * gdb.multi/tids.exp: Test "thread apply all".
7417 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7419 * gdb.base/default.exp (tty): Remove.
7421 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7423 * gdb.python/py-recurse-unwind.c: New file.
7424 * gdb.python/py-recurse-unwind.py: New file.
7425 * gdb.python/py-recurse-unwind.exp: New file.
7427 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7429 * gdb.base/set-inferior-tty.exp: New file.
7430 * gdb.base/set-inferior-tty.c: New file.
7432 2016-08-23 Pedro Alves <palves@redhat.com>
7435 * gdb.base/new-ui-echo.c: New file.
7436 * gdb.base/new-ui-echo.exp: New file.
7438 2016-08-23 Yao Qi <yao.qi@linaro.org>
7440 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7442 * gdb.server/connect-without-multi-process.exp (do_test):
7445 2016-08-23 Yao Qi <yao.qi@linaro.org>
7447 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7448 standalone_txt. Delete gdb_txt and standalone_txt on host
7449 and target. Spawn the binary on target. Copy files from
7452 2016-08-22 Pedro Alves <palves@redhat.com>
7455 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7456 with_test_prefix. Factor out bits to ...
7457 (test_no_vdso): ... this new procedure.
7459 2016-08-19 Carl Love <cel@us.ibm.com>
7461 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7462 maintaining separate logic for constructing the output path.
7463 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7464 * gdb.arch/ppc-dfp.exp: Likewise.
7465 * gdb.arch/ppc-fp.exp: Likewise.
7466 * gdb.arch/vsx-regs.exp: Likewise.
7467 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7468 binprefix for generating the additional binary files.
7470 2016-08-19 Pedro Alves <palves@redhat.com>
7472 * gdb.trace/mi-trace-frame-collected.exp
7473 (test_trace_frame_collected): On x32, expect two registers.
7475 2016-08-18 Carl Love <cel@us.ibm.com>
7477 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7478 and sync up the test with tests in gas/testsuite/gas/ppc.
7479 * gdb.arch/powerpc-power.exp: Likewise.
7481 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7483 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7484 expected error message.
7486 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7488 * gdb.multi/remove-inferiors.exp: New file.
7489 * gdb.multi/remove-inferiors.c: New file.
7491 2016-08-12 Yao Qi <yao.qi@linaro.org>
7493 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7496 2016-08-10 Pedro Alves <palves@redhat.com>
7499 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7502 2016-08-09 Pedro Alves <palves@redhat.com>
7503 Simon Marchi <simon.marchi@ericsson.com>
7506 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7507 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7509 2016-08-09 Pedro Alves <palves@redhat.com>
7512 * gdb.mi/mi-cmd-error.exp: New file.
7514 2016-08-09 Pedro Alves <palves@redhat.com>
7517 * gdb.base/signals-state-child.c: New file.
7518 * gdb.base/signals-state-child.exp: New file.
7519 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7521 2016-08-09 Pedro Alves <palves@redhat.com>
7523 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7525 2016-08-03 Tom Tromey <tom@tromey.com>
7528 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7530 2016-08-01 Yao Qi <yao.qi@linaro.org>
7532 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7533 variable mode to "multi-process" if $multi_process is 1, otherwise
7534 set it to "single-process".
7536 2016-08-01 Yao Qi <yao.qi@linaro.org>
7538 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7539 * gdb.cp/cpexprs.exp: Likewise.
7540 * gdb.cp/m-static.exp: Likewise.
7542 2016-07-26 Tom Tromey <tom@tromey.com>
7545 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7548 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7550 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7551 selecting assembly source files.
7552 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7553 assembly source files.
7554 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7555 assembly source files.
7556 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7557 selecting assembly source files.
7559 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7561 * gdb.base/new-ui.exp (do_test_invalid_args): New
7564 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7566 * gdb.btrace/reconnect.c: New file.
7567 * gdb.btrace/reconnect.exp: New file.
7569 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7571 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7572 to test_catch_syscall_group.
7573 (test_catch_syscall_group): New.
7575 2016-07-21 Tom Tromey <tom@tromey.com>
7577 * gdb.rust/simple.rs (main): Use empty struct expression.
7578 * gdb.rust/simple.exp: Add tests for empty struct expression.
7580 2016-07-21 Yao Qi <yao.qi@linaro.org>
7582 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7583 if gdb_skip_xml_test is true on some targets.
7585 2016-07-21 Yao Qi <yao.qi@linaro.org>
7587 * gdb.server/solib-list.exp: Unset last_loaded_file.
7589 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7591 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7592 "step into captured_main (args)".
7594 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7596 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7598 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7600 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7602 2016-07-19 Pedro Alves <palves@redhat.com>
7604 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7605 * gdb.opt/inline-bt.exp: Likewise.
7606 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7607 additional_flags=-Winline.
7608 * gdb.opt/inline-locals.exp: Likewise.
7609 * gdb.opt/inline-markers.c (ATTR): Define.
7610 (inlined_fn): Use it.
7612 2016-07-19 Yao Qi <yao.qi@linaro.org>
7614 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7615 (test_with_self): Remove some code. Remove argument executable.
7616 (top-level): Use do_self_tests.
7618 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7619 Don Breazeal <donb@codesourcery.com>
7621 * gdb.base/maint.exp: Escape paths used in regular expressions.
7622 * gdb.stabs/weird.exp: Likewise.
7624 2016-07-13 Tom Tromey <tom@tromey.com>
7626 PR python/15620, PR python/18620:
7627 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7628 (test_bkpt_events): New procs.
7630 2016-07-13 Tom Tromey <tom@tromey.com>
7633 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7635 (test_watchpoints): Likewise.
7636 (test_bkpt_pending): New proc.
7638 2016-07-13 Tom Tromey <tom@tromey.com>
7641 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7644 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7646 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7647 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7648 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7650 (g): Rename g_end_lbl to g_label.
7651 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7653 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7655 2016-07-12 Tom Tromey <tom@tromey.com>
7658 * gdb.python/py-unwind-maint.exp: Update tests.
7660 2016-07-12 Yao Qi <yao.qi@linaro.org>
7662 * lib/selftest-support.exp (selftest_setup): Match the output
7663 when captured_main is inlined.
7665 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7667 * gdb.fortran/derived-types.exp (result_line, result_line_2):
7669 (print this%a, print this%b, print this): New tests.
7670 * gdb.fortran/derived-types.f90 (this): New object and
7673 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7675 * gdb.ada/arraydim.exp: Remove extra directory level in build
7678 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
7680 * lib/ada.exp: Remove extra directory level in build directory.
7681 * gdb.ada/cond_lang.exp: Likewise.
7682 * gdb.ada/exec_changed.exp: Likewise.
7683 * gdb.ada/lang_switch.exp: Likewise.
7685 2016-07-06 Manish Goregaokar <manish@mozilla.com>
7687 * simple.rs: Add test for raw pointer subscripting.
7688 * simple.exp: Add test expectations.
7690 2016-07-05 Yao Qi <yao.qi@linaro.org>
7692 * gdb.mi/mi-reverse.exp: Match =record-started output.
7694 2016-07-01 Pedro Alves <palves@redhat.com>
7696 * gdb.base/jit-reader.exp (info_registers_current_frame): New
7698 (jit_reader_test): Test the jit reader's unwinder.
7699 * gdb.base/jithost.c (jit_function_00_code): New global.
7700 (main): Use memcpy to fill in the mmapped code, instead of poking
7701 bytes manually here.
7702 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7704 (read_debug_info): Save the function's range.
7705 (read_sp): New function.
7706 (unwind_frame): Use it. Also unwind RBP.
7707 (get_frame_id): Use read_sp.
7708 (gdb_init_reader): Use calloc instead of malloc.
7709 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7710 parameter. Use gdb_test_multiple.
7712 2016-07-01 Pedro Alves <palves@redhat.com>
7713 Antoine Tremblay <antoine.tremblay@ericsson.com>
7715 * gdb.threads/process-dies-while-detaching.c: New file.
7716 * gdb.threads/process-dies-while-detaching.exp: New file.
7718 2016-07-01 Pedro Alves <palves@redhat.com>
7720 * gdb.multi/watchpoint-multi-exit.c: New file.
7721 * gdb.multi/watchpoint-multi-exit.exp: New file.
7723 2016-06-30 Pedro Alves <palves@redhat.com>
7725 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7726 unset inferior_spawn_id.
7728 2016-06-30 Pedro Alves <palves@redhat.com>
7730 * lib/mi-support.exp (default_mi_gdb_start): Declare global
7731 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7733 2016-06-29 Yao Qi <yao.qi@linaro.org>
7735 * gdb.base/return.c: Add copyright header.
7737 2016-06-29 Tom Tromey <tom@tromey.com>
7740 * gdb.python/py-framefilter.exp: Add tests for setting priority
7741 and disabling of non-existent frame filter.
7743 2016-06-29 Yao Qi <yao.qi@linaro.org>
7745 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7748 2016-06-28 Yao Qi <yao.qi@linaro.org>
7750 * gdb.base/catch-syscall.exp: Remove check on isnative and target
7751 triplets. Start gdb, execute catch syscall, and continue. Check
7752 gdb's output to determine catch syscall is supported.
7754 2016-06-27 Manish Goregaokar <manish@mozilla.com>
7756 * gdb.rust/simple.rs: Add test for returning unit in a function.
7757 * gdb.rust/simple.exp: Add expectation for functions returning
7760 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
7762 * gdb.python/py-breakpoint-create-fail.c,
7763 gdb.python/py-breakpoint-create-fail.exp,
7764 gdb.python/py-breakpoint-create-fail.py: New testcase.
7766 2016-06-25 Manish Goregaokar <manish@mozilla.com>
7769 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7770 * gdb.rust/simple.exp: Add test expectations for new NonZero
7773 2016-06-24 David Taylor <dtaylor@emc.com>
7775 * gdb.base/offsets.exp: New file.
7776 * gdb.base/offsets.c: New file.
7778 2016-06-23 Tom Tromey <tom@tromey.com>
7781 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7782 before any filters are loaded.
7784 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
7786 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7787 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7789 * gdb.fortran/derived-type-function.exp: New file.
7790 * gdb.fortran/derived-type-function.f90: New file.
7793 2016-06-21 Pedro Alves <palves@redhat.com>
7795 * gdb.base/new-ui.exp: New file.
7796 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7797 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7798 (with_spawn_id): New procedure.
7800 2016-06-21 Pedro Alves <palves@redhat.com>
7802 * gdb.mi/mi-exec-run.exp: New file.
7804 2016-06-21 Pedro Alves <palves@redhat.com>
7806 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7807 breakpoint command's output on the main UI.
7808 (test_break): New procedure, factored out from calls in the top
7810 (top level): Use foreach_with_prefix to test MI as main UI and as
7813 2016-06-21 Pedro Alves <palves@redhat.com>
7815 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7816 (test_awatch_creation_and_listing)
7817 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7818 Remove 'type' parameter.
7819 (test_watchpoint_all): New parameter mi_mode. Remove
7821 (top level): Use foreach_with_prefix, and add main/separate UI MI
7824 2016-06-21 Pedro Alves <palves@redhat.com>
7826 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7827 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7828 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7829 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7830 (gdb_main_spawn_id, mi_spawn_id): Declare and
7832 (mi_create_inferior_pty): New procedure,
7833 factored out from default_mi_gdb_start.
7834 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7836 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7837 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7838 Use mi_create_inferior_pty.
7839 (mi_gdb_start): Use eval to pass down args list.
7841 2016-06-21 Pedro Alves <palves@redhat.com>
7843 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7844 * gdb.opt/inline-cmds.exp: Add MI tests.
7846 2016-06-21 Pedro Alves <palves@redhat.com>
7848 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7850 2016-06-21 Pedro Alves <palves@redhat.com>
7852 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7853 (top level): Use it instead of mi_execute_to.
7855 2016-06-21 Pedro Alves <palves@redhat.com>
7857 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7858 (cont_handler_str): New.
7859 (signal_stop_handler): Set stop_handler_str instead of printing to
7861 (continue_handler): Set cont_handler_str instead of printing to
7863 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7864 mi_send_resuming_command. Print stop_handler_str and
7865 cont_handler_str instead of expecting the python events print
7868 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
7870 * gdb.base/jit-reader.exp: New file.
7871 * gdb.base/jithost.c: New file.
7872 * gdb.base/jithost.h: New file.
7873 * gdb.base/jitreader.c : New file.
7874 * gdb.base/jit-protocol.h: New file.
7876 2016-06-17 Yao Qi <yao.qi@linaro.org>
7878 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7879 parameters follow_fork and detach_on_fork. Set follow-fork-mode
7880 and detach-on-fork. Adjust tests.
7881 (top level): Invoke break_cond_on_syscall with combinations of
7882 syscall, follow-fork-mode and detach-on-fork.
7884 2016-06-17 Yao Qi <yao.qi@linaro.org>
7886 * gdb.base/step-over-exit.c: New.
7887 * gdb.base/step-over-exit.exp: New.
7889 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
7891 * gdb.base/float.exp: Add target check for nds32*-*-*.
7892 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7894 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
7896 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7897 for unsupported target features.
7898 * gdb.base/call-rt-st.exp: Likewise.
7899 * gdb.base/call-sc.exp: Likewise.
7900 * gdb.base/call-signal-resume.exp: Likewise.
7901 * gdb.base/call-strs.exp: Likewise.
7902 * gdb.base/callexit.exp: Likewise.
7903 * gdb.base/callfuncs.exp: Likewise.
7904 * gdb.base/nodebug.exp: Likewise.
7905 * gdb.base/printcmds.exp: Likewise.
7906 * gdb.base/ptype.exp: Likewise.
7907 * gdb.base/structs.exp: Likewise.
7908 * gdb.base/unwindonsignal.exp: Likewise.
7909 * gdb.cp/gdb2495.exp: Likewise.
7910 * gdb.cp/templates.exp: Likewise.
7911 * gdb.cp/virtfunc.exp: Likewise.
7912 * gdb.threads/hand-call-in-threads.exp: Likewise.
7913 * gdb.threads/interrupted-hand-call.exp: Likewise.
7914 * gdb.threads/thread-unwindonsignal.exp: Likewise.
7916 2016-06-10 Tom Tromey <tom@tromey.com>
7919 * gdb.rust/expr.exp: Add test for integer constant larger than
7922 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
7924 * gdb.fortran/nested-funcs.exp: New.
7925 * gdb.fortran/nested-funcs.f90: New.
7927 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
7929 * gdb.base/examine-backward.c: New file.
7930 * gdb.base/examine-backward.exp: New file.
7932 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
7934 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7937 2016-06-02 Tom Tromey <tom@tromey.com>
7940 * gdb.python/py-shared.exp: Add solib_name test.
7942 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
7944 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7946 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
7949 * gdb.dwarf2/implref.exp: Rename to...
7950 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
7951 * gdb.dwarf2/implref-array.c: New file.
7952 * gdb.dwarf2/implref-array.exp: Likewise.
7953 * gdb.dwarf2/implref-global.c: Likewise.
7954 * gdb.dwarf2/implref-global.exp: Likewise.
7955 * gdb.dwarf2/implref-struct.c: Likewise.
7956 * gdb.dwarf2/implref-struct.exp: Likewise.
7958 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7960 * gdb.trace/trace-condition.exp: Add 64bit tests.
7962 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7964 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7966 (main): Adapt to 8 to 64 bits types.
7967 * gdb.trace/trace-condition.exp: Add new tests.
7969 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7971 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7973 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7975 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7976 Move condition tests...
7977 * gdb.trace/trace-condition.exp: Here.
7979 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7981 * gdb.trace/trace-condition.exp: Add counter-case tests.
7983 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7986 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7987 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7989 2016-05-27 Pedro Alves <palves@redhat.com>
7991 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7993 (top level): Call it, and bail out of DejaGnu is known to be bad.
7995 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7997 * gdb.base/whatis.c: Extend the test case.
7998 * gdb.base/whatis.exp: Add additional tests.
8000 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8002 * gdb.fortran/type.f90: Add pointer variable.
8003 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8005 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8007 * gdb.fortran/vla-type.exp: Fix testcase name.
8009 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8011 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8013 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8015 * gdb.fortran/type.f90: Add nested structures.
8016 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8017 * gdb.fortran/derived-type.exp: Adapt expected output.
8018 * gdb.fortran/vla-type.exp: Adapt expected output.
8020 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8022 * gdb.fortran/whatis_type.exp: Adapt expected output.
8024 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8026 * gdb.fortran/print_type.exp: Fix expected output.
8027 * gdb.fortran/whatis_type.exp: Fix expected output.
8029 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8031 * gdb.fortran/whatis_type.exp: Use multi_line.
8033 2016-05-24 Tom Tromey <tom@tromey.com>
8036 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8037 use value as an index.
8039 2016-05-23 Tom Tromey <tom@tromey.com>
8042 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8045 2016-05-24 Pedro Alves <palves@redhat.com>
8048 * gdb.threads/clone-attach-detach.c: New file.
8049 * gdb.threads/clone-attach-detach.exp: New file.
8051 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8053 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8055 2016-05-23 Tom Tromey <tom@tromey.com>
8057 PR python/19438, PR python/18393:
8058 * gdb.python/py-progspace.exp: Add "dir" test.
8059 * gdb.python/py-objfile.exp: Add "dir" test.
8061 2016-05-23 Yao Qi <yao.qi@linaro.org>
8063 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8064 * gdb.arch/thumb2-it.exp: Likewise.
8066 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8068 * gdb.mi/mi-threads-interrupt.c: New file.
8069 * gdb.mi/mi-threads-interrupt.exp: New file.
8071 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8074 * gdb.mi/mi-async-run.exp: New file.
8075 * gdb.mi/mi-async-run.c: New file.
8077 2016-05-17 Tom Tromey <tom@tromey.com>
8078 Manish Goregaokar <manishsmail@gmail.com>
8080 * lib/rust-support.exp: New file.
8081 * lib/gdb.exp (skip_rust_tests): New proc.
8082 (build_executable_from_specs): Handle rust.
8083 * lib/future.exp (gdb_find_rustc): New proc.
8084 (gdb_default_target_compile): Handle rust.
8085 * gdb.rust/expr.exp: New file.
8086 * gdb.rust/generics.exp: New file.
8087 * gdb.rust/generics.rs: New file.
8088 * gdb.rust/methods.exp: New file.
8089 * gdb.rust/methods.rs: New file.
8090 * gdb.rust/modules.exp: New file.
8091 * gdb.rust/modules.rs: New file.
8092 * gdb.rust/simple.exp: New file.
8093 * gdb.rust/simple.rs: New file.
8095 2016-05-17 Tom Tromey <tom@tromey.com>
8097 * gdb.base/default.exp (set language): Add rust.
8099 2016-05-17 Tom Tromey <tom@tromey.com>
8101 * gdb.gdb/unittest.exp: New file.
8103 2016-05-16 Yao Qi <yao.qi@linaro.org>
8105 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8106 shell_prompt. Update shell_prompt_re.
8108 2016-05-12 Doug Evans <dje@google.com>
8111 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8112 $options when building executable.
8113 * gdb.dwarf2/fission-loclists-pie.S: New file.
8114 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8116 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8118 * gdb.base/solib-display.exp: Check for [use_gdb_stub]Â instead
8119 of [is_remote target],
8121 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8123 * lib/gdb.exp (use_gdb_stub): New procedure.
8125 2016-05-03 Yunlian Jiang <yunlian@google.com>
8126 Doug Evans <dje@google.com>
8129 * gdb.dwarf2/dwp-sepdebug.c: New file.
8130 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8132 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8134 * gdb.base/detach.exp: Remove is_remote check.
8136 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8138 * gdb.base/annota-input-while-running.exp: Don't check for
8139 [is_remote target]. Enable annotations after running to main.
8140 Remove unused "set test..." line.
8142 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8144 * gdb.trace/trace-enable-disable.exp: New file.
8145 * gdb.trace/trace-enable-disable.c: New file.
8147 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8149 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8150 use it in info sharedlibrary test.
8151 * gdb.trace/ftrace-lock.exp: Likewise.
8152 * gdb.trace/ftrace.exp: Likewise.
8153 * gdb.trace/range-stepping.exp: Likewise.
8154 * gdb.trace/trace-break.exp: Likewise.
8155 * gdb.trace/trace-condition.exp: Likewise.
8156 * gdb.trace/trace-mt.exp: Likewise.
8158 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8160 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8161 (gdb_load_shlib): ... this.
8162 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8164 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8165 * gdb.base/ctxobj.exp: Likewise.
8166 * gdb.base/dprintf-pending.exp: Likewise.
8167 * gdb.base/dso2dso.exp: Likewise.
8168 * gdb.base/fixsection.exp: Likewise.
8169 * gdb.base/gcore-relro.exp: Likewise.
8170 * gdb.base/gdb1555.exp: Likewise.
8171 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8172 * gdb.base/gnu-ifunc.exp: Likewise.
8173 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8174 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8175 * gdb.base/pending.exp: Likewise.
8176 * gdb.base/print-file-var.exp: Likewise.
8177 * gdb.base/print-symbol-loading.exp: Likewise.
8178 * gdb.base/shlib-call.exp: Likewise.
8179 * gdb.base/shreloc.exp: Likewise.
8180 * gdb.base/so-impl-ld.exp: Likewise.
8181 * gdb.base/solib-disc.exp: Likewise.
8182 * gdb.base/solib-nodir.exp: Likewise.
8183 * gdb.base/solib-overlap.exp: Likewise.
8184 * gdb.base/solib-symbol.exp: Likewise.
8185 * gdb.base/solib-weak.exp (do_test): Likewise.
8186 * gdb.base/sym-file.exp: Likewise.
8187 * gdb.base/symtab-search-order.exp: Likewise.
8188 * gdb.base/type-opaque.exp: Likewise.
8189 * gdb.base/unload.exp: Likewise.
8190 * gdb.base/watchpoint-solib.exp: Likewise.
8191 * gdb.compile/compile.exp: Likewise.
8192 * gdb.cp/gdb2384.exp: Likewise.
8193 * gdb.cp/infcall-dlopen.exp: Likewise.
8194 * gdb.cp/re-set-overloaded.exp: Likewise.
8195 * gdb.fortran/library-module.exp: Likewise.
8196 * gdb.opt/solib-intra-step.exp: Likewise.
8197 * gdb.python/py-finish-breakpoint.exp: Likewise.
8198 * gdb.python/py-shared.exp: Likewise.
8199 * gdb.reverse/solib-precsave.exp: Likewise.
8200 * gdb.reverse/solib-reverse.exp: Likewise.
8201 * gdb.server/solib-list.exp: Likewise.
8202 * gdb.threads/dlopen-libpthread.exp: Likewise.
8203 * gdb.threads/tls-shared.exp: Likewise.
8204 * gdb.threads/tls-so_extern.exp: Likewise.
8205 * gdb.trace/change-loc.exp: Likewise.
8206 * gdb.trace/ftrace-lock.exp: Likewise.
8207 * gdb.trace/ftrace.exp: Likewise.
8208 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8209 * gdb.trace/pending.exp: Likewise.
8210 * gdb.trace/range-stepping.exp: Likewise.
8211 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8212 (strace_info_marker): Likewise.
8213 (strace_probe_marker): Likewise.
8214 (strace_trace_on_same_addr): Likewise.
8215 (strace_trace_on_diff_addr): Likewise.
8216 * gdb.trace/trace-break.exp: Likewise.
8217 * gdb.trace/trace-condition.exp: Likewise.
8218 * gdb.trace/trace-mt.exp: Likewise.
8220 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8222 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8223 result of gdb_remote_download.
8224 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8225 * gdb.base/dso2dso.exp: Likewise.
8226 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8227 * gdb.base/print-file-var.exp: Likewise.
8228 * gdb.base/shlib-call.exp: Likewise.
8229 * gdb.base/shreloc.exp: Likewise.
8230 * gdb.base/solib-overlap.exp: Likewise.
8231 * gdb.base/solib-weak.exp (do_test): Likewise.
8232 * gdb.base/unload.exp: Likewise.
8234 2016-04-27 Yao Qi <yao.qi@linaro.org>
8236 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8239 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8241 * vla-type.exp: Print structure from toplevel.
8243 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8245 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8247 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8250 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8252 * gdb.fortran/vla-type.f90: New file.
8253 * gdb.fortran/vla-type.exp: New file.
8255 2016-04-25 Yao Qi <yao.qi@linaro.org>
8257 * gdb.base/branch-to-self.c: New file.
8258 * gdb.base/branch-to-self.exp: New file.
8260 2016-04-22 Yao Qi <yao.qi@linaro.org>
8262 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8265 2016-04-22 Yao Qi <yao.qi@linaro.org>
8267 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8268 * gdb.base/annota3.exp: Likewise.
8270 2016-04-22 Yao Qi <yao.qi@linaro.org>
8272 * gdb.reverse/step-precsave.exp: Do one step and test program
8273 stops in "callee" and do multiple steps until program goes out
8275 * gdb.reverse/step-reverse.exp: Likewise.
8277 2016-04-22 Yao Qi <yao.qi@linaro.org>
8279 * gdb.trace/signal.exp: Also pass if
8280 $tracepoint_hits($i) > $iterations.
8282 2016-04-22 Yao Qi <yao.qi@linaro.org>
8284 * gdb.trace/signal.c: New file.
8285 * gdb.trace/signal.exp: New file.
8287 2016-04-19 Doug Evans <xdje42@gmail.com>
8289 * gdb.base/bad-file.exp: New file.
8291 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8293 * gdb.dwarf2/implref.exp: New file.
8295 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8297 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8298 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8299 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8300 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8301 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8302 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8303 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8304 * lib/fortran.exp (fortran_int4): New procedure.
8305 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8306 (fortran_logical4): Likewise.
8308 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8310 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8312 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8314 * lib/compiler.c: Add Intel specific preprocessor macros.
8315 * lib/compiler.cc: Likewise.
8317 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8319 * gdb.server/connect-with-no-symbol-file.c: New file.
8320 * gdb.server/connect-with-no-symbol-file.exp: New file.
8322 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8324 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8326 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8328 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8329 standard output directory.
8331 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8333 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8335 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8337 * gdb.btrace/instruction_history.c (loop): Add declaration.
8339 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8341 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8343 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8345 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8346 parentheses to print.
8347 (continue_handler): Likewise.
8349 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8351 * gdb.server/solib-list.exp: Remove is_remote check.
8352 Pass shlib= to gdb_compile. Don't link shared library with
8353 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8354 Run binary filename through "readlink -f" on the target.
8356 2016-04-08 Pedro Alves <palves@redhat.com>
8358 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8359 interpreter filename as argument to gdbserver_spawn.
8360 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8361 Return empty if $last_loaded_file does not exist.
8363 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8365 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8366 * gdb.base/jit-main.c: Use exit after usage.
8368 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8370 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8371 GDBHISTSIZE prior to the tests.
8372 * gdb.base/gdbinit-history.exp: Likewise.
8374 2016-04-07 Pedro Alves <palves@redhat.com>
8376 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8377 instead of build_executable. Use gdb_load_shlibs.
8379 2016-04-07 Yao Qi <yao.qi@linaro.org>
8381 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8382 Execute "si" command.
8384 2016-04-07 Yao Qi <yao.qi@linaro.org>
8386 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8387 number instead of the comments on some line.
8389 2016-04-06 Don Breazeal <donb@codesourcery.com>
8391 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8392 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8394 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8396 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8397 standard_output_file. Remove unused binfile variable.
8399 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8401 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8402 * gdb.python/py-mi-objfile.exp: Match "list main" output
8405 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8407 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8410 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8412 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8414 * gdb.trace/ftrace.exp: Likewise.
8415 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8417 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8418 (gdb_load_shlibs): Copy libraries to test directory when testing
8419 natively. Only set solib-search-path if testing remotely.
8420 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8422 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8424 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8425 gdb_download. Use it even if the target is not remote.
8426 * gdb.base/jit.exp (compile_jit_test): Likewise.
8427 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8428 output directory if the destination board is local, otherwise use
8429 the standard remote_download from DejaGnu.
8430 (gdb_download): Remove.
8431 (gdb_load_shlibs): Use gdb_remote_download instead of
8433 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8434 Use gdb_remote_download instead of gdb_download. Use it even if
8435 the target is not remote.
8436 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8437 instead of gdb_download.
8439 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8441 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8442 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8445 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8448 * gdb.base/printcmds.exp: Add artificial arrays tests.
8450 2016-03-31 Pedro Alves <palves@redhat.com>
8453 * gdb.base/jit-main.c: Include unistd.h.
8454 (ATTACH): Define to 0 if not already defined.
8455 (wait_for_gdb, mypid): New globals.
8456 (WAIT_FOR_GDB): New macro.
8457 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8458 some breakpoint locations.
8459 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8461 (one_jit_test): Add REATTACH parameter, and handle it. Use
8462 continue_to_test_location.
8463 (top level): Test attach, and adjusts calls to one_jit_test.
8465 2016-03-31 Pedro Alves <palves@redhat.com>
8468 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8469 BINSUFFIX parameter, and handle it.
8470 (top level): Adjust calls compile_jit_test.
8472 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8475 * gdb.python/py-mi-events-gdb.py: New file.
8476 * gdb.python/py-mi-events.c: New file.
8477 * gdb.python/py-mi-events.exp: New file.
8479 2016-03-30 Yao Qi <yao.qi@linaro.org>
8481 * gdb.reverse/until-precsave.exp: Match function name only.
8482 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8483 Move malloc to a condition block.
8484 * gdb.reverse/until-reverse.exp: Match function name only.
8486 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8488 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8489 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8490 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8491 variable for GPR 0 instead of assuming it is register 0.
8492 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8493 * lib/trace-support.exp: Add s390 registers.
8495 2016-03-29 Yao Qi <yao.qi@linaro.org>
8497 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8499 2016-03-24 Yao Qi <yao.qi@linaro.org>
8501 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8504 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8506 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8507 maintaining separate logic for constructing the output path.
8509 2016-03-16 Don Breazeal <donb@codesourcery.com>
8511 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8512 Retry fork and waitpid on interrupted system call errors.
8513 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8514 Use with_timeout_factor to increase timeout by factor of 10.
8516 2016-03-15 Don Breazeal <donb@codesourcery.com>
8518 * gdb.cp/scope-err.cc: New test program.
8519 * gdb.cp/scope-err.exp: New test script.
8520 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8521 lines and "set breakpoint here" comment.
8522 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8523 Fixed some whitespace and format issues.
8524 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8525 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8527 2016-03-15 Doug Evans <dje@google.com>
8529 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8530 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8531 All callers updated. Add tests for enums, mixed flags register.
8533 2016-03-15 Doug Evans <dje@google.com>
8535 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8536 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8538 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8540 * gdb.base/default.exp: Add $_as_string to the list of expected
8541 convenience functions.
8543 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8545 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8547 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8549 * gdb.python/py-as-string.exp: New file.
8550 * gdb.python/py-as-string.c: New file.
8552 2016-03-09 Pedro Alves <palves@redhat.com>
8554 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8555 signal" -> "Thread NN received signal" output change.
8556 * gdb.threads/ia64-sigill.exp: Likewise.
8557 * gdb.threads/linux-dp.exp: Likewise.
8558 * gdb.threads/manythreads.exp: Likewise.
8559 * gdb.threads/pending-step.exp: Likewise.
8560 * gdb.threads/print-threads.exp: Likewise.
8561 * gdb.threads/sigstep-threads.exp: Likewise.
8562 * gdb.threads/staticthreads.exp: Likewise.
8563 * gdb.threads/tls.exp: Likewise.
8565 2016-03-09 Pedro Alves <palves@redhat.com>
8567 * gdb.base/command-line-input.exp: New file.
8569 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8571 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8572 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8573 * gdb.trace/pending.exp: Accept leading dot before function name.
8574 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8575 * lib/trace-support.exp: Set registers for ppc.
8577 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8579 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8580 use it for disassembly; accept .main in addition to main in backtrace.
8582 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8583 Marcin Kościelnicki <koriakin@0x04.net>
8585 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8586 (gdb_recursion_test_ptr): New global variable.
8587 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8589 (gdb_c_test): Ditto.
8591 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8593 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8596 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8598 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8599 (bar): Add bar_start_lbl label.
8600 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8601 of foo/bar for emitting DWARF and tracing.
8603 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8605 * analyze-racy-logs.py: Set executable bit.
8607 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8609 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8610 (CHECK_TARGET_TMP): Likewise.
8611 (check-single-racy): New rule.
8612 (check-parallel-racy): Likewise.
8613 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8614 (do-check-parallel-racy): New rule.
8615 (check-racy/%.exp): Likewise.
8616 * README (Racy testcases): New section.
8617 * analyze-racy-logs.py: New file.
8619 2016-03-03 Doug Evans <dje@google.com>
8621 * gdb.base/skip.exp: Use with_test_prefix.
8623 2016-03-03 Yao Qi <yao.qi@linaro.org>
8625 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8626 Invoke step_over_syscall "clone" and break_cond_on_syscall
8628 * gdb.base/step-over-clone.c: New file.
8630 2016-03-03 Yao Qi <yao.qi@linaro.org>
8632 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8635 2016-03-03 Yao Qi <yao.qi@linaro.org>
8637 * gdb.base/disp-step-fork.c: Rename to ...
8638 * gdb.base/step-over-fork.c: ... it. New file.
8639 * gdb.base/disp-step-vfork.c: Rename to ...
8640 * gdb.base/step-over-vfork.c: ... it. New file.
8641 * gdb.base/disp-step-syscall.exp: Rename to ...
8642 * gdb.base/step-over-syscall.exp: ... it. New file.
8643 (disp_step_cross_syscall): Rename to ...
8644 (step_over_syscall): ... it.
8646 2016-03-03 Yao Qi <yao.qi@linaro.org>
8648 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8649 If target supports condition evaluation on target, invoke
8650 break_cond_on_syscall for fork and vfork.
8652 2016-03-03 Yao Qi <yao.qi@linaro.org>
8654 * gdb.base/disp-step-syscall.exp: Don't invoke
8655 support_displaced_stepping.
8656 (disp_step_cross_syscall): Test with displaced stepping off and
8659 2016-03-03 Yao Qi <yao.qi@linaro.org>
8661 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8664 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8667 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8669 * gdb.fortran/vla-history.exp: Remove breakpoint.
8671 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8673 * gdb.fortran/vla-history.exp: Lookup array elements and printing
8676 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8678 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8681 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8683 * gdb.mi/vla.f90: Nullify pointer after declaration.
8685 2016-03-01 Pedro Alves <palves@redhat.com>
8687 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8689 2016-03-01 Pedro Alves <palves@redhat.com>
8691 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8692 before anything else.
8693 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
8695 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8696 before anything else.
8697 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8699 2016-03-01 Pedro Alves <palves@redhat.com>
8701 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8703 2016-03-01 Yao Qi <yao.qi@linaro.org>
8705 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8706 prepare_for_testing.
8708 2016-03-01 Yao Qi <yao.qi@linaro.org>
8710 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8712 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8714 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8715 manually constructing the output path.
8717 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8719 * gdb.arch/s390-stackless.S: New.
8720 * gdb.arch/s390-stackless.exp: New.
8722 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8724 * gdb.dlang/circular.c: New file.
8725 * gdb.dlang/circular.exp: New file.
8727 2016-02-26 Yao Qi <yao.qi@linaro.org>
8729 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8730 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8731 (testcases): Update.
8733 2016-02-26 Yao Qi <yao.qi@linaro.org>
8735 * gdb.reverse/aarch64.c: Rename to ...
8736 * gdb.reverse/insn-reverse.c: ... it.
8737 * gdb.reverse/aarch64.exp: Rename to ...
8738 * gdb.reverse/insn-reverse.exp: ... it.
8740 2016-02-26 Yao Qi <yao.qi@linaro.org>
8742 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8743 (testcase_ftype): New.
8744 (testcases): New array.
8746 (main): Call each element in testcases.
8747 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8748 (read_testcase): New.
8749 Do the tests in a loop.
8751 2016-02-25 Yao Qi <yao.qi@linaro.org>
8753 * gdb.base/branches.c: Remove.
8755 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8758 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8760 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8762 * gdb.trace/ftrace.exp: Remove unnecessary target check.
8764 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
8766 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8767 change x86_64 call_insn to 'callq'.
8769 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
8771 * gdb.trace/tfile-avx.c: Move to...
8772 * gdb.trace/tracefile-pseudo-reg.c: Here.
8773 * gdb.trace/tfile-avx.exp: Move to...
8774 * gdb.trace/tracefile-pseudo-reg.exp: Here.
8776 2016-02-24 Gary Benson <gbenson@redhat.com>
8778 * gdb.base/attach-pie-noexec.exp: Do not expect an error
8781 2016-02-23 Doug Evans <dje@google.com>
8783 * gdb.base/skip.c (test_skip): New function.
8784 (end_test_skip_file_and_function): New function.
8785 (test_skip_file_and_function): New function.
8786 * gdb.base/skip1.c (test_skip): New function.
8787 (skip1_test_skip_file_and_function): New function.
8788 * gdb.base/skip.exp: Add tests for new skip options.
8789 * gdb.base/skip-solib.exp: Update expected output.
8790 * gdb.perf/skip-command.cc: New file.
8791 * gdb.perf/skip-command.exp: New file.
8792 * gdb.perf/skip-command.py: New file.
8794 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
8796 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8797 info registers pattern.
8799 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
8801 * lib/future.exp: Add D support.
8802 (gdb_find_gdc): New proc.
8803 (gdb_default_target_compile): Add D support.
8805 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
8807 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8809 (trace_speed_test): Determine the iteration count for a time
8810 between 15..30 seconds.
8812 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8814 * gdb.arch/i386-mpx-sigsegv.c: New file.
8815 * gdb.arch/i386-mpx-sigsegv.exp: New file.
8816 * gdb.arch/i386-mpx-simple_segv.c: New file.
8817 * gdb.arch/i386-mpx-simple_segv.exp: New file.
8819 2016-02-18 Yao Qi <yao.qi@linaro.org>
8821 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8822 Don't call setup_kfail.
8824 2016-02-18 Yao Qi <yao.qi@linaro.org>
8826 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8827 Set "set breakpoint condition-evaluation" per $cond_bp_target.
8829 2016-02-16 Doug Evans <dje@google.com>
8831 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
8832 * gdb.base/skip1.c: Ditto.
8833 * gdb.base/skip.exp: Whitespace cleanup.
8835 2016-02-16 Don Breazeal <donb@codesourcery.com>
8838 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8839 Remove kfail for PR remote/19496.
8841 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8843 * lib/gdb.exp (standard_temp_file): Return a path specific to
8844 the runtest invocation.
8846 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
8848 * gdb.trace/save-trace.exp: Change relative path to be in the
8849 standard output directory.
8851 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8853 * gdb.arch/i386-prologue.c: Add missing prototypes.
8855 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8857 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8858 * gdb.arch/i386-prologue.exp: Likewise.
8859 * gdb.arch/i386-size.exp: Likewise.
8861 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
8863 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8864 define object file path.
8865 * gdb.btrace/gcore.exp: Use standard_output_file to define core
8867 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8868 standard_output_file to define binfile.
8870 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8872 Fix compatibility with recent gfortran-5.3.1.
8873 * gdb.fortran/vla-history.exp (print vla1 allocated)
8874 (print vla2 allocated, print $2, print $3): Remove
8875 (print $4): Rename to ...
8876 (print $2): ... here.
8877 (print $9): Rename to ...
8878 (print $5): ... here.
8879 (print $10): Rename to ...
8880 (print $6): ... here.
8881 * gdb.fortran/vla.f90: Add pvla initialization.
8883 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8885 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8887 * gdb.fortran/vla-value-sub.exp: Likewise.
8889 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8891 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8893 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
8895 * i386-biarch-core.exp: Define corefile using
8896 standard_output_file.
8898 2016-02-12 Yao Qi <yao.qi@linaro.org>
8900 * gdb.arch/arm-single-step-kernel-helper.c: New.
8901 * gdb.arch/arm-single-step-kernel-helper.exp: New.
8903 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8905 * gdb.btrace/tailcall-only.exp: New.
8906 * gdb.btrace/tailcall-only.c: New.
8907 * gdb.btrace/x86_64-tailcall-only.S: New.
8908 * gdb.btrace/i686-tailcall-only.S: New.
8910 2016-02-11 Pedro Alves <palves@redhat.com>
8912 * README (Parallel testing): Add missing double quotes.
8914 2016-02-11 Pedro Alves <palves@redhat.com>
8916 * README (Parallel testing): New section.
8917 (GDB_PARALLEL): Rewrite.
8918 (FORCE_PARALLEL): Document.
8920 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
8922 * gdb.trace/tfile-avx.c: New test.
8923 * gdb.trace/tfile-avx.exp: New test.
8925 2016-02-09 Keith Seitz <keiths@redhat.com>
8927 PR breakpoints/19546
8928 * gdb.base/infcall-exec.c: New file.
8929 * gdb.base/infcall-exec2.c: New file.
8930 * gdb.base/infcall-exec.exp: New file.
8932 2016-02-09 Keith Seitz <keiths@redhat.com>
8934 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8935 (toplevel): Call test_bkpt_address.
8937 2016-02-09 Keith Seitz <keiths@redhat.com>
8940 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8941 (toplevel): Call test_bkpt_address.
8943 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8945 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8947 * configure: Regenerate.
8949 2016-02-09 Pedro Alves <palves@redhat.com>
8951 PR breakpoints/19548
8952 * gdb.base/execl-update-breakpoints.c (some_function): New
8955 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8956 Tighten expected GDB output.
8958 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8960 * Makefile.in (ALL_SUBDIRS): Remove.
8961 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8962 (distclean maintainer-clean realclean): Likewise.
8963 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8964 * configure: Regenerate.
8965 * gdb.ada/Makefile.in: Delete.
8966 * gdb.arch/Makefile.in: Likewise.
8967 * gdb.asm/Makefile.in: Likewise.
8968 * gdb.base/Makefile.in: Likewise.
8969 * gdb.btrace/Makefile.in: Likewise.
8970 * gdb.cell/Makefile.in: Likewise.
8971 * gdb.compile/Makefile.in: Likewise.
8972 * gdb.cp/Makefile.in: Likewise.
8973 * gdb.disasm/Makefile.in: Likewise.
8974 * gdb.dlang/Makefile.in: Likewise.
8975 * gdb.dwarf2/Makefile.in: Likewise.
8976 * gdb.fortran/Makefile.in: Likewise.
8977 * gdb.gdb/Makefile.in: Likewise.
8978 * gdb.go/Makefile.in: Likewise.
8979 * gdb.guile/Makefile.in: Likewise.
8980 * gdb.java/Makefile.in: Likewise.
8981 * gdb.linespec/Makefile.in: Likewise.
8982 * gdb.mi/Makefile.in: Likewise.
8983 * gdb.modula2/Makefile.in: Likewise.
8984 * gdb.multi/Makefile.in: Likewise.
8985 * gdb.objc/Makefile.in: Likewise.
8986 * gdb.opencl/Makefile.in: Likewise.
8987 * gdb.opt/Makefile.in: Likewise.
8988 * gdb.pascal/Makefile.in: Likewise.
8989 * gdb.perf/Makefile.in: Likewise.
8990 * gdb.python/Makefile.in: Likewise.
8991 * gdb.reverse/Makefile.in: Likewise.
8992 * gdb.server/Makefile.in: Likewise.
8993 * gdb.stabs/Makefile.in: Likewise.
8994 * gdb.threads/Makefile.in: Likewise.
8995 * gdb.trace/Makefile.in: Likewise.
8996 * gdb.xml/Makefile.in: Likewise.
8997 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8999 (standard_output_file): Remove check for GDB_PARALLEL, always
9000 return path in outputs/$subdir/$testname.
9002 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9004 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9005 (site.exp): Assign abs_srcdir to tcl's srcdir.
9007 2016-02-04 Yao Qi <yao.qi@linaro.org>
9009 * gdb.base/foll-exec-mode.c: Include limits.h.
9010 (main): Add parameters argc and argv. Get directory from
9012 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9014 * gdb.base/foll-exec.c: Include limits.h.
9015 (main): Add parameters argc and argv.
9016 Get directory from argv[0].
9017 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9018 Adjust tests on the number of lines as source code changed.
9019 * gdb.base/foll-vfork-exit.c: Include limits.h.
9020 (main): Add one line of statement before vfork.
9021 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9022 (main): Add parameters argc and argv. Get directory from
9024 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9025 (setup_gdb): Set tbreak to skip some source lines.
9026 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9027 (main): Add parameters argc and argv. Get directory from
9029 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9031 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9032 (main): Add parameters argc and argv. Get directory from
9034 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9037 2016-02-01 Doug Evans <dje@google.com>
9039 * gdb.base/skip.exp: Clean up multiple references to same test name.
9041 2016-02-01 Pedro Alves <palves@redhat.com>
9044 * gdb.threads/forking-threads-plus-breakpoint.exp
9045 (displaced_stepping_supported): New global.
9046 (probe_displaced_stepping_support): New procedure.
9047 (do_test): Add 'displaced' parameter, and use it.
9048 (top level): Check for displaced stepping support. Add displaced
9049 stepping on/off testing axis.
9051 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9053 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9054 pointer. Don't perform further tests on the unassociated pointer
9055 if the first test fails.
9057 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9059 * gdb.base/max-value-size.c: New file.
9060 * gdb.base/max-value-size.exp: New file.
9061 * gdb.base/huge.exp: Disable max-value-size for this test.
9063 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9065 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9067 2016-01-28 Yao Qi <yao.qi@linaro.org>
9069 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9071 2016-01-25 Pedro Alves <palves@redhat.com>
9074 * gdb.base/fork-running-state.c: New file.
9075 * gdb.base/fork-running-state.exp: New file.
9077 2016-01-25 Pedro Alves <palves@redhat.com>
9080 * gdb.base/catch-fork-kill.c: New file.
9081 * gdb.base/catch-fork-kill.exp: New file.
9083 2016-01-25 Pedro Alves <palves@redhat.com>
9085 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9086 Delete, moved to lib/gdb.exp.
9087 * gdb.threads/forking-threads-plus-breakpoint.exp
9088 (foreach_with_prefix): Likewise.
9089 * gdb.threads/process-dies-while-handling-bp.exp
9090 (foreach_with_prefix): Likewise.
9091 * lib/gdb.exp (foreach_with_prefix): New procedure.
9093 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9095 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9096 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9098 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9100 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9103 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9104 Pedro Alves <palves@redhat.com>
9106 Fix testsuite compatibility with Guile.
9107 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9110 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9112 Fix testsuite compatibility with Guile.
9113 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9114 (thread 1): New test for backtrace through signal handler.
9116 2016-01-22 Yao Qi <yao.qi@linaro.org>
9119 * gdb.base/multi-forks.c: Include
9120 ../lib/unbuffer_output.c
9121 (main): Call gdb_unbuffer_output.
9123 2016-01-21 Doug Evans <dje@google.com>
9125 * lib/ada.exp (gdb_compile_ada): Fix typo.
9127 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9129 * gdb.base/break-fun-addr.exp: New file.
9130 * gdb.base/break-fun-addr1.c: New file.
9131 * gdb.base/break-fun-addr2.c: New file.
9133 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9135 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9136 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9139 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9141 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9142 when GDB can not set the vector return value. Add more comments
9145 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9147 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9150 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9152 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9154 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9156 * Makefile.in (check-single): Pass --status to runtest.
9157 (check/%.exp): Likewise.
9159 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9161 * Makefile.in (check-parallel): Propagate return code from make
9164 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9166 * gdb.trace/ftrace.exp: Fix expected message on continue.
9167 * gdb.trace/pending.exp: Fix expected message on continue.
9168 * gdb.trace/trace-break.exp: Fix expected message on continue.
9170 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9172 * lib/gdb.exp (gdb_test): Remove unused global references.
9174 2016-01-18 Pedro Alves <palves@redhat.com>
9176 * gdb.base/async-shell.exp: Adjust expected output.
9177 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9178 * gdb.base/siginfo-thread.exp: Adjust expected output.
9179 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9180 * gdb.java/jnpe.exp: Adjust expected output.
9181 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9182 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9183 * gdb.threads/leader-exit.exp: Adjust expected output.
9184 * gdb.threads/manythreads.exp: Adjust expected output.
9185 * gdb.threads/pthreads.exp: Adjust expected output.
9186 * gdb.threads/schedlock.exp: Adjust expected output.
9187 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9188 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9190 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9192 * gdb.threads/sigthread.exp: Adjust expected output.
9193 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9195 2016-01-18 Yao Qi <yao.qi@linaro.org>
9197 * gdb.guile/scm-section-script.c: Replace @progbits with
9199 * gdb.python/py-section-script.c: Likewise.
9201 2016-01-15 Pedro Alves <palves@redhat.com>
9203 * gdb.multi/tids.exp: Test star wildcard ranges.
9205 2016-01-15 Pedro Alves <palves@redhat.com>
9207 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9208 command from "thread apply" invocation.
9209 (thr_apply_info_thr_invalid): Default the expected output to the
9211 (top level): Add tests that use convenience variables. Add tests
9212 for "thread apply" with a valid TID list, but missing the command.
9214 2016-01-13 Pedro Alves <palves@redhat.com>
9216 * gdb.base/default.exp: Expect $_gthread as well.
9217 * gdb.multi/tids.exp: Test $_gthread.
9218 * gdb.threads/thread-specific.exp: Test $_gthread.
9220 2016-01-13 Pedro Alves <palves@redhat.com>
9222 * gdb.multi/tids.exp: Test "info threads -gid".
9224 2016-01-13 Pedro Alves <palves@redhat.com>
9226 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9228 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9230 2016-01-07 Pedro Alves <palves@redhat.com>
9232 * gdb.base/break.exp: Adjust to output changes.
9233 * gdb.base/hbreak2.exp: Likewise.
9234 * gdb.base/sepdebug.exp: Likewise.
9235 * gdb.base/watch_thread_num.exp: Likewise.
9236 * gdb.linespec/keywords.exp: Likewise.
9237 * gdb.multi/info-threads.exp: Likewise.
9238 * gdb.threads/thread-find.exp: Likewise.
9239 * gdb.multi/tids.c: New file.
9240 * gdb.multi/tids.exp: New file.
9242 2016-01-13 Pedro Alves <palves@redhat.com>
9244 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9246 2016-01-13 Pedro Alves <palves@redhat.com>
9248 * gdb.base/default.exp: Expect $_inferior as well.
9249 * gdb.multi/base.exp: Test $_inferior.
9251 2016-01-13 Pedro Alves <palves@redhat.com>
9253 PR breakpoints/19388
9254 * gdb.base/catch-signal-siginfo-cond.c: New file.
9255 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9257 2016-01-12 Josh Stone <jistone@redhat.com>
9258 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9260 * gdb.base/catch-syscall.c (do_execve): New variable.
9261 (main): Conditionally trigger an execve.
9262 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9263 (test_catch_syscall_execve): New, check entry/return across execve.
9264 (do_syscall_tests): Call test_catch_syscall_execve.
9266 2016-01-12 Pedro Alves <palves@redhat.com>
9268 * gdb.base/random-signal.exp (do_test): New procedure, with body
9269 of testcase moved in.
9271 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9272 Pedro Alves <palves@redhat.com>
9274 * gdb.base/funcargs.exp (finish from indirectly called function):
9275 Reintroduce the case for 'First'.
9277 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9278 Pedro Alves <palves@redhat.com>
9280 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9281 (tcatch_vfork_then_child_follow_exec)
9282 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9285 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9287 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9288 and repeats to unlimited.
9289 * gdb.python/py-value.exp: Likewise.
9290 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9291 and repeats to unlimited.
9293 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9295 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9296 and reordering the functions.
9297 * gdb.multi/hangout.c: Likewise.
9298 * gdb.multi/hello.c: Likewise.
9300 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9302 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9304 (SingleStatisticTestResult.report): Use dict.keys instead of
9307 2016-01-06 Pedro Alves <palves@redhat.com>
9309 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9311 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9313 * gdb.btrace/dlopen.exp: New.
9314 * gdb.btrace/dlopen.c: New.
9315 * gdb.btrace/dlopen-dso.c: New.
9317 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9319 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9320 PATTERN argument is optional.
9322 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9324 * lib/ada.exp (target_compile_ada_from_dir): New function.
9325 (gdb_compile_ada): Reimplement avoiding the use of project files.
9326 * gdb.ada/gnat_ada.gpr: Delete.
9327 * gdb.ada/cond_lang.exp: Adjust test to make path before
9329 * gdb.ada/small_reg_param.exp: Likewise.
9331 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9333 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9335 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9337 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9340 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9342 * gdb.base/break.exp: Remove dead code.
9343 * gdb.base/sepdebug.exp: Likewise.
9345 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9347 * gdb.asm/asm-source.exp: Remove HP-UX references.
9348 * gdb.base/annota1.exp: Likewise.
9349 * gdb.base/annota3.exp: Likewise.
9350 * gdb.base/attach.exp: Likewise.
9351 * gdb.base/bigcore.exp: Likewise.
9352 * gdb.base/break.exp: Likewise.
9353 * gdb.base/call-ar-st.exp: Likewise.
9354 * gdb.base/callfuncs.exp: Likewise.
9355 * gdb.base/catch-fork-static.exp: Likewise.
9356 * gdb.base/display.exp: Likewise.
9357 * gdb.base/foll-exec-mode.exp: Likewise.
9358 * gdb.base/foll-exec.exp: Likewise.
9359 * gdb.base/foll-fork.exp: Likewise.
9360 * gdb.base/foll-vfork.exp: Likewise.
9361 * gdb.base/funcargs.exp: Likewise.
9362 * gdb.base/hbreak2.exp: Likewise.
9363 * gdb.base/inferior-died.exp: Likewise.
9364 * gdb.base/interrupt.exp: Likewise.
9365 * gdb.base/multi-forks.exp: Likewise.
9366 * gdb.base/nodebug.exp: Likewise.
9367 * gdb.base/sepdebug.exp: Likewise.
9368 * gdb.base/solib1.c: Likewise.
9369 * gdb.base/step-test.exp: Likewise.
9370 * gdb.mi/non-stop.c: Likewise.
9371 * gdb.mi/pthreads.c: Likewise.
9372 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9373 * gdb.threads/pthreads.c: Likewise.
9374 * gdb.threads/staticthreads.exp: Likewise.
9375 * lib/future.exp: Likewise.
9376 * lib/gdb.exp: Likewise.
9377 * gdb.base/so-indr-cl.c: Remove.
9378 * gdb.base/so-indr-cl.exp: Likewise.
9379 * gdb.base/solib.c: Likewise.
9380 * gdb.base/solib.exp: Likewise.
9381 * gdb.base/solib2.c: Likewise.
9383 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9385 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9386 * gdb.base/call-ar-st.exp: Likewise.
9387 * gdb.base/callfuncs.exp: Likewise.
9388 * gdb.base/condbreak.exp: Likewise.
9389 * gdb.base/constvars.exp: Likewise.
9390 * gdb.base/hbreak2.exp: Likewise.
9391 * gdb.base/langs.exp: Likewise.
9392 * gdb.base/list.exp: Likewise.
9393 * gdb.base/long_long.exp: Likewise.
9394 * gdb.base/ptype.exp: Likewise.
9395 * gdb.base/scope.exp: Likewise.
9396 * gdb.base/signals.exp: Likewise.
9397 * gdb.base/so-impl-ld.exp: Likewise.
9398 * gdb.base/varargs.exp: Likewise.
9399 * gdb.base/volatile.exp: Likewise.
9400 * gdb.base/whatis.exp: Likewise.
9401 * gdb.cp/cplusfuncs.exp: Likewise.
9402 * gdb.cp/inherit.exp: Likewise.
9403 * gdb.cp/local.exp: Likewise.
9404 * gdb.cp/member-ptr.exp: Likewise.
9405 * gdb.cp/method.exp: Likewise.
9406 * gdb.cp/overload.exp: Likewise.
9407 * gdb.cp/templates.exp: Likewise.
9408 * gdb.stabs/weird.exp: Likewise.
9409 * lib/compiler.c: Likewise.
9410 * lib/compiler.cc: Likewise.
9411 * lib/cp-support.exp: Likewise.
9412 * lib/gdb.exp: Likewise.
9414 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9416 * configure.ac: Remove HP-UX case.
9417 * configure: Regenerate.
9419 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9421 * lib/gdb.exp (gdb_compile): Add function doc.
9423 2015-12-17 Pedro Alves <palves@redhat.com>
9426 * gdb.multi/info-threads.exp: New file.
9428 2015-12-15 Yao Qi <yao.qi@linaro.org>
9430 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9433 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9435 * gdb.base/history-duplicates.exp: Skip if no readline support.
9437 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9439 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9441 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9443 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9445 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9447 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9448 ctrl-C if nointerrupts target property is set.
9449 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9450 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9451 * gdb.base/paginate-bg-execution.exp: Likewise.
9452 * gdb.base/paginate-execution-startup.exp: Likewise.
9453 * gdb.base/random-signal.exp: Likewise.
9454 * gdb.base/range-stepping.exp: Likewise.
9455 * gdb.cp/annota2.exp: Likewise.
9456 * gdb.cp/annota3.exp: Likewise.
9457 * gdb.gdb/selftest.exp: Likewise.
9458 * gdb.threads/continue-pending-status.exp: Likewise.
9459 * gdb.threads/leader-exit.exp: Likewise.
9460 * gdb.threads/manythreads.exp: Likewise.
9461 * gdb.threads/pthreads.exp: Likewise.
9462 * gdb.threads/schedlock.exp: Likewise.
9463 * gdb.threads/sigthread.exp: Likewise.
9465 2015-12-11 Don Breazeal <donb@codesourcery.com>
9467 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9469 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9470 * gdb.base/foll-exec.exp (main): Enable for target remote.
9471 * gdb.base/foll-fork.exp (main): Likewise.
9472 * gdb.base/foll-vfork.exp (main): Likewise.
9473 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9474 (proc continue_to_exit_bp_loc): Use clean_restart.
9475 * gdb.base/pie-execl.exp (main): Disable for target remote.
9476 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9477 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9478 * gdb.threads/execl.exp (main): Likewise.
9479 * gdb.threads/fork-child-threads.exp (main): Likewise.
9480 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9482 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9484 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9485 pid.tid style ptids, instead of just tid.
9486 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9487 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9488 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9489 ptids, instead of just tid.
9491 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9493 * gdb.base/list.exp (test_list_forward): Add end of file error
9495 (test_repeat_list_command): Add end of file error test.
9496 (test_list_backwards): Add beginning of file error test.
9498 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9500 * gdb.base/list.exp (test_list_invalid_args): New function,
9501 defined, and called.
9503 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9505 * gdb.base/list.exp (test_list): Make test names unique.
9507 2015-12-11 Yao Qi <yao.qi@linaro.org>
9509 * gdb.base/coremaker2.c: Remove.
9511 2015-12-10 Pedro Alves <palves@redhat.com>
9513 * gdb.multi/base.exp: Remove stale "spaces" references.
9515 2015-12-10 Pedro Alves <palves@redhat.com>
9517 * gdb.multi/base.exp: Don't use nowarnings.
9518 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9519 * gdb.multi/hangout.c: Include stdio.h.
9520 * gdb.multi/hello.c: Include stdlib.h.
9521 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9522 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9523 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9525 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9527 * gdb.dwarf2/dw2-ranges-base.c: New file.
9528 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9529 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9530 support additional line table, and debug ranges generation.
9531 (Dwarf::ranges): New function, generate .debug_ranges.
9532 (Dwarf::lines): Support generating simple line table programs.
9533 (Dwarf::assemble): Initialise new namespace variables.
9535 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9537 * gdb.base/async.exp (proc test_background): Add case for
9538 asynchronous execution not supported.
9540 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9542 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9543 format and change test names to make them unique.
9545 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9546 Pedro Alves <pedro@redhat.com>
9549 Add checking of floatformats setup on x86_64 hosts.
9550 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9551 (smallval, bigval): New labels/constants.
9552 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9553 float" after loading bigval and smallval.
9555 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9557 * gdb.ada/fun_overload_menu.exp: New testcase.
9558 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9560 2015-12-04 Josh Stone <jistone@redhat.com>
9562 * gdb.base/catch-fork-static.exp: New.
9564 2015-12-03 Yao Qi <yao.qi@linaro.org>
9566 * gdb.base/sizeof.c: Don't include stdio.h and
9567 ../lib/unbuffer_output.c.
9568 (main): New variable 'size' and 'value'. Remove printf and
9569 gdb_unbuffer_output. Assign return value to size and value.
9570 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9572 (check_sizeof): Check the result by printing variable 'size'.
9573 (check_valueof): Check the result by printing variable 'value'.
9575 2015-12-01 Yao Qi <yao.qi@linaro.org>
9577 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9578 for aarch64*-*-linux* target.
9580 2015-11-30 Pedro Alves <palves@redhat.com>
9582 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9584 2015-11-30 Pedro Alves <palves@redhat.com>
9586 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9587 Handle non-stop mode vCont replies.
9589 2015-11-30 Pedro Alves <palves@redhat.com>
9591 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9592 prepare_for_testing. Start gdb with "set non-stop on" appended to
9593 GDBFLAGS. Lax expected stop output.
9595 2015-11-27 Yao Qi <yao.qi@linaro.org>
9597 * gdb.arch/arm-neon.exp: New.
9598 * gdb.arch/arm-neon.c: New.
9600 2015-11-27 Yao Qi <yao.qi@linaro.org>
9602 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9604 2015-11-27 Yao Qi <yao.qi@linaro.org>
9606 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9607 frames-invalid annotation.
9609 2015-11-27 Yao Qi <yao.qi@linaro.org>
9611 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9613 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9615 * gdb.threads/names.exp: New file.
9616 * gdb.threads/names.c: New file.
9617 * README: Mention gdb,no_thread_names.
9619 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9622 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9625 2015-11-24 Pedro Alves <palves@redhat.com>
9628 * gdb.base/display.exp: Expect displays to be sorted in ascending
9629 order. Use multi_line.
9630 * gdb.base/solib-display.exp: Likewise.
9632 2015-11-24 Pedro Alves <palves@redhat.com>
9635 * gdb.base/display.exp: Expect displays to be sorted in ascending
9636 order. Use multi_line.
9637 * gdb.base/solib-display.exp: Likewise.
9639 2015-11-24 Pedro Alves <palves@redhat.com>
9642 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9643 threads in ascending order.
9644 * gdb.base/foll-fork.exp: Likewise.
9645 * gdb.base/foll-vfork.exp: Likewise.
9646 * gdb.base/multi-forks.exp: Likewise.
9647 * gdb.mi/mi-nonstop.exp: Likewise.
9648 * gdb.mi/mi-nsintrall.exp: Likewise.
9649 * gdb.multi/base.exp: Likewise.
9650 * gdb.multi/multi-arch.exp: Likewise.
9651 * gdb.python/py-inferior.exp: Likewise.
9652 * gdb.threads/break-while-running.exp: Likewise.
9653 * gdb.threads/execl.exp: Likewise.
9654 * gdb.threads/gcore-thread.exp: Likewise.
9655 * gdb.threads/info-threads-cur-sal.exp: Likewise.
9656 * gdb.threads/kill.exp: Likewise.
9657 * gdb.threads/linux-dp.exp: Likewise.
9658 * gdb.threads/multiple-step-overs.exp: Likewise.
9659 * gdb.threads/next-bp-other-thread.exp: Likewise.
9660 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9661 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9662 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9663 * gdb.threads/thread-find.exp: Likewise.
9664 * gdb.threads/tls.exp: Likewise.
9665 * lib/mi-support.exp (mi_reverse_list): Delete.
9666 (mi_check_thread_states): No longer reverse list.
9668 2015-11-24 Pedro Alves <palves@redhat.com>
9670 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
9673 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9675 * gdb.trace/actions.c: Include trace-common.h.
9676 (main): Add a location for a fast tracepoint.
9677 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9678 the normal tracepoints.
9679 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9681 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
9683 * save-trace.exp: Factor out code to these...
9684 (gdb_save_tracepoints): New.
9685 (gdb_load_tracepoints): New.
9686 (do_save_load_test): New.
9688 2015-11-23 Kevin Buettner <kevinb@redhat.com>
9690 * gdb.base/asmlabel.exp: New test.
9691 * gdb.base/asmlabel.c: New test case.
9693 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9695 * gdb.base/wrong_frame_bt_full-main.c: New file.
9696 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9697 * gdb.base/wrong_frame_bt_full.exp: New file.
9699 2015-11-23 Joel Brobecker <brobecker@adacore.com>
9701 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9703 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9705 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9706 pstate register when comparing registers values in
9707 sparc64-*-linux-gnu targets to avoid spurious differences.
9709 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
9711 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9713 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
9715 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9716 as type argument to gdb_compile.
9717 * gdb.base/nested-subp2.exp: Likewise.
9718 * gdb.base/nested-subp3.exp: Likewise.
9720 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
9722 * lib/dwarf.exp (_note): Fix left shift of negative value.
9723 * gdb.trace/trace-condition.exp: Likewise.
9725 2015-11-13 Yao Qi <yao.qi@linaro.org>
9727 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9728 comments about d10v.
9729 (test_scalar_returns): Likewise.
9730 * gdb.base/d10v.ld: Remove.
9731 * gdb.base/overlays.exp: Remove the target triplet checking for
9733 * gdb.base/structs.exp (test_struct_returns): Remove the
9734 comments about d10v.
9735 (test_struct_calls): Likewise.
9737 2015-11-13 Yao Qi <yao.qi@linaro.org>
9739 * gdb.base/gnu_vector.exp: Check the return value by "p res".
9740 * gdb.base/gnu_vector.c: Don't include stdio.h.
9741 (main): Don't print res and call add_some_intvecs.
9743 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
9745 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9748 (func4): Use FAST_TRACEPOINT_LABEL.
9749 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9752 (thread_function): Use FAST_TRACEPOINT_LABEL.
9753 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9755 (marker): Use FAST_TRACEPOINT_LABEL.
9756 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9757 (pendfunc1): Remove.
9758 (pendfunc): Use FAST_TRACEPOINT_LABEL.
9759 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9761 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9762 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9765 (marker): Use FAST_TRACEPOINT_LABEL.
9766 * gdb.trace/trace-common.h: New header.
9767 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9770 (marker): Use FAST_TRACEPOINT_LABEL.
9771 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9773 (thread_function): Use FAST_TRACEPOINT_LABEL.
9775 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
9777 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9779 * gdb.trace/change-loc.exp: Use global pcreg definition.
9780 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9781 * gdb.trace/entry-values.exp: Use global spreg definition, add $
9783 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9784 * gdb.trace/pending.exp: Likewise.
9785 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9786 * gdb.trace/trace-break.exp: Likewise.
9787 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9789 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9790 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9792 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9794 2015-11-09 Joel Brobecker <brobecker@adacore.com>
9796 * gdb.ada/fin_fun_out: New testcase.
9798 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9800 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9801 value associated with DW_AT_byte_size.
9802 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9803 constants for DW_AT_byte_size, DW_AT_lower_bound, and
9806 2015-11-07 Kevin Buettner <kevinb@redhat.com>
9808 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9809 (gdb_target_symbol_prefix_flags): Define in terms of _asm
9811 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9812 gdb.dwarf2/dw2-canonicalize-type.exp,
9813 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9814 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9815 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9816 provided by gdb_target_symbol_prefix_flags_asm.
9817 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9818 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9819 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9820 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9821 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9822 macros where needed). Use this macro for symbols which require
9823 the prefix provided by SYMBOL_PREFIX.
9825 2015-11-05 Kevin Buettner <kevinb@redhat.com>
9827 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9829 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9830 representing expressions, of more than one list element.
9831 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9832 to prepend linker symbol prefix to f.
9833 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9834 table_1 and table_2.
9835 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9836 Likewise, for f and g.
9837 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9839 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9841 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9842 table_1_ptr and table_2_ptr.
9844 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9845 Joel Brobecker <brobecker@adacore.com>
9847 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9849 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
9851 * gdb.reverse/s390-mvcle.c: New test.
9852 * gdb.reverse/s390-mvcle.exp: New file.
9853 * lib/gdb.exp: Enable reverse tests on s390*-linux.
9855 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9857 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9859 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
9861 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9863 * gdb.reverse/getresuid-reverse.exp: Likewise.
9864 * gdb.reverse/pipe-reverse.exp: Likewise.
9865 * gdb.reverse/readv-reverse.exp: Likewise.
9866 * gdb.reverse/recvmsg-reverse.exp: Likewise.
9867 * gdb.reverse/time-reverse.exp: Likewise.
9868 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9870 2015-10-30 Yao Qi <yao.qi@linaro.org>
9872 * gdb.threads/wp-replication.c (watch_count_done): Remove.
9873 (empty_cycle): Remove.
9874 (main): Don't call empty_cycle. Don't use watch_count_done.
9875 * gdb.threads/wp-replication.exp: Don't set breakpoint on
9876 empty_cycle. Rewrite the code counting HW watchpoints.
9878 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
9880 * gdb.reverse/fstatat-reverse.c: New test.
9881 * gdb.reverse/fstatat-reverse.exp: New file.
9882 * gdb.reverse/getresuid-reverse.c: New test.
9883 * gdb.reverse/getresuid-reverse.exp: New file.
9884 * gdb.reverse/pipe-reverse.c: New test.
9885 * gdb.reverse/pipe-reverse.exp: New file.
9886 * gdb.reverse/readv-reverse.c: New test.
9887 * gdb.reverse/readv-reverse.exp: New file.
9888 * gdb.reverse/recvmsg-reverse.c: New test.
9889 * gdb.reverse/recvmsg-reverse.exp: New file.
9890 * gdb.reverse/time-reverse.c: New test.
9891 * gdb.reverse/time-reverse.exp: New file.
9892 * gdb.reverse/waitpid-reverse.c: New test.
9893 * gdb.reverse/waitpid-reverse.exp: New file.
9895 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9897 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9899 2015-10-26 Doug Evans <dje@google.com>
9902 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9903 * gdb.dwarf2/bad-regnum.c: New file.
9904 * gdb.dwarf2/bad-regnum.exp: New file.
9906 2015-10-26 Doug Evans <dje@google.com>
9909 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9912 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9914 * gdb.compile/compile.exp (compile code globalvar): Update expectation
9915 for a change by "Mention language in compile error message".
9917 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
9920 * gdb.python/py-type.c (C::a_method): New.
9921 (C::a_const_method): New.
9922 (C::a_static_method): New.
9924 * gdb.python/py-type.exp (test_fields): Test getting fields
9925 from function and method.
9927 2015-10-21 Keven Boell <keven.boell@intel.com>
9929 * gdb.fortran/vla-alloc-assoc.exp: New file.
9930 * gdb.fortran/vla-datatypes.exp: New file.
9931 * gdb.fortran/vla-datatypes.f90: New file.
9932 * gdb.fortran/vla-history.exp: New file.
9933 * gdb.fortran/vla-ptype-sub.exp: New file.
9934 * gdb.fortran/vla-ptype.exp: New file.
9935 * gdb.fortran/vla-sizeof.exp: New file.
9936 * gdb.fortran/vla-sub.f90: New file.
9937 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9938 * gdb.fortran/vla-value-sub-finish.exp: New file.
9939 * gdb.fortran/vla-value-sub.exp: New file.
9940 * gdb.fortran/vla-value.exp: New file.
9941 * gdb.fortran/vla-ptr-info.exp: New file.
9942 * gdb.mi/mi-vla-fortran.exp: New file.
9943 * gdb.mi/vla.f90: New file.
9945 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
9947 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9948 of hardwired timeout value.
9950 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9951 Pedro Alves <palves@redhat.com>
9953 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9954 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9956 2015-10-19 Josh Stone <jistone@redhat.com>
9958 * gdb.base/catch-syscall.c: Include <sched.h>.
9959 (unknown_syscall): New variable.
9960 (main): Trigger a vfork and an unknown syscall.
9961 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9962 (unknown_syscall_number): Likewise.
9963 (check_call_to_syscall): Accept an optional syscall pattern.
9964 (check_return_from_syscall): Likewise.
9965 (check_continue): Likewise.
9966 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9967 (test_catch_syscall_skipping_return): New test toggling off 'catch
9968 syscall' to step over the syscall return, then toggling back on.
9969 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9970 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9971 (do_syscall_tests): Call test_catch_syscall_without_args and
9972 test_catch_syscall_mid_vfork.
9973 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9974 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9976 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
9978 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9979 print g_vE): Add new pass patterns.
9980 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9981 print various symbol names for vptr fields.
9983 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9985 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9988 2015-10-12 Yao Qi <yao.qi@linaro.org>
9990 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9992 2015-10-12 Yao Qi <yao.qi@linaro.org>
9994 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9995 is aarch64*-*-linux*.
9997 2015-10-12 Yao Qi <yao.qi@linaro.org>
9999 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10000 (can_relocate_bcond_true): ... it.
10001 (can_relocate_bcond_false): New function.
10003 (can_relocate_bl): Likewise.
10004 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10007 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10009 * gdb.base/nested-addr.c: New file.
10010 * gdb.base/nested-addr.exp: New testcase.
10012 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10014 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10015 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10016 its output. Ignore the output of "record goto begin" and instead
10017 check that GDB is replaying.
10019 2015-10-09 Pedro Alves <palves@redhat.com>
10021 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10022 (top level): Use it in the run with no args test.
10024 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10026 * gdb.dlang/properties.exp: New file.
10028 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10030 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10031 whether or not address 0x1000 is mapped on the target.
10033 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10035 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10038 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10040 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10041 instruction-history test.
10043 2015-09-28 Doug Evans <dje@google.com>
10045 * gdb.base/gcore.c (array_func): Add reference to static_array.
10047 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10049 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10052 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10054 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10055 short or char as base type.
10057 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10059 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10060 to allow any size enum.
10062 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10064 * gdb.ada/array_ptr_renaming.exp: New testcase.
10065 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10066 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10068 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10070 * gdb.trace/ftrace-lock.c: New file.
10071 * gdb.trace/ftrace-lock.exp: New file.
10073 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10075 * gdb.arch/insn-reloc.c: New file.
10076 * gdb.arch/ftrace-insn-reloc.exp: New file.
10078 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10080 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10082 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10083 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10084 * gdb.trace/range-stepping.c: Likewise.
10085 * gdb.trace/trace-break.c: Likewise.
10086 * gdb.trace/trace-mt.c (thread_function): Likewise.
10087 * gdb.trace/ftrace.c (marker): Likewise.
10088 * gdb.trace/trace-condition.c (marker): Likewise.
10089 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10090 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10093 2015-09-18 Doug Evans <xdje42@gmail.com>
10095 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10096 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10098 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10100 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10103 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10105 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10106 the pending breakpoint. Remove timeout override for "Run till
10107 MI pending breakpoint on pendfunc3 on thread 2" test.
10109 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10111 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10114 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10116 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10117 in breakpoint filename pattern.
10119 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10121 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10123 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10125 * gdb.linespec/explicit.exp: Check for readline support for
10126 tab-completion tests. Fix obvious typo.
10128 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10130 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10133 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10135 * gdb.btrace/non-stop.c: New.
10136 * gdb.btrace/non-stop.exp: New.
10138 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10139 Yao Qi <yao.qi@linaro.org>
10141 * gdb.trace/trace-condition.c: New file.
10142 * gdb.trace/trace-condition.exp: New file.
10144 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10146 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10147 for testing bytecode compilation.
10149 2015-09-16 Pedro Alves <palves@redhat.com>
10150 Sandra Loosemore <sandra@codesourcery.com>
10152 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10153 (SECONDS): Redefine.
10154 (main): Call pthread_kill and alarm early.
10155 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10157 (test): If the target can't hardware step and doesn't support
10158 displaced stepping, increase the timeout.
10160 2015-09-16 Pedro Alves <palves@redhat.com>
10162 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10163 (enable_debug): New procedures.
10164 (test): Use them. Bail out if waiting for threads fails.
10165 (top level): Bail out if a test fails.
10167 2015-09-16 Yao Qi <yao.qi@linaro.org>
10169 * gdb.asm/asm-source.exp: Set asm-arch for
10170 aarch64*-*-* target.
10171 * gdb.asm/aarch64.inc: New file.
10173 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10175 * gdb.ada/array_of_variable_length.exp: New testcase.
10176 * gdb.ada/array_of_variable_length/foo.adb: New file.
10177 * gdb.ada/array_of_variable_length/pck.adb: New file.
10178 * gdb.ada/array_of_variable_length/pck.ads: New file.
10180 2015-09-15 Doug Evans <dje@google.com>
10182 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10183 of function static local variable.
10185 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10187 * gdb.threads/tls-so_extern.exp: New test file.
10188 * gdb.threads/tls-so_extern.c: New test file.
10189 * gdb.threads/tls-so_extern_main.c: New test file.
10191 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10193 * gdb.opt/solib-intra-step-lib.c: New file.
10194 * gdb.opt/solib-intra-step-main.c: New file.
10195 * gdb.opt/solib-intra-step.exp: New file.
10197 2015-09-15 Pedro Alves <palves@redhat.com>
10199 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10200 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10202 2015-09-14 Pedro Alves <palves@redhat.com>
10204 * gdb.base/hook-stop-continue.c: Delete.
10205 * gdb.base/hook-stop-continue.exp: Delete.
10206 * gdb.base/hook-stop-frame.c: Delete.
10207 * gdb.base/hook-stop-frame.exp: Delete.
10208 * gdb.base/hook-stop.c: New file.
10209 * gdb.base/hook-stop.exp: New file.
10211 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10213 * gdb.ada/access_to_packed_array.exp: New testcase.
10214 * gdb.ada/access_to_packed_array/foo.adb: New file.
10215 * gdb.ada/access_to_packed_array/pack.adb: New file.
10216 * gdb.ada/access_to_packed_array/pack.ads: New file.
10218 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10220 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10223 2015-09-11 Don Breazeal <donb@codesourcery.com>
10225 * gdb.base/foll-exec.c: Add copyright header. Fix
10227 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10228 (do_exec_tests): Use clean_restart in place of zap_session,
10229 and for test initialization. Fix formatting issues. Use
10230 fail in place of perror.
10231 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10232 an expect statement to match an expression with output from
10233 the program under debug.
10234 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10235 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10236 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10237 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10238 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10240 2015-09-09 Doug Evans <dje@google.com>
10242 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10244 2015-09-09 Doug Evans <dje@google.com>
10246 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10248 2015-09-09 Doug Evans <dje@google.com>
10250 * gdb.base/savedregs.exp: Fix typo.
10252 2015-09-09 Pedro Alves <palves@redhat.com>
10254 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10256 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10258 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10259 command actually switches threads. Give up on remaining
10260 tests if target fails to stop at breakpoint.
10262 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10264 * gdb.ada/funcall_char.exp: New testcase.
10265 * gdb.ada/funcall_char/foo.adb: New file.
10267 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10269 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10270 expected outputs. Add two testcases for completing ambiguous
10272 * gdb.ada/complete/aux_pck.adb: New file.
10273 * gdb.ada/complete/aux_pck.ads: New file.
10274 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10275 Ambiguous_Func functions.
10276 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10277 * gdb.ada/complete/pck.adb: Likewise.
10279 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10281 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10282 failures to run the test program under GDB.
10284 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10286 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10289 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10291 * gdb.base/run-after-attach.exp: New test file.
10292 * gdb.base/run-after-attach.c: New test file.
10294 2015-08-26 Don Breazeal <donb@codesourcery.com>
10296 * gdb.base/foll-exec-2.c: New test program.
10297 * gdb.base/foll-exec-2.exp: New test.
10299 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10301 * gdb.base/nested-subp1.exp: New file.
10302 * gdb.base/nested-subp1.c: New file.
10303 * gdb.base/nested-subp2.exp: New file.
10304 * gdb.base/nested-subp2.c: New file.
10305 * gdb.base/nested-subp3.exp: New file.
10306 * gdb.base/nested-subp3.c: New file.
10308 2015-08-24 Pedro Alves <palves@redhat.com>
10310 * gdb.server/connect-without-multi-process.c: New file.
10311 * gdb.server/connect-without-multi-process.exp: New file.
10313 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10315 * gdb.opt/inline-markers.c: Make z int.
10317 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10319 * gdb.opt/inline-markers.c: Make z volatile.
10321 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10323 * gdb.opt/inline-bt.c: New volatile global z.
10324 * gdb.opt/inline-cmds.c: Likewise.
10325 * gdb.opt/inline-locals.c: Likewise.
10326 * gdb.opt/inline-markers.c: New extern global z.
10328 (inline_fn): Likewise.
10330 2015-08-24 Pedro Alves <palves@redhat.com>
10332 * config/m32r-stub.exp: Remove file.
10333 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10334 * gdb.base/call-rt-st.exp: Likewise.
10335 * gdb.base/call-strs.exp: Likewise.
10336 * gdb.base/default.exp: Remove references to h8300-*-hms and
10338 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10340 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10342 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10343 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10344 and "return" use KFAIL when GDB can not read/write the vector
10347 2015-08-21 Gary Benson <gbenson@redhat.com>
10349 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10351 2015-08-20 Pedro Alves <palves@redhat.com>
10353 * gdb.server/solib-list.exp: No longer expect an interior stop in
10356 2015-08-20 Pedro Alves <palves@redhat.com>
10358 * gdb.server/connect-stopped-target.c: New file.
10359 * gdb.server/connect-stopped-target.exp: New file.
10361 2015-08-20 Pedro Alves <palves@redhat.com>
10363 * gdb.dwarf2/comp-unit-lang.exp: New file.
10364 * gdb.dwarf2/comp-unit-lang.c: New file.
10366 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10368 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10369 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10371 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10373 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10374 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10376 2015-08-18 Doug Evans <dje@google.com>
10377 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10379 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10380 skip_python_tests. New arg prompt_regexp.
10381 (skip_python_tests): New function.
10382 * lib/mi-support.exp (mi_skip_python_tests): New function.
10383 * gdb.python/py-mi-objfile-gdb.py: New file.
10384 * gdb.python/py-mi-objfile.c: New file.
10385 * gdb.python/py-mi-objfile.exp: New file.
10387 2015-08-17 Keith Seitz <keiths@redhat.com>
10389 * gdb.linespec/explicit.exp: Move strace test from here ...
10390 * gdb.trace/strace.exp: ... to here.
10392 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10394 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10395 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10397 2015-08-14 Doug Evans <xdje42@gmail.com>
10399 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10400 inferior before selecting a new file.
10402 2015-08-14 Doug Evans <xdje42@gmail.com>
10404 * gdb.mi/mi-disassemble.exp: Update.
10405 * gdb.base/disasm-optim.S: New file.
10406 * gdb.base/disasm-optim.c: New file.
10407 * gdb.base/disasm-optim.h: New file.
10408 * gdb.base/disasm-optim.exp: New file.
10410 2015-08-14 Keith Seitz <keiths@redhat.com>
10412 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10415 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10417 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10419 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10421 * gdb.ada/fun_renaming.exp: New testcase.
10422 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10423 * gdb.ada/fun_renaming/pack.adb: New file.
10424 * gdb.ada/fun_renaming/pack.ads: New file.
10426 2015-08-12 Keith Seitz <keiths@redhat.com>
10428 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10429 gdb_get_line_number.
10431 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10433 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10434 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10435 gdb.base/dso2dso.exp: New files.
10437 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10438 Pedro Alves <palves@redhat.com>
10439 Keith Seitz <keiths@redhat.com>
10441 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10444 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10446 * gdb.base/gdbhistsize-history.exp
10447 (test_histsize_history_setting): Use save_vars.
10448 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10450 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10451 * gdb.base/readline.exp: Use save_vars.
10453 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10455 * lib/gdb.exp (save_vars): New proc.
10457 2015-08-11 Keith Seitz <keiths@redhat.com>
10459 * gdb.base/help.exp: Update help_breakpoint_text.
10461 2015-08-11 Keith Seitz <keiths@redhat.com>
10463 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10464 (at toplevel): Call test_explicit_breakpoints.
10465 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10467 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10468 breakpoint conditions, "-cond".
10470 2015-08-11 Keith Seitz <keiths@redhat.com>
10472 * gdb.linespec/3explicit.c: New file.
10473 * gdb.linespec/cpexplicit.cc: New file.
10474 * gdb.linespec/cpexplicit.exp: New file.
10475 * gdb.linespec/explicit.c: New file.
10476 * gdb.linespec/explicit.exp: New file.
10477 * gdb.linespec/explicit2.c: New file.
10478 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10479 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10480 before using in the matching pattern.
10481 Clarify that `prefix' is a regular expression.
10483 2015-08-11 Keith Seitz <keiths@redhat.com>
10485 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10487 Add tests for missing ",FMT" and ",".
10489 2015-08-10 Doug Evans <dje@google.com>
10490 Keith Seitz <keiths@redhat.com>
10493 * gdb.base/completion.exp: Add location completer tests.
10495 2015-08-07 Pedro Alves <palves@redhat.com>
10497 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10499 (top level): Run do_test with and without displaced stepping.
10501 2015-08-07 Pedro Alves <palves@redhat.com>
10503 * gdb.base/valgrind-disp-step.c: New file.
10504 * gdb.base/valgrind-disp-step.exp: New file.
10506 2015-08-07 Pedro Alves <palves@redhat.com>
10508 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10510 (main): Add alarm. Run an infinite loop instead of calling
10512 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10514 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10516 (main): Add alarm. Run an infinite loop instead of calling
10518 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10521 2015-08-07 Pedro Alves <palves@redhat.com>
10523 * gdb.base/checkpoint-ns.exp: New file.
10524 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10527 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10529 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10530 * gdb.btrace/instruction_history.exp: Update.
10531 * gdb.btrace/tsx.exp: New.
10532 * gdb.btrace/tsx.c: New.
10534 2015-08-06 Pedro Alves <palves@redhat.com>
10536 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10538 * gdb.reverse/until-precsave.exp: Bump timeouts.
10540 2015-08-06 Pedro Alves <palves@redhat.com>
10542 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10544 2015-08-06 Pedro Alves <palves@redhat.com>
10547 * gdb.threads/process-dies-while-handling-bp.c: New file.
10548 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10550 2015-08-06 Pedro Alves <palves@redhat.com>
10552 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10553 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10555 2015-08-05 Pedro Alves <palves@redhat.com>
10557 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10558 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10560 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10562 * gdb.base/bp-permanent.exp: Report test as unsupported if
10563 the target cannot stop at the permanent breakpoint.
10565 2015-08-03 Doug Evans <dje@google.com>
10567 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10570 2015-08-03 Doug Evans <dje@google.com>
10572 * Makefile.in (workers/%.worker, build-perf): New rule.
10573 (GDB_PERFTEST_MODE): New variable.
10574 (check-perf): Use it.
10575 (clean): Clean up gdb.perf parallel build subdirs.
10576 * lib/build-piece.exp: New file.
10577 * lib/gdb.exp (make_gdb_parallel_path): New function
10578 (standard_output_file, standard_temp_file): Call it.
10579 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10581 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10583 2015-08-03 Doug Evans <dje@google.com>
10585 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10586 (LOG_FILE_NAME): New global.
10587 (TextReporter.__init__): Initialize self.txt_sum.
10588 (TextReporter.report): Add support for multiple data-points.
10589 Move report to perftest.sum, put raw data in perftest.log.
10590 (TextReporter.start): Open sum and log files.
10591 (TextReporter.end): Close sum and log files.
10592 * gdb.perf/lib/perftest/testresult.py
10593 (SingleStatisticTestResult.record): Handle multiple data-points.
10595 2015-07-31 Pedro Alves <palves@redhat.com>
10597 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10598 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10599 kill_wait_spawned_process instead of explicit "kill -9".
10600 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10601 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10602 kill_wait_spawned_process.
10603 * gdb.base/attach-twice.exp: Likewise.
10604 * gdb.base/attach.exp: Likewise.
10605 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10607 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10608 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10609 kill_wait_spawned_process.
10610 * gdb.base/valgrind-infcall.exp: Likewise.
10611 * gdb.multi/multi-attach.exp: Likewise.
10612 * gdb.python/py-prompt.exp: Likewise.
10613 * gdb.python/py-sync-interp.exp: Likewise.
10614 * gdb.server/ext-attach.exp: Likewise.
10615 * gdb.threads/attach-into-signal.exp (corefunc): Use
10616 spawn_wait_for_attach, spawn_id_get_pid and
10617 kill_wait_spawned_process.
10618 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10619 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10620 spawn_id_get_pid and kill_wait_spawned_process.
10621 * gdb.threads/attach-stopped.exp (corefunc): Use
10622 spawn_wait_for_attach, spawn_id_get_pid and
10623 kill_wait_spawned_process.
10624 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10625 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10626 kill_wait_spawned_process instead of explicit "kill -9".
10627 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10628 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10629 (spawn_wait_for_attach): Use spawn instead of exec to spawn
10630 processes. Don't map cygwin/windows pids here. Now returns a
10633 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10635 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10636 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10639 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10641 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10643 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
10646 2014-05-21 Mark Wielaard <mjw@redhat.com>
10648 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10650 2015-07-30 Pedro Alves <palves@redhat.com>
10652 * linux-low.c (handle_extended_wait): Set the child's last
10653 reported status to TARGET_WAITKIND_STOPPED.
10655 2015-07-30 Pedro Alves <palves@redhat.com>
10658 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10659 only shows inferior 1.
10661 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
10662 Pedro Alves <palves@redhat.com>
10665 * gdb.threads/fork-plus-threads.c: New file.
10666 * gdb.threads/fork-plus-threads.exp: New file.
10668 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10670 * gdb.base/batch-preserve-term-settings.exp
10671 (test_terminal_settings_preserved_after_cli_exit): Use
10674 2015-07-29 Pedro Alves <palves@redhat.com>
10675 Don Breazeal <donb@codesourcery.com>
10677 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10678 output from both inferior_spawn_id and gdb_spawn_id.
10680 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10682 * gdb.threads/attach-into-signal.exp (corefunc): Use
10683 with_test_prefix on nested loops, uniquefying the test messages.
10685 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
10687 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10690 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10692 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10694 (test_terminal_settings_preserved_after_sigterm): New test.
10696 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10698 * gdb.base/batch-preserve-term-settings.exp
10699 (test_terminal_settings_preserved_after_cli_exit): New test.
10701 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
10703 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10704 manipulation of saved_gdbflags.
10705 (test_terminal_settings_preserved): Remove global declaration of
10706 the unused variable pagination_prompt. Remove manipulation of
10707 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
10710 2015-07-29 Pedro Alves <palves@redhat.com>
10712 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10714 2015-07-29 Pedro Alves <palves@redhat.com>
10716 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10719 2015-07-29 Pedro Alves <palves@redhat.com>
10721 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10722 (main): Call gdb_unbuffer_output.
10723 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10724 (main): Call gdb_unbuffer_output.
10725 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10726 (main): Call gdb_unbuffer_output.
10727 * gdb.base/call-strs.exp: Adjust to step over the
10728 gdb_unbuffer_output call.
10729 * gdb.base/catch-gdb-caused-signals.c: Include
10730 "../lib/unbuffer_output.c".
10731 (main): Call gdb_unbuffer_output.
10732 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10733 (main): Call gdb_unbuffer_output.
10734 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10735 (main): Call gdb_unbuffer_output.
10736 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10737 (main): Call gdb_unbuffer_output.
10738 * gdb.base/shlib-call.exp: Adjust to step over the
10739 gdb_unbuffer_output call.
10740 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10741 (main): Call gdb_unbuffer_output.
10742 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10743 (main): Call gdb_unbuffer_output.
10744 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10745 (main): Rename to ...
10747 (main): Reimplement.
10748 * gdb.base/varargs.exp: Run to test instead of to main.
10749 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10750 (main): Call gdb_unbuffer_output.
10752 2015-07-29 Pedro Alves <palves@redhat.com>
10754 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10755 factore out from mi_continue_dprintf. For call-style dprintfs,
10756 expect dprintf output out of $inferior_spawn_id.
10757 (mi_continue_dprintf): Use mi_expect_dprintf.
10758 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10759 (main): Call gdb_unbuffer_output.
10761 2015-07-29 Pedro Alves <palves@redhat.com>
10763 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10764 (default_mi_gdb_start): Set inferior_spawn_id instead of
10765 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
10767 (mi_gdb_test): Always expect inferior output from both
10768 $inferior_spawn_id and $gdb_spawn_id.
10770 2015-07-29 Pedro Alves <palves@redhat.com>
10772 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
10773 send_inferior and $inferior_spawn_id.
10775 2015-07-29 Pedro Alves <palves@redhat.com>
10777 * gdb.gdb/complaints.exp (test_initial_complaints)
10778 (test_serial_complaints, test_short_complaints): Use
10780 (test_empty_complaint): Handle $inferior_spawn_id !=
10783 2015-07-29 Pedro Alves <palves@redhat.com>
10785 * gdb.base/varargs.exp: Use gdb_test_stdio.
10787 2015-07-29 Pedro Alves <palves@redhat.com>
10789 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10791 2015-07-29 Pedro Alves <palves@redhat.com>
10793 * gdb.base/ending-run.exp: Use gdb_test_stdio.
10795 2015-07-29 Pedro Alves <palves@redhat.com>
10797 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10798 parameter into two new parameters, "inf_result" and "gdb_result".
10799 Expect inferior output and gdb output from $inferior_spawn_id and
10800 $gdb_spawn_id, respectively. Adjust all callers.
10802 2015-07-29 Pedro Alves <palves@redhat.com>
10804 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10805 of gdb_test_sequence.
10807 2015-07-29 Pedro Alves <palves@redhat.com>
10809 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10810 (saw_spurious_output): Expect inferior output from
10811 $inferior_spawn_id. Use gdb_test_stdio.
10813 2015-07-29 Pedro Alves <palves@redhat.com>
10815 * gdb.base/dprintf.exp: Use standard_testfile. Change
10816 prepare_for_testing call.
10817 (srcfile): Don't set.
10818 (restart): New procedure.
10819 (test_dprintf): New procecure, use to continue over dprintfs.
10820 (test_call, test_agent): New procedures, tests moved here.
10821 Restart gdb and recreate dprintfs. Adjust expected output.
10823 2015-07-29 Pedro Alves <palves@redhat.com>
10825 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10827 2015-07-29 Pedro Alves <palves@redhat.com>
10829 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10831 2015-07-29 Pedro Alves <palves@redhat.com>
10833 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10836 2015-07-29 Pedro Alves <palves@redhat.com>
10838 * lib/gdb.exp (gdb_test_stdio): New procedure.
10840 2015-07-29 Pedro Alves <palves@redhat.com>
10842 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10844 2015-07-29 Pedro Alves <palves@redhat.com>
10846 * gdb.base/call-signal-resume.exp: Remove check for
10847 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
10848 * gdb.base/unwindonsignal.exp: Likewise.
10849 * gdb.base/call-signals.c (gen_signal): Remove printf call.
10850 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10852 2015-07-29 Pedro Alves <palves@redhat.com>
10854 * gdb.base/siginfo-addr.c (pass): New function.
10855 (handler): Call it iff si_addr is correct.
10856 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10857 Set a breakpoint at "pass" and continue to it.
10859 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
10861 * gdb.python/py-objfile.exp: Make some tests have unique names.
10862 * gdb.python/py-pp-registration.exp: Likewise.
10864 2015-07-28 Pedro Alves <palves@redhat.com>
10866 * gdb.server/server-exec-info.exp: Issue a "disconnect".
10868 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10870 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10872 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
10874 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10876 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
10878 * gdb.base/gdb-sigterm-2.exp: New test.
10880 2015-07-25 Doug Evans <xdje42@gmail.com>
10883 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10884 (workers/%.worker, build-perf): New rule.
10885 (GDB_PERFTEST_MODE): New variable.
10886 (check-perf): Use it.
10887 (clean): Clean up gdb.perf parallel build subdirs.
10888 * lib/build-piece.exp: New file.
10889 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10890 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10892 (standard_temp_file): Ditto.
10893 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10896 2015-07-24 Doug Evans <dje@google.com>
10898 * gdb.perf/lib/perftest/utils.py: New file.
10899 * gdb.perf/gm-hello.cc: New file.
10900 * gdb.perf/gm-pervasive-typedef.cc: New file.
10901 * gdb.perf/gm-pervasive-typedef.h: New file.
10902 * gdb.perf/gm-std.cc: New file.
10903 * gdb.perf/gm-std.h: New file.
10904 * gdb.perf/gm-use-cerr.cc: New file.
10905 * gdb.perf/gm-utils.h: New file.
10906 * gdb.perf/gmonster-null-lookup.py: New file.
10907 * gdb.perf/gmonster-pervasive-typedef.py: New file.
10908 * gdb.perf/gmonster-print-cerr.py: New file.
10909 * gdb.perf/gmonster-ptype-string.py: New file.
10910 * gdb.perf/gmonster-runto-main.py: New file.
10911 * gdb.perf/gmonster-select-file.py: New file.
10912 * gdb.perf/gmonster1-null-lookup.exp: New file.
10913 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10914 * gdb.perf/gmonster1-print-cerr.exp: New file.
10915 * gdb.perf/gmonster1-ptype-string.exp: New file.
10916 * gdb.perf/gmonster1-runto-main.exp: New file.
10917 * gdb.perf/gmonster1-select-file.exp: New file.
10918 * gdb.perf/gmonster1.cc: New file.
10919 * gdb.perf/gmonster1.exp: New file.
10920 * gdb.perf/gmonster2-null-lookup.exp: New file.
10921 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10922 * gdb.perf/gmonster2-print-cerr.exp: New file.
10923 * gdb.perf/gmonster2-ptype-string.exp: New file.
10924 * gdb.perf/gmonster2-runto-main.exp: New file.
10925 * gdb.perf/gmonster2-select-file.exp: New file.
10926 * gdb.perf/gmonster2.cc: New file.
10927 * gdb.perf/gmonster2.exp: New file.
10929 2015-07-24 Doug Evans <dje@google.com>
10931 * gdb.perf/README: New file.
10932 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10933 * lib/gen-perf-test.exp: New file.
10935 2015-07-24 Doug Evans <dje@google.com>
10937 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10938 (PerfTest::startup): New function.
10939 (PerfTest::run): Return result of calling body.
10940 (PerfTest::assemble): Rewrite.
10941 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10942 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10943 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10944 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10945 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10947 2015-07-24 Doug Evans <dje@google.com>
10949 * lib/gdb.exp (clean_restart): Make executable optional.
10951 2015-07-24 Doug Evans <dje@google.com>
10953 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10954 compiler_info references.
10955 * gdb.cp/temargs.exp: Ditto.
10956 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10957 (get_compiler_info): Early exit if already computed. Set compiler_info
10958 to "unknown" if there was a problem.
10959 (test_compiler_info): Add function comment. Call get_compiler_info.
10961 2015-07-24 Doug Evans <dje@google.com>
10963 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10964 (workers/%.worker, build-perf): New rule.
10965 (GDB_PERFTEST_MODE): New variable.
10966 (check-perf): Use it.
10967 (clean): Clean up gdb.perf parallel build subdirs.
10968 * lib/build-piece.exp: New file.
10969 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10970 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10972 (standard_temp_file): Ditto.
10973 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10976 2015-07-24 Doug Evans <dje@google.com>
10978 * lib/future.exp (gdb_default_target_compile): New option
10980 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10983 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10985 * gdb.base/catch-syscall.exp: Call gdb_exit before
10988 2015-07-24 Pedro Alves <palves@redhat.com>
10990 * gdb.python/py-events.exp: Accept output between the stop event
10992 * gdb.python/py-evsignal.exp: Likewise.
10993 * gdb.python/py-evthreads.exp: Likewise.
10995 2015-07-24 Pedro Alves <palves@redhat.com>
10998 * gdb.threads/non-ldr-exit.c: New file.
10999 * gdb.threads/non-ldr-exit.exp: New file.
11001 2015-07-24 Yao Qi <yao.qi@linaro.org>
11003 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11004 restarting process.
11006 2015-07-24 Yao Qi <yao.qi@linaro.org>
11008 * gdb.server/ext-restart.exp: New file.
11010 2015-07-24 Yao Qi <yao.qi@linaro.org>
11012 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11014 * gdb.server/ext-wrapper.exp: New file.
11016 2015-07-23 Doug Evans <dje@google.com>
11018 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11019 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11021 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11023 * gdb.ada/var_arr_typedef.exp: New testcase.
11024 * gdb.ada/var_arr_typedef/pack.adb: New file.
11025 * gdb.ada/var_arr_typedef/pack.ads: New file.
11026 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11028 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11030 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11032 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11034 * gdb.arch/i386-biarch-core.exp: Replace istarget
11035 by "complete set gnutarget". Remove expectation for the "core-file"
11038 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11040 Revert the previous commit:
11041 Tests for validate symbol file using build-id.
11043 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11045 Tests for validate symbol file using build-id.
11046 * gdb.base/solib-mismatch-lib.c: New file.
11047 * gdb.base/solib-mismatch-libmod.c: New file.
11048 * gdb.base/solib-mismatch.c: New file.
11049 * gdb.base/solib-mismatch.exp: New file.
11051 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11053 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11055 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11056 * gdb.base/siginfo.exp: Likewise.
11057 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11059 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11061 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11063 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11065 * gdb.trace/range-stepping.exp: Check that the target supports
11068 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11070 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11072 2015-07-14 Pedro Alves <palves@redhat.com>
11074 * gdb.base/killed-outside.exp: New file.
11075 * gdb.base/killed-outside.c: New file.
11077 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11079 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11081 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11083 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11085 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11086 infcall tests instead of setting up for KFAIL.
11088 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11090 * gdb.btrace/record_goto-step.exp: New.
11092 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11095 * gdb.compile/compile.c (struct struct_type): Add volatile to
11097 * gdb.compile/compile.exp
11098 (compile code struct_object.selffield = &struct_object): Skip further
11099 struct_object tests if this one xfails.
11101 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11104 * gdb.trace/ax.exp: Add test.
11106 2015-07-07 Yao Qi <yao.qi@linaro.org>
11108 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11109 instead of istarget "aarch64*-*-*".
11110 * gdb.arch/aarch64-fp.exp: Likewise.
11111 * gdb.base/float.exp: Likewise.
11112 * gdb.reverse/aarch64.exp: Likewise.
11113 * lib/gdb.exp (is_aarch64_target): New proc.
11115 2015-07-07 Yao Qi <yao.qi@linaro.org>
11117 * lib/gdb.exp (is_aarch32_target): New proc.
11118 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11119 instead of "istarget "arm*-*-*"".
11120 * gdb.arch/arm-disp-step.exp: Likewise.
11121 * gdb.arch/thumb-bx-pc.exp: Likewise.
11122 * gdb.arch/thumb-prologue.exp: Likewise.
11123 * gdb.arch/thumb-singlestep.exp: Likewise.
11124 * gdb.base/disp-step-syscall.exp: Likewise.
11125 * gdb.base/float.exp: Likewise.
11127 2015-07-07 Yao Qi <yao.qi@linaro.org>
11129 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11130 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11132 2015-07-07 Yao Qi <yao.qi@linaro.org>
11134 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11135 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11137 * gdb.multi/multi-arch.exp: Likewise.
11139 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11141 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11144 2015-07-07 Yao Qi <yao.qi@linaro.org>
11146 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11148 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11150 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11151 '[' and ']' characters.
11153 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11155 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11157 2015-06-29 Pedro Alves <palves@redhat.com>
11160 * gdb.threads/hand-call-new-thread.c: New file.
11161 * gdb.threads/hand-call-new-thread.c: New file.
11163 2015-06-26 Keith Seitz <keiths@redhat.com>
11164 Doug Evans <dje@google.com>
11167 * gdb.cp/var-tag-2.cc: New file.
11168 * gdb.cp/var-tag-3.cc: New file.
11169 * gdb.cp/var-tag-4.cc: New file.
11170 * gdb.cp/var-tag.cc: New file.
11171 * gdb.cp/var-tag.exp: New file.
11173 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11175 * gdb.base/history-duplicates.exp: New test.
11177 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11179 * gdb.base/completion.exp: Test the completion of the "focus"
11182 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11184 * gdb.arch/amd64-prologue-skip.S: New file.
11185 * gdb.arch/amd64-prologue-skip.exp: New file.
11187 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11189 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11190 is_address_zero_readable check.
11192 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11194 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11195 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11197 2015-06-24 Yao Qi <yao.qi@linaro.org>
11199 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11202 2015-06-24 Yao Qi <yao.qi@linaro.org>
11204 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11205 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11206 * gdb.base/siginfo-thread.exp: Likewise.
11208 2015-06-22 Yao Qi <yao.qi@linaro.org>
11210 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11212 2015-06-22 Yao Qi <yao.qi@linaro.org>
11214 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11216 (skip_hw_watchpoint_tests): Likewise.
11218 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11220 * gdb.base/gdbinit-history.exp: Test the interaction between
11221 setting GDBHISTSIZE and setting the history size via .gdbinit.
11223 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11226 * gdb.base/gdbhistsize-history.exp: New test.
11228 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11230 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11232 * gdb.base/readline.exp: Likewise.
11234 2015-06-17 Yao Qi <yao.qi@linaro.org>
11236 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11239 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11241 * gdb.base/gdbinit-history.exp: Add test case to check that
11242 an unlimited history file does not get truncated on exit.
11244 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11246 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11247 (VECTOR): New macro. Use it...
11248 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11249 ...for these typedefs.
11250 (int8, char1, int1, double1): New typedefs.
11251 (struct just_int2, struct two_int2): New structures.
11252 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11253 (add_structvecs, add_singlevecs): New functions.
11254 (main): Call add_some_intvecs twice.
11255 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11256 the compile and exit upon failure. Try compiling for the "native"
11257 architecture. Test inferior function calls with vector arguments
11258 and vector return value handling with "finish" and "return".
11260 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11262 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11263 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11265 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11267 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11269 PR breakpoints/16465
11270 * gdb.mi/mi-dprintf-pending.c: New file.
11271 * gdb.mi/mi-dprintf-pending.exp: New test.
11272 * gdb.mi/mi-dprintf-pendshr.c: New file.
11274 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11275 Mircea Gherzan <mircea.gherzan@intel.com>
11277 * gdb.arch/i386-mpx-map.c: New file.
11278 * gdb.arch/i386-mpx-map.exp: New File.
11280 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11282 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11283 * gdb.arch/i386-mpx.exp: Indentation fixed.
11285 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11287 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11288 function and improved indentation.
11289 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11290 gdb_test_multiple. Added additional tests to skip the test.
11292 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11294 * gdb.arch/i386-avx512.c: Change path in include file.
11295 * gdb.arch/i386-avx512.exp: Change include dir path
11297 * gdb.arch/i386-mpx.c: Change path in include file.
11298 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11301 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11303 * gdb.compile/compile-print.exp (compile print *vararray@3)
11304 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11306 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11308 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11309 (do not keep jit in memory): ... this.
11310 (expect 5): Change it to ...
11311 (expect no 5): ... this.
11313 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11316 * gdb.mi/mi-detach.exp: New file.
11318 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11321 * gdb.arch/amd64-tailcall-self.S: New file.
11322 * gdb.arch/amd64-tailcall-self.c: New file.
11323 * gdb.arch/amd64-tailcall-self.exp: New file.
11325 2015-05-28 Don Breazeal <donb@codesourcery.com>
11327 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11328 tests for remote targets by checking is_target_gdbserver.
11330 2015-05-27 Doug Evans <dje@google.com>
11332 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11333 * gdb.dwarf2/opaque-type-lookup.c: New file.
11334 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11336 2015-05-26 Doug Evans <dje@google.com>
11338 * gdb.cp/iostream.cc: New file.
11339 * gdb.cp/iostream.exp: New file.
11341 2015-05-26 Doug Evans <dje@google.com>
11343 * gdb.dwarf2/dw2-op-call.exp: Update.
11344 * gdb.dwarf2/dw4-sig-types.exp: Update.
11345 * gdb.dwarf2/implptr.exp: Update.
11346 * gdb.mi/mi-cmd-param-changed.exp: Update.
11348 2015-05-26 Doug Evans <dje@google.com>
11350 * gdb.python/py-lazy-string.c: New file.
11351 * gdb.python/py-lazy-string.exp: New file.
11352 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11353 (main): Update. Add estring3.
11354 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11355 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11357 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11358 Yao Qi <yao.qi@linaro.org>
11360 * gdb.reverse/aarch64.c: New.
11361 * gdb.reverse/aarch64.exp: New.
11363 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11365 * lib/gdb.exp (supports_process_record): Return true for
11367 (supports_reverse): Likewise.
11369 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11371 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11372 Use with_test_prefix.
11374 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11376 * gdb.base/completion.exp: Add test for completion of layout
11379 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11381 * lib/gdb.exp (skip_tui_tests): New proc.
11382 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11384 2015-05-19 Pedro Alves <palves@redhat.com>
11386 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11387 Save the whole env array instead of just HOME. Unset HISTSIZE in
11388 the environment while testing. Restore whole environment
11391 2015-05-16 Doug Evans <xdje42@gmail.com>
11393 * gdb.guile/scm-ports.c: New file.
11394 * gdb.guile/scm-ports.exp: Add memory port tests.
11396 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11398 * gdb.compile/compile-print.c: New file.
11399 * gdb.compile/compile-print.exp: New file.
11401 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11403 * gdb.compile/compile-ops.exp: Cast param to void.
11404 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11405 (compile code struct_object.selffield = &struct_object): Add xfail.
11407 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11409 * gdb.ada/arr_enum_with_gap: New testcase.
11411 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11413 * gdb.ada/byte_packed_arr: New testcase.
11415 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11417 * gdb.ada/pckd_neg: New testcase.
11419 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11422 * gdb.base/gdbinit-history.exp: New test.
11423 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11424 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11426 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11428 * gdb.python/py-xmethods.cc: Enhance test case.
11429 * gdb.python/py-xmethods.exp: New tests.
11430 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11432 (B_indexoper): Likewise.
11433 (global_dm_list) : Add new xmethod worker functions.
11435 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11437 * gdb.base/coredump-filter.exp: Correctly unset
11438 "coredump_var_addr" array.
11440 2015-05-08 Pedro Alves <palves@redhat.com>
11442 * gdb.server/non-existing-program.exp: Unset spawn_id.
11444 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11447 * gdb.python/py-xmethods.exp: Add tests.
11449 2015-05-08 Yao Qi <yao.qi@linaro.org>
11452 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11453 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11454 function set_coredump_filter, and remove remote_exec call.
11455 Remove argument ipid. Callers update.
11456 (top level): Don't get inferior's PID.
11458 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11460 * gdb.base/watch_thread_num.exp: Skip test on targets without
11461 access watchpoints.
11463 2015-05-06 Pedro Alves <palves@redhat.com>
11466 * gdb.server/non-existing-program.exp: New file.
11468 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11470 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11472 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11474 * gdb.ada/out_of_line_in_inlined: New testcase.
11476 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11478 * gdb.ada/var_rec_arr: New testcase.
11480 2015-04-30 Yao Qi <yao.qi@linaro.org>
11482 * gdb.base/break-idempotent.exp: If
11483 skip_hw_watchpoint_multi_tests returns true, skip the tests
11484 on "rwatch" and "awatch".
11486 2015-04-30 Yao Qi <yao.qi@linaro.org>
11488 * gdb.base/relativedebug.exp: Invoke gdb command
11489 "info sharedlibrary", and if libc.so doesn't have debug info,
11492 2015-04-29 Doug Evans <dje@google.com>
11494 * gdb.python/py-xmethods.exp: Add ptype tests.
11495 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11496 get_result_type method.
11498 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11500 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11501 the target does not support hardware watchpoints.
11503 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11505 * gdb.base/break-always.exp: Abort testing if writing to memory
11508 2015-04-28 Doug Evans <dje@google.com>
11510 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11511 * gdb.python/py-pp-registration.exp: ... here. New file.
11512 * gdb.python/py-pp-registration.c: New file.
11513 * gdb.python/py-pp-registration.py: New file.
11515 2015-04-28 Doug Evans <dje@google.com>
11517 * gdb.python/py-bad-printers.c: New file.
11518 * gdb.python/py-bad-printers.py: New file.
11519 * gdb.python/py-bad-printers.exp: New file.
11521 2015-04-28 Sasha Smundak <asmundak@google.com>
11523 * gdb.python/py-type.exp: New test.
11525 2015-04-28 Andy Wingo <wingo@igalia.com>
11527 * gdb.python/py-parameter.exp:
11528 * gdb.guile/scm-parameter.exp: Escape the path that we are
11529 matching against, as it might contain characters that are special
11530 to regular expressions.
11532 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11534 * gdb.ada/rec_comp: New testcase.
11536 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11538 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11541 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11543 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11544 new tests for verilog output.
11546 2015-04-24 Yao Qi <yao.qi@linaro.org>
11548 * boards/remote-gdbserver-on-localhost.exp: New file.
11550 2015-04-23 Pedro Alves <palves@redhat.com>
11552 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11553 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11554 "end of file", remove $inferior_spawn_id from the indirect list.
11556 2015-04-23 Pedro Alves <palves@redhat.com>
11558 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11560 2015-04-23 Pedro Alves <palves@redhat.com>
11562 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11563 on $any_spawn_id instead of only on $gdb_spawn_id.
11565 2015-04-21 Pierre Muller <muller@sourceware.org>
11568 * lib/pascal.exp (gpc_compile): Add new option "class".
11569 (fpc_compile): Likewise.
11570 * gdb.pascal/case-insensitive-symbols.pas: New file.
11571 * gdb.pascal/case-insensitive-symbols.exp: New file.
11573 2015-04-20 Gary Benson <gbenson@redhat.com>
11575 * gdb.base/attach.exp: Fix three extended remote failures.
11577 2015-04-17 Gary Benson <gbenson@redhat.com>
11579 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11580 the main executable over the remote protocol.
11582 2015-04-16 Pedro Alves <palves@redhat.com>
11584 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11585 a new gdbserver if gdbserver_reconnect_p is set.
11587 2015-04-16 Pedro Alves <palves@redhat.com>
11589 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11590 is set, don't exit gdbserver.
11592 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11594 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11595 appropriate .insn, such that an older assembler can be used.
11596 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11597 the z/Architecture instruction set on 31-bit targets as well.
11599 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11601 * gdb.go/handcall.exp: Remove all logic related to the first
11602 breakpoint and rely on go_runto_main instead.
11603 * gdb.go/strings.exp: Likewise.
11604 * gdb.go/unsafe.exp: Likewise.
11605 * gdb.go/hello.exp: Likewise. Also rename the remaining
11606 breakpoint marker to "breakpoint 1".
11607 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11608 * gdb.go/strings.go: Likewise.
11609 * gdb.go/unsafe.go: Likewise.
11610 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11611 "set breakpoint 2 here" and rename the remaining breakpoint marker
11614 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11616 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11617 if itertools.imap is not present.
11618 * gdb.python/py-objfile.exp: Add parentheses.
11619 * gdb.python/py-type.exp: Same.
11620 * gdb.python/py-unwind-maint.py: Same.
11622 2015-04-15 Yao Qi <yao.qi@linaro.org>
11624 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11625 of ":$ptr_size" and set its form explicitly.
11627 2015-04-15 Pedro Alves <palves@redhat.com>
11628 Yao Qi <yao.qi@linaro.org>
11630 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11631 timeout by factor of 4.
11632 (test_regular_watch): Likewise.
11633 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11634 * gdb.reverse/sigall-reverse.exp: Likewise.
11635 * gdb.reverse/until-precsave.exp: Likewise.
11636 * lib/gdb.exp (with_timeout_factor): New proc.
11637 (gdb_expect): Move some code to ...
11638 (get_largest_timeout): ... here. New procedure.
11640 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
11642 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11644 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11646 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11647 to write to the .text section.
11649 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
11651 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11652 Handle the case of targets that do not provide PID information.
11654 2015-04-13 Yao Qi <yao.qi@linaro.org>
11656 * lib/gdbserver-support.exp (gdb_exit): Catch exception
11657 and use expect instead of gdb_expect.
11659 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11661 * gdb.base/coredump-filter.exp: Rename variable "addr" to
11662 "coredump_var_addr" to avoid naming conflict with other testcases.
11664 2015-04-10 Pedro Alves <palves@redhat.com>
11666 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11667 gdb_test_sequence and gdb_assert.
11669 2015-04-10 Pedro Alves <palves@redhat.com>
11671 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11672 test messages that don't include the breakpoint address.
11674 2015-04-10 Yao Qi <yao.qi@linaro.org>
11676 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11677 false for some offset and width combinations which aren't
11678 supported by linux kernel.
11680 2015-04-10 Pedro Alves <palves@redhat.com>
11682 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11683 procedure, factored out from ...
11684 (top level): ... here. Add "set displaced-stepping" testing axis.
11685 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11686 parameter "displaced". Use it.
11687 (top level): Use foreach and add "set displaced-stepping" testing
11690 2015-04-10 Pedro Alves <palves@redhat.com>
11692 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11694 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11695 both the address of the instruction that triggers the watchpoint
11696 and the address of the instruction immediately after, and use
11697 those addresses for the test. Fix comment.
11699 2015-04-10 Pedro Alves <palves@redhat.com>
11701 * gdb.base/sigstep.exp (breakpoint_to_handler)
11702 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
11703 Test "backtrace" in handler.
11704 (breakpoint_over_handler): New parameter 'displaced'. Use it.
11705 (top level): Add new "displaced" test axis to
11706 breakpoint_to_handler, breakpoint_to_handler_entry and
11707 breakpoint_over_handler.
11709 2015-04-10 Pedro Alves <palves@redhat.com>
11712 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11714 2015-04-10 Yao Qi <yao.qi@linaro.org>
11716 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11717 (test_add_rn_pc): New function.
11718 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11719 (top level): Invoke test_add_rn_pc.
11721 2015-04-10 Pedro Alves <palves@redhat.com>
11724 * gdb.base/step-over-no-symbols.exp: New file.
11726 2015-04-09 Andy Wingo <wingo@igalia.com>
11728 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11729 after the Python tests.
11731 2015-04-08 Keith Seitz <keiths@redhat.com>
11734 * gdb.python/py-completion.exp: New tests for completion.
11735 * gdb.python/py-completion.py (CompleteLimit1): New class.
11736 (CompleteLimit2): Likewise.
11737 (CompleteLimit3): Likewise.
11738 (CompleteLimit4): Likewise.
11739 (CompleteLimit5): Likewise.
11740 (CompleteLimit6): Likewise.
11741 (CompleteLimit7): Likewise.
11743 2015-04-08 Pedro Alves <palves@redhat.com>
11747 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11749 (main): Install it as SIGUSR1 handler.
11750 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11751 parameter. Always use "setup" as prefix. Toggle "set
11752 displaced-stepping" off/on depending on global. Don't switch to
11754 (top level): Add displaced stepping "off/on" test axis. Update
11755 "setup" calls. Wrap each subtest with with_test_prefix. Test
11756 continuing with a queued signal in each thread.
11758 2015-04-08 Pedro Alves <palves@redhat.com>
11760 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11761 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
11762 gdb_breakpoint instead of gdb_test that doesn't expect anything.
11763 Return early if running to main fails.
11764 * gdb.trace/while-stepping.exp: Likewise.
11766 2015-04-07 Pedro Alves <palves@redhat.com>
11768 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11769 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
11770 interact with inferior program.
11772 2015-04-07 Pedro Alves <palves@redhat.com>
11774 * lib/gdb.exp (inferior_spawn_id): New global.
11775 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
11776 spawn id after processing the user code.
11777 (default_gdb_start): Set inferior_spawn_id.
11778 (send_inferior): New procedure.
11779 * lib/gdbserver-support.exp (gdbserver_start): Set
11781 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11783 2015-04-07 Pedro Alves <palves@redhat.com>
11785 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11786 * lib/gdbserver-support.exp (gdbserver_start): Make
11787 $server_spawn_id global.
11788 (gdbserver_start): Don't wait for gdbserver's spawn id with
11790 (close_gdbserver): New procedure.
11791 (gdb_exit): Rename the default version and reimplement.
11793 2015-04-07 Pedro Alves <palves@redhat.com>
11795 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11796 append the substituted item, not the original item.
11798 2015-04-07 Pedro Alves <palves@redhat.com>
11800 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11803 2015-04-07 Pedro Alves <palves@redhat.com>
11805 * gdb.base/interrupt.exp: Don't handle the case of the inferior
11806 output appearing once only.
11808 2015-04-07 Pedro Alves <palves@redhat.com>
11810 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11811 that doesn't expect anything. Return early if running to main
11814 2015-04-07 Yao Qi <yao.qi@linaro.org>
11816 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11817 (child_function): Call alarm.
11818 (main): Move call to alarm into the loop.
11819 * gdb.threads/non-stop-fair-events.exp: Build program with
11820 -DTIMEOUT=$timeout.
11822 2015-04-06 Doug Evans <xdje42@gmail.com>
11824 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11825 Fix dest parameter to board_info.
11826 (fpc_compile): Ditto.
11827 (gdb_compile_pascal): Rename dest arg to destfile.
11829 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
11831 * gdb.ada/funcall_ref.exp: New file.
11832 * gdb.ada/funcall_ref/foo.adb: New file.
11834 2015-04-02 Yao Qi <yao.qi@linaro.org>
11836 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11839 2015-04-02 Gary Benson <gbenson@redhat.com>
11841 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11843 2015-04-01 Sasha Smundak <asmundak@google.com>
11845 * gdb.python/py-unwind-maint.c: New file.
11846 * gdb.python/py-unwind-maint.exp: New test.
11847 * gdb.python/py-unwind-maint.py: New file.
11848 * gdb.python/py-unwind.c: New file.
11849 * gdb.python/py-unwind.exp: New test.
11850 * gdb.python/py-unwind.py: New test.
11852 2015-04-01 Pedro Alves <palves@redhat.com>
11854 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11855 to fail instead of non-existent $test.
11857 2015-04-01 Pedro Alves <palves@redhat.com>
11859 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11860 GDBFLAGS if not empty.
11862 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
11864 * gdb.ada/complete.exp: Remove "multi_line".
11865 * gdb.ada/info_exc.exp: Remove "multi_line".
11866 * gdb.ada/packed_tagged.exp: Remove "multi_line".
11867 * gdb.ada/ptype_field.exp: Remove "multi_line".
11868 * gdb.ada/sym_print_name.exp: Remove "multi_line".
11869 * gdb.ada/tagged.exp: Remove "multi_line".
11870 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11872 * gdb.btrace/delta.exp: Likewise.
11873 * gdb.btrace/exception.exp: Likewise.
11874 * gdb.btrace/function_call_history.exp: Likewise.
11875 * gdb.btrace/instruction_history.exp: Likewise.
11876 * gdb.btrace/nohist.exp: Likewise.
11877 * gdb.btrace/record_goto.exp: Likewise.
11878 * gdb.btrace/segv.exp: Likewise.
11879 * gdb.btrace/stepi.exp: Likewise.
11880 * gdb.btrace/tailcall.exp: Likewise.
11881 * gdb.btrace/unknown_functions.exp: Likewise.
11882 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11883 * lib/gdb.exp: Add the "multi_line" helper.
11885 2015-04-01 Pedro Alves <palves@redhat.com>
11887 * gdb.threads/tid-reuse.c: New file.
11888 * gdb.threads/tid-reuse.exp: New file.
11890 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
11893 * gdb.base/coredump-filter.c: New file.
11894 * gdb.base/coredump-filter.exp: Likewise.
11896 2015-03-27 Petr Machata <pmachata@redhat.com>
11898 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11899 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11900 (Dwarf::assemble): Initialize them.
11901 (Dwarf::lines): New function.
11903 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
11905 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11906 SYMBOL_PREFIX for x86_64-*-cygwin.
11908 2015-03-26 Andy Wingo <wingo@igalia.com>
11911 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11912 const_value but not a location.
11913 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11914 location defined in non-main CUs are visible.
11916 2015-03-26 Yao Qi <yao.qi@linaro.org>
11919 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11920 Add a line number entry for the same line.
11921 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11922 Add a line number entry for the same line.
11924 2015-03-26 Yao Qi <yao.qi@linaro.org>
11926 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11928 (func): Likewise. Add .Lfunc_1 label.
11929 Use .Lfunc_1 label.
11930 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11933 Use .Lfunc_1 label.
11935 2015-03-26 Yao Qi <yao.qi@linaro.org>
11937 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11938 Call gdb_compile instead to compile each .s files without debug
11941 2015-03-26 Yao Qi <yao.qi@linaro.org>
11943 * gdb.base/savedregs.exp (process_saved_regs): Make
11944 "Saved registers:" optional in the pattern.
11946 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11948 * gdb.btrace/next.exp: Merged into step.exp.
11949 * gdb.btrace/finish.exp: Merged into step.exp.
11950 * gdb.btrace/nexti.exp: Merged into stepi.exp.
11951 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
11952 "record goto" and checking the exact replay position.
11953 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
11954 check for "Recording format" in "info record" output.
11955 * gdb.btrace/record_goto.exp: Choose test file based on target.
11956 * gdb.btrace/x86-record_goto.S: Renamed into ...
11957 * gdb.btrace/x86_64-record_goto.S: ... this.
11958 * gdb.btrace/i686-record_goto.S: New.
11959 * gdb.btrace/x86-tailcall.S: Renamed into ...
11960 * gdb.btrace/x86_64-tailcall.S: ... this.
11961 * gdb.btrace/i686-tailcall.S: New.
11962 * gdb.btrace/x86-tailcall.c: Renamed into ...
11963 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11964 separate statements. Update test.
11965 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11966 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11967 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11968 * gdb.btrace/tailcall.exp: Choose test file based on target.
11969 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11971 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11973 * gdb.btrace/exception.exp: Increase BTS buffer size.
11975 2015-03-24 Pedro Alves <palves@redhat.com>
11977 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11979 2015-03-24 Pedro Alves <palves@redhat.com>
11981 * gdb.threads/schedlock.exp (test_step): No longer expect that
11982 "set scheduler-locking step" with "next" over a function call runs
11985 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11987 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11989 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11991 PR breakpoints/16466
11992 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11993 * gdb.mi/mi-pending.c (thread_func): New function.
11994 (int main): Add threading support required.
11995 * gdb.mi/mi-pending.exp: Add tests for this issue.
11996 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11997 (pendfunc2): Remove stdio dependency.
11998 * gdb.mi/mi-pendshr2.c: New file.
12000 2015-03-23 Keith Seitz <keiths@redhat.com>
12002 * gdb.linespec/keywords.c: New file.
12003 * gdb.linespec/keywords.exp: New file.
12005 2015-03-23 Keith Seitz <keiths@redhat.com>
12008 * gdb.dwarf2/staticvirtual.exp: New test.
12010 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12012 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12013 * README: Remove HP-UX and gdb.hp.
12015 * configure: Regenerate.
12016 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12017 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12018 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12019 gdb.hp/gdb.defects/Makefile.
12020 * gdb.hp/Makefile.in: File deleted.
12021 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12022 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12023 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12024 * gdb.hp/gdb.aCC/run.c: File deleted.
12025 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12026 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12027 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12028 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12029 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12030 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12031 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12032 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12033 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12034 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12035 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12036 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12037 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12038 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12039 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12040 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12041 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12042 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12043 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12044 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12045 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12046 * gdb.hp/gdb.compat/average.c: File deleted.
12047 * gdb.hp/gdb.compat/sum.c: File deleted.
12048 * gdb.hp/gdb.compat/xdb.c: File deleted.
12049 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12050 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12051 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12052 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12053 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12054 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12055 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12056 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12057 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12058 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12059 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12060 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12061 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12062 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12063 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12064 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12065 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12066 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12067 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12068 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12069 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12070 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12071 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12072 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12073 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12074 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12075 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12076 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12077 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12078 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12079 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12080 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12081 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12082 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12083 * gdb.hp/tools/odump: File deleted.
12085 2015-03-19 Pedro Alves <palves@redhat.com>
12087 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12088 (saw_thread_3): New globals.
12089 (top level): Increment them when an event for the corresponding
12091 (no thread starvation): New test.
12093 2015-03-19 Pedro Alves <palves@redhat.com>
12095 * gdb.threads/continue-pending-status.c: New file.
12096 * gdb.threads/continue-pending-status.exp: New file.
12098 2015-03-18 Pedro Alves <palves@redhat.com>
12100 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12101 Use gdb_is_target_remote instead of is_remote. Use
12102 gdb_test_multiple instead of gdb_expect. Exit early if
12103 gdb_test_multiple hits its internal matches. Tighten stepi tests
12104 expected output. Fail on exit with any signal, instead of just
12107 2015-03-18 Yao Qi <yao.qi@linaro.org>
12110 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12112 * gdb.base/catch-syscall.exp: Don't skip it on
12113 aarch64*-*-linux* target. Remove elements in all_syscalls.
12114 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12116 (setup_all_syscalls): New proc.
12118 2015-03-16 Yao Qi <yao.qi@linaro.org>
12120 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12121 (top level): Skip tests if valid_addr_p returns false for
12124 2015-03-11 Andy Wingo <wingo@igalia.com>
12126 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12128 2015-03-11 Yao Qi <yao.qi@linaro.org>
12130 * gdb.base/catch-syscall.exp: Fix typo in comments.
12132 2015-03-11 Yao Qi <yao.qi@linaro.org>
12134 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12136 2015-03-09 Pedro Alves <palves@redhat.com>
12138 * dg-extract-results.py: Delete.
12140 2015-03-09 Pedro Alves <palves@redhat.com>
12142 Merge dg-extract-results.sh from GCC upstream (r218843).
12144 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12145 * dg-extract-results.sh: Use --text with grep to avoid issues with
12146 binary files. Fall back to cat -v, if that doesn't work.
12148 2015-03-05 Pedro Alves <palves@redhat.com>
12150 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12152 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12154 * lib/mi-support.exp (mi_expect_interrupt): Accept
12155 alternative event for when in all-stop mode.
12157 2015-03-04 Pedro Alves <palves@redhat.com>
12159 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12161 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12163 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12165 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12167 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12168 regexps for GDB's current line display, accept a hex address
12169 preceding the line number.
12171 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12173 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12174 the 'arch1' variable for "s390*-linux*" targets.
12176 2015-03-04 Pedro Alves <palves@redhat.com>
12178 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12179 (main): Pass missing retval argument to pthread_join call.
12181 2015-03-02 Pedro Alves <palves@redhat.com>
12183 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12184 (top level): Call do_test with non-stop as well.
12186 2015-03-02 Pedro Alves <palves@redhat.com>
12188 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12191 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12193 * gdb.arch/s390-vregs.exp: New test.
12194 * gdb.arch/s390-vregs.S: New file.
12196 2015-02-27 Pedro Alves <palves@redhat.com>
12198 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12199 call to catch_command_errors.
12200 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12201 catch_command_errors.
12203 2015-02-27 Pedro Alves <palves@redhat.com>
12205 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12206 "true" for boolean result.
12207 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12210 2015-02-27 Pedro Alves <palves@redhat.com>
12212 * lib/unbuffer_output.c: New file.
12213 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12214 (main): Call gdb_unbuffer_output.
12216 2015-02-27 Yao Qi <yao.qi@linaro.org>
12218 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12221 2015-02-26 Doug Evans <dje@google.com>
12223 * gdb.cp/class2.cc (Dbase, D): New classes.
12224 (main): New local delta.
12225 * gdb.cp/class2.exp: Test printing delta.
12226 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12227 (dynbar): New global.
12228 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12230 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12232 * gdb.compile/compile-ifunc.c: New file.
12233 * gdb.compile/compile-ifunc.exp: New file.
12235 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12237 * gdb.base/structs.exp: Check for correct struct on finish.
12239 2015-02-26 Yao Qi <yao.qi@linaro.org>
12241 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12244 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12246 * gdb.arch/cordic.ko.bz2: New file.
12247 * gdb.arch/cordic.ko.debug.bz2: New file.
12248 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12250 2015-02-25 Yao Qi <yao.qi@linaro.org>
12252 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12253 aarch64*-*-* target.
12255 2015-02-23 Pedro Alves <palves@redhat.com>
12257 * lib/gdb.exp (delete_breakpoints): Rewrite using
12260 2015-02-23 Pedro Alves <palves@redhat.com>
12262 * gdb.base/info-os.c: Include stdlib.h.
12264 2015-02-22 Doug Evans <xdje42@gmail.com>
12267 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12268 is read after symbols have been re-read.
12269 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12270 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12272 2015-02-21 Doug Evans <dje@google.com>
12274 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12276 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12279 * gdb.arch/i386-biarch-core.core.bz2: New file.
12280 * gdb.arch/i386-biarch-core.exp: New file.
12282 2015-02-21 Pedro Alves <palves@redhat.com>
12284 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12287 2015-02-20 Pedro Alves <palves@redhat.com>
12289 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12292 2015-02-20 Pedro Alves <palves@redhat.com>
12294 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12296 2015-02-20 Pedro Alves <palves@redhat.com>
12298 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12299 clean_restart before gdb_target_supports_trace.
12301 2015-02-20 Pedro Alves <palves@redhat.com>
12304 * gdb.threads/clone-thread_db.c: New file.
12305 * gdb.threads/clone-thread_db.exp: New file.
12307 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12309 PR breakpoints/16812
12310 * gdb.base/catch-gdb-caused-signals.c: New file.
12311 * gdb.base/catch-gdb-caused-signals.exp: New file.
12313 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12315 * configure: Regenerated.
12316 * configure.ac: Use GDB_AC_TRANSFORM.
12317 * aclocal.m4: sinclude ../transform.m4.
12319 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12321 * lib/dtrace.exp: New file.
12322 * gdb.base/dtrace-probe.exp: Likewise.
12323 * gdb.base/dtrace-probe.d: Likewise.
12324 * gdb.base/dtrace-probe.c: Likewise.
12325 * lib/pdtrace.in: Likewise.
12326 * configure.ac: Output variables with the transformed names of
12327 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12328 * configure: Regenerated.
12330 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12332 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12333 expected message when trying to access $_probe_* convenience
12334 variables while not on a probe.
12336 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12338 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12340 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12342 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12343 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12345 2015-02-10 Doug Evans <xdje42@gmail.com>
12347 * lib/gdb.exp (gdb_load): Always return a result.
12349 2015-02-10 Pedro Alves <palves@redhat.com>
12351 * gdb.threads/signal-sigtrap.c: New file.
12352 * gdb.threads/signal-sigtrap.exp: New file.
12354 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12356 * gdb.trace/no-attach-trace.c: New file.
12357 * gdb.trace/no-attach-trace.exp: New file.
12359 2015-02-09 Mark Wielaard <mjw@redhat.com>
12361 * gdb.dwarf2/atomic.c: New file.
12362 * gdb.dwarf2/atomic-type.exp: Likewise.
12364 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12366 * gdb.btrace/buffer-size.exp: Update "info record" output.
12367 * gdb.btrace/delta.exp: Update "info record" output.
12368 * gdb.btrace/enable.exp: Update "info record" output.
12369 * gdb.btrace/finish.exp: Update "info record" output.
12370 * gdb.btrace/instruction_history.exp: Update "info record" output.
12371 * gdb.btrace/next.exp: Update "info record" output.
12372 * gdb.btrace/nexti.exp: Update "info record" output.
12373 * gdb.btrace/step.exp: Update "info record" output.
12374 * gdb.btrace/stepi.exp: Update "info record" output.
12375 * gdb.btrace/nohist.exp: Update "info record" output.
12377 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12379 * gdb.btrace/buffer-size: New.
12381 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12383 * gdb.btrace/delta.exp: Update "info record" output.
12384 * gdb.btrace/enable.exp: Update "info record" output.
12385 * gdb.btrace/finish.exp: Update "info record" output.
12386 * gdb.btrace/instruction_history.exp: Update "info record" output.
12387 * gdb.btrace/next.exp: Update "info record" output.
12388 * gdb.btrace/nexti.exp: Update "info record" output.
12389 * gdb.btrace/step.exp: Update "info record" output.
12390 * gdb.btrace/stepi.exp: Update "info record" output.
12391 * gdb.btrace/nohist.exp: Update "info record" output.
12393 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12396 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12398 2015-02-06 Pedro Alves <palves@redhat.com>
12400 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12402 (seconds_left, again): New globals.
12403 (main): Wait seconds_left in a 1-second sleep loop instead of
12404 sleeping 180 seconds. If 'again' is set, reset the seconds
12406 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12407 'again' in the inferior before detaching. Print the seconds left.
12408 (options): New global.
12409 (top level): Build program with -DTIMEOUT=$timeout.
12411 2015-02-06 Pedro Alves <palves@redhat.com>
12413 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12414 determine how many seconds to pass to 'alarm'.
12415 * gdb.base/gdb-sigterm.exp (top level): Build program with
12416 -DTIMEOUT=$timeout.
12417 (do_test): Return success/failure indication. Add more verbose
12418 logging. Don't fail if 200 single steps are seen. Instead, fail
12419 when the test times out.
12420 (passes): New global.
12421 (top level): Break the testing loop if testing fails on any
12422 iteration. Use gdb_assert.
12424 2015-02-04 Don Breazeal <donb@codesourcery.com>
12426 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12427 and initialize them.
12428 (ipc_cleanup): New function.
12429 (main): Don't declare shmid, semid, and msqid. Add a call to
12430 atexit so that we call ipc_cleanup on exit.
12432 2015-02-04 Pedro Alves <palves@redhat.com>
12434 * boards/native-extended-gdbserver.exp: Remove any target variant
12435 specifications from the board name before clearing the isremote
12436 flag from board_info.
12438 2015-01-31 Doug Evans <xdje42@gmail.com>
12440 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12442 2015-01-31 Gary Benson <gbenson@redhat.com>
12444 * gdb.base/completion.exp: Disable completion limiting for
12445 existing tests. Add new tests to check completion limiting.
12446 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12448 2015-01-31 Doug Evans <xdje42@gmail.com>
12450 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12452 2015-01-31 Doug Evans <xdje42@gmail.com>
12454 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12455 entries. Duplicate file section script entries.
12456 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12457 inlined entries. Add test for safe-path rejection.
12458 * gdb.python/py-section-script.c: Add duplicate inlined section script
12459 entries. Duplicate file section script entries.
12460 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12461 inlined entries. Add test for safe-path rejection.
12463 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12465 * gdb.ada/disc_arr_bound: New testcase.
12467 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12469 * gdb.ada/mi_var_array: New testcase.
12471 2015-01-27 Doug Evans <dje@google.com>
12473 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12474 Add test for objfile.filename, objfile.username after objfile
12477 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12479 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12480 the second test to print the name attribute of value
12481 returned by the call to gdb.lookup_type, and adjust
12482 the expected output accordingly.
12484 2015-01-25 Mark Wielaard <mjw@redhat.com>
12486 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12487 * gdb.base/disp-step-fork.c: Include unistd.h.
12488 * gdb.base/siginfo-obj.c: Include stdio.h.
12489 * gdb.base/siginfo-thread.c: Likewise.
12490 * gdb.mi/non-stop.c: Include unistd.h.
12491 * gdb.mi/nsthrexec.c: Include stdio.h.
12492 * gdb.mi/pthreads.c: Include unistd.h.
12493 * gdb.modula2/unbounded1.c (main): Declare returns int.
12494 * gdb.reverse/consecutive-reverse.c: Likewise.
12495 * gdb.threads/create-fail.c: Include unistd.h.
12496 * gdb.threads/killed.c: Likewise.
12497 * gdb.threads/linux-dp.c: Likewise.
12498 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12499 * gdb.threads/non-ldr-exc-2.c: Likewise.
12500 * gdb.threads/non-ldr-exc-3.c: Likewise.
12501 * gdb.threads/non-ldr-exc-4.c: Likewise.
12502 * gdb.threads/pthreads.c: Include unistd.h.
12503 (main): Declare returns int.
12504 * gdb.threads/tls-main.c (foo): New declaration.
12505 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12507 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12509 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12510 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12512 2015-01-15 Mark Wielaard <mjw@redhat.com>
12514 * gdb.base/noreturn-return.c: New file.
12515 * gdb.base/noreturn-return.exp: New file.
12516 * gdb.base/noreturn-finish.c: New file.
12517 * gdb.base/noreturn-finish.exp: New file.
12519 2015-01-23 Pedro Alves <palves@redhat.com>
12521 * gdb.threads/continue-pending-after-query.c: New file.
12522 * gdb.threads/continue-pending-after-query.exp: New file.
12524 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12525 Simon Marchi <simon.marchi@ericsson.com>
12527 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12528 * gdb.base/valgrind-db-attach.exp: Same.
12529 * gdb.base/valgrind-infcall.exp: Same.
12530 * lib/mi-support.exp (default_mi_gdb_start): Same.
12531 * lib/prompt.exp (default_prompt_gdb_start): Same.
12532 * lib/gdb.exp (default_gdb_spawn): Same.
12533 (gdb_interact): New.
12536 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12538 * gdb.compile/compile.exp (pointer to jit function): New test.
12540 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12542 * lib/gdb.exp (supports_process_record): Return true for
12544 (supports_reverse): Likewise.
12546 2015-01-15 Don Breazeal <donb@codesourcery.com>
12548 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12549 instead of checking whether the target board is remote and
12550 use spawn_wait_for_attach instead of exec/sleep.
12551 * gdb.base/attach-twice.exp: Likewise.
12553 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12555 * gdb.ada/var_arr_attrs: New testcase.
12557 2015-01-14 Pedro Alves <palves@redhat.com>
12558 Joel Brobecker <brobecker@adacore.com>
12561 * gdb.base/bp-cmds-execution-x-script.c: New file.
12562 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12563 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12565 2015-01-14 Pedro Alves <palves@redhat.com>
12568 * gdb.base/batch-preserve-term-settings.c: New file.
12569 * gdb.base/batch-preserve-term-settings.exp: New file.
12571 2015-01-13 Doug Evans <dje@google.com>
12573 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12576 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12578 * Makefile.in (clean mostlyclean): Do not delete *.py.
12580 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12582 * gdb.python/py-lookup-type.exp: New file.
12584 2015-01-12 Pedro Alves <palves@redhat.com>
12586 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12587 restore GDBFLAGS before returning.
12589 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12591 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12592 is_amd64_regs_target and is_x86_like_target.
12594 2015-01-11 Doug Evans <xdje42@gmail.com>
12596 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12597 is given without an explicit form.
12598 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12600 * gdb.dwarf/corrupt.exp: Ditto.
12601 * gdb.dwarf2/enum-type.exp: Ditto.
12602 * gdb.trace/entry-values.exp: Ditto.
12603 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12605 2015-01-11 Doug Evans <xdje42@gmail.com>
12608 * gdb.base/maint.exp: Remove references to "maint demangle".
12609 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12610 Add tests for explicitly specifying language to demangle.
12611 * gdb.dlang/demangle.exp: Ditto.
12613 2015-01-09 Pedro Alves <palves@redhat.com>
12615 * gdb.threads/non-stop-fair-events.c: New file.
12616 * gdb.threads/non-stop-fair-events.exp: New file.
12618 2015-01-09 Pedro Alves <palves@redhat.com>
12620 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12621 the global scope. Set a breakpoint after all threads are started
12622 rather than stepping over two source lines. Expect the prompt.
12623 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12626 (main): Use threads_started_barrier to wait for all threads to
12627 start. Main thread no longer calls thread_function. Exit after
12629 (loop): New function.
12630 (thread_function): Wait on threads_started_barrier barrier. Call
12631 'loop' at each iteration.
12632 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12633 threads have started, instead of hardcoding number of "next"
12634 steps. Use an access watchpoint instead of a write watchpoint.
12636 2015-01-09 Pedro Alves <palves@redhat.com>
12638 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12639 (thread_func): Wait on barrier.
12640 (main): Wait for all threads to start before stopping GDB.
12641 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12643 (thread1_func, thread2_func): Wait on barrier.
12644 (main): Wait for all threads to start before stopping GDB.
12645 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12647 (thread1_func, thread2_func): Wait on barrier.
12648 (main): Wait for all threads to start before stopping GDB.
12650 2015-01-09 Pedro Alves <palves@redhat.com>
12652 * gdb.threads/attach-many-short-lived-threads.c: New file.
12653 * gdb.threads/attach-many-short-lived-threads.exp: New file.
12655 2014-01-09 Pedro Alves <palves@redhat.com>
12657 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12658 instead of to thread 2.
12659 * gdb.threads/signal-command-multiple-signals-pending.c (main):
12660 Add barrier around each pthread_create call instead of around all
12662 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12663 Set a break on thread_function and have the child threads hit it
12666 2015-01-09 Pedro Alves <palves@redhat.com>
12668 * lib/gdb.exp (can_spawn_for_attach): New procedure.
12669 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12671 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12672 checking whether the target board is remote.
12673 * gdb.multi/multi-attach.exp: Likewise.
12674 * gdb.python/py-sync-interp.exp: Likewise.
12675 * gdb.server/ext-attach.exp: Likewise.
12676 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12677 tests that need to attach, instead of checking whether the target
12678 board is remote at the top of the file.
12680 2015-01-08 Yao Qi <yao@codesourcery.com>
12682 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12684 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12686 Fix testcase compilation.
12687 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12689 2015-01-06 Joel Brobecker <brobecker@adacore.com>
12691 * gdb.python/py-type.exp: Add a couple test about empty
12692 array creation, and negative-length array creation.
12694 2015-01-02 Doug Evans <xdje42@gmail.com>
12696 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12698 2015-01-02 Doug Evans <dje@google.com>
12700 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12702 2014-12-29 Yao Qi <yao@codesourcery.com>
12704 * gdb.trace/entry-values.exp: Update comments. Rename variable
12705 bar_call_foo to returned_from_foo.
12707 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
12710 * gdb.linespec/break-asm-file.c: New file.
12711 * gdb.linespec/break-asm-file.exp: New file.
12712 * gdb.linespec/break-asm-file0.s: New file.
12713 * gdb.linespec/break-asm-file1.s: New file.
12715 2014-12-18 Nigel Stephens <nigel@mips.com>
12716 Maciej W. Rozycki <macro@codesourcery.com>
12718 * gdb.base/float.exp: Handle the new output from "info float" on
12721 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12723 Fix MinGW compilation.
12724 * gdb.compile/compile-ops.exp: Update untested message if
12725 !skip_compile_feature_tests.
12726 * gdb.compile/compile-setjmp.exp: Likewise.
12727 * gdb.compile/compile-tls.exp: Likewise.
12728 * gdb.compile/compile.exp: Likewise.
12729 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12730 supported on this host".
12732 2014-12-16 Doug Evans <xdje42@gmail.com>
12734 * boards/stabs.exp: New file.
12736 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
12738 * gdb.base/completion.exp: Adjust to format changes of "maint
12739 print user-registers".
12741 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
12744 * gdb.arch/aarch64-fp.c: New file.
12745 * gdb.arch/aarch64-fp.exp: New file.
12747 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
12749 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12750 r210637, r210913, r211666, r215400, r215817).
12752 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
12753 * dg-extract-results.py: New file.
12754 * dg-extract-results.sh: Use it if the environment seems
12757 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
12759 * dg-extract-results.py (parse_run): Handle warnings that
12760 are printed before a test harness is run.
12762 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
12764 * dg-extract-results.py (Named): Remove __cmp__ method.
12765 (output_variation): Use a key to sort variation.harnesses.
12767 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
12769 * dg-extract-results.py: For Python 3, force sys.stdout to
12770 handle surrogate escape sequences.
12771 (safe_open): New function.
12772 (output_segment, main): Use it.
12774 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
12776 * dg-extract-results.py (Prog.result_re): Include options
12779 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
12781 * dg-extract-results.py (output_variation): Always sort if
12784 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
12786 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12787 as long as we get pagination notifications.
12789 2014-12-15 Jason Merrill <jason@redhat.com>
12791 * Makefile.in (check-gdb.%): Restore.
12792 * README: Mention it.
12794 2014-12-13 Joel Brobecker <brobecker@adacore.com>
12796 * gdb.ada/str_uninit: New testcase.
12798 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12801 * gdb.base/vla-stub-define.c: New file.
12802 * gdb.base/vla-stub.c: New file.
12803 * gdb.base/vla-stub.exp: New file.
12805 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
12806 Jan Kratochvil <jan.kratochvil@redhat.com>
12807 Tom Tromey <tromey@redhat.com>
12809 * configure.ac: Add gdb.compile/.
12810 * configure: Regenerate.
12811 * gdb.compile/Makefile.in: New file.
12812 * gdb.compile/compile-ops.exp: New file.
12813 * gdb.compile/compile-ops.c: New file.
12814 * gdb.compile/compile-tls.c: New file.
12815 * gdb.compile/compile-tls.exp: New file.
12816 * gdb.compile/compile-constvar.S: New file.
12817 * gdb.compile/compile-constvar.c: New file.
12818 * gdb.compile/compile-mod.c: New file.
12819 * gdb.compile/compile-nodebug.c: New file.
12820 * gdb.compile/compile-setjmp-mod.c: New file.
12821 * gdb.compile/compile-setjmp.c: New file.
12822 * gdb.compile/compile-setjmp.exp: New file.
12823 * gdb.compile/compile-shlib.c: New file.
12824 * gdb.compile/compile.c: New file.
12825 * gdb.compile/compile.exp: New file.
12826 * lib/gdb.exp (skip_compile_feature_tests): New proc.
12828 2014-12-12 Tom Tromey <tromey@redhat.com>
12830 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
12831 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12833 2014-12-12 Doug Evans <dje@google.com>
12835 * lib/gdb-python.exp (get_python_valueof): New function.
12836 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12838 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
12840 * gdb.base/completion.exp: Add test for completion of "info
12843 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
12845 * gdb.base/func-ptrs.c: New file.
12846 * gdb.base/func-ptrs.exp: New file.
12848 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12850 PR breakpoints/17012
12851 * gdb.base/dprintf-detach.c: New file.
12852 * gdb.base/dprintf-detach.exp: New file.
12854 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
12856 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12857 * lib/gdb.exp (target_is_gdbserver): New procedure.
12859 2014-12-08 Doug Evans <dje@google.com>
12861 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12863 2014-12-05 Yao Qi <yao@codesourcery.com>
12865 * gdb.guile/scm-error.exp: Remove the third argument to
12866 gdb_remote_download.
12867 * gdb.guile/scm-frame-args.exp: Likewise.
12868 * gdb.guile/scm-section-script.exp: Likewise.
12870 2014-12-05 Yao Qi <yao@codesourcery.com>
12872 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12874 2014-12-04 Doug Evans <dje@google.com>
12876 * gdb.python/py-objfile.exp: Add tests for
12877 objfile.add_separate_debug_file.
12879 2014-12-04 Doug Evans <dje@google.com>
12881 * lib/gdb.exp (get_build_id): New function.
12882 (build_id_debug_filename_get): Rewrite to use it.
12883 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12885 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
12887 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12888 `method(long)', not just 0x0.
12889 * gdb.cp/nsalias.exp: Align code labels to 4.
12890 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12891 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12892 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12893 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12894 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12895 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12897 2014-12-02 Doug Evans <dje@google.com>
12900 * gdb.cp/anon-ns.cc: Move guts of this file to ...
12901 * gdb.cp/anon-ns2.cc: ... here. New file.
12902 * gdb.cp/anon-ns.exp: Update.
12904 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
12906 * gdb.python/py-events.py (inferior_call_handler): New.
12907 (register_changed_handler, memory_changed_handler): New.
12908 (test_events.invoke): Register new handlers.
12909 * gdb.python/py-events.exp: Add tests for inferior call,
12910 memory_changed and register_changed events.
12912 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12914 * gdb.base/execl-update-breakpoints.exp: Specify the link address
12915 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
12916 if the linker doesn't understand this.
12918 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
12920 * gdb.python/python.exp: Change expected reply to help().
12922 2014-12-01 Yao Qi <yao@codesourcery.com>
12924 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
12925 AC_CONFIG_SUBDIRS(gdb.gdbtk).
12926 * configure: Re-generated.
12928 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
12930 * gdb.cp/chained-calls.cc: New file.
12931 * gdb.cp/chained-calls.exp: New file.
12932 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12934 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
12936 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12937 * gdb.dwarf2/symtab-producer.exp: Same.
12938 * gdb.gdb/python-interrupts.exp: Same.
12939 * gdb.gdb/python-selftest.exp: Same.
12940 * gdb.python/py-linetable.exp: Same.
12941 * gdb.python/py-type.exp: Same.
12942 * gdb.python/py-value-cc.exp: Same.
12943 * gdb.python/py-value.exp: Same.
12945 2014-11-28 Yao Qi <yao@codesourcery.com>
12947 * gdb.base/break-probes.exp: Match library name prefixed with
12950 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
12952 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12953 test expected output. Add parentheses for the call to print.
12954 Remove L suffix from integers.
12956 2014-11-26 Doug Evans <dje@google.com>
12958 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12960 2014-11-22 Yao Qi <yao@codesourcery.com>
12962 * gdb.trace/entry-values.c: Remove asms.
12963 (foo): Add foo_label.
12964 (bar): Add bar_label.
12965 * gdb.trace/entry-values.exp: Remove code computing foo's
12966 length and bar's length.
12967 (Dwarf::assemble): Invoke function_range for bar and use
12968 MACRO_AT_func for foo.
12970 2014-11-22 Yao Qi <yao@codesourcery.com>
12972 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12973 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12974 Use .Lgcc43_procstart instead of gcc43.
12976 2014-11-21 Joel Brobecker <brobecker@adacore.com>
12978 * gdb.ada/n_arr_bound: New testcase.
12980 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12982 PR breakpoints/10737
12983 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12984 test_catch_syscall_multi_arch.
12985 (test_catch_syscall_multi_arch): New function.
12987 2014-11-20 Doug Evans <xdje42@gmail.com>
12989 * gdb.base/maint.exp: Update expected output.
12991 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12993 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12994 4-byte instruction on S390.
12996 2014-11-19 Joel Brobecker <brobecker@adacore.com>
12998 * gdb.ada/arr_arr: New testcase.
13000 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13002 * gdb.ada/pkd_arr_elem: New Testcase.
13004 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13006 * gdb.reverse/break-precsave: Expect completion message for
13008 * gdb.reverse/consecutive-precsave.exp: Likewise.
13009 * gdb.reverse/finish-precsave.exp: Likewise.
13010 * gdb.reverse/i386-precsave.exp: Likewise.
13011 * gdb.reverse/machinestate-precsave.exp: Likewise.
13012 * gdb.reverse/sigall-precsave.exp: Likewise.
13013 * gdb.reverse/solib-precsave.exp: Likewise.
13014 * gdb.reverse/step-precsave.exp: Likewise.
13015 * gdb.reverse/until-precsave.exp: Likewise.
13016 * gdb.reverse/watch-precsave.exp: Likewise.
13018 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13020 * gdb.base/bp-permanent.c: Include unistd.h.
13021 * gdb.python/py-framefilter-mi.c (main): Add return type.
13022 * gdb.python/py-framefilter.c (main): Likewise.
13023 * gdb.trace/actions-changed.c (main): Likewise.
13025 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13027 * gdb.mi/until.c: Add eye-catchers.
13028 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13031 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13033 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13034 function header variants in break1.c.
13035 * gdb.base/ena-dis-br.exp: Likewise.
13036 * gdb.base/hbreak2.exp: Likewise.
13037 * gdb.reverse/until-precsave.exp: Drop references to removed
13038 non-prototype function header variants in ur1.c.
13039 * gdb.reverse/until-reverse.exp: Likewise.
13041 2014-11-17 Petr Machata <pmachata@redhat.com>
13043 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13044 ${_cu_offset_size} bytes abbrev offset.
13046 2014-11-15 Doug Evans <xdje42@gmail.com>
13049 * gdb.base/line-symtabs.exp: New file.
13050 * gdb.base/line-symtabs.c: New file.
13051 * gdb.base/line-symtabs.h: New file.
13053 2014-11-14 Yao Qi <yao@codesourcery.com>
13055 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13056 (func): Add label func_label.
13057 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13058 Replace low_pc and high_pc with MACRO_AT_range.
13059 Replace name, low_pc and high_pc with MACRO_AT_func.
13061 2014-11-14 Yao Qi <yao@codesourcery.com>
13063 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13064 Replace name, low_pc and high_pc with MACRO_AT_func.
13066 2014-11-14 Yao Qi <yao@codesourcery.com>
13068 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13069 produce debug information.
13070 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13072 2014-11-14 Yao Qi <yao@codesourcery.com>
13074 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13075 object and get function length.
13076 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13077 with MACRO_AT_func.
13078 (top-level): Replace gdb_compile and clean_restart with
13079 prepare_for_testing.
13080 * gdb.dwarf2/main.c (main): Add label main_label.
13082 2014-11-14 Yao Qi <yao@codesourcery.com>
13084 * lib/dwarf.exp (function_range): New procedure.
13085 (Dwarf::_handle_macro_at_func): New procedure.
13086 (Dwarf::_handle_macro_at_range): New procedure.
13087 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13089 2014-11-14 Yao Qi <yao@codesourcery.com>
13091 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13092 (_handle_attribute): New procedure.
13094 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13096 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13097 * gdb.base/call-sc.c (zed): Likewise.
13098 * gdb.base/checkpoint.c (main): Likewise.
13099 * gdb.base/dump.c (main): Likewise.
13100 * gdb.base/gcore.c (main): Likewise.
13101 * gdb.base/huge.c (main): Likewise.
13102 * gdb.base/multi-forks.c (main): Likewise.
13103 * gdb.base/pr10179-a.c (main): Likewise.
13104 * gdb.base/savedregs.c (main): Likewise.
13105 * gdb.base/sigaltstack.c (main): Likewise.
13106 * gdb.base/siginfo.c (main): Likewise.
13107 * gdb.base/structs.c (zed): Likewise.
13108 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13109 * gdb.mi/mi-syn-frame.c (main): Likewise.
13110 * gdb.mi/until.c (foo, main): Likewise.
13111 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13112 * gdb.base/solib-weak.c (foo): Declare.
13113 * gdb.base/attach-twice.c: Include stdio.h.
13114 * gdb.base/weaklib1.c: Likewise.
13115 * gdb.base/weaklib2.c: Likewise.
13116 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13117 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13119 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13120 * gdb.mi/mi-exit-code.c: Likewise.
13121 * gdb.base/break-interp-lib.c: Include string.h.
13122 * gdb.base/coremaker.c: Likewise.
13123 * gdb.base/testenv.c: Likewise.
13124 * gdb.python/py-finish-breakpoint.c: Likewise.
13125 * gdb.base/inferior-died.c: Include sys/wait.h.
13126 * gdb.base/fileio.c: Include time.h.
13127 * gdb.base/async-shell.c: Include unistd.h.
13128 * gdb.base/dprintf-non-stop.c: Likewise.
13129 * gdb.base/info-os.c: Likewise.
13130 * gdb.mi/mi-console.c: Likewise.
13131 * gdb.mi/watch-nonstop.c: Likewise.
13132 * gdb.python/py-events.c: Likewise.
13133 * gdb.base/async.c (baz): Move up before its invocation.
13134 * gdb.base/code_elim2.c (my_global_func): Likewise.
13135 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13136 * gdb.base/advance.c (func2): Likewise.
13138 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13140 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13142 * gdb.base/annota3.c: Likewise.
13143 * gdb.base/async.c: Likewise.
13144 * gdb.base/average.c: Likewise.
13145 * gdb.base/call-ar-st.c: Likewise.
13146 * gdb.base/call-rt-st.c: Likewise.
13147 * gdb.base/call-sc.c: Likewise.
13148 * gdb.base/call-strs.c: Likewise.
13149 * gdb.base/ending-run.c: Likewise.
13150 * gdb.base/execd-prog.c: Likewise.
13151 * gdb.base/exprs.c: Likewise.
13152 * gdb.base/foll-exec.c: Likewise.
13153 * gdb.base/foll-fork.c: Likewise.
13154 * gdb.base/foll-vfork.c: Likewise.
13155 * gdb.base/funcargs.c: Likewise.
13156 * gdb.base/gcore.c: Likewise.
13157 * gdb.base/jump.c: Likewise.
13158 * gdb.base/langs0.c: Likewise.
13159 * gdb.base/langs1.c: Likewise.
13160 * gdb.base/langs2.c: Likewise.
13161 * gdb.base/mips_pro.c: Likewise.
13162 * gdb.base/nodebug.c: Likewise.
13163 * gdb.base/opaque0.c: Likewise.
13164 * gdb.base/opaque1.c: Likewise.
13165 * gdb.base/recurse.c: Likewise.
13166 * gdb.base/run.c: Likewise.
13167 * gdb.base/scope0.c: Likewise.
13168 * gdb.base/scope1.c: Likewise.
13169 * gdb.base/setshow.c: Likewise.
13170 * gdb.base/setvar.c: Likewise.
13171 * gdb.base/shmain.c: Likewise.
13172 * gdb.base/shr1.c: Likewise.
13173 * gdb.base/shr2.c: Likewise.
13174 * gdb.base/sigall.c: Likewise.
13175 * gdb.base/signals.c: Likewise.
13176 * gdb.base/so-indr-cl.c: Likewise.
13177 * gdb.base/solib2.c: Likewise.
13178 * gdb.base/structs.c: Likewise.
13179 * gdb.base/sum.c: Likewise.
13180 * gdb.base/vforked-prog.c: Likewise.
13181 * gdb.base/watchpoint.c: Likewise.
13182 * gdb.reverse/shr2.c: Likewise.
13183 * gdb.reverse/until-reverse.c: Likewise.
13184 * gdb.reverse/ur1.c: Likewise.
13185 * gdb.reverse/watch-reverse.c: Likewise.
13187 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13189 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13191 * gdb.base/sepdebug.exp: Drop references to removed code.
13193 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13195 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13196 variant. Preserve original line numbering.
13197 * gdb.base/list1.c: Likewise.
13199 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13201 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13203 * gdb.base/break1.c: Likewise.
13204 * gdb.base/break.exp: Drop references to removed code.
13206 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13208 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13211 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13213 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13215 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13217 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13218 logic into perform_all_tests() and invoke it with and without
13219 function header prototypes.
13220 (do_function_calls): Remove conditional XFAIL for PR 5318.
13221 (rerun_and_prepare): Remove duplicate code.
13222 (perform_all_tests): New. Main logic moved here.
13224 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13226 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13227 code guarded by #ifdef NO_PROTOTYPES.
13228 (t_double_many_args): Likewise.
13229 (DEF_FUNC_MANY_ARGS_1): Likewise.
13230 (DEF_FUNC_VALUES_1): Likewise.
13231 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13232 guarded by #ifdef PROTOTYPES.
13234 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13236 * gdb.mi/mi-console.c: Add eye-catcher.
13237 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13238 instead of literal line number.
13240 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13242 * gdb.base/shr2.c: Add eye-catcher.
13243 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13246 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13248 * gdb.base/jump.c: Add eye-catchers.
13249 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13252 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13254 * gdb.base/execd-prog.c: Add eye-catchers.
13255 * gdb.base/foll-exec.c: Likewise.
13256 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13261 * gdb.base/ending-run.c: Add eye-catchers.
13262 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13263 literal line numbers.
13265 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13267 * gdb.base/call-rt-st.c: Add eye-catchers.
13268 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13269 literal line numbers.
13271 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13273 * gdb.base/call-ar-st.c: Add eye-catchers.
13274 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13275 literal line numbers.
13277 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13279 * gdb.base/average.c: Add eye-catchers.
13280 * gdb.base/sum.c: Likewise.
13281 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13282 regexps dynamically.
13284 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13286 * gdb.base/solib1.c: Add eye-catchers.
13287 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13288 literal line numbers.
13290 2014-11-12 Pedro Alves <palves@redhat.com>
13292 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13295 2014-11-12 Pedro Alves <palves@redhat.com>
13297 * gdb.arch/i386-bp_permanent.c: New file.
13298 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13299 (srcfile): Set to i386-bp_permanent.c.
13300 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13301 that stepi does not execute the 'leave' instruction, instead of
13302 testing it does execute.
13303 * gdb.base/bp-permanent.c: New file.
13304 * gdb.base/bp-permanent.exp: New file.
13306 2014-11-10 Doug Evans <xdje42@gmail.com>
13309 * gdb.base/symtab-search-order.exp: New file.
13310 * gdb.base/symtab-search-order.c: New file.
13311 * gdb.base/symtab-search-order-1.c: New file.
13312 * gdb.base/symtab-search-order-shlib-1.c: New file.
13314 2014-11-07 Pedro Alves <palves@redhat.com>
13317 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13320 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13323 * gdb.cp/pr17494.cc: New file.
13324 * gdb.cp/pr17494.exp: New file.
13326 2014-11-02 Yao Qi <yao@codesourcery.com>
13328 * gdb.python/python.exp: Get working directory and match the
13329 output of "set extended-prompt \\w " with it.
13331 2014-10-30 Doug Evans <dje@google.com>
13333 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13335 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13338 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13340 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13341 * gdb.base/realname-expand.exp: Likewise.
13342 * gdb.linespec/macro-relative.exp: Likewise.
13344 2014-10-29 Pedro Alves <palves@redhat.com>
13347 * gdb.threads/schedlock.c (some_function): New function.
13348 (call_function): New global.
13349 (MAYBE_CALL_SOME_FUNCTION): New macro.
13350 (thread_function): Call it.
13351 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13352 and use it instead of a global counter. Adjust all callers.
13353 (get_current_thread): Use "find current thread" for test message
13354 here rather than having all callers pass down the same string.
13355 (goto_loop): New procedure, factored out from ...
13356 (my_continue): ... this.
13357 (step_ten_loops): Change parameter from test message to command to
13359 (list_count): Delete global.
13360 (check_result): New procedure, factored out from duplicate top
13362 (continue tests): Wrap in with_test_prefix.
13363 (test_step): New procedure, factored out from duplicate top level
13365 (top level): Test "step" in combination with all scheduler-locking
13366 modes. Test "next" in combination with all scheduler-locking
13367 modes, and in combination with stepping over a function call or
13369 * gdb.threads/next-bp-other-thread.c: New file.
13370 * gdb.threads/next-bp-other-thread.exp: New file.
13372 2014-10-29 Pedro Alves <palves@redhat.com>
13375 * gdb.python/python.exp: Test a multi-line command that spawns
13376 interactive Python.
13377 * gdb.base/multi-line-starts-subshell.exp: New file.
13379 2014-10-29 Yao Qi <yao@codesourcery.com>
13381 * gdb.base/fileio.exp: Make directories on host.
13383 2014-10-29 Yao Qi <yao@codesourcery.com>
13385 * gdb.base/fileio.c (test_write): Close the file.
13387 2014-10-28 Pedro Alves <palves@redhat.com>
13390 * gdb.base/sigstep.c (no_handler): New global.
13391 (main): If 'no_handler is true, set the signal handlers to
13393 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13394 with_sw_watch and no_handler parameters. Handle them.
13395 (top level) <stepping over handler when stopped at a breakpoint
13396 test>: Add a test axis for testing with a software watchpoint, and
13397 another for testing with the signal handler set to SIG_IGN.
13398 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13399 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13401 2014-10-28 Pedro Alves <palves@redhat.com>
13404 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13405 * gdb.base/sigstep.exp (other_handler_location): New global.
13406 (advance): Support stepping into the signal handler, and running
13407 commands while in the handler.
13408 (in_handler_map): New global.
13409 (top level): In the advance test, add combinations for getting
13410 into the handler with stepping commands, and for running commands
13411 in the handler. Add comment descripting the advancei tests.
13413 2014-10-28 Pedro Alves <palves@redhat.com>
13415 * gdb.base/sigstep.exp: Use build_executable instead of
13416 prepare_for_testing.
13417 (top level): Move code that starts GDB, runs to main and creates a
13419 (restart): ... this new procedure.
13420 (top level): Move backtrace from signal handler test to ...
13421 (validate_backtrace): ... this new procedure.
13422 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13423 with_test_prefix. Always restart GDB.
13424 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13425 with_test_prefix. Always restart GDB. No need to delete
13426 breakpoints after the test.
13427 (test_skip_handler): Remove prefix parameter.
13428 (skip_over_handler, breakpoint_to_handler)
13429 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13430 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13431 restart GDB. No need to delete breakpoints after the test.
13432 (top level): Use foreach to call the test procedures with
13433 different commands.
13435 2014-10-28 Pedro Alves <palves@redhat.com>
13437 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13438 instead of GNATS numbers.
13439 * gdb.base/sigbpt.exp: Likewise.
13440 * gdb.base/siginfo.exp: Likewise.
13441 * gdb.base/sigstep.exp: Likewise.
13443 2014-10-27 Pedro Alves <palves@redhat.com>
13445 * gdb.base/sigstep.c (dummy): New global.
13446 (main): Issue a couple writes to the new global.
13447 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13449 (skip_over_handler): Use test_skip_handler.
13450 (top level): Call skip_over_handler for stepi and nexti too.
13451 (breakpoint_over_handler): Use test_skip_handler.
13452 (top level): Call breakpoint_over_handler for stepi and nexti too.
13454 2014-10-27 Yao Qi <yao@codesourcery.com>
13456 * gdb.trace/tfile.c (adjust_function_address)
13457 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13458 function descriptor.
13460 2014-10-24 Don Breazeal <donb@codesourcery.com>
13462 * gdb.base/foll-fork.exp (test_follow_fork,
13463 catch_fork_child_follow): Check for updated fork messages emitted
13465 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13466 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13467 vfork_and_exec_child_follow_through_step): Check for updated vfork
13468 messages emitted from infrun.c.
13470 2014-10-24 Pedro Alves <palves@redhat.com>
13472 * gdb.base/corefile.exp: Remove references to ultrix.
13473 * gdb.base/interrupt.exp: Likewise.
13474 * gdb.base/whatis.exp: Likewise.
13475 * gdb.gdb/selftest.exp: Likewise.
13476 * gdb.threads/manythreads.exp: Likewise.
13477 * gdb.threads/print-threads.exp: Likewise.
13478 * gdb.threads/pthreads.exp:: Likewise.
13479 * gdb.threads/schedlock.exp: Likewise.
13481 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13483 * gdb.cp/non-trivial-retval.cc: Add a test case.
13484 * gdb.cp/non-trivial-retval.exp: Add a test.
13486 2014-10-20 Yao Qi <yao@codesourcery.com>
13488 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13489 * gdb.python/py-objfile-script-gdb.py: New file.
13490 * gdb.python/py-objfile-script.exp: Update reference to
13491 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13492 of remote_download. Remove the dest file.
13494 2014-10-20 Yao Qi <yao@codesourcery.com>
13496 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13497 * gdb.base/step-line.exp: Likewise.
13498 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13499 * gdb.dwarf2/dw2-basic.exp: Likewise.
13500 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13501 * gdb.dwarf2/dw2-filename.exp: Likewise.
13502 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13503 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13504 * gdb.dwarf2/dw2-producer.exp: Likewise.
13505 * gdb.dwarf2/mac-fileno.exp: Likewise.
13506 * gdb.python/py-frame-args.exp: Likewise.
13507 * gdb.python/py-framefilter.exp: Likewise.
13508 * gdb.python/py-mi.exp: Likewise.
13509 * gdb.python/py-objfile-script.exp: Likewise
13510 * gdb.python/py-pp-integral.exp: Likewise.
13511 * gdb.python/py-pp-re-notag.exp: Likewise.
13512 * gdb.python/py-prettyprint.exp: Likewise.
13513 * gdb.python/py-section-script.exp: Likewise.
13514 * gdb.python/py-typeprint.exp: Likewise.
13515 * gdb.python/py-xmethods.exp: Likewise.
13516 * gdb.stabs/weird.exp: Likewise.
13517 * gdb.xml/tdesc-regs.exp: Likewise.
13519 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13521 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13522 (out_cu): Use addr_len for the size of addresses.
13523 (out_line): Likewise. Size DW_LNE_set_address instruction
13524 according to addr_len.
13525 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13526 (FUNC): Add START_INSNS to definition.
13528 2014-10-18 Yao Qi <yao@codesourcery.com>
13530 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13531 gdb_has_argv0 return true.
13532 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13533 check [target_info exists noargs], check [gdb_has_argv0]
13535 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13536 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13539 2014-10-17 Doug Evans <dje@google.com>
13541 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13543 * gdb.python/py-events.py: Add clear_objfiles event.
13545 2014-10-17 Doug Evans <dje@google.com>
13547 * gdb.python/py-objfile.exp: Test progspace attribute.
13549 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13551 * gdb.guile/scm-breakpoint.exp: Do not assume any
13552 directory separators when matching source file paths.
13553 * gdb.python/py-breakpoint.exp: Likewise.
13554 * gdb.reverse/break-precsave.exp: Likewise.
13555 * gdb.reverse/break-reverse.exp: Likewise.
13556 * gdb.reverse/consecutive-precsave.exp: Likewise.
13557 * gdb.reverse/finish-precsave.exp: Likewise.
13558 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13559 * gdb.reverse/finish-reverse.exp: Likewise.
13560 * gdb.reverse/i386-precsave.exp: Likewise.
13561 * gdb.reverse/i387-env-reverse.exp: Likewise.
13562 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13563 * gdb.reverse/machinestate-precsave.exp: Likewise.
13564 * gdb.reverse/machinestate.exp: Likewise.
13565 * gdb.reverse/sigall-precsave.exp: Likewise.
13566 * gdb.reverse/solib-precsave.exp: Likewise.
13567 * gdb.reverse/step-precsave.exp: Likewise.
13568 * gdb.reverse/until-precsave.exp: Likewise.
13569 * gdb.reverse/watch-precsave.exp: Likewise.
13570 * gdb.reverse/watch-reverse.exp: Likewise.
13572 2014-10-17 Yao Qi <yao@codesourcery.com>
13574 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13575 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13577 2014-10-17 Pedro Alves <palves@redhat.com>
13580 * gdb.base/bg-execution-repeat.c: New file.
13581 * gdb.base/bg-execution-repeat.exp: New file.
13583 2014-10-17 Pedro Alves <palves@redhat.com>
13586 * gdb.base/continue-all-already-running.c: New file.
13587 * gdb.base/continue-all-already-running.exp: New file.
13589 2014-10-17 Pedro Alves <palves@redhat.com>
13592 * gdb.base/annota-input-while-running.c: New file.
13593 * gdb.base/annota-input-while-running.exp: New file.
13595 2014-10-17 Pedro Alves <palves@redhat.com>
13597 * gdb.base/callfuncs.exp: emove references to osf.
13598 * gdb.base/sigall.exp: Likewise.
13599 * gdb.gdb/selftest.exp: Likewise.
13600 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13601 * gdb.mi/non-stop.c: Likewise.
13602 * gdb.mi/pthreads.c: Likewise.
13603 * gdb.reverse/sigall-precsave.exp: Likewise.
13604 * gdb.reverse/sigall-reverse.exp: Likewise.
13605 * gdb.threads/pthreads.c: Likewise.
13606 * gdb.threads/pthreads.exp: Likewise.
13608 2014-10-17 Yao Qi <yao@codesourcery.com>
13610 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13611 check 'target_info exists noargs'.
13612 (test_command_prompt_position): Likewise.
13613 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13615 (progvar_simple_while_test): Likewise.
13616 (progvar_complex_if_while_test): Likewise.
13617 (if_while_breakpoint_command_test): Likewise.
13618 (infrun_breakpoint_command_test): Likewise.
13619 (breakpoint_command_test): Likewise.
13620 (watchpoint_command_test): Likewise.
13621 (bp_deleted_in_command_test): Likewise.
13622 (temporary_breakpoint_commands): Likewise.
13624 2014-10-16 Yao Qi <yao@codesourcery.com>
13626 * gdb.base/remotetimeout.exp: Remove noargs checking.
13628 2014-10-15 Pedro Alves <palves@redhat.com>
13630 PR breakpoints/9649
13631 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13632 * gdb.base/breakpoint-in-ro-region.exp
13633 (probe_target_hardware_step): New procedure.
13634 (top level): Probe hardware stepping and hardware breakpoint
13635 support. Test stepping through a read-only region, with both
13636 "breakpoint auto-hw" on and off and both "always-inserted" on and
13639 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
13641 * gdb.dlang/demangle.exp: Update for demangling changes.
13643 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13645 * gdb.cp/non-trivial-retval.cc: Add new test cases.
13646 * gdb.cp/non-trivial-retval.exp: Add new tests.
13648 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
13652 * gdb.cp/non-trivial-retval.cc: New file.
13653 * gdb.cp/non-trivial-retval.exp: New file.
13655 2014-10-15 Yao Qi <yao@codesourcery.com>
13657 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13660 2014-10-15 Yao Qi <yao@codesourcery.com>
13662 * gdb.python/py-symbol.exp: Match file base name if host is
13663 remote, otherwise match file name with dir name.
13664 * gdb.python/py-symtab.exp: Likewise.
13665 * gdb.python/python.exp: Likewise.
13667 2014-10-15 Yao Qi <yao@codesourcery.com>
13669 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13671 * gdb.python/py-symtab.exp: Likewise.
13672 * gdb.python/python.exp: Remove trailing ".*". Fix typo
13675 2014-10-14 Joel Brobecker <brobecker@adacore.com>
13677 * gdb.ada/addr_arith: New testcase.
13679 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
13681 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13682 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13683 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13684 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13686 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
13688 * gdb.arch/stap-eval-lang-ada.S: Likewise.
13689 * gdb.arch/stap-eval-lang-ada.c: Likewise.
13690 * gdb.arch/stap-eval-lang-ada.exp: New file.
13692 2014-10-14 Yao Qi <yao@codesourcery.com>
13694 * gdb.mi/mi-var-child.c (nothing1): New function.
13695 (nothing2): New function.
13696 (do_children_tests): Set function pointers by nothing1 and
13698 * gdb.mi/mi-var-child.exp: Step over new added statements.
13699 Update test to match the new output.
13700 * gdb.mi/var-cmd.c (nothing1): New function.
13701 (nothing2): New function.
13702 (do_children_tests): Set function pointers by nothing1 and
13704 * gdb.mi/mi-var-display.exp: Update test to match output.
13705 Step to the line specified by $line_dct_nothing.
13706 Increase the number of lines to step.
13708 2014-10-14 Yao Qi <yao@codesourcery.com>
13710 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13712 * gdb.mi/mi2-var-child.exp: Likewise.
13714 2014-10-13 Doug Evans <dje@google.com>
13716 * gdb.python/py-objfile.exp: Change name of file name test.
13718 2014-10-13 Doug Evans <dje@google.com>
13720 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13721 from the start of the CU.
13723 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13724 Yao Qi <yao@codesourcery.com>
13726 Fix "save breakpoints" for "catch" command.
13727 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13728 Remove -nonewline. Match also the added "main" line.
13730 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13732 Fix "save breakpoints" for "disable $bpnum" command.
13733 * gdb.base/save-bp.c (main): Add label.
13734 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
13736 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13738 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13740 2014-10-11 Yao Qi <yao@codesourcery.com>
13742 * gdb.server/server-kill.exp: Execute command
13743 "set remote trace-status-packet on" before "tstatus".
13745 2014-10-11 Yao Qi <yao@codesourcery.com>
13747 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13748 (main): Call getppid.
13749 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13750 and continue to it. Read variable "server_pid".
13752 2014-10-11 Yao Qi <yao@codesourcery.com>
13754 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13756 2014-10-11 Yao Qi <yao@codesourcery.com>
13758 * gdb.threads/thread-find.exp: Don't execute command
13760 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13761 * gdb.threads/linux-dp.exp: Don't check the condition
13762 $threads_created equals to zero.
13764 2014-10-10 Pedro Alves <palves@redhat.com>
13766 * gdb.base/bigcore.exp: Remove references to IRIX.
13767 * gdb.base/funcargs.exp: Likewise.
13768 * gdb.base/interrupt.exp: Likewise.
13769 * gdb.base/mips_pro.exp: Likewise.
13770 * gdb.base/nodebug.exp: Likewise.
13771 * gdb.base/setvar.exp: Likewise.
13772 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13774 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13775 Pedro Alves <palves@redhat.com>
13778 * gdb.base/vdso-warning.c: New file.
13779 * gdb.base/vdso-warning.exp: New file.
13781 2014-10-02 Doug Evans <dje@google.com>
13783 * gdb.base/structs.c (main): Don't run forever.
13785 2014-10-02 Pedro Alves <palves@redhat.com>
13787 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13788 (top level) <stop threads 1, stop threads 2>: Use it.
13790 2014-10-02 Pedro Alves <palves@redhat.com>
13792 * gdb.threads/break-while-running.exp (test): Add new
13793 'update_thread_list' argument. Skip "info threads" if false.
13794 (top level): Add new 'update_thread_list' axis.
13796 2014-10-02 Pedro Alves <palves@redhat.com>
13798 PR breakpoints/17431
13799 * gdb.base/execl-update-breakpoints.c: New file.
13800 * gdb.base/execl-update-breakpoints.exp: New file.
13802 2014-10-01 Pedro Alves <palves@redhat.com>
13804 * gdb.base/breakpoint-in-ro-region.c: New file.
13805 * gdb.base/breakpoint-in-ro-region.exp: New file.
13807 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
13809 * gdb.mi/mi-exit-code.exp: New file.
13810 * gdb.mi/mi-exit-code.c: New file.
13812 2014-09-30 Yao Qi <yao@codesourcery.com>
13814 * lib/prelink-support.exp (build_executable_own_libs): Error if
13815 the target isn't native.
13817 2014-09-30 Yao Qi <yao@codesourcery.com>
13819 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13822 2014-09-22 Pedro Alves <palves@redhat.com>
13824 * gdb.threads/break-while-running.exp: New file.
13825 * gdb.threads/break-while-running.c: New file.
13827 2014-09-19 Yao Qi <yao@codesourcery.com>
13829 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13830 Invoke test. Restart GDB with --readnow and invoke test again.
13832 2014-09-19 Yao Qi <yao@codesourcery.com>
13834 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13835 proc set_breakpoint_on_gcd_function. Invoke
13836 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
13837 invoke set_breakpoint_on_gcd_function again.
13839 2014-09-18 Doug Evans <dje@google.com>
13841 * gdb.dwarf2/symtab-producer.exp: New file.
13843 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13845 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13846 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13847 * gdb.base/global-var-nested-by-dso.c: Likewise.
13848 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13850 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
13851 Pedro Alves <palves@redhat.com>
13853 * gdb.base/watch-bitfields.exp: Pass string other than test file
13854 name to prepare_for_testing.
13855 (watch): New procedure.
13856 (expect_watchpoint): Use with_test_prefix.
13857 (top level): Factor out tests to ...
13858 (test_watch_location, test_regular_watch): ... these new
13859 procedures, and use with_test_prefix and gdb_continue_to_end.
13861 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
13863 PR breakpoints/12526
13864 * gdb.base/watch-bitfields.exp: New file.
13865 * gdb.base/watch-bitfields.c: New file.
13867 2014-09-16 Pedro Alves <palves@redhat.com>
13869 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13870 software and hardware addresses, not software address against
13873 2014-09-16 Pedro Alves <palves@redhat.com>
13875 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13876 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13878 2014-09-16 Pedro Alves <palves@redhat.com>
13880 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13882 * gdb.base/a2-run.exp: Remove all code guarded by istarget
13883 "*-*-vxworks*" throughout.
13884 * gdb.base/break.exp: Likewise.
13885 * gdb.base/default.exp: Likewise.
13886 * gdb.base/scope.exp: Likewise.
13887 * gdb.base/sepdebug.exp: Likewise.
13888 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13890 * gdb.base/run.c: Likewise.
13891 * gdb.base/sepdebug.c: Likewise.
13892 * gdb.hp/gdb.aCC/run.c: Likewise.
13893 * gdb.reverse/until-reverse.c: Likewise.
13894 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13896 2014-09-16 Yao Qi <yao@codesourcery.com>
13898 * boards/local-remote-host-native.exp: New file.
13900 2014-09-14 Doug Evans <xdje42@gmail.com>
13902 * gdb.threads/queue-signal.c (thread_count): New variable.
13903 (thread_count_mutex, thread_count_condvar): New variables.
13904 (incr_thread_count, wait_all_threads_running): New functions.
13905 (main): Wait for all threads to be in their thread functions.
13907 2014-09-13 Doug Evans <xdje42@gmail.com>
13909 * gdb.threads/queue-signal.c: New file.
13910 * gdb.threads/queue-signal.exp: New file.
13912 2014-09-13 Doug Evans <xdje42@gmail.com>
13914 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13915 be consistent with what default_gdb_init uses.
13916 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13917 the plain text of the prompt. Add some logging printfs.
13918 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13920 2014-09-12 Pedro Alves <palves@redhat.com>
13922 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13923 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13924 * gdb.arch/i386-size-overlap.exp: Likewise.
13925 * gdb.arch/i386-size.exp: Likewise.
13926 * gdb.arch/i386-unwind.exp: Likewise.
13927 * gdb.base/a2-run.exp: Likewise.
13928 * gdb.base/break.exp: Likewise.
13929 * gdb.base/charset.exp: Likewise.
13930 * gdb.base/chng-syms.exp: Likewise.
13931 * gdb.base/commands.exp: Likewise.
13932 * gdb.base/dbx.exp: Likewise.
13933 * gdb.base/find.exp: Likewise.
13934 * gdb.base/funcargs.exp: Likewise.
13935 * gdb.base/jit-simple.exp: Likewise.
13936 * gdb.base/reread.exp: Likewise.
13937 * gdb.base/sepdebug.exp: Likewise.
13938 * gdb.base/step-bt.exp: Likewise.
13939 * gdb.cp/mb-inline.exp: Likewise.
13940 * gdb.cp/mb-templates.exp: Likewise.
13941 * gdb.objc/basicclass.exp: Likewise.
13942 * gdb.threads/killed.exp: Likewise.
13944 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13947 * gdb.arch/powerpc-stackless.S: New file.
13948 * gdb.arch/powerpc-stackless.exp: New file.
13950 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13952 * gdb.base/attach.c: Include unistd.h.
13953 (main): Call alarm. Add label postloop.
13954 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13955 gdb_breakpoint, gdb_continue_to_breakpoint.
13956 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13958 2014-09-11 Pedro Alves <palves@redhat.com>
13961 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13962 * gdb.base/attach.exp (test_command_line_attach_run): New
13964 (top level): Call it.
13966 2014-09-11 Pedro Alves <palves@redhat.com>
13968 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13969 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13970 (do_command_attach_tests): Use spawn_wait_for_attach.
13971 * gdb.base/solib-overlap.exp: Likewise.
13972 * gdb.multi/multi-attach.exp: Likewise.
13973 * gdb.python/py-prompt.exp: Likewise.
13974 * gdb.python/py-sync-interp.exp: Likewise.
13975 * gdb.server/ext-attach.exp: Likewise.
13977 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13979 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13980 command in testcase. Simplify testcase.
13982 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13984 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13986 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13988 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13990 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13992 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13994 2014-09-10 Joel Brobecker <brobecker@adacore.com>
13996 * gdb.dwarf2/dynarr-ptr.c: New file.
13997 * gdb.dwarf2/dynarr-ptr.exp: New file.
13999 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14001 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14002 of 30 rather than hardcoding 120 for a slow test case. Take the
14003 `gdb,timeout' target setting into account for this calculation.
14004 Don't extend the timeout for the test cases that don't need it.
14006 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14008 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14009 a factor of 2 for a slow test case. Take the `gdb,timeout'
14010 target setting into account for this calculation.
14011 * gdb.reverse/until-precsave.exp: Increase the timeout by
14012 a factor of 15 and 3 respectively rather than adding 120
14013 for a pair of slow test cases. Take the `gdb,timeout'
14014 target setting into account for this calculation.
14016 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14018 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14019 timeout, don't pass one down to gdb_expect.
14020 (gdb_expect): Rework timeout selection.
14022 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14024 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14025 exception on timeout.
14026 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14027 (gdbserver_start_extended): Catch any `gdbserver_start' error
14029 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14030 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14031 `gdbserver_gdb_load' error exceptions.
14033 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14035 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14036 120 on waiting for the TCP socket to open.
14038 2014-09-09 Doug Evans <xdje42@gmail.com>
14040 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14041 _caller_matches, _any_caller_is, _any_caller_matches.
14043 2014-09-09 Doug Evans <xdje42@gmail.com>
14045 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14047 2014-09-09 Yao Qi <yao@codesourcery.com>
14049 * gdb.mi/mi-var-display.exp: Set print symbol off.
14051 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14054 * gdb.base/commands.exp: Add tests to verify user-defined
14055 commands with empty bodies.
14056 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14057 python commands in `show user command`.
14058 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14059 scheme commands in `show user command`.
14061 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14064 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14065 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14066 * gdb.python/py-framefilter-invalidarg.exp: New file.
14067 * gdb.python/py-framefilter-invalidarg.py: New file.
14069 2014-09-06 Doug Evans <xdje42@gmail.com>
14072 * gdb.python/py-caller-is.c: New file.
14073 * gdb.python/py-caller-is.exp: New file.
14075 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14078 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14079 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14081 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14084 * gdb.fortran/print-formatted.exp: New file.
14085 * gdb.fortran/print-formatted.f90: Likewise.
14087 2014-09-03 Sasha Smundak <asmundak@google.com>
14089 * gdb.python/py-frame.exp: Test Frame.read_register.
14091 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14094 * gdb.python/py-completion.exp: New file.
14095 * gdb.python/py-completion.py: Likewise.
14097 2014-08-28 Doug Evans <dje@google.com>
14099 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14100 eax,etc. are live with values set by gdb and thus the compiler can't
14102 * gdb.arch/i386-pseudo.c (main): Ditto.
14104 2014-08-27 Doug Evans <dje@google.com>
14106 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14108 2014-08-25 Doug Evans <dje@google.com>
14110 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14113 2014-08-25 Doug Evans <dje@google.com>
14115 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14117 2014-08-24 Yao Qi <yao@codesourcery.com>
14119 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14121 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14123 2014-08-22 Doug Evans <dje@google.com>
14126 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14127 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14128 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14130 2014-08-22 Yao Qi <yao@codesourcery.com>
14132 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14133 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14134 * gdb.python/python.exp: Likewise. Use .py file on the host
14135 instead of the build.
14137 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14139 * gdb.threads/gcore-stale-thread.c: New file.
14140 * gdb.threads/gcore-stale-thread.exp: New file.
14142 2014-08-21 Pedro Alves <palves@redhat.com>
14144 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14145 * gdb.base/gcore-relro-pie.exp: Likewise.
14146 * gdb.base/gcore-relro.exp: Likewise.
14147 * gdb.base/gcore.exp: Likewise.
14148 * gdb.base/print-symbol-loading.exp: Likewise.
14149 * gdb.threads/gcore-thread.exp: Likewise.
14150 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14152 2014-08-20 Pedro Alves <palves@redhat.com>
14153 Jan Kratochvil <jan.kratochvil@redhat.com>
14155 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14157 (EXPECT): Handle READ1 being set.
14158 (all): Depend on EXTRA_RULES.
14159 (check-read1, expect-read1, read1.so, read1): New rules.
14160 * README (Testsuite Parameters): Document the READ1 make variable.
14161 (Race detection): New section.
14162 * configure: Regenerate.
14163 * configure.ac: If build==host==target, and running under a
14164 GNU/glibc system, add read1 to the extra Makefile rules.
14165 (EXTRA_RULES): AC_SUBST it.
14166 * lib/read1.c: New file.
14168 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14170 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14171 the handling of variables declared as a typedef to an array
14172 which a DW_AT_data_location attribute.
14174 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14175 Pedro Alves <palves@redhat.com>
14179 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14182 2014-08-19 Pedro Alves <palves@redhat.com>
14184 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14186 2014-08-19 Yao Qi <yao@codesourcery.com>
14188 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14191 2014-08-18 David Blaikie <dblaikie@gmail.com>
14193 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14195 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14197 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14198 attribute in array range.
14200 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14202 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14204 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14207 * gdb.cp/pr17132.cc: New file.
14208 * gdb.cp/pr17132.exp: New file.
14210 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14212 * gdb.python/py-xmethods.py (A_getarrayind)
14213 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14214 Use 'print' with function call syntax.
14215 (E_method_matcher.match): Fix tab vs space indentation mixup.
14217 2014-08-15 Yao Qi <yao@codesourcery.com>
14219 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14222 2014-08-15 Yao Qi <yao@codesourcery.com>
14224 * gdb.cp/casts.exp: Set print symbol off.
14225 * gdb.cp/class2.exp: Likewise.
14226 * gdb.cp/overload.exp: Likewise.
14227 * gdb.cp/templates.exp: Likewise.
14229 2014-08-11 Doug Evans <dje@google.com>
14231 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14232 (test_load_shlib): Update.
14234 2014-08-09 Yao Qi <yao@codesourcery.com>
14236 * gdb.base/display.exp: Invoke is_address_zero_readable.
14237 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14238 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14239 * gdb.base/hbreak-unmapped.exp: Return if
14240 is_address_zero_readable returns true.
14241 * gdb.base/signest.exp: Likewise.
14242 * gdb.base/signull.exp: Likewise.
14243 * gdb.base/sigbpt.exp: Likewise.
14244 * gdb.guile/scm-disasm.exp: Do the test if
14245 is_address_zero_readable returns false.
14246 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14247 * gdb.python/py-arch.exp: Likewise.
14248 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14249 * lib/gdb.exp (is_address_zero_readable): New proc.
14251 2014-08-09 Yao Qi <yao@codesourcery.com>
14254 * gdb.mi/mi-var-display.exp: Make test messages unique.
14256 2014-08-04 Tom Tromey <tromey@redhat.com>
14258 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14261 2014-08-04 Tom Tromey <tromey@redhat.com>
14263 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14266 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14268 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14269 inner_vla_struct_object_size.
14270 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14273 2014-07-30 Pedro Alves <palves@redhat.com>
14275 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14278 2014-07-29 Yao Qi <yao@codesourcery.com>
14281 * gdb.base/until-nodebug.exp: New.
14283 2014-07-28 Doug Evans <xdje42@gmail.com>
14286 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14287 previously existing parameter, and previously ambiguously spelled
14290 2014-07-28 Will Newton <will.newton@linaro.org>
14292 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14294 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14295 Doug Evans <xdje42@gmail.com>
14298 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14300 2014-07-25 Pedro Alves <palves@redhat.com>
14302 * gdb.threads/signal-command-handle-nopass.c: New file.
14303 * gdb.threads/signal-command-handle-nopass.exp: New file.
14304 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14305 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14306 * gdb.threads/signal-delivered-right-thread.c: New file.
14307 * gdb.threads/signal-delivered-right-thread.exp: New file.
14309 2014-07-25 Pedro Alves <palves@redhat.com>
14311 * gdb.base/double-prompt-target-event-error.exp
14312 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14314 (cancel_pagination_in_target_event): Rework double prompt
14316 * gdb.base/paginate-after-ctrl-c-running.exp
14317 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14319 * gdb.base/paginate-bg-execution.exp
14320 (test_bg_execution_pagination_return)
14321 (test_bg_execution_pagination_cancel): Remove '-notransfer
14323 * gdb.base/paginate-execution-startup.exp
14324 (test_fg_execution_pagination_return)
14325 (test_fg_execution_pagination_cancel): Remove '-notransfer
14327 * gdb.base/paginate-inferior-exit.exp
14328 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14330 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14331 * lib/gdb.exp (pagination_prompt): Run text through
14333 (gdb_test_multiple): Match $pagination_prompt instead of
14335 (string_to_regexp): Move to lib/gdb-utils.exp.
14337 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14339 * gdb.arch/amd64-entry-value-paramref.S: New file.
14340 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14341 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14342 * gdb.arch/amd64-optimout-repeat.S: New file.
14343 * gdb.arch/amd64-optimout-repeat.c: New file.
14344 * gdb.arch/amd64-optimout-repeat.exp: New file.
14346 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14349 * gdb.base/statistics.exp: New file.
14351 2014-07-17 Doug Evans <dje@google.com>
14354 * gdb.base/maint.exp: Update testing of per-command stats.
14356 2014-07-16 Pedro Alves <palves@redhat.com>
14358 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14359 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14360 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14361 (tfile_write_buf): New functions.
14362 (add_memory_block): Rewrite using the above.
14363 (adjust_function_address): New function.
14364 (FUNCTION_ADDRESS): New macro.
14365 (write_basic_trace_file): Remove short_x local, and use
14366 tfile_write_16. Change type of func_addr local to unsigned long
14367 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14368 here. Cast argument of add_memory_block to char pointer.
14369 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14370 (main): Remove parameters.
14371 * gdb.trace/tfile.exp: Remove nowarnings.
14373 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14375 * gdb.base/debug-expr.exp: Test string evaluation with
14376 "debug expression" on.
14378 2014-07-15 Pedro Alves <palves@redhat.com>
14380 * gdb.base/reread.exp: Use clean_restart.
14382 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14384 * gdb.arch/avr-flash-qualifer.c: New.
14385 * gdb.arch/avr-flash-qualifer.exp: New.
14387 2014-07-14 Pedro Alves <palves@redhat.com>
14389 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14390 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14392 2014-07-14 Pedro Alves <palves@redhat.com>
14394 * gdb.base/double-prompt-target-event-error.c: New file.
14395 * gdb.base/double-prompt-target-event-error.exp: New file.
14397 2014-07-14 Pedro Alves <palves@redhat.com>
14400 * gdb.base/paginate-inferior-exit.c: New file.
14401 * gdb.base/paginate-inferior-exit.exp: New file.
14403 2014-07-14 Pedro Alves <palves@redhat.com>
14406 * gdb.base/paginate-bg-execution.c: New file.
14407 * gdb.base/paginate-bg-execution.exp: New file.
14409 2014-07-14 Pedro Alves <palves@redhat.com>
14412 * gdb.base/paginate-execution-startup.c: New file.
14413 * gdb.base/paginate-execution-startup.exp: New file.
14414 * lib/gdb.exp (pagination_prompt): New global.
14415 (default_gdb_spawn): New procedure, factored out from
14417 (default_gdb_start): Adjust to call default_gdb_spawn.
14418 (gdb_spawn): New procedure.
14420 2014-07-14 Pedro Alves <palves@redhat.com>
14422 * lib/gdb.exp (gdb_assert): New procedure.
14423 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14425 2014-07-14 Pedro Alves <palves@redhat.com>
14427 * gdb.base/execution-termios.c: New file.
14428 * gdb.base/execution-termios.exp: New file.
14430 2014-07-14 Tom Tromey <tromey@redhat.com>
14432 * gdb.cp/vla-cxx.cc: New file.
14433 * gdb.cp/vla-cxx.exp: New file.
14435 2014-07-14 Tom Tromey <tromey@redhat.com>
14437 * gdb.reverse/rerun-prec.c: New file.
14438 * gdb.reverse/rerun-prec.exp: New file.
14440 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14441 Maciej W. Rozycki <macro@codesourcery.com>
14443 * lib/gdb-utils.exp: New file.
14444 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14445 inline `gdb_init_command' processing.
14446 (gdb_start_cmd): Likewise.
14447 * lib/mi-support.exp (mi_run_cmd): Likewise.
14448 * README: Document `gdb_init_command' and `gdb_init_commands'.
14450 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14452 Fix false FAIL running under a very long directory name.
14453 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14454 and "set print elements 10000". Twice.
14456 2014-07-11 Yao Qi <yao@codesourcery.com>
14458 * gdb.base/exprs.exp: "set print symbol off".
14460 2014-07-11 Pedro Alves <palves@redhat.com>
14462 * gdb.threads/kill.c: New file.
14463 * gdb.threads/kill.exp: New file.
14465 2014-07-10 Yao Qi <yao@codesourcery.com>
14467 * gdb.trace/tfile.c (write_basic_trace_file)
14468 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14469 address written to trace file.
14471 2014-07-09 Pedro Alves <palves@redhat.com>
14473 * gdb.base/attach-wait-input.exp: New file.
14474 * gdb.base/attach-wait-input.c: New file.
14476 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14478 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14479 setting up test structures.
14480 (main): Call new test function.
14481 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14482 test function, continue into test function and walk test
14485 2014-07-02 Yao Qi <yao@codesourcery.com>
14487 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14488 'bar_start' at the beginning of functions 'foo' and 'bar'
14490 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14491 instead of 'foo' and 'bar'.
14493 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14495 * gdb.btrace/segv.exp: New.
14496 * gdb.btrace/segv.c: New.
14498 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14500 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14503 2014-06-30 Mark Wielaard <mjw@redhat.com>
14505 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14506 vulture, vilify, villar): New volatile array constants.
14507 (vindictive, vegetation): New const volatile array constants.
14508 * gdb.base/volatile.exp: Test volatile and const volatile array
14511 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14513 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14514 target lacks support for awatch, rwatch, or hbreak.
14516 2014-06-27 Yao Qi <yao@codesourcery.com>
14518 * gdb.multi/dummy-frame-restore.exp: New.
14519 * gdb.multi/dummy-frame-restore.c: New.
14521 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14523 * gdb.btrace/gcore.exp: New.
14525 2014-06-23 Pedro Alves <palves@redhat.com>
14527 * gdb.base/watchpoint-reuse-slot.c: New file.
14528 * gdb.base/watchpoint-reuse-slot.exp: New file.
14530 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14532 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14533 progspace's filename in 'info', 'enable' and 'disable' command
14536 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14538 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14539 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14540 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14542 2014-06-20 Gary Benson <gbenson@redhat.com>
14544 * gdb.arch/i386-avx.exp: Fix include file location.
14545 * gdb.arch/i386-sse.exp: Likewise.
14547 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14549 * gdb.dlang/expression.exp: New file.
14551 2014-06-19 Pedro Alves <palves@redhat.com>
14553 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14555 (top level): ... here. Iterate running tests under different
14556 scheduler-locking settings.
14558 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14560 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14561 to DW_FORM_addr and use non-zero addresses.
14563 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14566 * gdb.python/py-xmethods.cc: Add global function call counters and
14567 increment them in their respective functions. Remove "cout"
14569 * gdb.python/py-xmethods.exp: Make tests check the global function
14570 call counters instead of depending on inferior IO.
14572 2014-06-18 Don Breazeal <donb@codesourcery.com>
14574 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14576 (explicit_fork_parent_follow): Deleted procedure.
14577 (explicit_fork_child_follow): Deleted procedure.
14578 (test_follow_fork): New procedure.
14579 (do_fork_tests): Replace calls to deleted procedures with
14580 calls to test_follow_fork and reset GDB for subsequent
14583 2014-06-17 Yao Qi <yao@codesourcery.com>
14585 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14588 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14590 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14591 Initialize ptr and S explicitly.
14592 (skip_type_update_when_not_use_rtti_test): Likewise.
14594 2014-06-16 Keith Seitz <keiths@redhat.com>
14597 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14598 the inferior is started.
14600 2014-06-16 Pedro Alves <palves@redhat.com>
14602 * gdb.base/break-main-file-remove-fail.c: New file.
14603 * gdb.base/break-main-file-remove-fail.exp: New file.
14604 * gdb.base/break-unload-file.exp: Use build_executable instead of
14605 prepare_for_testing.
14606 (test_break): New parameter "initial_load". Handle it.
14607 (top level): Add initial_load cmdline/file axis.
14609 2014-06-12 Tom Tromey <tromey@redhat.com>
14611 * gdb.base/completion.exp: Don't use directory name in test.
14613 2014-06-09 Gary Benson <gbenson@redhat.com>
14615 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14616 separate the always-available ANSI-standard signals from the
14617 signals that require checking.
14619 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14623 2014-06-07 Keith Seitz <keiths@redhat.com>
14627 * gdb.cp/var-tag.cc: New file.
14628 * gdb.cp/var-tag.exp: New file.
14629 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14630 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14631 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14632 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14634 2014-06-06 Doug Evans <xdje42@gmail.com>
14636 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14638 2014-06-06 Pedro Alves <palves@redhat.com>
14640 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14641 in target debug output instead of looking at RSP packets,
14642 disabling the test on any target that uses hardware stepping.
14645 2014-06-06 Pedro Alves <palves@redhat.com>
14647 * gdb.base/break-unload-file.exp: Fix typo.
14649 2014-06-06 Yao Qi <yao@codesourcery.com>
14651 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14652 from "jit_function" to "^jit_function".
14654 2014-06-06 Yao Qi <yao@codesourcery.com>
14656 * gdb.base/async.c (foo): Add one statement.
14657 * gdb.base/async.exp: Get the next instruction address and
14658 match the output of "nexti" by instruction address. Match
14659 the hex address in the output of "finish".
14661 2014-06-06 Gary Benson <gbenson@redhat.com>
14663 * gdb.base/call-signals.c: Remove preprocessor conditionals
14664 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14665 SIGSEGV and SIGTERM.
14666 * gdb.base/sigall.c: Likewise.
14667 * gdb.base/unwindonsignal.c: Likewise.
14668 * gdb.reverse/sigall-reverse.c: Likewise.
14670 2014-06-06 Yao Qi <yao@codesourcery.com>
14672 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
14673 readable, skip the test.
14675 2014-06-06 Yao Qi <yao@codesourcery.com>
14677 * gdb.threads/staticthreads.c (thread_function): Move the line
14678 setting breakpoint on forward.
14679 * gdb.threads/staticthreads.exp: Update comments.
14681 2014-06-05 Ludovic Courtès <ludo@gnu.org>
14683 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14684 "history-append! type error".
14686 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
14688 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14689 erroneous dprintf expected input.
14691 2014-06-04 Doug Evans <xdje42@gmail.com>
14693 * gdb.guile/scm-generics.exp: Delete.
14695 2014-06-04 Doug Evans <xdje42@gmail.com>
14697 * gdb.guile/scm-breakpoint.exp: Update.
14698 Add tests for breakpoint registration.
14700 2014-06-04 Tom Tromey <tromey@redhat.com>
14702 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14704 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14705 inner_vla_struct, vla_union types. Initialize objects of those
14706 types and compute their sizes.
14708 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
14709 Hui Zhu <hui@codesourcery.com>
14711 * gdb.base/fileio.exp: Add test for shell not available as well as
14713 * gdb.base/fileio.c (test_system): Check for shell twice.
14715 2014-06-04 Yao Qi <yao@codesourcery.com>
14717 * gdb.base/auto-connect-native-target.exp: Remove redundant
14718 space from the regexp pattern.
14720 2014-06-04 Yao Qi <yao@codesourcery.com>
14722 * gdb.base/default.exp: Replace "child" with "native" in
14725 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
14727 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14728 * gdb.python/py-xmethods.exp: New tests to test xmethods.
14729 * gdb.python/py-xmethods.py: Python script supporting the
14730 new testcase and tests.
14732 2014-06-03 Joel Brobecker <brobecker@adacore.com>
14733 Pedro Alves <palves@redhat.com>
14735 PR breakpoints/17000
14736 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14737 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14739 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
14741 * gdb.base/subst.exp: Add tests to verify partial path matching
14744 2014-06-03 Pedro Alves <palves@redhat.com>
14746 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14747 target that doesn't use software single-stepping.
14749 2014-06-03 Pedro Alves <palves@redhat.com>
14751 PR breakpoints/17000
14752 * gdb.base/sss-bp-on-user-bp-2.c: New file.
14753 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14755 2014-06-02 Doug Evans <xdje42@gmail.com>
14757 * gdb.guile/scm-parameter.exp: New file.
14759 2014-06-02 Doug Evans <xdje42@gmail.com>
14761 * gdb.guile/scm-cmd.c: New file.
14762 * gdb.guile/scm-cmd.exp: New file.
14764 2014-06-02 Doug Evans <xdje42@gmail.com>
14766 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14767 pretty-printer lookup.
14768 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14769 (make-pp_s-printer): Call it.
14770 (make-pretty-printer-from-dict): New function.
14771 (lookup-pretty-printer-maker-from-dict): New function.
14772 (*pretty-printer*): Simplify.
14773 (make-objfile-pp_s-printer): New function.
14774 (install-objfile-pretty-printers!): New function.
14775 (make-progspace-pp_s-printer): New function.
14776 (install-progspace-pretty-printers!): New function.
14777 * gdb.guile/scm-progspace.c: New file.
14778 * gdb.guile/scm-progspace.exp: New file.
14780 2014-06-02 Pedro Alves <palves@redhat.com>
14782 * gdb.base/dprintf-bp-same-addr.c: New file.
14783 * gdb.base/dprintf-bp-same-addr.exp: New file.
14785 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14787 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14788 * gdb.arch/powerpc-power.s: Likewise.
14790 2014-06-02 Joel Brobecker <brobecker@adacore.com>
14792 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14794 2014-06-01 Yao Qi <yao@codesourcery.com>
14796 * gdb.base/watchpoint.exp (test_watch_location): Check null
14797 pointer can be dereferenced. If not, do the test, otherwise
14800 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14802 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14804 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14806 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
14808 * gdb.arch/amd64-invalid-stack-middle.S: New file.
14809 * gdb.arch/amd64-invalid-stack-middle.c: New file.
14810 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14811 * gdb.arch/amd64-invalid-stack-top.c: New file.
14812 * gdb.arch/amd64-invalid-stack-top.exp: New file.
14814 2014-05-30 Pedro Alves <palves@redhat.com>
14816 PR breakpoints/17000
14817 * gdb.base/sss-bp-on-user-bp.c: New file.
14818 * gdb.base/sss-bp-on-user-bp.exp: New file.
14820 2014-05-30 David Blaikie <dblaikie@gmail.com>
14822 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14823 gnu_inline semantics via attribute.
14824 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14825 source explicitly specifies the required semantics.
14827 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
14829 * gdb.reverse/sigall-reverse.exp: Fix a typo.
14831 2014-05-29 Pedro Alves <palves@redhat.com>
14832 Tom Tromey <tromey@redhat.com>
14834 * gdb.base/async-shell.exp: Don't enable target-async.
14835 * gdb.base/async.exp
14836 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14838 (top level): Don't test with "target-async".
14839 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14840 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14841 * gdb.base/inferior-died.exp: Don't enable target-async.
14842 * gdb.base/interrupt-noterm.exp: Likewise.
14843 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14844 * gdb.mi/mi-nonstop-exit.exp: Likewise.
14845 * gdb.mi/mi-nonstop.exp: Likewise.
14846 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14847 * gdb.mi/mi-nsintrall.exp: Likewise.
14848 * gdb.mi/mi-nsmoribund.exp: Likewise.
14849 * gdb.mi/mi-nsthrexec.exp: Likewise.
14850 * gdb.mi/mi-watch-nonstop.exp: Likewise.
14851 * gdb.multi/watchpoint-multi.exp: Adjust comment.
14852 * gdb.python/py-evsignal.exp: Don't enable target-async.
14853 * gdb.python/py-evthreads.exp: Likewise.
14854 * gdb.python/py-prompt.exp: Likewise.
14855 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14856 * gdb.server/solib-list.exp: Don't enable target-async.
14857 * gdb.threads/thread-specific-bp.exp: Likewise.
14858 * lib/mi-support.exp: Adjust to use mi-async.
14860 2014-05-29 Pedro Alves <palves@redhat.com>
14863 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14864 reason, even in sync mode.
14866 2014-05-29 Pedro Alves <palves@redhat.com>
14867 Hui Zhu <hui@codesourcery.com>
14870 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14871 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14872 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14873 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14875 2014-05-28 Joel Brobecker <brobecker@adacore.com>
14877 * config/monitor.exp (gdb_target_monitor): Replace use of
14878 "set remotebaud" by "set serial baud".
14880 2014-05-26 Andy Wingo <wingo@igalia.com>
14882 * gdb.guile/scm-breakpoint.exp:
14883 * gdb.guile/scm-gsmob.exp: Update to use plain old object
14884 properties instead of gdb-object-properties.
14886 2014-05-26 Yao Qi <yao@codesourcery.com>
14888 * gdb.server/no-thread-db.exp: Specify source file name
14889 explicitly when setting a breakpoint.
14891 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14893 * gdb.btrace/vdso.c: New.
14894 * gdb.btrace/vdso.exp: New.
14896 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14898 * gdb.base/gcore.exp (capture_command_output): Move ...
14899 * lib/gdb.exp (capture_command_output): ... here.
14901 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
14903 * gdb.btrace/data.exp: Test memory access during btrace replay.
14905 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
14907 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14909 2014-05-21 Pedro Alves <palves@redhat.com>
14912 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14913 (top level): Test that output related to execution commands is
14914 sent to the console with CLI commands, but not with MI commands.
14915 Test that breakpoint events are always mirrored to the console.
14916 Also expect the new source line to be output after a "next" in
14917 async mode too. Make it a pass/fail test.
14918 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14920 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14922 2014-05-21 Pedro Alves <palves@redhat.com>
14924 * gdb.base/list.exp (build_pattern, test_list): New procedures.
14925 Use them to test variations of "list" after reaching a breakpoint.
14926 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14927 Test "list" with listsize 10 after reaching a breakpoint.
14928 * gdb.python/python.exp (decode_line current location line
14929 number): Adjust expected line number.
14931 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
14933 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14934 behavior for $args, pass it directly to "run".
14936 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
14938 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14941 2014-05-21 Pedro Alves <palves@redhat.com>
14943 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14944 auto-connect-native-target off".
14945 * gdb.base/auto-connect-native-target.c: New file.
14946 * gdb.base/auto-connect-native-target.exp: New file.
14948 2014-05-21 Pedro Alves <palves@redhat.com>
14950 * gdb.base/default.exp: Test "target native" instead of "target
14953 2014-05-21 Mark Wielaard <mjw@redhat.com>
14955 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14957 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14959 Fix TLS access for -static -pthread.
14960 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14961 <HAVE_TLS> (thread_function, main): Initialize it.
14962 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14964 <$have_tls != "">: Check TLSVAR.
14966 2014-05-21 Pedro Alves <palves@redhat.com>
14968 * gdb.base/dcache-line-read-error.c: New.
14969 * gdb.base/dcache-line-read-error.exp: New.
14971 2014-05-20 Pedro Alves <palves@redhat.com>
14973 * gdb.base/compare-sections.c: New file.
14974 * gdb.base/compare-sections.exp: New file.
14976 2014-05-20 Pedro Alves <palves@redhat.com>
14978 * gdb.base/break-idempotent.c: New file.
14979 * gdb.base/break-idempotent.exp: New file.
14981 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14983 * gdb.btrace/nohist.exp: New.
14985 2014-05-20 Yao Qi <yao@codesourcery.com>
14987 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14988 gdb.reverse directory and gdb_reverse_timeout exists in board
14990 * README: Document gdb_reverse_timeout.
14992 2014-05-20 Yao Qi <yao@codesourcery.com>
14994 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14995 'test_file_name'. Treat args as a string instead of a list.
14996 (gdb_init): Rename argument 'args' by 'test_file_name'.
14998 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15000 * gdb.arch/powerpc-power.exp: New file.
15001 * gdb.arch/powerpc-power.s: New file.
15003 2014-05-16 Doug Evans <dje@google.com>
15005 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15006 * gdb.base/completion.exp: Check that all expected files exist
15007 before doing file completion.
15009 2014-05-16 Doug Evans <dje@google.com>
15011 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15013 (do_syscall_tests_without_xml): Update.
15015 2014-05-16 Pedro Alves <palves@redhat.com>
15017 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15018 instead of "unknown output after running".
15020 2014-05-16 Yao Qi <yao@codesourcery.com>
15022 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15023 file1.txt from host at the end.
15024 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15026 2014-05-15 Doug Evans <dje@google.com>
15028 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15029 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15030 loading file. Add test for TU lookup.
15032 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15034 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15035 calling "-exec-arguments" or "set args" before running the
15038 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15040 * lib/mi-support.exp (mi_expect_stop): Expect message for
15041 inferiors that exit with non-zero exit code.
15043 2014-05-14 Yao Qi <yao@codesourcery.com>
15045 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15046 match absolute path on remote host.
15047 (test_file_list_exec_source_files): Remove "/" from the
15050 2014-05-14 Yao Qi <yao@codesourcery.com>
15052 * boards/local-remote-host-notty.exp (${board}_file): New
15055 2014-05-07 Kyle McMartin <kyle@redhat.com>
15057 Pushed by Joel Brobecker <brobecker@adacore.com>.
15058 * gdb.arch/aarch64-atomic-inst.c: New file.
15059 * gdb.arch/aarch64-atomic-inst.exp: New file.
15061 2014-05-07 Yao Qi <yao@codesourcery.com>
15063 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15064 in current context" too.
15066 2014-05-05 Keith Seitz <keiths@redhat.com>
15068 * gdb.linespec/ls-dollar.exp: Add test for linespec
15069 file:convenience_variable.
15071 2014-05-05 Yao Qi <yao@codesourcery.com>
15073 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15074 traceframes into tfile and ctf trace files. Read data from
15075 trace file and test collected data.
15076 (gdb_collect_locals_test): Likewise.
15077 (gdb_unavailable_registers_test): Likewise.
15078 (gdb_unavailable_floats): Likewise.
15079 (gdb_collect_globals_test): Likewise.
15080 (top-level): Append "ctf" to trace_file_targets if GDB
15083 2014-05-05 Yao Qi <yao@codesourcery.com>
15085 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15087 (gdb_collect_args_test_1): ... it. New proc.
15088 (gdb_collect_locals_test): Move some code to ...
15089 (gdb_collect_locals_test_1): ... it. New proc.
15090 (gdb_unavailable_registers_test): Move some code to ...
15091 (gdb_unavailable_registers_test_1): ... it. New proc.
15092 (gdb_unavailable_floats): Move some code to ...
15093 (gdb_unavailable_floats_1): ... it. New proc.
15095 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15097 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15098 probes to test for bitness recognition.
15099 * gdb.arch/amd64-stap-optional-prefix.exp
15100 (test_probe_value_without_reg): New procedure.
15101 Add code to test for different kinds of bitness.
15103 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15105 PR breakpoints/16889
15106 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15107 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15109 2014-05-01 Pedro Alves <palves@redhat.com>
15111 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15112 gdb_file_cmd if no file is specified.
15113 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15114 last_loaded_file to set the remote exec-file.
15116 2014-05-01 Pedro Alves <palves@redhat.com>
15118 * boards/local-remote-host.exp: New file.
15120 2014-05-01 Pedro Alves <palves@redhat.com>
15122 * boards/local-remote-host.exp: Rename to ...
15123 * boards/local-remote-host-notty.exp: ... this.
15125 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15127 * gdb.ada/dyn_arrayidx: New testcase.
15129 2014-04-26 Yao Qi <yao@codesourcery.com>
15131 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15132 and compute the length of function main. Save it in
15134 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15135 (top-level): Use gdb_compile to compile objects into
15136 executable and restart GDB. Remove invocation to
15137 prepare_for_testing.
15139 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15140 Pedro Alves <palves@redhat.com>
15143 * gdb.multi/multi-attach.c: New file.
15144 * gdb.multi/multi-attach.exp: New file.
15146 2014-04-25 Pedro Alves <palves@redhat.com>
15148 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15150 (top level): Test that "set remote conditional-breakpoints-packet
15151 off" works as intended.
15152 * gdb.base/dprintf.exp: Test that "set remote
15153 breakpoint-commands-packet off" works as intended.
15154 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15156 (top level): Call it.
15157 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15158 remote fast-tracepoints-packet off" works as intended.
15159 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15160 * lib/gdb.exp (gdb_is_target_remote): ... here.
15162 2014-04-24 David Blaikie <dblaikie@gmail.com>
15164 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15165 ensure clang would not discard them.
15166 * gdb.base/gdbvars.c: Ditto.
15167 * gdb.base/memattr.c: Ditto.
15168 * gdb.base/whatis.c: Ditto.
15169 * gdb.python/py-prettyprint.c: Ditto.
15170 * gdb.trace/actions.c: Ditto.
15171 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15172 ensure clang would not discard it.
15174 2014-04-24 David Blaikie <dblaikie@gmail.com>
15176 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15177 clang to emit the full definition of type required by the test
15178 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15180 2014-04-24 David Blaikie <dblaikie@gmail.com>
15182 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15183 coax Clang into emitting the definition of the type.
15184 * gdb.cp/pr10728-x.h (y): Ditto.
15185 * gdb.cp/pr10728-y.cc (y): Ditto.
15187 2014-04-24 David Blaikie <dblaikie@gmail.com>
15189 * gdb.base/label.exp: XFAIL label related tests under Clang.
15190 * gdb.cp/cplabel.exp: Ditto.
15191 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15192 under Clang those using labels.
15194 2014-04-25 Yao Qi <yao@codesourcery.com>
15196 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15198 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15199 partial_label and double_label.
15201 2014-04-24 David Blaikie <dblaikie@gmail.com>
15203 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15205 2014-04-24 David Blaikie <dblaikie@gmail.com>
15207 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15208 of the function to work across GCC and Clang.
15209 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15210 pointer types (const void ** const V void **).
15212 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15213 Walfred Tedeschi <walfred.tedeschi@intel.com>
15215 * Makefile.in (EXECUTABLES): Added i386-avx512.
15216 * gdb.arch/i386-avx512.c: New file.
15217 * gdb.arch/i386-avx512.exp: Likewise.
15219 2014-04-23 Keith Seitz <keiths@redhat.com>
15221 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15222 (mi_make_breakpoint_table): New procedure.
15223 (mi_create_breakpoint): Use mi_make_breakpoint
15224 and return the result.
15225 (mi_make_breakpoint): New procedure.
15226 (mi_build_kv_pairs): New procedure.
15228 * gdb.mi/mi-break.exp: Remove unused globals,
15229 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15230 All callers updated.
15231 * gdb.mi/mi-dprintf.exp: Use variable to track command
15233 Update all callers of mi_create_breakpoint and use
15234 mi_make_breakpoint_table.
15235 Remove any unused global variables.
15236 * gdb.mi/mi-nonstop.exp: Likewise.
15237 * gdb.mi/mi-nsintrall.exp: Likewise.
15238 * gdb.mi/mi-nsmoribund.exp: Likewise.
15239 * gdb.mi/mi-nsthrexec.exp: Likewise.
15240 * gdb.mi/mi-reverse.exp: Likewise.
15241 * gdb.mi/mi-simplerun.exp: Likewise.
15242 * gdb.mi/mi-stepn.exp: Likewise.
15243 * gdb.mi/mi-syn-frame.exp: Likewise.
15244 * gdb.mi/mi-until.exp: Likewise.
15245 * gdb.mi/mi-var-cp.exp: Likewise.
15246 * gdb.mi/mi-var-display.exp: Likewise.
15247 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15248 * gdb.mi/mi2-var-child.exp: Likewise.
15249 * gdb.mi/mi-vla-c99.exp: Likewise.
15250 * lib/mi-support.exp: Likewise.
15252 From Ian Lance Taylor <iant@cygnus.com>:
15253 * lib/gdb.exp (parse_args): New procedure.
15255 2014-04-23 Pedro Alves <palves@redhat.com>
15257 * gdb.base/break-unload-file.c: New file.
15258 * gdb.base/break-unload-file.exp: New file.
15259 * gdb.base/sym-file-lib.c (baz): New function.
15260 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15262 (load): Store the segment's mapped size.
15263 (unload): New function.
15264 (unload_shlib): New function.
15265 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15266 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15267 set a breakpoint at baz, and call it.
15268 * gdb.base/sym-file.exp: New tests for stale breakpoint
15271 2014-04-23 Pedro Alves <palves@redhat.com>
15273 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15274 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15275 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15276 * gdb.base/hbreak-unmapped.c: New file.
15277 * gdb.base/hbreak-unmapped.exp: New file.
15278 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15279 * lib/gdb.exp (gdb_is_target_remote): ... here.
15281 2014-04-22 Pedro Alves <palves@redhat.com>
15283 * gdb.base/consecutive-step-over.c: New file.
15284 * gdb.base/consecutive-step-over.exp: New file.
15286 2014-04-22 Pedro Alves <palves@redhat.com>
15288 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15289 instead of send_gdb/gdb_expect.
15291 2014-04-22 Yao Qi <yao@codesourcery.com>
15293 * lib/trace-support.exp (generate_tracefile): New procedure.
15294 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15296 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15297 if generate_tracefile returns 1.
15299 2014-04-18 Tom Tromey <palves@redhat.com>
15300 Pedro alves <tromey@redhat.com>
15303 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15304 with a backtrace limit.
15305 * gdb.python/py-frame-inline.exp: Test running to an inline
15306 function with a backtrace limit, and printing the newest frame.
15307 * gdb.python/py-frame-inline.c (main): Call f.
15309 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15311 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15313 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15315 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15316 Drop prefix from unsupported source file path.
15318 2014-04-17 Yao Qi <yao@codesourcery.com>
15320 * lib/gdb.exp (with_target_charset): New proc.
15321 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15322 with_target_charset.
15323 (test_print_strings): Likewise.
15324 (test_repeat_bytes): Likewise.
15325 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15328 2014-04-16 Keith Seitz <keiths@redhat.com>
15331 * gdb.dwarf2/corrupt.c: New file.
15332 * gdb.dwarf2/corrupt.exp: New file.
15334 2014-04-16 Keith Seitz <keiths@redhat.com>
15337 * gdb.cp/namelessclass.cc: New file.
15338 * gdb.cp/namelessclass.exp: New file.
15339 * gdb.cp/namelessclass.S: New file.
15341 2014-04-16 Doug Evans <dje@google.com>
15343 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15345 (gdbserver_default_get_comm_port): New function.
15346 (gdbserver_start): Check if board file provided
15347 "gdbserver,get_comm_port" and use it if so.
15348 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15349 (gdb,socketport): Set to "stdio".
15350 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15351 (stdio_gdbserver_template): Delete.
15352 (${board}_get_remote_address): Update.
15353 (${board}_build_remote_cmd): Delete.
15354 (${board}_get_comm_port): New function.
15355 (${board}_spawn): Update.
15356 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15358 (${board}_get_remote_address): Update.
15359 (${board}_get_comm_port): New function.
15361 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15363 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15364 appearing in any order.
15366 2014-04-15 Doug Evans <dje@google.com>
15368 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15369 uninitialized value of "description".
15371 2014-04-15 Keith Seitz <keiths@redhat.com>
15373 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15374 Remove unused globals.
15375 (test_running_the_program): Likewise.
15376 (test_controlled_execution): Likewise.
15377 (test_controlling_breakpoints): Likewise.
15378 (test_program_termination): Likewise.
15380 2014-04-15 Keith Seitz <keiths@redhat.com>
15382 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15384 (test_rbreak_creation_and_listing): Likewise.
15385 (test_ignore_count): Likewise.
15386 (test_error): Likewise.
15388 2014-04-15 Pedro Alves <palves@redhat.com>
15390 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15391 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15393 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15394 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15395 to sym-file-loader.c.
15396 (struct library): Forward declare.
15397 (load_shlib, lookup_function): Change prototypes.
15398 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15399 (translate_offset): Remove declarations.
15400 (get_text_addr): New declaration.
15401 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15402 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15404 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15405 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15406 here from sym-file-loader.h.
15407 (struct library): New structure.
15408 (load_shlib, lookup_function): Change prototypes and adjust to
15409 work with a struct library.
15410 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15411 (translate_offset): Make static.
15412 (get_text_addr): New function.
15413 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15415 2014-04-15 Pedro Alves <palves@redhat.com>
15417 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15419 2014-04-15 Pedro Alves <palves@redhat.com>
15421 * gdb.base/sym-file-loader.c: Include <limits.h>.
15422 (SELF_LINK): New define.
15423 (get_origin): New function.
15424 (load_shlib): Use it.
15425 * gdb.base/sym-file.exp: Don't early return if the target is
15426 remote. Use runto_main, and issue fail is that fails. Use
15428 (shlib_name): Delete.
15429 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15431 2014-04-15 Pedro Alves <palves@redhat.com>
15433 * gdb.base/sym-file.exp: Remove regex characters from test
15434 message. Don't refer to breakpoint numbers in test messages.
15436 2014-04-14 Keith Seitz <keiths@redhat.com>
15439 * gdb.cp/var-tag.cc: New file.
15440 * gdb.cp/var-tag.exp: New file.
15441 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15442 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15443 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15444 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15446 2014-04-14 Tom Tromey <tromey@redhat.com>
15448 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15449 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15451 * gdb.cp/enum-class.exp: New file.
15452 * gdb.cp/enum-class.cc: New file.
15454 2014-04-14 Tom Tromey <tromey@redhat.com>
15456 * gdb.dwarf2/enum-type.exp: New file.
15458 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15460 * gdb.mi/mi-vla-c99.exp: New file.
15461 * gdb.mi/vla.c: New file.
15463 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15465 * gdb.base/vla-datatypes.c: New file.
15466 * gdb.base/vla-datatypes.exp: New file.
15468 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15470 * gdb.base/vla-ptr.c: New file.
15471 * gdb.base/vla-ptr.exp: New file.
15473 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15475 * gdb.dwarf2/count.exp: New file.
15477 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15479 * gdb.base/vla-sideeffect.c: New file.
15480 * gdb.base/vla-sideeffect.exp: New file.
15482 2014-04-14 David Blaikie <dblaikie@gmail.com>
15484 * gdb.mi/non-stop.c: Add return value for non-void function return
15486 * gdb.threads/staticthreads.c: Ditto.
15488 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15489 Doug Evans <xdje42@gmail.com>
15491 * gdb.guile/scm-value.c: Improve test case.
15492 * gdb.guile/scm-value.exp: Add new test.
15494 2014-04-11 David Blaikie <dblaikie@gmail.com>
15496 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15497 override Clang's default.
15499 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15501 Revert the following changes (regressions):
15503 * gdb.base/vla-sideeffect.c: New file.
15504 * gdb.base/vla-sideeffect.exp: New file.
15506 * gdb.dwarf2/count.exp: New file.
15508 * gdb.base/vla-multi.c: New file.
15509 * gdb.base/vla-multi.exp: New file.
15511 * gdb.base/vla-ptr.c: New file.
15512 * gdb.base/vla-ptr.exp: New file.
15514 * gdb.base/vla-datatypes.c: New file.
15515 * gdb.base/vla-datatypes.exp: New file.
15517 * gdb.mi/mi-vla-c99.exp: New file.
15518 * gdb.mi/vla.c: New file.
15520 2014-04-11 Keith Seitz <keiths@redhat.com>
15523 * gdb.cp/cpsizeof.exp: New file.
15524 * gdb.cp/cpsizeof.cc: New file.
15526 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15528 * gdb.mi/mi-vla-c99.exp: New file.
15529 * gdb.mi/vla.c: New file.
15531 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15533 * gdb.base/vla-datatypes.c: New file.
15534 * gdb.base/vla-datatypes.exp: New file.
15536 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15538 * gdb.base/vla-ptr.c: New file.
15539 * gdb.base/vla-ptr.exp: New file.
15541 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15543 * gdb.base/vla-multi.c: New file.
15544 * gdb.base/vla-multi.exp: New file.
15546 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15548 * gdb.dwarf2/count.exp: New file.
15550 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15552 * gdb.base/vla-sideeffect.c: New file.
15553 * gdb.base/vla-sideeffect.exp: New file.
15555 2014-04-11 Yao Qi <yao@codesourcery.com>
15557 * gdb.base/completion.exp: Check file exists before running tests
15558 on file completion.
15560 2014-04-10 Pedro Alves <palves@redhat.com>
15562 * gdb.base/cond-eval-mode.c: New file.
15563 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15564 prepare_for_testing to build the new file. Check result of
15566 (test_break, test_watch): New procedures.
15567 (top level): Use them.
15569 2014-04-08 Pierre Muller <muller@sourceware.org>
15571 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15572 Ctrl-V use for mingw hosts.
15574 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15576 * gdb.python/py-value.c: Improve test case.
15577 * gdb.python/py-value.exp: Add new test.
15579 2014-04-07 David Blaikie <dblaikie@gmail.com>
15581 * lib/compiler.c: Identify the clang compiler.
15582 * lib/compiler.cc: Ditto.
15584 2014-04-03 Yao Qi <yao@codesourcery.com>
15586 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15588 2014-04-01 Anton Blanchard <anton@samba.org>
15590 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15593 2014-04-01 Anton Blanchard <anton@samba.org>
15595 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15596 prepare_for_testing.
15598 2014-04-01 Anton Blanchard <anton@samba.org>
15600 * gdb.arch/ppc64-atomic-inst.c: Remove.
15601 * gdb.arch/ppc64-atomic-inst.S: New file.
15602 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15604 2014-03-31 Doug Evans <dje@google.com>
15606 * gdb.base/print-symbol-loading-lib.c: New file.
15607 * gdb.base/print-symbol-loading-main.c: New file.
15608 * gdb.base/print-symbol-loading.exp: New file.
15610 2014-03-31 Yao Qi <yao@codesourcery.com>
15612 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15614 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15616 * gdb.ada/mi_dyn_arr: New testcase.
15618 2014-03-27 Doug Evans <dje@google.com>
15620 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15622 2014-03-27 Yao Qi <yao@codesourcery.com>
15624 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15625 if target is nios2-*-*.
15627 2014-03-26 Yao Qi <yao@codesourcery.com>
15629 * lib/gdb.exp (readline_is_used): New proc.
15630 * gdb.base/completion.exp: Move tests on command complete up.
15631 Skip the rest of tests if readline is not used.
15632 * gdb.ada/complete.exp: Skp the test if readline is not
15634 * gdb.base/filesym.exp: Likewise.
15635 * gdb.base/macscp.exp: Likewise.
15636 * gdb.base/readline-ask.exp: Likewise.
15637 * gdb.base/readline.exp: Likewise.
15638 * gdb.python/py-cmd.exp: Likewise.
15639 * gdb.trace/tfile.exp: Likewise.
15641 2014-03-26 Yao Qi <yao@codesourcery.com>
15643 * gdb.base/macscp.exp: Fix code format issues.
15645 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
15647 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15648 * gdb.asm/powerpc64le.inc: New file.
15650 2014-03-25 Pedro Alves <palves@redhat.com>
15651 Doug Evans <dje@google.com>
15653 * gdb.base/source-execution.c: New file.
15654 * gdb.base/source-execution.exp: New file.
15655 * gdb.base/source-execution.gdb: New file.
15657 2014-03-24 Doug Evans <dje@google.com>
15659 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15662 2014-03-24 Hui Zhu <hui@codesourcery.com>
15663 Pedro Alves <palves@redhat.com>
15665 PR breakpoints/16101
15666 * gdb.base/dprintf.exp: Use unsupported rather than changing the
15667 test pass/fail messages. Detect missing support for dprintf when
15668 breakpoints are actually inserted.
15669 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15670 breakpoints are actually inserted.
15671 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15674 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15676 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15678 2014-03-22 Doug Evans <xdje42@gmail.com>
15680 * gdb.python/python.exp (python not supported): Verify multi-line
15681 python command issues an error.
15682 * gdb.guile/guile.exp (guile not supported): Verify multi-line
15683 guile command issues an error.
15685 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
15687 * gdb.threads/thread-specific.exp: Handle the lack of usable
15688 $this_breakpoint and $this_thread.
15690 2014-03-21 Hui Zhu <hui@codesourcery.com>
15692 * gdb.base/attach.exp (do_command_attach_tests): New.
15694 2014-03-20 Tom Tromey <tromey@redhat.com>
15695 Pedro Alves <palves@redhat.com>
15698 * gdb.base/condbreak-call-false.c: New file.
15699 * gdb.base/condbreak-call-false.exp: New file.
15701 2014-03-20 Pedro Alves <palves@redhat.com>
15703 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15705 (block_signals, unblock_signals): Delete.
15706 (child_function_2, main): Remove references to deleted variable
15709 2014-03-20 Pedro Alves <palves@redhat.com>
15711 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15712 Use pthread_kill to signal thread 2.
15713 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15714 Adjust to make the test send itself a signal rather than using the
15715 host's "kill" command.
15717 2014-03-20 Pedro Alves <palves@redhat.com>
15719 * gdb.threads/multiple-step-overs.c: New file.
15720 * gdb.threads/multiple-step-overs.exp: New file.
15721 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15722 Adjust expected infrun debug output.
15724 2014-03-20 Pedro Alves <palves@redhat.com>
15726 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15727 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15729 2014-03-20 Pedro Alves <palves@redhat.com>
15731 PR breakpoints/7143
15732 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15733 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
15734 of gdb_test_multiple.
15735 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15736 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15738 2014-03-20 Pedro Alves <palves@redhat.com>
15740 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15741 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15743 2014-03-19 Pedro Alves <palves@redhat.com>
15745 * gdb.base/async.exp: Remove early return.
15747 2014-03-19 Pedro Alves <palves@redhat.com>
15749 * gdb.base/async.exp (step& tests): Pass explicit test messages.
15751 2014-03-19 Pedro Alves <palves@redhat.com>
15753 * gdb.base/async.exp (test_background): Expect \r\n after
15754 "completed." in the fail pattern.
15756 2014-03-19 Pedro Alves <palves@redhat.com>
15758 * gdb.base/async.exp (test_background): New procedure.
15759 Use it for all background execution command tests.
15761 2014-03-19 Pedro Alves <palves@redhat.com>
15763 * gdb.base/async.exp: Use prepare_for_testing.
15765 2014-03-19 Pedro Alves <palves@redhat.com>
15767 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
15770 2014-03-19 Pedro Alves <palves@redhat.com>
15772 * gdb.base/async.c (main): Add "jump here" and "until here" line
15774 * gdb.base/async.exp (jump_here): New global.
15775 (jump& test): Use it.
15776 (until_here): New global.
15777 (until& test): Use it.
15779 2014-03-19 Pedro Alves <palves@redhat.com>
15781 * gdb.base/async.exp: Don't frob gdb_protocol.
15783 2014-03-18 Doug Evans <xdje42@gmail.com>
15785 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
15786 Fix spelling of exec-done-display.
15788 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15791 * gdb.base/gdb-sigterm.c: New file.
15792 * gdb.base/gdb-sigterm.exp: New file.
15794 2014-03-18 Pedro Alves <palves@redhat.com>
15797 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15798 * lib/mi-support.exp (mi_expect_stop): Add special handling for
15801 2014-03-17 Joel Brobecker <brobecker@adacore.com>
15803 * gdb.ada/pckd_arr_ren: New testcase.
15805 2014-03-13 Doug Evans <xdje42@gmail.com>
15808 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15809 collect after discarding symbols.
15811 2014-03-13 Ludovic Courtès <ludo@gnu.org>
15812 Doug Evans <xdje42@gmail.com>
15814 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15815 to history survives a gc.
15817 2014-03-13 Pedro Alves <palves@redhat.com>
15819 * gdb.base/default.exp: Don't test "target procfs".
15821 2014-03-13 Pedro Alves <palves@redhat.com>
15823 * gdb.base/default.exp: Update "target child" and "target procfs"
15824 tests to not expect "Unix".
15826 2014-03-12 Tom Tromey <tromey@redhat.com>
15828 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15829 New procs. Add target-async tests.
15830 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15831 Add target-async tests.
15833 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15835 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15836 'func_start' and 'func_end' for the beginning and end of the
15837 function code, respectively.
15838 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15839 'func_end' instead of 'func' and 'main'.
15841 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15843 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15844 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15845 generate the debug info assembler source.
15847 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15849 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15850 * gdb.dwarf2/arr-subrange.exp: Likewise.
15851 * gdb.dwarf2/dwz.exp: Likewise.
15852 * gdb.dwarf2/method-ptr.exp: Likewise.
15853 * gdb.dwarf2/missing-sig-type.exp: Likewise.
15854 * gdb.dwarf2/subrange.exp: Likewise.
15855 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15856 * gdb.dwarf2/implptrpiece.exp: Likewise.
15857 * gdb.dwarf2/nostaticblock.exp: Likewise.
15859 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15861 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15862 directory to absolute path name arguments.
15864 2014-03-10 Joel Brobecker <brobecker@adacore.com>
15866 * gdb.ada/tagged_access: New testcase.
15868 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
15870 * gdb.btrace/data.exp: Update expected output.
15872 2014-03-06 Yao Qi <yao@codesourcery.com>
15874 * gdb.trace/pr16508.exp: New file.
15876 2014-03-05 Pedro Alves <palves@redhat.com>
15879 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15881 (top level): Adjust to use it. Add tests that exercise breakpoint
15882 interaction with the code-cache.
15884 2014-02-26 Ludovic Courtès <ludo@gnu.org>
15886 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15887 test for 'history-append!'.
15889 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15891 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15892 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15893 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15894 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15895 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15896 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15898 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15900 * testsuite/gdb.python/py-pp-re-notag.c: New file.
15901 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15902 * testsuite/gdb.python/py-pp-re-notag.p: New file.
15904 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15906 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15908 2014-02-26 Joel Brobecker <brobecker@adacore.com>
15910 * gdb.dwarf2/arr-stride.c: New file.
15911 * gdb.dwarf2/arr-stride.exp: New file.
15913 2014-02-26 Pedro Alves <palves@redhat.com>
15915 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15916 that won't ever trigger. Make sure that GDB reports the correct
15917 breakpoint that caused the stop.
15919 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15922 * gdb.base/auto-load-script: New file.
15923 * gdb.base/auto-load.c: New file.
15924 * gdb.base/auto-load.exp: New file.
15927 * gdb.base/auto-load.exp: Fix out-of-srctree run.
15929 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15931 Fix dw2-icycle.exp -fsanitize=address GDB crash.
15932 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15934 2014-02-24 Doug Evans <dje@google.com>
15936 * lib/gdb.exp (run_on_host): Log error output if program fails.
15938 2014-02-21 Pedro Alves <palves@redhat.com>
15940 * gdb.threads/step-after-sr-lock.c: Rename to ...
15941 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15942 * gdb.threads/step-after-sr-lock.exp: Rename to ...
15943 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15946 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
15949 * gdb.arch/amd64-stap-special-operands.exp: New file.
15950 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15951 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15952 * gdb.arch/amd64-stap-triplet.S: Likewise.
15953 * gdb.arch/amd64-stap-triplet.c: Likewise.
15955 2014-02-20 Joel Brobecker <brobecker@adacore.com>
15957 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15958 in .section pseudo-op.
15960 2014-02-20 lin zuojian <manjian2006@gmail.com>
15961 Joel Brobecker <brobecker@adacore.com>
15962 Doug Evans <xdje42@gmail.com>
15965 * gdb.dwarf2/dw2-icycle.S: New file.
15966 * gdb.dwarf2/dw2-icycle.c: New file.
15967 * gdb.dwarf2/dw2-icycle.exp: New file.
15969 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15971 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15972 operations on gdb.Value objects.
15973 * gdb.python/py-value-cc.exp: Add new test to test operations on
15976 2014-02-18 Doug Evans <dje@google.com>
15978 * Makefile.in (TESTS): New variable.
15979 (expanded_tests, expanded_tests_or_none): New variables
15980 (check-single): Pass $(expanded_tests_or_none) to runtest.
15981 (check-parallel): Only run tests in $(TESTS) if non-empty.
15982 (check/no-matching-tests-found): New rule.
15983 * README: Document TESTS makefile variable.
15985 2014-02-18 Doug Evans <dje@google.com>
15987 * Makefile.in (check-parallel): rm -rf outputs temp.
15989 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15991 Fix "ERROR: no fileid for" in the testsuite.
15992 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15994 2014-02-12 Doug Evans <dje@google.com>
15996 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15997 (MISCELLANEOUS): New variable.
15998 (clean): rm -rf $(MISCELLANEOUS).
15999 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16000 dwp live in the same directory as symlinks, with each symlink pointed
16001 to a differently named file in a different directory.
16003 2014-02-11 Doug Evans <dje@google.com>
16005 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16006 of Tcl file commands.
16008 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16010 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16011 "kill -SIGUSR1 -1".
16013 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16015 * gdb.ada/tick_length_array_enum_idx: New testcase.
16017 2014-02-10 Doug Evans <xdje42@gmail.com>
16019 * configure.ac (AC_OUTPUT): Add gdb.guile.
16020 * configure: Regenerate.
16021 * lib/gdb-guile.exp: New file.
16022 * lib/gdb.exp (get_target_charset): New function.
16023 * gdb.base/help.exp: Update expected output from "apropos apropos".
16024 * gdb.guile/Makefile.in: New file.
16025 * gdb.guile/guile.exp: New file.
16026 * gdb.guile/scm-arch.c: New file.
16027 * gdb.guile/scm-arch.exp: New file.
16028 * gdb.guile/scm-block.c: New file.
16029 * gdb.guile/scm-block.exp: New file.
16030 * gdb.guile/scm-breakpoint.c: New file.
16031 * gdb.guile/scm-breakpoint.exp: New file.
16032 * gdb.guile/scm-disasm.c: New file.
16033 * gdb.guile/scm-disasm.exp: New file.
16034 * gdb.guile/scm-equal.c: New file.
16035 * gdb.guile/scm-equal.exp: New file.
16036 * gdb.guile/scm-error.exp: New file.
16037 * gdb.guile/scm-error.scm: New file.
16038 * gdb.guile/scm-frame-args.c: New file.
16039 * gdb.guile/scm-frame-args.exp: New file.
16040 * gdb.guile/scm-frame-args.scm: New file.
16041 * gdb.guile/scm-frame-inline.c: New file.
16042 * gdb.guile/scm-frame-inline.exp: New file.
16043 * gdb.guile/scm-frame.c: New file.
16044 * gdb.guile/scm-frame.exp: New file.
16045 * gdb.guile/scm-generics.exp: New file.
16046 * gdb.guile/scm-gsmob.exp: New file.
16047 * gdb.guile/scm-iterator.c: New file.
16048 * gdb.guile/scm-iterator.exp: New file.
16049 * gdb.guile/scm-math.c: New file.
16050 * gdb.guile/scm-math.exp: New file.
16051 * gdb.guile/scm-objfile-script-gdb.in: New file.
16052 * gdb.guile/scm-objfile-script.c: New file.
16053 * gdb.guile/scm-objfile-script.exp: New file.
16054 * gdb.guile/scm-objfile.c: New file.
16055 * gdb.guile/scm-objfile.exp: New file.
16056 * gdb.guile/scm-ports.exp: New file.
16057 * gdb.guile/scm-pretty-print.c: New file.
16058 * gdb.guile/scm-pretty-print.exp: New file.
16059 * gdb.guile/scm-pretty-print.scm: New file.
16060 * gdb.guile/scm-section-script.c: New file.
16061 * gdb.guile/scm-section-script.exp: New file.
16062 * gdb.guile/scm-section-script.scm: New file.
16063 * gdb.guile/scm-symbol.c: New file.
16064 * gdb.guile/scm-symbol.exp: New file.
16065 * gdb.guile/scm-symtab-2.c: New file.
16066 * gdb.guile/scm-symtab.c: New file.
16067 * gdb.guile/scm-symtab.exp: New file.
16068 * gdb.guile/scm-type.c: New file.
16069 * gdb.guile/scm-type.exp: New file.
16070 * gdb.guile/scm-value-cc.cc: New file.
16071 * gdb.guile/scm-value-cc.exp: New file.
16072 * gdb.guile/scm-value.c: New file.
16073 * gdb.guile/scm-value.exp: New file.
16074 * gdb.guile/source2.scm: New file.
16075 * gdb.guile/types-module.cc: New file.
16076 * gdb.guile/types-module.exp: New file.
16078 2014-02-10 Yao Qi <yao@codesourcery.com>
16081 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16082 * configure: Regenerated.
16083 * Makefile.in: New file.
16085 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16087 * gdb.python/py-framefilter.exp: Fix typo.
16089 2014-02-08 Yao Qi <yao@codesourcery.com>
16091 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16092 that no =breakpoint-modified is emitted when breakpoints are
16093 modified through MI commands.
16095 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16096 Pedro Alves <palves@redhat.com>
16098 * gdb.threads/step-after-sr-lock.c: New file.
16099 * gdb.threads/step-after-sr-lock.exp: New file.
16101 2014-02-07 Pedro Alves <palves@redhat.com>
16103 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16105 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16107 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16108 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16110 2014-02-06 Doug Evans <xdje42@gmail.com>
16112 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16115 * gdb.gdb/python-interrupts.exp: New file.
16117 2014-02-05 Yao Qi <yao@codesourcery.com>
16119 * gdb.trace/report.exp (use_collected_data): Test the output
16120 of "info threads" and "info inferiors".
16122 2014-02-05 Yao Qi <yao@codesourcery.com>
16126 2013-05-24 Yao Qi <yao@codesourcery.com>
16128 * gdb.trace/tfile.exp: Test inferior and thread.
16130 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16132 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16134 * gdb.base/step-bt.c: Call hello via function pointer to make
16135 sure its first instruction is executed on powerpc64le-linux.
16137 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16139 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16141 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16143 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16144 of the test patterns for use on little-endian systems.
16146 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16148 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16149 (decimal_vector): Fix for little-endian.
16151 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16153 * gdb.arch/sparc-sysstep.exp: New file.
16154 * gdb.arch/sparc-sysstep.c: Likewise.
16156 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16158 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16160 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16162 2014-01-23 Tom Tromey <tromey@redhat.com>
16164 * gdb.ada/array_char_idx: New testcase.
16166 2014-01-23 Tom Tromey <tromey@redhat.com>
16169 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16170 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16173 2014-01-23 Tom Tromey <tromey@redhat.com>
16176 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16177 string from an inferior frame.
16178 * gdb.python/py-framefilter-mi.exp: Update.
16180 2014-01-22 Doug Evans <dje@google.com>
16182 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16184 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16186 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16188 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16190 * gdb.trace/entry-values.exp: Remove excess space character from
16191 regex patterns. Handle s390 call instruction.
16193 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16195 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16196 define "*_start" label. Make "name" static.
16197 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16198 ${name} by references to ${name}_start.
16200 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16202 * gdb.base/info-macros.exp: Remove "debug" from the compile
16205 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16207 * gdb.dlang/demangle.exp: New file.
16209 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16211 * gdb.dlang/primitive-types.exp: New file.
16213 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16215 * configure.ac: Create gdb.dlang/Makefile.
16216 * configure: Regenerate.
16217 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16218 * gdb.dlang/Makefile.in: New file.
16219 * lib/d-support.exp: New file.
16220 * lib/gdb.exp (skip_d_tests): New proc.
16222 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16224 * gdb.btrace/delta.exp: Check reverse stepi.
16225 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16226 * gdb.btrace/finish.exp: New.
16227 * gdb.btrace/next.exp: New.
16228 * gdb.btrace/nexti.exp: New.
16229 * gdb.btrace/record_goto.c: Add comments.
16230 * gdb.btrace/step.exp: New.
16231 * gdb.btrace/stepi.exp: New.
16232 * gdb.btrace/multi-thread-step.c: New.
16233 * gdb.btrace/multi-thread-step.exp: New.
16234 * gdb.btrace/rn-dl-bind.c: New.
16235 * gdb.btrace/rn-dl-bind.exp: New.
16236 * gdb.btrace/data.c: New.
16237 * gdb.btrace/data.exp: New.
16238 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16240 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16242 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16243 * gdb.btrace/exception.exp: Update.
16244 * gdb.btrace/instruction_history.exp: Update.
16245 * gdb.btrace/record_goto.exp: Update.
16246 * gdb.btrace/tailcall.exp: Update.
16247 * gdb.btrace/unknown_functions.exp: Update.
16248 * gdb.btrace/delta.exp: New.
16250 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16252 * gdb.btrace/record_goto.exp: Add backtrace test.
16253 * gdb.btrace/tailcall.exp: Add backtrace test.
16255 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16257 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16258 * gdb.btrace/record_goto.c: New.
16259 * gdb.btrace/record_goto.exp: New.
16260 * gdb.btrace/x86-record_goto.S: New.
16262 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16264 * gdb.btrace/function_call_history.exp: Update tests.
16265 * gdb.btrace/instruction_history.exp: Update tests.
16267 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16269 * gdb.btrace/function_call_history.exp: Fix expected field
16270 order for "record function-call-history".
16271 Add new tests for "record function-call-history /c".
16272 * gdb.btrace/exception.cc: New.
16273 * gdb.btrace/exception.exp: New.
16274 * gdb.btrace/tailcall.exp: New.
16275 * gdb.btrace/x86-tailcall.S: New.
16276 * gdb.btrace/x86-tailcall.c: New.
16277 * gdb.btrace/unknown_functions.c: New.
16278 * gdb.btrace/unknown_functions.exp: New.
16279 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16281 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16283 * gdb.btrace/instruction_history.exp: Update.
16284 * gdb.btrace/function_call_history.exp: Update.
16286 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16288 * gdb.btrace/function_call_history.exp: Fix expected function
16290 * gdb.btrace/instruction_history.exp: Initialize traced.
16291 Remove traced_functions.
16293 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16295 * gdb.btrace/function_call_history.exp: Update
16296 * gdb.btrace/instruction_history.exp: Update.
16298 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16300 * gdb.btrace/enable.exp: Update expected text.
16302 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16304 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16307 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16309 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16311 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16313 * lib/gdb.exp (supports_process_record): Return true for
16314 arm*-linux*. (supports_reverse): Likewise.
16316 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16320 * gdb.python/py-type.c: Enhance test case.
16321 * gdb.python/py-value-cc.cc: Likewise
16322 * gdb.python/py-type.exp: Add new tests.
16323 * gdb.python/py-value-cc.exp: Likewise
16325 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16326 Pedro Alves <palves@redhat.com>
16328 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16329 Make "name" extern.
16330 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16331 references to ${name}_start by references to ${name}.
16333 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16335 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16337 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16339 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16341 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16342 Pedro Alves <palves@redhat.com>
16344 * gdb.mi/mi-info-os.exp: Connect to the target with
16345 mi_gdb_target_load.
16347 2014-01-08 Pedro Alves <palves@redhat.com>
16349 * gdb.threads/reconnect-signal.c: New file.
16350 * gdb.threads/reconnect-signal.exp: New file.
16352 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16354 * gdb.base/source-dir.exp: New file.
16356 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16358 * gdb.ada/mi_interface: New testcase.
16360 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16362 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16363 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16364 gdb.ada/pp-rec-component/pck.ads: New files.
16366 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16368 * gdb.python/py-pp-integral.c: New file.
16369 * gdb.python/py-pp-integral.py: New file.
16370 * gdb.python/py-pp-integral.exp: New file.
16372 For older changes see ChangeLog-1993-2013.
16374 ;; Local Variables:
16375 ;; mode: change-log
16378 ;; version-control: never
16381 Copyright 2014-2019 Free Software Foundation, Inc.
16382 Copying and distribution of this file, with or without modification,
16383 are permitted provided the copyright notice and this notice are preserved.