1 2018-08-17 Alan Hayward <alan.hayward@arm.com>
4 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6 2018-08-16 Keith Seitz <keiths@redhat.com>
8 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9 tests expected to pass.
11 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
13 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
15 (test_disassembly_bogus_args): Likewise.
17 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
19 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
21 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
23 * gdb.base/vla-optimized-out.exp: Add new test.
25 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
27 * gdb.base/vla-optimized-out-o3.exp: Delete.
28 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
29 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
32 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
35 * gdb.server/extended-remote-restart.c: New file.
36 * gdb.server/extended-remote-restart.exp: New file.
38 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
40 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
41 "set variable index = 42".
43 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
45 * boards/index-cache-gdb.exp: New file.
46 * gdb.dwarf2/index-cache.exp: New file.
47 * gdb.dwarf2/index-cache.c: New file.
48 * gdb.base/maint.exp: Check if we are using the index cache.
50 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
52 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
55 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
57 * dg-extract-results.sh: Move to toplevel contrib.
58 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
59 * Makefile.in (check-parallel-racy): Likewise.
61 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
63 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
64 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
65 tests if the target supports scheduler locking.
67 2018-08-04 Tom de Vries <tdevries@suse.de>
69 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
71 2018-08-02 Tom Tromey <tom@tromey.com>
74 * gdb.cp/temargs.exp: Test "info address" of a template
77 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
79 * gdb.python/py-mi-var-info-path-expression.c: New file.
80 * gdb.python/py-mi-var-info-path-expression.py: New file.
81 * gdb.python/py-mi-var-info-path-expression.exp: New file.
83 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
85 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
86 error after "cannot resolve name" string.
88 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
90 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
92 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
94 2018-07-28 Tom de Vries <tdevries@suse.de>
96 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
98 2018-07-26 Tom de Vries <tdevries@suse.de>
100 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
102 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
104 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
107 2018-07-26 Tom de Vries <tdevries@suse.de>
110 * gdb.base/catch-follow-exec.c: New test.
111 * gdb.base/catch-follow-exec.exp: New file.
113 2018-07-25 Tom de Vries <tdevries@suse.de>
115 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
118 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
120 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
121 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
123 2018-07-20 Tom de Vries <tdevries@suse.de>
125 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
127 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
129 2018-07-19 Tom de Vries <tdevries@suse.de>
131 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
134 2018-07-18 Tom de Vries <tdevries@suse.de>
136 * gdb.base/vla-optimized-out.c: New test.
137 * gdb.base/vla-optimized-out.exp: New file.
139 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
141 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
142 message "No address associated with hostname" when gdbserver
143 cannot resolve the hostname.
145 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
147 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
148 Add some test prefixes to make tests unique.
150 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
152 * gdb.base/frameapply.c: New file.
153 * gdb.base/frameapply.exp: New file.
155 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
157 * gdb.base/skip.exp: Update expected error message.
159 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
160 Jan Kratochvil <jan.kratochvil@redhat.com>
161 Paul Fertser <fercerpav@gmail.com>
162 Tsutomu Seki <sekiriki@gmail.com>
164 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
166 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
168 * boards/native-gdbserver.exp: Likewise.
169 * gdb.server/run-without-local-binary.exp: Improve regexp used
170 for detecting when a remote debugging connection succeeds.
171 * gdb.server/server-connect.exp: New file.
172 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
173 Do not prefix the port number with ":".
174 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
175 support for detecting and using it. Add '$debughost_gdbserver'
176 to the list of arguments used to start gdbserver. Handle case
177 when gdbserver cannot resolve a network name.
179 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
182 * gdb.base/ptype-offsets.cc (struct static_member): New
184 (main) <stmember>: New variable.
185 * gdb.base/ptype-offsets.exp: Add test for printing a struct
186 with a static member in it.
188 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
190 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
191 watchpoints enabled and disabled.
193 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
195 * gdb.base/examine-backward.exp: Still run tests around address
196 0x0, even if address 0x0 is not readable. Update the pattern for
197 matching address 0x0 in expected output.
199 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
201 * gdb.base/share-env-with-gdbserver.c (main): Add call to
204 2018-07-04 Tom de Vries <tdevries@suse.de>
206 * gdb.dwarf2/dw2-error.exp: Update expected error message.
208 2018-07-02 Maciej W. Rozycki <macro@mips.com>
211 * gdb.arch/mips-disassembler-options.exp: New test.
212 * gdb.arch/mips-disassembler-options.s: New test source.
214 2018-06-29 Pedro Alves <palves@redhat.com>
216 * gdb.threads/names.exp: Adjust expected "info threads" output.
218 2018-06-29 Pedro Alves <palves@redhat.com>
220 * gdb.opt/inline-break.exp (line number, address): Add "info
223 2018-06-29 Pedro Alves <palves@redhat.com>
225 * gdb.opt/inline-break.c (func1): Add "break here" marker.
226 * gdb.opt/inline-break.exp: Test setting breakpoints by line
227 number and address and running to them.
229 2018-06-29 Richard Bunt <richard.bunt@arm.com>
231 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
233 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
235 * lib/compiler.c: Remove executable permission flag.
237 2018-06-28 Richard Bunt <richard.bunt@arm.com>
239 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
241 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
243 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
245 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
247 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
249 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
250 address argument is omitted.
252 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
254 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
256 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
259 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
260 * gdb.base/infoline-reloc-main-from-zero.c: New file.
262 2018-06-26 Tom Tromey <tom@tromey.com>
265 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
266 * gdb.rust/simple.rs (struct SimpleLayout): New.
268 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
270 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
271 "info registers" output.
273 2018-06-21 Richard Bunt <richard.bunt@arm.com>
275 * gdb.base/watchpoint-hw-attach.c: New test.
276 * gdb.base/watchpoint-hw-attach.exp: New file.
278 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
280 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
282 * boards/dwarf4-gdb-index.exp: Likewise.
283 * boards/fission-dwp.exp: Likewise.
285 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
287 * gdb.base/float128.exp: Add comment and improved fail message
288 to the failure case of "print large128" test.
290 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
292 * configure.ac: Remove AC_PREREQ.
293 * configure: Re-generate.
295 2018-06-19 Pedro Alves <palves@redhat.com>
297 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
298 (func_extern_caller): New.
299 (main): Call func_extern_caller.
300 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
303 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
306 * gdb.cp/typedef-base.cc: New file.
307 * gdb.cp/typedef-base.exp: New file.
309 2018-06-18 Tom de Vries <tdevries@suse.de>
311 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
313 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
314 Richard Bunt <Richard.Bunt@arm.com>
316 * gdb.threads/attach-slow-waitpid.c: New file.
317 * gdb.threads/attach-slow-waitpid.exp: New file.
318 * gdb.threads/slow-waitpid.c: New file.
320 2018-06-14 Pedro Alves <palves@redhat.com>
322 * gdb.base/fork-running-state.c: Include <errno.h>.
323 (exit_if_relative_exits): New.
324 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
326 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
329 2018-06-14 Tom de Vries <tdevries@suse.de>
332 * gdb.base/finish-pretty.c: New test.
333 * gdb.base/finish-pretty.exp: New file.
335 2018-06-14 Pedro Alves <palves@redhat.com>
337 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
338 gdb's expected startup output.
340 2018-06-14 Pedro Alves <palves@redhat.com>
342 * lib/selftest-support.exp (selftest_setup): Remove inlined
345 2018-06-14 Tom de Vries <tdevries@suse.de>
347 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
348 matching of breakpoint printing.
350 2018-06-13 Tom de Vries <tdevries@suse.de>
353 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
354 (fork_child): ... here, and ...
355 (fork_parent): ... here.
357 2018-06-12 Tom de Vries <tdevries@suse.de>
359 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
361 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
362 Stephen Roberts <stephen.roberts@arm.com>
364 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
365 rewrite test to describe action performed, rather than possible
368 2018-06-08 Gary Benson <gbenson@redhat.com>
370 * gdb.threads/check-libthread-db.exp: New file.
371 * gdb.threads/check-libthread-db.c: Likewise.
373 2018-06-05 Tom Tromey <tom@tromey.com>
375 * gdb.base/default.exp: Update expected "show version" output.
377 2018-06-05 Tom Tromey <tom@tromey.com>
380 * gdb.cp/static-print-quit.exp: Update.
381 * lib/gdb.exp (pagination_prompt): Update.
382 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
383 * gdb.python/python.exp: Update.
385 2018-06-04 Joel Brobecker <brobecker@adacore.com>
387 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
389 2018-06-01 Joel Brobecker <brobecker@adacore.com>
391 * gdb.ada/bp_fun_addr: New testcase.
393 2018-06-01 Tom Tromey <tom@tromey.com>
395 * gdb.xml/tdesc-regs.exp (load_description): Update expected
397 * gdb.dwarf2/method-ptr.exp: Set language to C++.
398 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
399 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
400 * gdb.base/maint.exp (maint_pass_if): Update.
402 2018-05-31 Maciej W. Rozycki <macro@mips.com>
404 * gdb.base/endian.exp: New test.
405 * gdb.base/endian.c: New test source.
407 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
410 * gdb.base/bt-selected-frame.c: New file.
411 * gdb.base/bt-selected-frame.exp: New file.
412 * lib/gdb.exp (get_current_frame_number): New function.
414 2018-05-24 Maciej W. Rozycki <macro@mips.com>
415 Pedro Alves <palves@redhat.com>
417 * gdb.threads/tls-core.c: Include <stdlib.h>
418 (thread_proc): Call `abort'.
419 * gdb.threads/tls-core.exp: Generate a core with core_find too.
420 (tls_core_test): New procedure, bits factored out from ...
421 (top level): ... here. Test both native cores and gcore cores.
423 2018-05-23 Tom Tromey <tom@tromey.com>
425 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
427 2018-05-23 Tom Tromey <tom@tromey.com>
429 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
431 (test_short_complaints): Likewise.
432 (test_empty_complaints): Likewise.
433 (test_initial_complaints): Update.
435 2018-05-23 Tom Tromey <tom@tromey.com>
437 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
439 2018-05-23 Tom Tromey <tom@tromey.com>
441 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
442 (test_short_complaints): Update.
444 2018-05-22 Pedro Alves <palves@redhat.com>
446 * gdb.base/remote.exp: Only gdb_start after compiling the
447 testcase. Issue "disconnect" before testing "set remote" command
448 defaults. Issue clean_restart before running to main.
450 2018-05-22 Pedro Alves <palves@redhat.com>
452 * gdb.base/remote.exp: Adjust expected output of "show remote
453 memory-write-packet-size". Add tests for "set remote
454 memory-write-packet-size 0" and "set remote
455 memory-write-packet-size fixed/limit".
457 2018-05-22 Pedro Alves <palves@redhat.com>
460 * gdb.base/utf8-identifiers.c: New file.
461 * gdb.base/utf8-identifiers.exp: New file.
463 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
465 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
467 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
469 * gdb.arch/powerpc-vsx-gcore.exp: New file.
471 2018-05-18 Tom Tromey <tom@tromey.com>
473 * gdb.base/ptype-offsets.exp: Update.
475 2018-05-17 Keith Seitz <keiths@redhat.com>
477 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
478 in expected breakpoint stop locations.
479 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
480 move to proper scope to test variable values.
481 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
482 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
484 (main): Call not_inline_func3.
485 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
486 inline_func1, inline_func2, and inline_func3. Test that when each
487 breakpoint is hit, GDB properly reports both the stop location
488 and the backtrace. Repeat tests for temporary breakpoints.
490 2018-05-15 Maciej W. Rozycki <macro@mips.com>
492 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
493 rather then trying to access it in determining whether the PID
494 of `gdbserver' could have been retrieved.
496 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
498 * gdb.arch/amd64-init-x87-values.S: New file.
499 * gdb.arch/amd64-init-x87-values.exp: New file.
501 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
503 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
505 2018-05-04 Tom Tromey <tom@tromey.com>
508 * gdb.python/python.exp: Test multi-line execute.
510 2018-05-04 Tom Tromey <tom@tromey.com>
513 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
515 2018-05-04 Tom Tromey <tom@tromey.com>
518 * gdb.base/define.exp: Test defining a user command inside a user
520 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
522 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
523 Pedro Alves <palves@redhat.com>
525 PR breakpoints/19806 and support for PR external/20207.
526 * gdb.base/watchpoint-unaligned.c: New file.
527 * gdb.base/watchpoint-unaligned.exp: New file.
529 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
531 * gdb.base/maint.exp: Make test names unique, use
532 test_prefix_command_help to test 'help maint info', and remove
533 repeated test of 'help maint'.
535 2018-05-04 Tom Tromey <tom@tromey.com>
538 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
541 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
543 * gdb.base/maint.exp: Process output from 'maint print registers'
546 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
548 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
551 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
553 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
556 2018-05-02 Pedro Alves <palves@redhat.com>
558 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
559 to_log_command renames.
560 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
562 2018-05-02 Tom Tromey <tom@tromey.com>
564 * gdb.python/py-parameter.exp: Set test message.
566 2018-05-02 Tom Tromey <tom@tromey.com>
569 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
570 PARAM_ZUINTEGER_UNLIMITED tests.
572 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
575 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
578 2018-04-30 Tom Tromey <tom@tromey.com>
580 * gdb.python/py-type.exp: Check align attribute.
581 * gdb.python/py-type.c: New "aligncheck" global.
583 2018-04-30 Tom Tromey <tom@tromey.com>
586 * gdb.dwarf2/dw2-align.exp: New file.
587 * gdb.cp/align.exp: New file.
588 * gdb.base/align.exp: New file.
589 * lib/gdb.exp (gdb_int128_helper): New proc.
590 (has_int128_c, has_int128_cxx): New caching procs.
592 2018-04-27 Tom Tromey <tom@tromey.com>
595 * gdb.rust/simple.exp: Add inclusive range tests.
597 2018-04-26 Pedro Alves <palves@redhat.com>
599 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
600 ifunc breakpoint locations correctly of ifunc breakpoints set
601 while the program resolves the ifunc.
603 2018-04-26 Pedro Alves <palves@redhat.com>
605 * gdb.base/gnu-ifunc-final.c: New file.
606 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
607 * gdb.base/gnu-ifunc.exp (executable): Delete.
608 (staticexecutable): Adjust.
609 (lib_opts, exec_opts): Delete.
610 (make_binsuffix, build, set-break): New procedures.
611 (misc_tests): New, with tests factored out from the top level.
612 (top level): Test different combinations of ifunc resolver name,
613 resolver with and with debug info, and ifunc target with and
614 without debug info. Wrap static tests with with_target_prefix.
616 2018-04-26 Pedro Alves <palves@redhat.com>
618 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
619 return type" warnings.
621 2018-04-25 Pedro Alves <palves@redhat.com>
623 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
625 * gdb.base/kill-after-signal.exp: Likewise.
626 * gdb.threads/kill.exp: Likewise.
628 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
629 Sergio Durigan Junior <sergiodj@redhat.com>
630 Pedro Alves <palves@redhat.com>
632 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
633 regexps to expect for '[Inferior ... detached]' as well.
634 * gdb.base/attach.exp: Likewise.
635 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
636 "gdb_continue_to_end".
637 (test_catch_syscall_with_wrong_args): Likewise.
638 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
639 ']'. Don't set 'verbose' on.
640 * gdb.base/foll-vfork.exp: Likewise.
641 * gdb.base/fork-print-inferior-events.c: New file.
642 * gdb.base/fork-print-inferior-events.exp: New file.
643 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
644 '[Inferior ... has been killed]' message.
645 * gdb.base/kill-after-signal.exp: Likewise.
646 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
648 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
650 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
651 regexps to expect for '[Inferior ... detached]' as well.
652 * gdb.threads/process-dies-while-detaching.exp: Likewise.
654 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
657 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
659 2018-04-19 Richard Bunt <richard.bunt@arm.com>
661 * gdb.threads/multiple-successive-infcall.c: New test.
662 * gdb.threads/multiple-successive-infcall.exp: New file.
664 2018-04-17 Tom Tromey <tom@tromey.com>
666 * gdb.rust/simple.rs (Union): New type.
667 (main): New local "u".
668 * gdb.rust/simple.exp (test_one_slice): Add new test case.
670 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
672 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
673 number information in output of "whereis" command.
674 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
676 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
678 * gdb.ada/info_types.exp: Adjust expected output to the line
679 numbers now printed by "info var/func/type".
680 * gdb.base/completion.exp: Likewise.
681 * gdb.base/included.exp: Likewise.
682 * gdb.cp/cp-relocate.exp: Likewise.
683 * gdb.cp/cplusfuncs.exp: Likewise.
684 * gdb.cp/namespace.exp: Likewise.
685 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
687 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
689 * gdb.btrace/cpu.exp: New.
691 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
693 * gdb.base/step-indirect-call-thunk.exp: New.
694 * gdb.base/step-indirect-call-thunk.c: New.
695 * gdb.reverse/step-indirect-call-thunk.exp: New.
696 * gdb.reverse/step-indirect-call-thunk.c: New.
698 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
700 * gdb.base/pie-fork.c: New file.
701 * gdb.base/pie-fork.exp: New file.
703 2018-04-11 Tom Tromey <tom@tromey.com>
705 * gdb.rust/simple.exp: Add test for ".." struct initializer.
707 2018-04-10 Pedro Alves <palves@redhat.com>
709 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
710 exits. Instead loop running forever.
711 (fork_parent): Run forever too.
713 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
715 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
717 * gdb.mi/mi-stack.c (callee4): Add comment.
719 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
721 * gdb.mi/mi-stack.exp: Fix indentation.
723 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
726 * gdb.arch/amd64-osabi.exp: New file.
728 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
731 * gdb.base/osabi.exp: New file.
733 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
735 * gdb.cp/static-typedef-print.exp: New file.
736 * gdb.cp/static-typedef-print.cc: New file.
738 2018-03-27 Joel Brobecker <brobecker@adacore.com>
740 * gdb.ada/varsize_limit: New testcase.
742 2018-03-27 Joel Brobecker <brobecker@adacore.com>
744 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
746 * gdb.ada/notcplusplus: New testcase.
748 * gdb.base/c-linkage-name.c: New file.
749 * gdb.base/c-linkage-name.exp: New testcase.
751 2018-03-26 Tom Tromey <tom@tromey.com>
753 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
754 * gdb.python/py-framefilter.py (name_error): New global.
755 (ErrorInName.function): Use name_error.
757 2018-03-26 Tom Tromey <tom@tromey.com>
760 * gdb.python/py-framefilter.exp: Add "bt hide" test.
762 2018-03-23 Keith Seitz <keiths@redhat.com>
765 * gdb.cp/subtypes.exp: New file.
766 * gdb.cp/subtypes.h: New file.
767 * gdb.cp/subtypes.cc: New file.
768 * gdb.cp/subtypes-2.cc: New file.
770 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
772 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
773 (done): Call '_exit' not 'exit' to avoid atexit handlers.
774 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
775 -nostartfiles when compiling the test. Confirm that all registers
776 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
778 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
780 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
781 option, syntax was wrong anyway.
782 * gdb.arch/arm-disp-step.exp: Likewise.
783 * gdb.arch/sparc64-regs.exp: Likewise.
784 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
785 option, syntax was wrong anyway, switch to use
787 * gdb.arch/i386-disp-step.exp: Likewise.
789 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
791 * gdb.ada/exec_changed.exp: Replace "target_info exists
792 use_gdb_stub" by "use_gdb_stub".
793 * gdb.ada/start.exp: Likewise.
794 * gdb.base/async-shell.exp: Likewise.
795 * gdb.base/attach-pie-misread.exp: Likewise.
796 * gdb.base/attach-wait-input.exp: Likewise.
797 * gdb.base/break-entry.exp: Likewise.
798 * gdb.base/break-interp.exp: Likewise.
799 * gdb.base/dprintf-detach.exp: Likewise.
800 * gdb.base/nostdlib.exp: Likewise.
801 * gdb.base/solib-nodir.exp: Likewise.
802 * gdb.base/statistics.exp: Likewise.
803 * gdb.base/testenv.exp: Likewise.
804 * gdb.mi/mi-exec-run.exp: Likewise.
805 * gdb.mi/mi-start.exp: Likewise.
806 * gdb.multi/dummy-frame-restore.exp: Likewise.
807 * gdb.multi/multi-arch-exec.exp: Likewise.
808 * gdb.multi/multi-arch.exp: Likewise.
809 * gdb.multi/tids.exp: Likewise.
810 * gdb.multi/watchpoint-multi.exp: Likewise.
811 * gdb.python/py-events.exp: Likewise.
812 * gdb.threads/attach-into-signal.exp: Likewise.
813 * gdb.threads/attach-stopped.exp: Likewise.
814 * gdb.threads/threadapply.exp: Likewise.
815 * lib/selftest-support.exp: Likewise.
817 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
819 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
821 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
823 * gdb.perf/template-breakpoints.cc: New file.
824 * gdb.perf/template-breakpoints.exp: New file.
825 * gdb.perf/template-breakpoints.py: New file.
827 2018-03-19 Tom Tromey <tom@tromey.com>
829 * gdb.rust/simple.rs (main): Add local variables field1, field2,
831 * gdb.rust/simple.exp: Test bare identifier form of struct
834 2018-03-19 Tom Tromey <tom@tromey.com>
836 * gdb.gdb/observer.exp: Remove.
838 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
840 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
841 "qualified" option when setting breakpoints.
842 * gdb.trace/backtrace.exp: Likewise.
843 * gdb.trace/circ.exp: Likewise.
844 * gdb.trace/collection.exp: Likewise.
845 * gdb.trace/disconnected-tracing.exp: Likewise.
846 * gdb.trace/ftrace-lock.exp: Likewise.
847 * gdb.trace/ftrace.exp: Likewise.
848 * gdb.trace/infotrace.exp: Likewise.
849 * gdb.trace/packetlen.exp: Likewise.
850 * gdb.trace/passc-dyn.exp: Likewise.
851 * gdb.trace/qtro.exp: Likewise.
852 * gdb.trace/read-memory.exp: Likewise.
853 * gdb.trace/report.exp: Likewise.
854 * gdb.trace/signal.exp: Likewise.
855 * gdb.trace/status-stop.exp: Likewise.
856 * gdb.trace/strace.exp: Likewise.
857 * gdb.trace/tfind.exp: Likewise.
858 * gdb.trace/trace-break.exp: Likewise.
859 * gdb.trace/trace-condition.exp: Likewise.
860 * gdb.trace/trace-mt.exp: Likewise.
861 * gdb.trace/tstatus.exp: Likewise.
862 * gdb.trace/tsv.exp: Likewise.
863 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
864 * gdb.trace/unavailable.exp: Likewise.
865 * gdb.trace/while-dyn.exp: Likewise.
867 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
869 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
870 that libinproctrace is copied to the target.
872 2018-03-14 Tom Tromey <tom@tromey.com>
875 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
877 * gdb.base/wchar.exp: Likewise.
879 2018-03-14 Tom Tromey <tom@tromey.com>
882 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
885 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
888 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
889 "target" to remote_exec.
891 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
894 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
895 ${board}_upload): Remove.
897 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
899 * gdb.cp/watch-cp.cc: New test.
900 * gdb.cp/watch-cp.exp: New file.
902 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
904 * gdb.base/infcall-nested-structs.exp: New file.
905 * gdb.base/infcall-nested-structs.c: New file.
906 * gdb.base/float.exp: Add riscv support.
908 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
910 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
911 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
913 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
915 * gdb.server/abspath.exp: New file.
916 * lib/gdb.exp (with_cwd): New procedure.
918 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
920 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
922 (gdb_is_target_remote_prompt): New proc.
923 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
924 (gdb_is_target_native): Pass prompt parameter to
927 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
929 * gdb.base/load-command.c: New file.
930 * gdb.base/load-command.exp: New file.
931 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
932 (gdb_is_target_1): ...this, and generalize for other targets
934 (gdb_is_target_remote): Use gdb_is_target_1.
935 (gdb_is_target_native): use gdb_is_target_1.
937 2018-02-26 Tom Tromey <tom@tromey.com>
940 * gdb.python/py-framefilter.exp: Update test.
942 2018-02-26 Tom Tromey <tom@tromey.com>
944 * gdb.dwarf2/variant.c: New file.
945 * gdb.dwarf2/variant.exp: New file.
947 2018-02-26 Tom Tromey <tom@tromey.com>
949 * gdb.rust/simple.exp: Accept more possible results in enum test.
951 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
953 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
956 2018-02-23 Maciej W. Rozycki <macro@mips.com>
958 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
959 name of a variable: $actual_linejj -> $actual_line.
961 2018-02-21 John Baldwin <jhb@FreeBSD.org>
963 * gdb.arch/amd64-i386-address.exp: Fix a typo.
965 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
967 * gdb.btrace/buffer-size.exp: Do not force BTS.
969 2018-02-14 Pedro Alves <palves@redhat.com>
971 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
974 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
976 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
979 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
981 * gdb.cp/m-static.exp: Check type of optimized out static
984 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
986 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
987 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
989 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
990 Leszek Swirski <leszeks@google.com>
992 * gdb.python/py-prettyprint.c
993 (struct to_string_returns_value_inner,
994 struct to_string_returns_value_wrapper): New.
995 (main): Add tsrvw variable.
996 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
997 ToStringReturnsValueWrapper): New classes.
998 (register_pretty_printers): Register new pretty-printers.
999 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1000 recursive pretty printer.
1001 * gdb.python/py-mi.exp: Likewise.
1003 2018-02-01 Leszek Swirski <leszeks@google.com>
1005 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1006 functions with the same name as an include file are parsed
1009 2018-02-01 Yao Qi <yao.qi@linaro.org>
1011 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1014 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1016 * gdb.arch/powerpc-prologue-frame.s: New file.
1017 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1018 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1020 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1022 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1024 2018-01-30 Pedro Alves <palves@redhat.com>
1027 * gdb.base/interrupt-daemon.c: New.
1028 * gdb.base/interrupt-daemon.exp: New.
1029 * gdb.multi/multi-term-settings.c: New.
1030 * gdb.multi/multi-term-settings.exp: New.
1032 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1034 * gdb.base/break.exp: Save the location where the breakpoint
1035 on break.c:47 was actually inserted when debugging the version
1036 compiled at -O2 and use it in the expected output of the "info
1037 break" test performed soon after.
1039 2018-01-22 Pedro Alves <palves@redhat.com>
1040 Sergio Durigan Junior <sergiodj@redhat.com>
1042 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1043 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1045 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1047 * gdb.base/break-include.c, gdb.base/break-include.inc,
1048 gdb.base/break-include.exp: New files.
1049 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1050 line number now being the actual line number where the breakpoint
1052 * gdb.mi/mi-break.exp: Likewise.
1053 * gdb.mi/mi-reverse.exp: Likewise.
1054 * gdb.mi/mi-simplerun.exp: Ditto.
1056 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1058 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1060 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1062 2018-01-21 Don Breazeal <donb@codesourcery.com>
1063 Andrew Burgess <andrew.burgess@embecosm.com>
1065 * gdb.mi/basics.c: Add new global.
1066 * gdb.mi/mi-frame-regs.exp: New file.
1067 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1070 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1072 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1073 non-parameter, and on an unknown symbol.
1075 2018-01-19 Tom Tromey <tom@tromey.com>
1077 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1078 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1080 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1082 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1083 setrlimit and chdir to int.
1085 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1087 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1089 (my_tend): Likewise.
1090 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1091 rationale of avoiding FP- and vector instructions.
1093 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1095 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1096 "info reg" with "\[ \t\]*".
1097 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1099 * gdb.arch/s390-multiarch.exp: Ditto.
1100 * gdb.base/pc-fp.exp: Ditto.
1101 * gdb.reverse/i386-precsave.exp: Ditto.
1102 * gdb.reverse/i386-reverse.exp: Ditto.
1103 * gdb.reverse/i387-env-reverse.exp: Ditto.
1104 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1106 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1108 * lib/gdb.exp (gdb_compile): Re-enable use of
1109 universal_compile_options for languages other than Rust.
1111 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1113 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1115 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1118 * gdb.base/solib-vanish.exp: New.
1119 * gdb.base/solib-vanish-main.c: New.
1120 * gdb.base/solib-vanish-lib1.c: New.
1121 * gdb.base/solib-vanish-lib2.c: New.
1123 2018-01-17 Yao Qi <yao.qi@linaro.org>
1125 * gdb.compile/compile.exp: Match the address printed for
1126 frame in the output of command "bt".
1128 2018-01-15 Tom Tromey <tom@tromey.com>
1130 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1133 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1135 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1137 (prepare): Return 0 on error, 1 on success.
1139 2018-01-12 Pedro Alves <palves@redhat.com>
1141 * gdb.base/continue-after-aborted-step-over.c: New.
1142 * gdb.base/continue-after-aborted-step-over.exp: New.
1144 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1146 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1147 options when not creating an executable.
1149 2018-01-11 Pedro Alves <palves@redhat.com>
1152 * gdb.server/stop-reply-no-thread.c: New file.
1153 * gdb.server/stop-reply-no-thread.exp: New file.
1155 2018-01-10 Pedro Alves <palves@redhat.com>
1158 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1159 functions too. Test setting breakpoints and printing C functions
1160 with no debug info too.
1161 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1163 2018-01-10 Pedro Alves <palves@redhat.com>
1166 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1169 2018-01-10 Pedro Alves <palves@redhat.com>
1172 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1174 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1176 * gdb.server/unittest.exp: Match the output in non-development
1179 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1181 * gdb.gdb/unittest.exp: Match output in non-development mode.
1183 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1185 * gdb.ada/access_tagged_param.exp: Relax expected output
1186 for value of "ObjL" in "continue" to pck.inspect breakpoint
1189 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1191 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1192 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1194 2018-01-05 Pedro Alves <palves@redhat.com>
1197 * gdb.base/libsegfault.exp: New.
1199 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1202 * gdb.ada/access_tagged_param.exp: New file.
1203 * gdb.ada/access_tagged_param/foo.adb: New file.
1205 2018-01-05 Pedro Alves <palves@redhat.com>
1208 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1209 exercise lower case too, and to exercise both full matching and
1212 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1214 * gdb.ada/rename_subscript_param: New testcase.
1216 2018-01-05 Jerome Guitton <guitton@adacore.com>
1218 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1220 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1222 * gdb.ada/convvar_comp: New testcase.
1224 2018-01-05 Xavier Roirand <roirand@adacore.com>
1226 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1227 (My_Table): New global variable.
1228 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1230 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1233 * gdb.ada/maint_with_ada: New testcase.
1235 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1238 * gdb.ada/bp_c_mixed_case: New testcase.
1240 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1243 * gdb.ada/complete.exp: Add "complete break ada" test.
1245 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1248 * gdb.ada/info_addr_mixed_case: New testcase.
1250 2018-01-03 Xavier Roirand <roirand@adacore.com>
1252 * gdb.ada/excep_handle.exp: New testcase.
1253 * gdb.ada/excep_handle/foo.adb: New file.
1254 * gdb.ada/excep_handle/pck.ads: New file.
1256 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1258 * gdb.base/step-line.c: Add extra empty line in copyright header.
1259 * gdb.base/step-line.inp: Likewise.
1261 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1263 * gdb.ada/dyn_stride.exp: Add slice test.
1265 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1267 * gdb.ada/dyn_stride: New testcase.
1269 2017-12-27 Stafford Horne <shorne@gmail.com>
1271 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1272 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1274 2017-12-27 Stafford Horne <shorne@gmail.com>
1276 * gdb.base/reggroups.c: New file.
1277 * gdb.base/reggroups.exp: New file.
1279 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1281 * gdb.dwarf2/ada-valprint-error.c: New file.
1282 * gdb.dwarf2/ada-valprint-error.exp: New file.
1284 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1286 * gdb.ada/assign_arr: New testcase.
1288 2017-12-18 Xavier Roirand <roirand@adacore.com>
1290 * gdb.ada/funcall_ptr: New testcase.
1292 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1295 * gdb.base/ptype-offsets.cc: New file.
1296 * gdb.base/ptype-offsets.exp: New file.
1298 2017-12-15 Yao Qi <yao.qi@linaro.org>
1300 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1303 2017-12-15 Xavier Roirand <roirand@adacore.com>
1305 * gdb.ada/same_component_name: New testcase.
1307 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1309 * gdb.ada/str_binop_equal: New testcase.
1311 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1313 * gdb.ada/task_switch_in_core: New testcase.
1315 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1317 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1318 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1319 call test_bkpt_qualified.
1320 (test_bkpt_qualified): New proc.
1322 2017-12-13 Pedro Alves <palves@redhat.com>
1324 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1325 Tighten regexp by matching with an anchor.
1327 2017-12-13 Pedro Alves <palves@redhat.com>
1329 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1330 ("expression with namespace"): New set of tests.
1331 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1332 (Nested::Test_NS::qux): New.
1333 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1334 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1336 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1338 * gdb.base/server-del-break.c: New file.
1339 * gdb.base/server-del-break.exp: New file.
1341 2017-12-12 Stafford Horne <shorne@gmail.com>
1343 * gdb.xml/tdesc-regs.exp: Add or1k support.
1345 2017-12-12 Stafford Horne <shorne@gmail.com>
1347 * gdb.base/bp-permanent.c: Define nop of or1k.
1349 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1351 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1352 output with components being reordered.
1354 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1356 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1357 output with components being reordered.
1359 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1360 Pedro Alves <palves@redhat.com>
1362 * gdb.base/maint.exp (check for .gdb_index): Check also for
1364 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1365 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1366 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1367 (.gdb_index used after symbol reloading): Support also .debug_names.
1368 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1370 2017-12-08 Yao Qi <yao.qi@linaro.org>
1372 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1373 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1375 2017-12-08 Yao Qi <yao.qi@linaro.org>
1377 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1378 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1380 2017-12-08 Yao Qi <yao.qi@linaro.org>
1382 * gdb.arch/aarch64-tagged-pointer.c: New file.
1383 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1385 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1387 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1390 2017-12-07 Keith Seitz <keiths@redhat.com>
1392 PR breakpoints/22569
1393 * gdb.linespec/ls-errs.exp: Change expected result of "break
1394 -source this file has spaces.c -line 3".
1395 Check that an explicit source file followed by whitespace is
1396 identified as an invalid explicit location.
1398 2017-12-07 Keith Seitz <keiths@redhat.com>
1400 * gdb.cp/nested-types.cc: New file.
1401 * gdb.cp/nested-types.exp: New file.
1402 * lib/cp-support.exp: Load data-structures.exp library.
1403 (debug_cp_test_ptype_class): New global.
1404 (cp_ptype_class_verbose, next_line): New procedures.
1405 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1406 Add and document new return value.
1407 Switch the list of lines to a queue.
1408 Add support for new `type' key for nested type definitions.
1409 Add debugging/troubleshooting messages.
1410 * lib/data-structures.exp: New file.
1412 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1414 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1415 with proc_with_prefix, don't use with_test_prefix.
1417 2017-12-07 Tom Tromey <tom@tromey.com>
1419 * gdb.base/break.exp: Add test for empty "commands".
1421 2017-12-07 Yao Qi <yao.qi@linaro.org>
1423 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1424 malloc and catch syscall.
1426 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1428 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1429 tests for explicit locations.
1431 2017-12-06 Pedro Alves <palves@redhat.com>
1433 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1434 force-disabling XML descriptions.
1436 2017-12-04 Pedro Alves <palves@redhat.com>
1439 * gdb.arch/amd64-disp-step-avx.S: New file.
1440 * gdb.arch/amd64-disp-step-avx.exp: New file.
1442 2017-12-03 Pedro Alves <palves@redhat.com>
1444 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1446 (parent_function): Print distinct messages when waitpid fails, or
1447 the child exits with a signal, or the child exits for an unhandled
1449 * gdb.threads/process-dies-while-detaching.exp
1450 (detach_and_expect_exit): New 'inf_output_re' parameter and use
1451 it. Wait for both inferior output and GDB's prompt. Use an
1452 indirect spawn id list.
1453 (do_detach): New parameter 'child_exit'. Use it to compute
1454 expected inferior output.
1455 (test_detach, test_detach_watch, test_detach_killed_outside):
1456 Adjust to pass down the expected child exit kind.
1458 2017-12-01 Joel Brobecker <brobecker@adacore.com>
1459 Sergio Durigan Junior <sergiodj@redhat.com>
1460 Pedro Alves <palves@redhat.com>
1462 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1464 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
1466 * gdb.base/relocate.exp: Add tests to guarantee that arguments
1467 to 'symbol-file' and 'add-symbol-file' can be
1468 position-independent.
1470 2017-12-01 Yao Qi <yao.qi@linaro.org>
1472 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1473 the URL in copyright header.
1474 * gdb.arch/aarch64-fp.exp: Likewise.
1475 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1476 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1477 * gdb.base/expand-psymtabs.exp: Likewise.
1478 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1479 * gdb.fortran/common-block.exp: Likewise.
1480 * gdb.fortran/common-block.f90: Likewise.
1481 * gdb.fortran/logical.exp: Likewise.
1482 * gdb.fortran/vla-datatypes.f90: Likewise.
1483 * gdb.fortran/vla-sub.f90: Likewise.
1485 2017-11-30 Joel Brobecker <brobecker@adacore.com>
1487 * gdb.ada/repeat_dyn: New testcase.
1489 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1491 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1492 Update for changed thread numbering.
1493 * gdb.cell/bt.exp: Update for changed GDB output.
1495 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
1497 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1498 setting isremote by hand.
1499 * boards/dwarf4-gdb-index.exp: Likewise.
1500 * boards/fission.exp: Likewise.
1501 * boards/stabs.exp: Likewise.
1503 2017-11-30 Pedro Alves <palves@redhat.com>
1505 * gdb.linespec/cpls-ops.exp
1506 (check_explicit_skips_function_argument): Extract the underlying
1507 type of size_t instead of hardcoding it.
1509 2017-11-29 Pedro Alves <palves@redhat.com>
1512 * gdb.linespec/cpls-abi-tag.cc: New file.
1513 * gdb.linespec/cpls-abi-tag.exp: New file.
1515 2017-11-29 Pedro Alves <palves@redhat.com>
1517 * gdb.base/langs.exp: Use -qualified.
1518 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1520 * gdb.cp/namespace.exp: Use -qualified.
1521 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1522 (overload-3, template-overload, template-ret-type, const-overload)
1523 (const-overload-quoted, anon-ns, ambiguous-prefix): New
1525 (test_driver): Call them.
1526 * gdb.cp/save-bp-qualified.cc: New.
1527 * gdb.cp/save-bp-qualified.exp: New.
1528 * gdb.linespec/explicit.exp: Test -qualified.
1529 * lib/completion-support.exp (completion::explicit_opts_list): Add
1531 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1533 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
1535 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1537 2017-11-29 Tom Tromey <tom@tromey.com>
1539 * gdb.base/relocate.exp: Update invalid argument test.
1540 Add new tests for invalid arguments.
1542 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1544 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1546 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1548 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
1550 * gdb.cp/breakpoint.cc (bar): Set return type to void.
1551 * gdb.cp/psymtab-parameter.cc (func): Likewise.
1552 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1554 * gdb.cp/shadow.cc (B.func): Return 0.
1556 2017-11-27 Joel Brobecker <brobecker@adacore.com>
1558 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1559 expected output in gdb_expect call to allow the exception
1560 message to be present as well. Fix syntax confusion to avoid
1561 TCL thinking that exception_name is an array.
1563 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
1565 * gdb.arch/spu-info.c: Include <unistd.h>.
1566 (do_signal_test): Fix broken calls to write.
1567 * gdb.arch/spu-info.exp: Use prepare_for_testing.
1568 Fix checks for empty mailboxes. Update signal tests for corrected
1569 do_signal_test routine. Allow nonzero event status.
1570 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1571 * gdb.cell/arch.exp: Use standard_output_file.
1572 * gdb.cell/break.exp: Likewise.
1573 * gdb.cell/bt.exp: Likewise.
1574 * gdb.cell/core.exp: Likewise.
1575 * gdb.cell/dwarfaddr.exp: Likewise.
1576 * gdb.cell/ea-cache.exp: Likewise.
1577 * gdb.cell/ea-standalone.exp: Likewise.
1578 * gdb.cell/f-regs.exp: Likewise.
1579 * gdb.cell/fork.exp: Likewise.
1580 * gdb.cell/gcore.exp: Likewise.
1581 * gdb.cell/mem-access.exp: Likewise.
1582 * gdb.cell/ptype.exp: Likewise.
1583 * gdb.cell/registers.exp: Likewise.
1584 * gdb.cell/sizeof.exp: Likewise.
1585 * gdb.cell/solib-symbol.exp: Likewise.
1586 * gdb.cell/solib.exp: Likewise.
1588 2017-11-25 Pedro Alves <palves@redhat.com>
1590 * gdb.base/complete-empty.exp: New file.
1591 * gdb.base/completion.exp: Adjust.
1593 2017-11-25 Pedro Alves <palves@redhat.com>
1595 * gdb.linespec/cpls-ops.cc: New file.
1596 * gdb.linespec/cpls-ops.exp: New file.
1597 * lib/completion-support.exp (test_complete_prefix_range_re): New,
1598 factored out from ...
1599 (test_complete_prefix_range): ... this.
1601 2017-11-24 Pedro Alves <palves@redhat.com>
1603 * gdb.linespec/cpcompletion.exp: New file.
1604 * gdb.linespec/cpls-hyphen.cc: New file.
1605 * gdb.linespec/cpls.cc: New file.
1606 * gdb.linespec/cpls2.cc: New file.
1607 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
1608 test to use test_gdb_complete_unique. Add label completion,
1609 keyword completion and explicit location completion tests.
1610 * lib/completion-support.exp: New file.
1612 2017-11-24 Joel Brobecker <brobecker@adacore.com>
1614 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1615 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1616 when hitting an exception catchpoint.
1618 2017-11-22 Yao Qi <yao.qi@linaro.org>
1620 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1622 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
1624 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1625 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1626 * gdb.dwarf2/info-locals-optimized-out.c: New file.
1628 2017-11-22 Yao Qi <yao.qi@linaro.org>
1630 * gdb.base/info-os.exp: Pass pthreads.
1631 * gdb.multi/multi-attach.exp: Likewise.
1633 2017-11-22 Yao Qi <yao.qi@linaro.org>
1635 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1638 2017-11-22 Yao Qi <yao.qi@linaro.org>
1640 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1641 * gdb.base/break-interp.exp: Likewise.
1642 * gdb.base/jit-attach-pie.exp: Likewise.
1644 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1646 * gdb.base/float128.c (large128): New variable.
1647 * gdb.base/float128.exp: Add test to print largest __float128 value.
1649 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
1651 * gdb.arch/vsx-regs.exp: Update register content checks.
1653 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
1655 * gdb.arch/ppc-longdouble.exp: New file.
1656 * gdb.arch/ppc-longdouble.c: Likewise.
1658 2017-11-21 Pedro Alves <palves@redhat.com>
1660 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1662 2017-11-20 Pedro Alves <palves@redhat.com>
1664 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1665 (long_double_typedef): New typedefs.
1666 Use DEF on double and long double.
1667 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1669 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1670 and 'long_double_ptr_same_size' locals. Use them to decide
1671 whether cast from array/function to float is valid/invalid.
1673 2017-11-17 Tom Tromey <tom@tromey.com>
1675 * gdb.rust/traits.rs: New file.
1676 * gdb.rust/traits.exp: New file.
1678 2017-11-17 Joel Brobecker <brobecker@adacore.com>
1680 * gdb.ada/minsyms: New testcase.
1682 2017-11-16 Pedro Alves <palves@redhat.com>
1684 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1685 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1687 2017-11-16 Pedro Alves <palves@redhat.com>
1689 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1690 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1692 2017-11-16 Pedro Alves <palves@redhat.com>
1694 * gdb.server/reconnect-ctrl-c.c: New file.
1695 * gdb.server/reconnect-ctrl-c.exp: New file.
1697 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
1699 * gdb.python/py-rbreak.exp: New file.
1700 * gdb.python/py-rbreak.c: New file.
1701 * gdb.python/py-rbreak-func2.c: New file.
1703 2017-11-16 Pedro Alves <palves@redhat.com>
1705 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1707 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1710 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
1712 * gdb.tui/completionn.exp (test_tab_completion): Add space in
1715 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
1717 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1720 2017-11-09 Pedro Alves <palves@redhat.com>
1722 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1723 factored out from ...
1724 (top level): ... here, and adjusted to avoid expecting beyond the
1725 prompt in a single gdb_test_multiple.
1727 2017-11-09 Pedro Alves <palves@redhat.com>
1729 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1731 * gdb.server/ext-attach.exp ("kill" test): Likewise.
1732 * gdb.server/ext-restart.exp ("kill" test): Likewise.
1733 * gdb.server/ext-run.exp ("kill" test): Likewise.
1734 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1736 2017-11-09 Pedro Alves <palves@redhat.com>
1738 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1739 match till end of line.
1741 2017-11-09 Pedro Alves <palves@redhat.com>
1743 * gdb.base/memattr.exp: Tighten regexes to match the end line.
1745 2017-11-09 Pedro Alves <palves@redhat.com>
1747 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1748 New procedures, factored out from ...
1749 (top level): ... here, and adjusted to avoid expecting beyond the
1752 2017-11-09 Pedro Alves <palves@redhat.com>
1754 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1755 output. Fix '?' match.
1757 2017-11-08 Joel Brobecker <brobecker@adacore.com>
1759 * gdb.ada/scoped_watch: New testcase.
1760 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1761 which is actually correct.
1762 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1763 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1765 2017-11-08 Pedro Alves <palves@redhat.com>
1767 * gdb.gdb/complaints.exp (test_initial_complaints)
1768 (test_serial_complaints, test_short_complaints): Call
1769 complaint_internal instead of complaint.
1771 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
1773 * gdb.threads/tls-core.c: New file.
1774 * gdb.threads/tls-core.exp: Likewise.
1776 2017-11-08 Pedro Alves <palves@redhat.com>
1778 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1779 (p Exported_Capitalized): New test.
1780 (p exported_capitalized): New test.
1782 2017-11-07 Pedro Alves <palves@redhat.com>
1784 * gdb.cp/ena-dis-br-range.exp: Add more tests.
1786 2017-11-07 Pedro Alves <palves@redhat.com>
1788 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1789 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1790 (disable_invalid, disable_inverted, disable_negative): New
1792 ("bad numbers"): New set of tests.
1794 2017-11-07 Pedro Alves <palves@redhat.com>
1796 * gdb.cp/ena-dis-br-range.exp: Add tests.
1798 2017-11-07 Pedro Alves <palves@redhat.com>
1800 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1802 2017-11-07 Xavier Roirand <roirand@adacore.com>
1803 Pedro Alves <palves@redhat.com>
1805 * gdb.base/ena-dis-br.exp: Add reference to
1806 gdb.cp/ena-dis-br-range.exp.
1807 * gdb.cp/ena-dis-br-range.exp: New file.
1808 * gdb.cp/ena-dis-br-range.cc: New file.
1810 2017-11-06 Pedro Alves <palves@redhat.com>
1812 * gdb.base/attach-non-pgrp-leader.c: New.
1813 * gdb.base/attach-non-pgrp-leader.exp: New.
1815 2017-11-06 Pedro Alves <palves@redhat.com>
1817 * configure.ac: No longer check for termio.h and sgtty.h.
1818 * configure: Regenerate.
1819 * remote-utils.c: Include termios.h instead of gdb_termios.h.
1820 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1821 Remove termio and sgtty code.
1823 2017-11-03 Yao Qi <yao.qi@linaro.org>
1825 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1828 2017-11-03 Yao Qi <yao.qi@linaro.org>
1830 * gdb.python/py-thrhandle.exp: Skip it if python is not
1833 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1835 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1836 as a breakpoint command.
1838 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1841 * gdb.python/py-infthread.exp: Test calling
1842 InferiorThread.inferior () multiple times in a row.
1844 2017-10-27 Keith Seitz <keiths@redhat.com>
1846 * gdb.opt/inline-break.exp (break_info_1): New procedure.
1847 Test "info break" for every inlined function breakpoint.
1849 2017-10-27 Yao Qi <yao.qi@linaro.org>
1851 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1853 2017-10-26 Patrick Frants <osscontribute@gmail.com>
1855 * gdb.cp/classes.exp (test_static_members): Test printing
1857 * gdb.cp/classes.c (struct Inner, struct Outer): New.
1858 (Inner::instance, Outer::instance): New.
1860 2017-10-24 Pedro Alves <palves@redhat.com>
1862 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1863 extra console" test in two stages.
1865 2017-10-24 Pedro Alves <palves@redhat.com>
1867 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1869 2017-10-24 Pedro Alves <palves@redhat.com>
1871 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
1874 2017-10-24 Pedro Alves <palves@redhat.com>
1876 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
1877 $attempt" and "stoppedtry $stoppedtry" test prefixes.
1879 2017-10-24 Pedro Alves <palves@redhat.com>
1881 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
1882 parameter and handle it. Don't output read value in test name.
1884 2017-10-24 Pedro Alves <palves@redhat.com>
1886 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
1889 2017-10-24 Pedro Alves <palves@redhat.com>
1891 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
1892 include the unstable output directory name in the test's name.
1893 (initial_setup_simple) <'set args'>: Use custom test name.
1895 2017-10-24 Pedro Alves <palves@redhat.com>
1897 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
1898 with explicit test name.
1900 2017-10-20 Pedro Alves <palves@redhat.com>
1902 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
1903 'wait -i'. Use gdb_assert and remote_close.
1905 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
1907 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
1908 number from variable rather than hard-coded.
1910 2017-10-19 Pedro Alves <palves@redhat.com>
1912 * gdb.base/long-inferior-output.c: New file.
1913 * gdb.base/long-inferior-output.exp: New file.
1915 2017-11-18 Keith Seitz <keiths@redhat.com>
1917 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
1920 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
1921 Add additional user-defined conversion operator tests.
1923 2017-10-17 Pedro Alves <palves@redhat.com>
1925 * boards/native-stdio-gdbserver.exp: Load "local-board".
1927 2017-10-17 Pedro Alves <palves@redhat.com>
1929 * gdb.base/quit-live.c: New file.
1930 * gdb.base/quit-live.exp: New file.
1932 2017-10-16 Keith Seitz <keiths@redhat.com>
1934 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
1935 (class_with_protected_typedef, class_with_private_typedef)
1936 (struct_with_public_typedef, struct_with_protected_typedef)
1937 (struct_with_private_typedef): New classes/structs.
1938 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
1939 typedefs and access specifiers.
1941 2017-10-16 Pedro Alves <palves@redhat.com>
1942 Simon Marchi <simon.marchi@polymtl.ca>
1944 * README (Local vs Remote vs Native): New section.
1945 * boards/local-board.exp: New file, with bits factored out from
1947 * boards/native-extended-gdbserver.exp: ... here. Load
1949 * boards/native-gdbserver.exp: Load "local-board".
1950 (${board}_spawn, ${board}_exec): Delete.
1951 * boards/native-stdio-gdbserver.exp: Most contents factored out to
1953 * boards/stdio-gdbserver-base.exp: ... this new file.
1954 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
1955 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
1957 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
1958 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
1959 stdio_gdbserver_command.
1960 (${board}_get_remote_address, ${board}_get_comm_port)
1961 (${board}_download, ${board}_upload): Delete.
1962 (get_target_remote_pipe_cmd): New.
1964 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
1966 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
1967 test_bkpt_deletion, test_bkpt_cond_and_cmds,
1968 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
1969 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
1970 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
1971 remove with_test_prefix.
1973 2017-10-13 Pedro Alves <palves@redhat.com>
1975 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
1976 * gdb.base/annota1.exp: Use it instead of is_remote.
1977 * gdb.base/annota3.exp: Use it instead of is_remote.
1978 * gdb.cp/annota2.exp: Use it instead of is_remote.
1979 * gdb.cp/annota3.exp: Use it instead of is_remote.
1980 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
1982 2017-10-13 Pedro Alves <palves@redhat.com>
1984 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
1985 (test_num_test_vars, run_and_count_vars, find_env)
1986 (test_set_unset_env, test_inherit_env_var): New procedures.
1987 (top level): Use them.
1989 2017-10-13 Pedro Alves <palves@redhat.com>
1991 * lib/selftest-support.exp (selftest_setup): Extend comments, and
1992 also skip on stub-like targets.
1994 2017-10-13 Pedro Alves <palves@redhat.com>
1997 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
1998 (top level): Move some tests to ...
1999 (test_not_found): ... this new procedure.
2000 (top level): Call it.
2002 2017-10-13 Pedro Alves <palves@redhat.com>
2004 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2005 expect different "info terminal" output if testing with a
2008 2017-10-13 Pedro Alves <palves@redhat.com>
2009 Simon Marchi <simon.marchi@polymtl.ca>
2012 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2014 2017-10-13 Pedro Alves <palves@redhat.com>
2016 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2019 2017-10-13 Pedro Alves <palves@redhat.com>
2021 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2024 2017-10-13 Pedro Alves <palves@redhat.com>
2026 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2029 2017-10-13 Pedro Alves <palves@redhat.com>
2031 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2033 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2034 instead of is_remote.
2036 2017-10-13 Pedro Alves <palves@redhat.com>
2038 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2039 (top level): Add comment.
2041 2017-10-13 Pedro Alves <palves@redhat.com>
2043 * gdb.base/remote.exp (top level): Fix comment typo and add
2046 2017-10-13 Pedro Alves <palves@redhat.com>
2047 Simon Marchi <simon.marchi@polymtl.ca>
2049 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2050 calls and add comments. Skip test if use_gdb_stub is set.
2051 (top level): Use "set cwd" command instead of "cd" command.
2053 2017-10-13 Pedro Alves <palves@redhat.com>
2055 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2056 is_remote target check.
2058 2017-10-13 Pedro Alves <palves@redhat.com>
2060 * gdb.base/scope.exp: Use build_executable + clean_restart +
2061 gdb_file_cmd instead of prepare_for_testing and no longer skip
2062 "before run" tests on is_remote target boards. Update comments.
2063 * boards/native-extended-gdbserver.exp
2064 (extended_gdbserver_load_last_file): New, factored out from ...
2065 (gdb_load): ... this. Move further below and add comment.
2066 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2068 2017-10-12 Pedro Alves <palves@redhat.com>
2070 * gdb.base/attach.exp: Remove references to gdb64.
2071 * gdb.base/dbx.exp: Remove references to gdb64.
2073 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2074 Pedro Alves <palves@redhat.com>
2076 * gdb.base/label.exp: Remove is_remote target check.
2078 2017-10-12 Pedro Alves <palves@redhat.com>
2080 * gdb.base/auvx.exp (coredir): Update comment.
2081 (top level) <core_works>: Use "set cwd" command instead of "cd"
2084 2017-10-12 Pedro Alves <palves@redhat.com>
2085 Simon Marchi <simon.marchi@polymtl.ca>
2087 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2090 2017-10-12 Pedro Alves <palves@redhat.com>
2091 Simon Marchi <simon.marchi@polymtl.ca>
2093 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2094 Instead skip if there's any gdb_protocol set.
2096 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2097 Pedro Alves <palves@redhat.com>
2099 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2101 2017-10-12 Pedro Alves <palves@redhat.com>
2102 Simon Marchi <simon.marchi@polymtl.ca>
2104 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2105 instead of on dejagnu remote boards.
2107 2017-10-12 Pedro Alves <palves@redhat.com>
2108 Simon Marchi <simon.marchi@polymtl.ca>
2110 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2111 checks. Use build_executable + clean_restart instead of
2112 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2113 of enabling non-stop after starting gdb.
2115 2017-10-12 Pedro Alves <palves@redhat.com>
2117 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2118 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2119 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2120 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2122 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2124 * gdb.arch/arc-tdesc-cpu.exp: New file.
2125 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2127 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2129 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2131 2017-10-10 Pedro Alves <palves@redhat.com>
2133 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2136 2017-10-10 Pedro Alves <palves@redhat.com>
2138 * lib/selftest-support.exp (selftest_setup): Update for
2139 captured_command_loop's prototype change.
2141 2017-10-09 Pedro Alves <palves@redhat.com>
2143 Test both arch1=>arch2 and arch2=>arch1.
2145 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2146 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2148 (append_arch1_options, append_arch2_options, append_arch_options)
2149 (build_executables): New procedures.
2150 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2152 (top level): Add new 'first_arch' testing axis.
2154 2017-10-09 Pedro Alves <palves@redhat.com>
2156 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2158 (thread_start, all_started): New functions.
2159 (main): Spawn new thread and wait until it is scheduled.
2160 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2162 (do_test): Add 'selected_thread' parameter. Run to all_started
2163 instead of main. Explicitly set the breakpoint at main. Switch
2164 to the SELECTED_THREAD thread.
2165 (top level): Test handling the exec event with either the main
2166 thread or the second thread selected.
2168 2017-10-09 Pedro Alves <palves@redhat.com>
2170 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2171 logic. Move STOP marker after the value checks.
2172 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2175 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2177 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2179 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2181 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2182 integer-to-dfp conversion.
2183 * gdb.base/dfp-test.exp: Likewise.
2185 2017-10-04 Pedro Alves <palves@redhat.com>
2187 * gdb.multi/hangout.c: Include <unistd.h>.
2188 (hangout_loop): New function.
2189 (main): Call alarm. Call hangout_loop in a loop.
2190 * gdb.multi/hello.c: Include <unistd.h>.
2191 (hello_loop): New function.
2192 (main): Call alarm. Call hangout_loop in a loop.
2193 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2194 inferior with the other selected.
2196 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2198 * gdb.mi/list-thread-groups-available.exp: New file.
2199 * gdb.mi/list-thread-groups-available.c: New file.
2201 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2203 * gdb.base/set-cwd.exp: Make it available on
2204 native-extended-gdbserver.
2206 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2208 * gdb.base/set-cwd.c: New file.
2209 * gdb.base/set-cwd.exp: Likewise.
2211 2017-10-02 Tom Tromey <tom@tromey.com>
2214 * gdb.rust/simple.rs (main): New variable "fslice".
2215 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2217 2017-10-02 Tom Tromey <tom@tromey.com>
2219 * gdb.rust/simple.exp: Test ptype of a slice.
2221 2017-10-02 Tom Tromey <tom@tromey.com>
2223 * gdb.rust/simple.exp: Test index of slice.
2225 2017-09-27 Tom Tromey <tom@tromey.com>
2227 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2229 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2230 Pedro Alves <palves@redhat.com>
2232 * gdb.base/compare-sections.exp (get value of read-only section): Read
2234 (corrupt read-only section): Likewise and don't set written if patching
2237 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2239 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2242 2017-09-20 Pedro Alves <palves@redhat.com>
2244 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2245 symbol names in gdb's output.
2246 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2248 2017-09-20 Pedro Alves <palves@redhat.com>
2250 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2252 (test_list_ambiguous_symbol): ... this and add a symbol name
2254 (test_list_ambiguous_function): Reimplement on top of
2255 test_list_ambiguous_symbol and also test listing ambiguous
2257 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2258 (ambiguous_fun): ... this.
2259 (ambiguous_var): New.
2260 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2261 (ambiguous_fun): ... this.
2262 (ambiguous_var): New.
2264 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2266 * gdb.base/starti.c: New file.
2267 * gdb.base/starti.exp: New file.
2268 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2270 2017-09-14 Pedro Alves <palves@redhat.com>
2272 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2273 (top level): Use it instead of runto.
2275 2017-09-11 Tom Tromey <tom@tromey.com>
2277 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2279 2017-09-11 Tom Tromey <tom@tromey.com>
2281 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2282 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2284 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2286 * gdb.fortran/printing-types.exp: New file.
2287 * gdb.fortran/printing-types.exp: New file.
2289 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2291 * gdb.fortran/vla-ptype.exp: Fix typos.
2292 * gdb.fortran/vla-value.exp: Same.
2294 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2296 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2297 * gdb.mi/mi-var-child-f.exp: Likewise.
2298 * gdb.mi/mi-vla-fortran.exp: Likewise.
2300 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2301 Christoph Weinmann <christoph.t.weinmann@intel.com>
2302 Bernhard Heckel <bernhard.heckel@intel.com>
2304 * gdb.fortran/ptr-indentation.f90: New file.
2305 * gdb.fortran/ptr-indentation.exp: New file.
2307 2017-09-05 Tom Tromey <tom@tromey.com>
2310 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2312 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2314 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2316 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2318 * gdb.threads/tls-nodebug-pie.c: New file.
2319 * gdb.threads/tls-nodebug-pie.exp: New file.
2321 2017-09-05 Tom Tromey <tom@tromey.com>
2323 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2326 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2328 * gdb.multi/multi-arch-exec.exp: Test with different
2329 "follow-exec-mode" settings.
2330 (do_test): New procedure.
2332 2017-09-04 Pedro Alves <palves@redhat.com>
2334 * gdb.base/func-static.c (S::method const, S::method volatile)
2335 (S::method volatile const): New methods.
2336 (c_s, v_s, cv_s): New instances.
2337 (main): Call method() on them.
2338 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2339 (cannot_resolve): New procedure.
2340 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2341 print-quote-unquoted columns.
2342 (do_test): Test printing each scope too.
2344 2017-09-04 Pedro Alves <palves@redhat.com>
2346 * gdb.base/local-static.exp: Also test with
2347 class::method::variable wholly quoted.
2348 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2350 2017-09-04 Pedro Alves <palves@redhat.com>
2352 * gdb.base/local-static.c: New.
2353 * gdb.base/local-static.cc: New.
2354 * gdb.base/local-static.exp: New.
2356 2017-09-04 Pedro Alves <palves@redhat.com>
2358 * gdb.asm/asm-source.exp: Add casts to int.
2359 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2360 (dataglobal64_1, dataglobal64_2): New globals.
2361 * gdb.base/nodebug.exp: Test different expressions involving the
2362 new globals, with print, whatis and ptype. Add casts to int.
2363 * gdb.base/solib-display.exp: Add casts to int.
2364 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2365 * gdb.cp/m-static.exp: Add cast to int.
2366 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2367 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2368 tls variable with no debug info without a cast. Test with a cast
2370 * gdb.trace/entry-values.exp: Add casts.
2372 2017-09-04 Pedro Alves <palves@redhat.com>
2374 * gdb.base/nodebug.exp: Test that ptype's error about functions
2375 with unknown return type includes the function name too.
2377 2017-09-04 Pedro Alves <palves@redhat.com>
2379 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2380 return type of munmap in infcall.
2381 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2382 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2383 type of ftell in infcall.
2384 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2385 type of getpid in infcall.
2386 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2388 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2389 Bail on failure to extract the pid.
2390 * gdb.base/nodebug.c: #include <stdint.h>.
2391 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2393 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2394 Change expected output of print/whatis/ptype with functions with
2395 no debug info. Test all supported languages. Call
2396 test_call_promotion.
2397 * gdb.compile/compile.exp: Adjust expected output to expect
2399 * gdb.threads/siginfo-threads.exp: Likewise.
2401 2017-09-04 Pedro Alves <palves@redhat.com>
2403 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2404 "prototypes". Test calling float functions via prototyped and
2405 unprototyped function pointers.
2406 (perform_all_tests): New parameter "prototypes". Pass it down.
2407 (top level): Pass down "prototypes" parameter to
2410 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2412 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2413 Test with nested loops.
2415 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2417 * gdb.base/commands.exp: Call the new procedures.
2418 (loop_break_test, loop_continue_test): New procedures.
2420 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2422 * gdb.base/commands.exp: Call new procedure.
2423 (define_if_without_arg_test): New procedure.
2425 2017-09-04 Pedro Alves <palves@redhat.com>
2427 * gdb.base/list-ambiguous.exp: New file.
2428 * gdb.base/list-ambiguous0.c: New file.
2429 * gdb.base/list-ambiguous1.c: New file.
2430 * gdb.base/list.exp (test_list_range): Adjust expected output.
2432 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2434 * gdb.base/share-env-with-gdbserver.c: New file.
2435 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2437 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2439 * gdb.base/commands.exp (gdbvar_simple_if_test,
2440 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2441 progvar_simple_if_test, progvar_simple_while_test,
2442 progvar_complex_if_while_test, user_defined_command_test,
2443 user_defined_command_args_eval,
2444 user_defined_command_args_stack_test,
2445 user_defined_command_manyargs_test, bp_deleted_in_command_test,
2446 temporary_breakpoint_commands,
2447 gdb_test_no_prompt, redefine_hook_test,
2448 redefine_backtrace_test): Remove "global gdb_prompt".
2450 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2452 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2453 New proc, call it from toplevel.
2455 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2458 * gdb.server/normal.c: New file, copied from gdb.base.
2459 * gdb.server/run-without-local-binary.exp: New file.
2461 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
2463 * gdb.arch/sparc64-adi.exp: New file.
2464 * gdb.arch/sparc64-adi.c: New file.
2466 2017-08-22 Pedro Alves <palves@redhat.com>
2468 * gdb.cp/overload.exp (line_range_pattern): New procedure.
2469 (top level): Add "list all overloads" tests.
2471 2017-08-22 Tom Tromey <tom@tromey.com>
2473 * gdb.gdb/xfullpath.exp: Remove.
2475 2017-08-21 Pedro Alves <palves@redhat.com>
2478 * gdb.base/symbol-alias.c: New.
2479 * gdb.base/symbol-alias2.c: New.
2480 * gdb.base/symbol-alias.exp: New.
2482 2017-08-21 Pedro Alves <palves@redhat.com>
2484 * gdb.base/dfp-test.c
2485 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2486 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2487 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2488 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2489 * gdb.base/whatis-ptype-typedefs.c: New.
2490 * gdb.base/whatis-ptype-typedefs.exp: New.
2491 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2492 (an_int, an_int_type, an_int_type2): New globals.
2493 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2494 involving typedefs and cast expressions.
2495 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2496 (lookup_typedefs_function): New.
2497 (typedefs_pretty_printers_dict): New.
2498 (top level): Register lookup_typedefs_function in
2499 gdb.pretty_printers.
2501 2017-08-18 Yao Qi <yao.qi@linaro.org>
2503 * gdb.server/unittest.exp: New.
2505 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
2508 * gdb.base/environ.exp: Add test to check if 'unset environment'
2511 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2513 * lib/gdb.exp (universal_compile_options): New caching proc.
2514 (gdb_compile): Suppress GCC's coloring of messages.
2516 2017-08-14 Tom Tromey <tom@tromey.com>
2519 * gdb.base/printcmds.exp (test_radices): New function.
2520 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2521 * gdb.base/sizeof.exp (check_valueof): Use p/d.
2522 * lib/gdb.exp (get_integer_valueof): Use p/d.
2524 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
2526 * lib/gdb.exp (get_valueof): Don't capture end-of-line
2529 2017-08-05 Tom Tromey <tom@tromey.com>
2531 * gdb.rust/simple.exp: Allow String to appear in a different
2534 2017-07-26 Yao Qi <yao.qi@linaro.org>
2536 * gdb.gdb/unittest.exp: Invoke command
2537 "maintenance check xml-descriptions".
2539 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2541 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2543 (hex128): Drop erroneous calculation of parameters.
2545 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
2547 * gdb.python/py-unwind.exp: Disable stack protection when
2550 2017-07-20 Pedro Alves <palves@redhat.com>
2552 * gdb.base/default.exp (set language): Adjust expected output.
2554 2017-07-20 Pedro Alves <palves@redhat.com>
2556 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2557 (test_minsym): ... this, and make static.
2558 (get_pck__foo__bar__minsym): Rename to ...
2559 (get_test_minsym): ... this.
2560 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
2561 symbol names and comments.
2562 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2563 (get_test_minsym): ... this.
2564 (pck__foo__bar__minsym__2): Rename to ...
2565 (test_minsym): ... this.
2568 2017-07-17 Pedro Alves <palves@redhat.com>
2570 * gdb.base/completion.exp: Adjust expected output.
2571 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2572 the completer works.
2574 2017-07-17 Pedro Alves <palves@redhat.com>
2576 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2578 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2580 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2582 2017-07-14 Tom Tromey <tom@tromey.com>
2585 * gdb.rust/simple.exp: Add tests.
2587 2017-07-14 Tom Tromey <tom@tromey.com>
2589 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2591 2017-07-14 Pedro Alves <palves@redhat.com>
2593 * gdb.linespec/base/one/thefile.cc (z1): New function.
2594 * gdb.linespec/base/two/thefile.cc (z2): New function.
2595 * gdb.linespec/linespec.exp: Add tests.
2597 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2599 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2600 to mi_create_breakpoint.
2602 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
2604 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2605 mi_create_breakpoint.
2607 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
2609 * gdb.dlang/demangle.exp: Update for demangling changes.
2611 2017-07-09 Tom Tromey <tom@tromey.com>
2613 * gdb.dwarf2/shortpiece.exp: New file.
2615 2017-07-06 David Blaikie <dblaikie@gmail.com>
2617 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2618 built from fissiont-multi-cu{1,2}.c.
2619 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2620 except putting 'main' and 'func' in separate CUs in the same DWO file.
2621 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2623 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2626 2017-07-06 Pedro Alves <palves@redhat.com>
2628 * gdb.python/py-unwind.exp: Test flushregs.
2630 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2633 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2634 tests for alias commands and trailing whitespace.
2636 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
2639 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2642 2017-06-29 Pedro Alves <palves@redhat.com>
2644 * gdb.base/printcmds.exp: Add tests.
2646 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
2649 * gdb.base/reread-readsym.exp: New file.
2650 * gdb.base/reread-readsym.c: New file.
2652 2017-06-21 Kevin Buettner <kevinb@redhat.com>
2654 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2657 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
2659 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2661 * gdb.arch/powerpc-power9.s: Likewise.
2663 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
2665 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2666 on 32-bit x86 targets. Exploit is_*_target macros where
2669 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2671 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2674 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2676 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2677 located in one or more DWARF pieces.
2679 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2681 * lib/gdb.exp (get_endianness): New proc.
2682 * gdb.arch/aarch64-fp.exp: Use it.
2683 * gdb.arch/altivec-regs.exp: Likewise.
2684 * gdb.arch/e500-regs.exp: Likewise.
2685 * gdb.arch/vsx-regs.exp: Likewise.
2686 * gdb.base/dump.exp: Likewise.
2687 * gdb.base/funcargs.exp: Likewise.
2688 * gdb.base/gnu_vector.exp: Likewise.
2689 * gdb.dwarf2/formdata16.exp: Likewise.
2690 * gdb.dwarf2/implptrpiece.exp: Likewise.
2691 * gdb.dwarf2/nonvar-access.exp: Likewise.
2692 * gdb.python/py-inferior.exp: Likewise.
2693 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2695 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2698 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2699 stack value pieces are taken from the LSB end.
2701 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2703 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2704 variable at nonzero offset.
2706 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2708 * gdb.dwarf2/var-access.c: New file.
2709 * gdb.dwarf2/var-access.exp: New test.
2710 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2712 2017-06-12 Tom Tromey <tom@tromey.com>
2714 * gdb.dwarf2/formdata16.exp: Add tests.
2716 2017-06-12 Tom Tromey <tom@tromey.com>
2718 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2720 2017-06-12 Tom Tromey <tom@tromey.com>
2723 * gdb.reverse/i386-sse-reverse.exp: Update tests.
2724 * gdb.arch/vsx-regs.exp: Update tests.
2725 * gdb.arch/s390-vregs.exp (hex128): New proc.
2727 * gdb.arch/altivec-regs.exp: Update tests.
2729 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2731 * gdb.base/startup-with-shell.c: New file.
2732 * gdb.base/startup-with-shell.exp: Likewise.
2734 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
2736 * gdb.server/non-existing-program.exp: Update regex in order to
2737 reflect the fact that gdbserver is now using fork_inferior (with a
2738 shell) to startup the inferior.
2740 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
2742 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2743 support function calls from GDB.
2745 2017-05-21 Tom Tromey <tom@tromey.com>
2748 * gdb.rust/unsized.exp: New file.
2749 * gdb.rust/unsized.rs: New file.
2751 2017-05-19 Tom Tromey <tom@tromey.com>
2754 * gdb.rust/watch.exp: New file.
2755 * gdb.rust/watch.rs: New file.
2757 2017-05-18 Tom Tromey <tom@tromey.com>
2759 * gdb.rust/simple.exp: Allow Box to be qualified.
2761 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
2763 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2765 2017-05-18 Pedro Alves <palves@redhat.com>
2767 * gdb.base/fileio.c (test_write, test_read, test_close)
2768 (test_fstat): Don't print 'ret' in the fail path.
2770 2017-05-18 Pedro Alves <palves@redhat.com>
2772 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2773 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2774 (test_system, test_rename, test_unlink, test_time): Change
2776 * gdb.base/fileio.exp (stop_msg): Adjust.
2778 2017-05-18 Pedro Alves <palves@redhat.com>
2780 * gdb.base/fileio.c (null_str): New global.
2781 (test_stat): Use it.
2782 * gdb.base/fileio.exp: Remove nowarnings.
2784 2017-05-17 Yao Qi <yao.qi@linaro.org>
2786 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2788 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
2790 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2792 (top-level): Invoke test_set_inferior_tty.
2794 2017-05-04 Pedro Alves <palves@redhat.com>
2796 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2797 Add parens to print call for Python 3.
2799 2017-05-03 Keith Seitz <keiths@redhat.com>
2801 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2804 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2806 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2809 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2811 * gdb.python/py-record-btrace.exp: Remove test for
2812 gdb.BtraceInstruction.error.
2814 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2816 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2818 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
2820 * gdb.python/py-record-btrace-threads.c: New file.
2821 * gdb.python/py-record-btrace-threads.exp: New file.
2823 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
2826 * gdb.base/environ.exp: Make test available in all architectures.
2827 Move bits related to "info program" testing to
2828 gdb.base/info-program.exp. Rewrite tests to use the two new
2829 procedures mentione below.
2830 (test_set_show_env_var) New procedure.
2831 (test_set_show_env_var_equal): Likewise.
2832 * gdb.base/info-program.exp: New file.
2834 2017-04-27 Keith Seitz <keiths@redhat.com>
2836 * gdb.cp/oranking.cc (test15): New function.
2837 (main): Call test15 and declare additional variables for testing.
2838 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2839 "p foo101('abc')" tests.
2840 Add tests for cv qualifier overloads.
2841 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2842 "lvalue reference overload" test.
2843 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2844 "print value of f1 on Child&& in f2" test.
2846 2017-04-19 Pedro Alves <palves@redhat.com>
2848 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2850 (top level): Call it.
2851 * lib/gdb.exp (gdb_define_cmd): New procedure.
2853 2017-04-12 Pedro Alves <palves@redhat.com>
2856 * gdb.cp/wide_char_types.c: Include <wchar.h>.
2857 (wchar): New global.
2858 * gdb.cp/wide_char_types.exp (wide_char_types_program)
2859 (do_test_wide_char, wide_char_types_no_program, top level): Add
2862 2017-04-12 Pedro Alves <palves@redhat.com>
2865 * gdb.cp/wide_char_types.c: New file.
2866 * gdb.cp/wide_char_types.exp: New file.
2868 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
2871 * gdb.trace/tsv.exp: Add test for "tsave -r".
2873 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
2875 * gdb.dlang/watch-loc.c: New file.
2876 * gdb.dlang/watch-loc.exp: New file.
2878 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2880 * gdb.python/py-section-script.exp (sepdebug): New testcases.
2882 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2884 * gdb.arch/arc-analyze-prologue.S: New file.
2885 * gdb.arch/arc-analyze-prologue.exp: Likewise.
2887 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
2889 * gdb.arch/arc-decode-insn.S: New file.
2890 * gdb.arch/arc-decode-insn.exp: Likewise.
2892 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
2895 * gdb.arch/sparc64-regs.exp: New file.
2896 * gdb.arch/sparc64-regs.S: Likewise.
2898 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
2900 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
2901 and memory view on Python 3.
2903 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
2904 Keith Seitz <keiths@redhat.com>
2907 * gdb.cp/demangle.exp: Add rvalue reference tests.
2908 * gdb.cp/rvalue-ref-casts.cc: New file.
2909 * gdb.cp/rvalue-ref-casts.exp: New file.
2910 * gdb.cp/rvalue-ref-overload.cc: New file.
2911 * gdb.cp/rvalue-ref-overload.exp: New file.
2912 * gdb.cp/rvalue-ref-params.cc: New file.
2913 * gdb.cp/rvalue-ref-params.exp: New file.
2914 * gdb.cp/rvalue-ref-sizeof.cc: New file.
2915 * gdb.cp/rvalue-ref-sizeof.exp: New file.
2916 * gdb.cp/rvalue-ref-types.cc: New file.
2917 * gdb.cp/rvalue-ref-types.exp: New file.
2918 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
2919 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
2921 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2923 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
2926 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2928 * lib/mi-support.exp (mi_gdb_test): Add additional message
2929 for unexpected output.
2931 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
2933 * gdb.base/examine-backward.c (Barrier): New character array
2934 constant, to ensure that TestStrings is preceded by a string
2937 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2939 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
2940 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
2941 and implicit pointer into such a location.
2943 2017-03-16 Doug Evans <dje@google.com>
2945 * gdb.python/py-lazy-string (pointer): Really add new typedef.
2947 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
2949 * gdb.cp/m-static.exp: Fix expectation for prototype of
2950 test5.single_constructor and single_constructor::single_constructor.
2952 2017-03-16 Doug Evans <dje@google.com>
2954 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
2955 * gdb.guile/scm-lazy-string.c: New file.
2956 * gdb.guile/scm-value.exp: Move lazy string tests to ...
2957 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
2958 for pointer, array, typedef lazy strings.
2960 2017-03-16 Doug Evans <dje@google.com>
2962 PR python/17728, python/18439, python/18779
2963 * gdb.python/py-value.c (main) Delete locals sptr, sn.
2964 * gdb.python/py-lazy-string.c (pointer): New typedef.
2965 (main): New locals ptr, array, typedef_ptr.
2966 * gdb.python/py-value.exp: Move lazy string tests to ...
2967 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
2968 array, typedef lazy strings.
2970 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
2972 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
2973 Add optional 'test' parameter.
2975 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2977 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
2978 Skip for versions of DejaGnu < 1.5.
2980 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
2982 * lib/gdb.exp (dejagnu_version): New proc.
2983 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2984 Use dejagnu_version.
2986 2017-03-10 Keith Seitz <keiths@redhat.com>
2989 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
2990 type from destructor regexps.
2991 Add a branch which actually passes the test.
2992 Adjust "ptype t5i" test names.
2994 2017-03-08 Pedro Alves <palves@redhat.com>
2996 * gdb.base/step-over-exit.exp: Add explicit test message.
2998 2017-03-08 Pedro Alves <palves@redhat.com>
3001 * gdb.threads/interrupt-while-step-over.c: New file.
3002 * gdb.threads/interrupt-while-step-over.exp: New file.
3004 2017-03-08 Pedro Alves <palves@redhat.com>
3006 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3007 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3009 2017-03-08 Pedro Alves <palves@redhat.com>
3011 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3012 PKRU as not supported as a PASS.
3014 2017-03-08 Pedro Alves <palves@redhat.com>
3016 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3017 prefix instead of $binfile1/$binfile2.
3018 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3020 * gdb.python/py-completion.exp: Use "load python file" as test
3021 messages instead of unstable path names.
3023 2017-03-08 Pedro Alves <palves@redhat.com>
3024 Jan Kratochvil <jan.kratochvil@redhat.com>
3027 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3029 (top level): Call it.
3031 2017-03-08 Pedro Alves <palves@redhat.com>
3034 * gdb.tui/tui-nl-filtered-output.exp: New file.
3036 2017-03-08 Pedro Alves <palves@redhat.com>
3038 * gdb.base/completion.exp: Move TUI completion tests to ...
3039 * gdb.tui/completion.exp: ... this new file.
3041 2017-03-08 Pedro Alves <palves@redhat.com>
3043 * gdb.base/tui-disasm-long-lines.c,
3044 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3045 gdb.base/tui-layout.exp: Move to ...
3046 * gdb.tui/: ... this new directory.
3048 2017-03-07 Pedro Alves <palves@redhat.com>
3050 * gdb.base/tui-layout.c: New file.
3051 * gdb.base/tui-layout.exp: New file.
3053 2017-03-07 Pedro Alves <palves@redhat.com>
3055 * gdb.base/tui-layout.c: Rename to ...
3056 * gdb.base/tui-disasm-long-lines.c: ... this.
3057 * gdb.base/tui-layout.exp: Rename to ...
3058 * gdb.base/tui-disasm-long-lines.exp: ... this.
3060 2017-03-07 Pedro Alves <palves@redhat.com>
3062 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3064 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3066 * i386-mpx-call.c: New file.
3067 * i386-mpx-call.exp: New file.
3069 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3071 * gdb.arch/powerpc-power.exp: Delete test.
3072 * gdb.arch/powerpc-power.s: Likewise.
3073 * gdb.disasm/disassembler-options.exp: New test.
3074 * gdb.arch/powerpc-altivec.exp: Likewise.
3075 * gdb.arch/powerpc-altivec.s: Likewise.
3076 * gdb.arch/powerpc-altivec2.exp: Likewise.
3077 * gdb.arch/powerpc-altivec2.s: Likewise.
3078 * gdb.arch/powerpc-altivec3.exp: Likewise.
3079 * gdb.arch/powerpc-altivec3.s: Likewise.
3080 * gdb.arch/powerpc-power7.exp: Likewise.
3081 * gdb.arch/powerpc-power7.s: Likewise.
3082 * gdb.arch/powerpc-power8.exp: Likewise.
3083 * gdb.arch/powerpc-power8.s: Likewise.
3084 * gdb.arch/powerpc-power9.exp: Likewise.
3085 * gdb.arch/powerpc-power9.s: Likewise.
3086 * gdb.arch/powerpc-vsx.exp: Likewise.
3087 * gdb.arch/powerpc-vsx.s: Likewise.
3088 * gdb.arch/powerpc-vsx2.exp: Likewise.
3089 * gdb.arch/powerpc-vsx2.s: Likewise.
3090 * gdb.arch/powerpc-vsx3.exp: Likewise.
3091 * gdb.arch/powerpc-vsx3.s: Likewise.
3092 * gdb.arch/arm-disassembler-options.exp: Likewise.
3093 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3094 * gdb.arch/s390-disassembler-options.exp: Likewise.
3096 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3098 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3099 (check_supported_features): ... this. Changed return type to void.
3100 (supports_rdseed): New static global.
3101 (rdseed): Check supports_rdseed.
3102 (initialize): Call check_supported_features.
3104 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3106 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3107 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3109 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3110 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3112 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3114 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3117 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3119 * gdb.dwarf2/formdata16.c: New file.
3120 * gdb.dwarf2/formdata16.exp: New file.
3121 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3123 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3125 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3126 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3127 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3128 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3131 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3133 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3135 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3138 * gdb.base/maint.exp: Add testcases for when the commands do
3141 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3143 * gdb.cp/chained-calls.exp: Use p instead of P.
3145 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3147 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3148 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3150 2017-02-14 Tom Tromey <tom@tromey.com>
3153 * gdb.python/py-events.exp: Add before_prompt event tests.
3155 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3157 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3159 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3161 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3162 (main): Call my_unique_function_name.
3163 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3164 completion of patterns with a single match.
3165 Add missing -re switches to gdb_test_multiple calls.
3167 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3169 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3170 return if core file is not recognized.
3172 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3174 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3177 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3179 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3182 2017-02-10 Tom Tromey <tom@tromey.com>
3184 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3186 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3189 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3191 2017-02-08 Jerome Guitton <guitton@adacore.com>
3193 * gdb.base/define.exp: Add test for command abbreviations
3196 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3198 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3199 * gdb.reverse/insn-reverse-x86.c: New file.
3201 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3204 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3206 2017-02-03 Tom Tromey <tom@tromey.com>
3209 * gdb.rust/simple.exp: Add new tests.
3211 2017-02-02 Pedro Alves <palves@redhat.com>
3213 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3216 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3218 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3219 taking a 2-byte value out of a 4-byte DWARF implicit value on
3221 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3222 logic. Add test cases for DW_OP_implicit.
3224 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3226 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3228 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3230 * gdb.btrace/enable.exp: Call gdb_exit before
3231 skip_gdbserver_tests.
3233 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3235 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3238 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3240 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3241 the test is skipped.
3242 * gdb.btrace/data.exp: Likewise.
3243 * gdb.btrace/delta.exp: Likewise.
3244 * gdb.btrace/dlopen.exp: Likewise.
3245 * gdb.btrace/enable-running.exp: Likewise.
3246 * gdb.btrace/enable.exp: Likewise.
3247 * gdb.btrace/exception.exp: Likewise.
3248 * gdb.btrace/function_call_history.exp: Likewise.
3249 * gdb.btrace/gcore.exp: Likewise.
3250 * gdb.btrace/instruction_history.exp: Likewise.
3251 * gdb.btrace/multi-thread-step.exp: Likewise.
3252 * gdb.btrace/nohist.exp: Likewise.
3253 * gdb.btrace/non-stop.exp: Likewise.
3254 * gdb.btrace/reconnect.exp: Likewise.
3255 * gdb.btrace/record_goto-step.exp: Likewise.
3256 * gdb.btrace/record_goto.exp: Likewise.
3257 * gdb.btrace/rn-dl-bind.exp: Likewise.
3258 * gdb.btrace/segv.exp: Likewise.
3259 * gdb.btrace/step.exp: Likewise.
3260 * gdb.btrace/stepi.exp: Likewise.
3261 * gdb.btrace/tailcall-only.exp: Likewise.
3262 * gdb.btrace/tailcall.exp: Likewise.
3263 * gdb.btrace/tsx.exp: Likewise.
3264 * gdb.btrace/unknown_functions.exp: Likewise.
3265 * gdb.btrace/vdso.exp: Likewise.
3267 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3269 * gdb.btrace/enable-running.c: New.
3270 * gdb.btrace/enable-running.exp: New.
3272 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3274 * gdb.arch/amd64-gs_base.c: New file.
3275 * gdb.arch/amd64-gs_base.exp: New file.
3277 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3279 * lib/memory.exp: Remove spurious empty newlines.
3281 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3283 * gdb.python/py-bad-printers.exp: Load python file using "source".
3284 * gdb.python/py-events.exp: Likewise.
3285 * gdb.python/py-evsignal.exp: Likewise.
3286 * gdb.python/py-evthreads.exp: Likewise.
3287 * gdb.python/py-frame-args.exp: Likewise.
3288 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3289 * gdb.python/py-framefilter-mi.exp: Likewise.
3290 * gdb.python/py-framefilter.exp: Likewise.
3291 * gdb.python/py-mi.exp: Likewise.
3292 * gdb.python/py-pp-maint.exp: Likewise.
3293 * gdb.python/py-pp-registration.exp: Likewise.
3294 * gdb.python/py-prettyprint.exp: Likewise.
3295 (run_lang_tests): Likewise.
3296 * gdb.python/py-typeprint.exp: Likewise.
3298 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3300 * lib/memory.exp: New file.
3301 * lib/gdb.exp: Load memory.exp.
3302 * gdb.base/memattr.exp (delete_memory): Move proc to
3303 lib/memory.exp and rename to delete_memory_regions.
3304 Replace delete_memory with delete_memory_regions.
3305 Cleanup memory regions before tests.
3306 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3309 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3311 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3313 (initialize): New function conditionally defined.
3314 (testcases): Move within conditional block.
3315 (main): Call initialize.
3316 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3317 of gdb.reverse/insn-reverse.c.
3318 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3319 gdb.reverse/insn-reverse.c.
3321 2017-01-26 Yao Qi <yao.qi@linaro.org>
3323 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3324 disassemble on address 0.
3326 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3327 Yao Qi <yao.qi@linaro.org>
3329 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3330 * gdb.dwarf2/implptr-64bit.S: Remove.
3331 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3332 variables in caller's context. Add DW_OP_implicit_value.
3334 2017-01-25 Yao Qi <yao.qi@linaro.org>
3336 * lib/dwarf.exp (Dwarf::_location): Handle
3337 DW_OP_GNU_implicit_pointer with proper size.
3339 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3341 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3342 and add untested calls.
3344 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3346 * gdb.python/python.exp: Check line number against what GDB thinks
3347 the line number is for func1.
3349 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3351 * gdb.dlang/debug-expr.exp: New file.
3353 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3355 Fix test names for the following files:
3357 * gdb.ada/exec_changed.exp
3358 * gdb.ada/info_types.exp
3359 * gdb.arch/aarch64-atomic-inst.exp
3360 * gdb.arch/aarch64-fp.exp
3361 * gdb.arch/altivec-abi.exp
3362 * gdb.arch/altivec-regs.exp
3363 * gdb.arch/amd64-byte.exp
3364 * gdb.arch/amd64-disp-step.exp
3365 * gdb.arch/amd64-dword.exp
3366 * gdb.arch/amd64-entry-value-inline.exp
3367 * gdb.arch/amd64-entry-value-param.exp
3368 * gdb.arch/amd64-entry-value-paramref.exp
3369 * gdb.arch/amd64-entry-value.exp
3370 * gdb.arch/amd64-i386-address.exp
3371 * gdb.arch/amd64-invalid-stack-middle.exp
3372 * gdb.arch/amd64-invalid-stack-top.exp
3373 * gdb.arch/amd64-optimout-repeat.exp
3374 * gdb.arch/amd64-prologue-skip.exp
3375 * gdb.arch/amd64-prologue-xmm.exp
3376 * gdb.arch/amd64-stap-special-operands.exp
3377 * gdb.arch/amd64-stap-wrong-subexp.exp
3378 * gdb.arch/amd64-tailcall-cxx.exp
3379 * gdb.arch/amd64-tailcall-noret.exp
3380 * gdb.arch/amd64-tailcall-ret.exp
3381 * gdb.arch/amd64-tailcall-self.exp
3382 * gdb.arch/amd64-word.exp
3383 * gdb.arch/arm-bl-branch-dest.exp
3384 * gdb.arch/arm-disp-step.exp
3385 * gdb.arch/arm-neon.exp
3386 * gdb.arch/arm-single-step-kernel-helper.exp
3387 * gdb.arch/avr-flash-qualifier.exp
3388 * gdb.arch/disp-step-insn-reloc.exp
3389 * gdb.arch/e500-abi.exp
3390 * gdb.arch/e500-regs.exp
3391 * gdb.arch/ftrace-insn-reloc.exp
3392 * gdb.arch/i386-avx512.exp
3393 * gdb.arch/i386-bp_permanent.exp
3394 * gdb.arch/i386-byte.exp
3395 * gdb.arch/i386-cfi-notcurrent.exp
3396 * gdb.arch/i386-disp-step.exp
3397 * gdb.arch/i386-dr3-watch.exp
3398 * gdb.arch/i386-float.exp
3399 * gdb.arch/i386-gnu-cfi.exp
3400 * gdb.arch/i386-mpx-map.exp
3401 * gdb.arch/i386-mpx-sigsegv.exp
3402 * gdb.arch/i386-mpx-simple_segv.exp
3403 * gdb.arch/i386-mpx.exp
3404 * gdb.arch/i386-permbkpt.exp
3405 * gdb.arch/i386-prologue.exp
3406 * gdb.arch/i386-signal.exp
3407 * gdb.arch/i386-size-overlap.exp
3408 * gdb.arch/i386-unwind.exp
3409 * gdb.arch/i386-word.exp
3410 * gdb.arch/mips-fcr.exp
3411 * gdb.arch/powerpc-d128-regs.exp
3412 * gdb.arch/powerpc-stackless.exp
3413 * gdb.arch/ppc64-atomic-inst.exp
3414 * gdb.arch/s390-stackless.exp
3415 * gdb.arch/s390-tdbregs.exp
3416 * gdb.arch/s390-vregs.exp
3417 * gdb.arch/sparc-sysstep.exp
3418 * gdb.arch/thumb-bx-pc.exp
3419 * gdb.arch/thumb-singlestep.exp
3420 * gdb.arch/thumb2-it.exp
3421 * gdb.arch/vsx-regs.exp
3422 * gdb.asm/asm-source.exp
3423 * gdb.base/a2-run.exp
3424 * gdb.base/advance.exp
3425 * gdb.base/all-bin.exp
3428 * gdb.base/arithmet.exp
3429 * gdb.base/async-shell.exp
3430 * gdb.base/async.exp
3431 * gdb.base/attach-pie-noexec.exp
3432 * gdb.base/attach-twice.exp
3433 * gdb.base/auto-load.exp
3435 * gdb.base/bitfields.exp
3436 * gdb.base/break-always.exp
3437 * gdb.base/break-caller-line.exp
3438 * gdb.base/break-entry.exp
3439 * gdb.base/break-inline.exp
3440 * gdb.base/break-on-linker-gcd-function.exp
3441 * gdb.base/break-probes.exp
3442 * gdb.base/break.exp
3443 * gdb.base/breakpoint-shadow.exp
3444 * gdb.base/call-ar-st.exp
3445 * gdb.base/call-sc.exp
3446 * gdb.base/call-signal-resume.exp
3447 * gdb.base/call-strs.exp
3448 * gdb.base/callfuncs.exp
3449 * gdb.base/catch-fork-static.exp
3450 * gdb.base/catch-gdb-caused-signals.exp
3451 * gdb.base/catch-load.exp
3452 * gdb.base/catch-signal-fork.exp
3453 * gdb.base/catch-signal.exp
3454 * gdb.base/catch-syscall.exp
3455 * gdb.base/charset.exp
3456 * gdb.base/checkpoint.exp
3457 * gdb.base/chng-syms.exp
3458 * gdb.base/code-expr.exp
3459 * gdb.base/code_elim.exp
3460 * gdb.base/commands.exp
3461 * gdb.base/completion.exp
3462 * gdb.base/complex.exp
3463 * gdb.base/cond-expr.exp
3464 * gdb.base/condbreak.exp
3465 * gdb.base/consecutive.exp
3466 * gdb.base/continue-all-already-running.exp
3467 * gdb.base/coredump-filter.exp
3468 * gdb.base/corefile.exp
3470 * gdb.base/debug-expr.exp
3471 * gdb.base/define.exp
3473 * gdb.base/disabled-location.exp
3474 * gdb.base/disasm-end-cu.exp
3475 * gdb.base/disasm-optim.exp
3476 * gdb.base/display.exp
3477 * gdb.base/duplicate-bp.exp
3478 * gdb.base/ena-dis-br.exp
3479 * gdb.base/ending-run.exp
3480 * gdb.base/enumval.exp
3481 * gdb.base/environ.exp
3482 * gdb.base/eu-strip-infcall.exp
3483 * gdb.base/eval-avoid-side-effects.exp
3484 * gdb.base/eval-skip.exp
3485 * gdb.base/exitsignal.exp
3486 * gdb.base/expand-psymtabs.exp
3487 * gdb.base/filesym.exp
3488 * gdb.base/find-unmapped.exp
3489 * gdb.base/finish.exp
3490 * gdb.base/float.exp
3491 * gdb.base/foll-exec-mode.exp
3492 * gdb.base/foll-exec.exp
3493 * gdb.base/foll-fork.exp
3494 * gdb.base/fortran-sym-case.exp
3495 * gdb.base/freebpcmd.exp
3496 * gdb.base/func-ptr.exp
3497 * gdb.base/func-ptrs.exp
3498 * gdb.base/funcargs.exp
3499 * gdb.base/gcore-buffer-overflow.exp
3500 * gdb.base/gcore-relro-pie.exp
3501 * gdb.base/gcore-relro.exp
3502 * gdb.base/gcore.exp
3503 * gdb.base/gdb1090.exp
3504 * gdb.base/gdb11530.exp
3505 * gdb.base/gdb11531.exp
3506 * gdb.base/gdb1821.exp
3507 * gdb.base/gdbindex-stabs.exp
3508 * gdb.base/gdbvars.exp
3509 * gdb.base/hbreak.exp
3510 * gdb.base/hbreak2.exp
3511 * gdb.base/included.exp
3512 * gdb.base/infcall-input.exp
3513 * gdb.base/inferior-died.exp
3514 * gdb.base/infnan.exp
3515 * gdb.base/info-macros.exp
3516 * gdb.base/info-os.exp
3517 * gdb.base/info-proc.exp
3518 * gdb.base/info-shared.exp
3519 * gdb.base/info-target.exp
3520 * gdb.base/infoline.exp
3521 * gdb.base/interp.exp
3522 * gdb.base/interrupt.exp
3523 * gdb.base/jit-reader.exp
3524 * gdb.base/jit-simple.exp
3525 * gdb.base/kill-after-signal.exp
3526 * gdb.base/kill-detach-inferiors-cmd.exp
3527 * gdb.base/label.exp
3528 * gdb.base/langs.exp
3529 * gdb.base/ldbl_e308.exp
3530 * gdb.base/line-symtabs.exp
3531 * gdb.base/linespecs.exp
3533 * gdb.base/long_long.exp
3534 * gdb.base/longest-types.exp
3535 * gdb.base/maint.exp
3536 * gdb.base/max-value-size.exp
3537 * gdb.base/memattr.exp
3538 * gdb.base/mips_pro.exp
3539 * gdb.base/morestack.exp
3540 * gdb.base/moribund-step.exp
3541 * gdb.base/multi-forks.exp
3542 * gdb.base/nested-addr.exp
3543 * gdb.base/nextoverexit.exp
3544 * gdb.base/noreturn-finish.exp
3545 * gdb.base/noreturn-return.exp
3546 * gdb.base/nostdlib.exp
3547 * gdb.base/offsets.exp
3548 * gdb.base/opaque.exp
3549 * gdb.base/pc-fp.exp
3550 * gdb.base/permissions.exp
3551 * gdb.base/print-symbol-loading.exp
3552 * gdb.base/prologue-include.exp
3553 * gdb.base/psymtab.exp
3554 * gdb.base/ptype.exp
3555 * gdb.base/random-signal.exp
3556 * gdb.base/randomize.exp
3557 * gdb.base/range-stepping.exp
3558 * gdb.base/readline-ask.exp
3559 * gdb.base/recpar.exp
3560 * gdb.base/recurse.exp
3561 * gdb.base/relational.exp
3562 * gdb.base/restore.exp
3563 * gdb.base/return-nodebug.exp
3564 * gdb.base/return.exp
3565 * gdb.base/run-after-attach.exp
3566 * gdb.base/save-bp.exp
3567 * gdb.base/scope.exp
3568 * gdb.base/sect-cmd.exp
3569 * gdb.base/set-lang-auto.exp
3570 * gdb.base/set-noassign.exp
3571 * gdb.base/setvar.exp
3572 * gdb.base/sigall.exp
3573 * gdb.base/sigbpt.exp
3574 * gdb.base/siginfo-addr.exp
3575 * gdb.base/siginfo-infcall.exp
3576 * gdb.base/siginfo-obj.exp
3577 * gdb.base/siginfo.exp
3578 * gdb.base/signals-state-child.exp
3579 * gdb.base/signest.exp
3580 * gdb.base/sigstep.exp
3581 * gdb.base/sizeof.exp
3583 * gdb.base/solib-corrupted.exp
3584 * gdb.base/solib-nodir.exp
3585 * gdb.base/solib-search.exp
3586 * gdb.base/stack-checking.exp
3587 * gdb.base/stale-infcall.exp
3588 * gdb.base/stap-probe.exp
3589 * gdb.base/start.exp
3590 * gdb.base/step-break.exp
3591 * gdb.base/step-bt.exp
3592 * gdb.base/step-line.exp
3593 * gdb.base/step-over-exit.exp
3594 * gdb.base/step-over-syscall.exp
3595 * gdb.base/step-resume-infcall.exp
3596 * gdb.base/step-test.exp
3597 * gdb.base/store.exp
3598 * gdb.base/structs3.exp
3599 * gdb.base/sym-file.exp
3600 * gdb.base/symbol-without-target_section.exp
3602 * gdb.base/testenv.exp
3603 * gdb.base/ui-redirect.exp
3604 * gdb.base/until.exp
3605 * gdb.base/unwindonsignal.exp
3606 * gdb.base/value-double-free.exp
3607 * gdb.base/vla-datatypes.exp
3608 * gdb.base/vla-ptr.exp
3609 * gdb.base/vla-sideeffect.exp
3610 * gdb.base/volatile.exp
3611 * gdb.base/watch-cond-infcall.exp
3612 * gdb.base/watch-cond.exp
3613 * gdb.base/watch-non-mem.exp
3614 * gdb.base/watch-read.exp
3615 * gdb.base/watch-vfork.exp
3616 * gdb.base/watchpoint-cond-gone.exp
3617 * gdb.base/watchpoint-delete.exp
3618 * gdb.base/watchpoint-hw-hit-once.exp
3619 * gdb.base/watchpoint-hw.exp
3620 * gdb.base/watchpoint-stops-at-right-insn.exp
3621 * gdb.base/watchpoints.exp
3622 * gdb.base/wchar.exp
3623 * gdb.base/whatis-exp.exp
3624 * gdb.btrace/buffer-size.exp
3625 * gdb.btrace/data.exp
3626 * gdb.btrace/delta.exp
3627 * gdb.btrace/dlopen.exp
3628 * gdb.btrace/enable.exp
3629 * gdb.btrace/exception.exp
3630 * gdb.btrace/function_call_history.exp
3631 * gdb.btrace/gcore.exp
3632 * gdb.btrace/instruction_history.exp
3633 * gdb.btrace/nohist.exp
3634 * gdb.btrace/reconnect.exp
3635 * gdb.btrace/record_goto-step.exp
3636 * gdb.btrace/record_goto.exp
3637 * gdb.btrace/rn-dl-bind.exp
3638 * gdb.btrace/segv.exp
3639 * gdb.btrace/step.exp
3640 * gdb.btrace/stepi.exp
3641 * gdb.btrace/tailcall-only.exp
3642 * gdb.btrace/tailcall.exp
3643 * gdb.btrace/tsx.exp
3644 * gdb.btrace/unknown_functions.exp
3645 * gdb.btrace/vdso.exp
3646 * gdb.compile/compile-ifunc.exp
3647 * gdb.compile/compile-ops.exp
3648 * gdb.compile/compile-print.exp
3649 * gdb.compile/compile-setjmp.exp
3650 * gdb.cp/abstract-origin.exp
3651 * gdb.cp/ambiguous.exp
3652 * gdb.cp/annota2.exp
3653 * gdb.cp/annota3.exp
3654 * gdb.cp/anon-ns.exp
3655 * gdb.cp/anon-struct.exp
3656 * gdb.cp/anon-union.exp
3657 * gdb.cp/arg-reference.exp
3658 * gdb.cp/baseenum.exp
3660 * gdb.cp/breakpoint.exp
3661 * gdb.cp/bs15503.exp
3664 * gdb.cp/chained-calls.exp
3666 * gdb.cp/classes.exp
3667 * gdb.cp/cmpd-minsyms.exp
3668 * gdb.cp/converts.exp
3669 * gdb.cp/cp-relocate.exp
3670 * gdb.cp/cpcompletion.exp
3671 * gdb.cp/cpexprs.exp
3672 * gdb.cp/cplabel.exp
3673 * gdb.cp/cplusfuncs.exp
3674 * gdb.cp/cpsizeof.exp
3676 * gdb.cp/derivation.exp
3677 * gdb.cp/destrprint.exp
3678 * gdb.cp/dispcxx.exp
3679 * gdb.cp/enum-class.exp
3680 * gdb.cp/exception.exp
3681 * gdb.cp/exceptprint.exp
3682 * gdb.cp/expand-psymtabs-cxx.exp
3683 * gdb.cp/expand-sals.exp
3684 * gdb.cp/extern-c.exp
3685 * gdb.cp/filename.exp
3686 * gdb.cp/formatted-ref.exp
3687 * gdb.cp/fpointer.exp
3688 * gdb.cp/gdb1355.exp
3689 * gdb.cp/gdb2495.exp
3691 * gdb.cp/impl-this.exp
3692 * gdb.cp/infcall-dlopen.exp
3693 * gdb.cp/inherit.exp
3694 * gdb.cp/iostream.exp
3698 * gdb.cp/m-static.exp
3699 * gdb.cp/mb-ctor.exp
3700 * gdb.cp/mb-inline.exp
3701 * gdb.cp/mb-templates.exp
3702 * gdb.cp/member-name.exp
3703 * gdb.cp/member-ptr.exp
3704 * gdb.cp/meth-typedefs.exp
3706 * gdb.cp/method2.exp
3707 * gdb.cp/minsym-fallback.exp
3709 * gdb.cp/namelessclass.exp
3710 * gdb.cp/namespace-enum.exp
3711 * gdb.cp/namespace-nested-import.exp
3712 * gdb.cp/namespace.exp
3713 * gdb.cp/nextoverthrow.exp
3714 * gdb.cp/no-dmgl-verbose.exp
3715 * gdb.cp/non-trivial-retval.exp
3716 * gdb.cp/noparam.exp
3718 * gdb.cp/nsimport.exp
3719 * gdb.cp/nsnested.exp
3720 * gdb.cp/nsnoimports.exp
3721 * gdb.cp/nsrecurs.exp
3722 * gdb.cp/nsstress.exp
3723 * gdb.cp/nsusing.exp
3724 * gdb.cp/operator.exp
3725 * gdb.cp/oranking.exp
3726 * gdb.cp/overload-const.exp
3727 * gdb.cp/overload.exp
3728 * gdb.cp/ovldbreak.exp
3730 * gdb.cp/paren-type.exp
3731 * gdb.cp/parse-lang.exp
3732 * gdb.cp/pass-by-ref.exp
3733 * gdb.cp/pr-1023.exp
3734 * gdb.cp/pr-1210.exp
3736 * gdb.cp/pr10687.exp
3737 * gdb.cp/pr12028.exp
3738 * gdb.cp/pr17132.exp
3739 * gdb.cp/pr17494.exp
3743 * gdb.cp/printmethod.exp
3745 * gdb.cp/psymtab-parameter.exp
3746 * gdb.cp/ptype-cv-cp.exp
3747 * gdb.cp/ptype-flags.exp
3748 * gdb.cp/re-set-overloaded.exp
3749 * gdb.cp/ref-types.exp
3751 * gdb.cp/scope-err.exp
3754 * gdb.cp/static-method.exp
3755 * gdb.cp/static-print-quit.exp
3756 * gdb.cp/temargs.exp
3757 * gdb.cp/templates.exp
3758 * gdb.cp/try_catch.exp
3759 * gdb.cp/typedef-operator.exp
3761 * gdb.cp/userdef.exp
3762 * gdb.cp/using-crash.exp
3763 * gdb.cp/var-tag.exp
3764 * gdb.cp/virtbase.exp
3765 * gdb.cp/virtfunc.exp
3766 * gdb.cp/virtfunc2.exp
3767 * gdb.cp/vla-cxx.exp
3768 * gdb.disasm/t01_mov.exp
3769 * gdb.disasm/t02_mova.exp
3770 * gdb.disasm/t03_add.exp
3771 * gdb.disasm/t04_sub.exp
3772 * gdb.disasm/t05_cmp.exp
3773 * gdb.disasm/t06_ari2.exp
3774 * gdb.disasm/t07_ari3.exp
3775 * gdb.disasm/t08_or.exp
3776 * gdb.disasm/t09_xor.exp
3777 * gdb.disasm/t10_and.exp
3778 * gdb.disasm/t11_logs.exp
3779 * gdb.disasm/t12_bit.exp
3780 * gdb.disasm/t13_otr.exp
3781 * gdb.dlang/circular.exp
3782 * gdb.dwarf2/arr-stride.exp
3783 * gdb.dwarf2/arr-subrange.exp
3784 * gdb.dwarf2/atomic-type.exp
3785 * gdb.dwarf2/bad-regnum.exp
3786 * gdb.dwarf2/bitfield-parent-optimized-out.exp
3787 * gdb.dwarf2/callframecfa.exp
3788 * gdb.dwarf2/clztest.exp
3789 * gdb.dwarf2/corrupt.exp
3790 * gdb.dwarf2/data-loc.exp
3791 * gdb.dwarf2/dup-psym.exp
3792 * gdb.dwarf2/dw2-anon-mptr.exp
3793 * gdb.dwarf2/dw2-anonymous-func.exp
3794 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3795 * gdb.dwarf2/dw2-bad-unresolved.exp
3796 * gdb.dwarf2/dw2-basic.exp
3797 * gdb.dwarf2/dw2-canonicalize-type.exp
3798 * gdb.dwarf2/dw2-case-insensitive.exp
3799 * gdb.dwarf2/dw2-common-block.exp
3800 * gdb.dwarf2/dw2-compdir-oldgcc.exp
3801 * gdb.dwarf2/dw2-compressed.exp
3802 * gdb.dwarf2/dw2-const.exp
3803 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3804 * gdb.dwarf2/dw2-cu-size.exp
3805 * gdb.dwarf2/dw2-dup-frame.exp
3806 * gdb.dwarf2/dw2-entry-value.exp
3807 * gdb.dwarf2/dw2-icycle.exp
3808 * gdb.dwarf2/dw2-ifort-parameter.exp
3809 * gdb.dwarf2/dw2-inline-break.exp
3810 * gdb.dwarf2/dw2-inline-param.exp
3811 * gdb.dwarf2/dw2-intercu.exp
3812 * gdb.dwarf2/dw2-intermix.exp
3813 * gdb.dwarf2/dw2-lexical-block-bare.exp
3814 * gdb.dwarf2/dw2-linkage-name-trust.exp
3815 * gdb.dwarf2/dw2-minsym-in-cu.exp
3816 * gdb.dwarf2/dw2-noloc.exp
3817 * gdb.dwarf2/dw2-op-call.exp
3818 * gdb.dwarf2/dw2-op-out-param.exp
3819 * gdb.dwarf2/dw2-opt-structptr.exp
3820 * gdb.dwarf2/dw2-param-error.exp
3821 * gdb.dwarf2/dw2-producer.exp
3822 * gdb.dwarf2/dw2-ranges-base.exp
3823 * gdb.dwarf2/dw2-ref-missing-frame.exp
3824 * gdb.dwarf2/dw2-reg-undefined.exp
3825 * gdb.dwarf2/dw2-regno-invalid.exp
3826 * gdb.dwarf2/dw2-restore.exp
3827 * gdb.dwarf2/dw2-restrict.exp
3828 * gdb.dwarf2/dw2-single-line-discriminators.exp
3829 * gdb.dwarf2/dw2-strp.exp
3830 * gdb.dwarf2/dw2-undefined-ret-addr.exp
3831 * gdb.dwarf2/dw2-unresolved.exp
3832 * gdb.dwarf2/dw2-var-zero-addr.exp
3833 * gdb.dwarf2/dw4-sig-types.exp
3834 * gdb.dwarf2/dwz.exp
3835 * gdb.dwarf2/dynarr-ptr.exp
3836 * gdb.dwarf2/enum-type.exp
3837 * gdb.dwarf2/gdb-index.exp
3838 * gdb.dwarf2/implptr-64bit.exp
3839 * gdb.dwarf2/implptr-optimized-out.exp
3840 * gdb.dwarf2/implptr.exp
3841 * gdb.dwarf2/implref-array.exp
3842 * gdb.dwarf2/implref-const.exp
3843 * gdb.dwarf2/implref-global.exp
3844 * gdb.dwarf2/implref-struct.exp
3845 * gdb.dwarf2/mac-fileno.exp
3846 * gdb.dwarf2/main-subprogram.exp
3847 * gdb.dwarf2/member-ptr-forwardref.exp
3848 * gdb.dwarf2/method-ptr.exp
3849 * gdb.dwarf2/missing-sig-type.exp
3850 * gdb.dwarf2/nonvar-access.exp
3851 * gdb.dwarf2/opaque-type-lookup.exp
3852 * gdb.dwarf2/pieces-optimized-out.exp
3853 * gdb.dwarf2/pieces.exp
3854 * gdb.dwarf2/pr10770.exp
3855 * gdb.dwarf2/pr13961.exp
3856 * gdb.dwarf2/staticvirtual.exp
3857 * gdb.dwarf2/subrange.exp
3858 * gdb.dwarf2/symtab-producer.exp
3859 * gdb.dwarf2/trace-crash.exp
3860 * gdb.dwarf2/typeddwarf.exp
3861 * gdb.dwarf2/valop.exp
3862 * gdb.dwarf2/watch-notconst.exp
3863 * gdb.fortran/array-element.exp
3864 * gdb.fortran/charset.exp
3865 * gdb.fortran/common-block.exp
3866 * gdb.fortran/complex.exp
3867 * gdb.fortran/derived-type-function.exp
3868 * gdb.fortran/derived-type.exp
3869 * gdb.fortran/logical.exp
3870 * gdb.fortran/module.exp
3871 * gdb.fortran/multi-dim.exp
3872 * gdb.fortran/nested-funcs.exp
3873 * gdb.fortran/print-formatted.exp
3874 * gdb.fortran/subarray.exp
3875 * gdb.fortran/vla-alloc-assoc.exp
3876 * gdb.fortran/vla-datatypes.exp
3877 * gdb.fortran/vla-history.exp
3878 * gdb.fortran/vla-ptr-info.exp
3879 * gdb.fortran/vla-ptype-sub.exp
3880 * gdb.fortran/vla-ptype.exp
3881 * gdb.fortran/vla-sizeof.exp
3882 * gdb.fortran/vla-type.exp
3883 * gdb.fortran/vla-value-sub-arbitrary.exp
3884 * gdb.fortran/vla-value-sub-finish.exp
3885 * gdb.fortran/vla-value-sub.exp
3886 * gdb.fortran/vla-value.exp
3887 * gdb.fortran/whatis_type.exp
3889 * gdb.go/handcall.exp
3891 * gdb.go/integers.exp
3892 * gdb.go/methods.exp
3893 * gdb.go/package.exp
3894 * gdb.go/strings.exp
3897 * gdb.guile/scm-arch.exp
3898 * gdb.guile/scm-block.exp
3899 * gdb.guile/scm-breakpoint.exp
3900 * gdb.guile/scm-cmd.exp
3901 * gdb.guile/scm-disasm.exp
3902 * gdb.guile/scm-equal.exp
3903 * gdb.guile/scm-frame-args.exp
3904 * gdb.guile/scm-frame-inline.exp
3905 * gdb.guile/scm-frame.exp
3906 * gdb.guile/scm-iterator.exp
3907 * gdb.guile/scm-math.exp
3908 * gdb.guile/scm-objfile.exp
3909 * gdb.guile/scm-ports.exp
3910 * gdb.guile/scm-symbol.exp
3911 * gdb.guile/scm-symtab.exp
3912 * gdb.guile/scm-value-cc.exp
3913 * gdb.guile/types-module.exp
3914 * gdb.linespec/break-ask.exp
3915 * gdb.linespec/cpexplicit.exp
3916 * gdb.linespec/explicit.exp
3917 * gdb.linespec/keywords.exp
3918 * gdb.linespec/linespec.exp
3919 * gdb.linespec/ls-dollar.exp
3920 * gdb.linespec/ls-errs.exp
3921 * gdb.linespec/skip-two.exp
3922 * gdb.linespec/thread.exp
3923 * gdb.mi/mi-async.exp
3924 * gdb.mi/mi-basics.exp
3925 * gdb.mi/mi-break.exp
3926 * gdb.mi/mi-catch-load.exp
3928 * gdb.mi/mi-cmd-param-changed.exp
3929 * gdb.mi/mi-console.exp
3930 * gdb.mi/mi-detach.exp
3931 * gdb.mi/mi-disassemble.exp
3932 * gdb.mi/mi-eval.exp
3933 * gdb.mi/mi-file-transfer.exp
3934 * gdb.mi/mi-file.exp
3935 * gdb.mi/mi-fill-memory.exp
3936 * gdb.mi/mi-inheritance-syntax-error.exp
3937 * gdb.mi/mi-linespec-err-cp.exp
3938 * gdb.mi/mi-logging.exp
3939 * gdb.mi/mi-memory-changed.exp
3940 * gdb.mi/mi-read-memory.exp
3941 * gdb.mi/mi-record-changed.exp
3942 * gdb.mi/mi-reg-undefined.exp
3943 * gdb.mi/mi-regs.exp
3944 * gdb.mi/mi-return.exp
3945 * gdb.mi/mi-reverse.exp
3946 * gdb.mi/mi-simplerun.exp
3947 * gdb.mi/mi-solib.exp
3948 * gdb.mi/mi-stack.exp
3949 * gdb.mi/mi-stepi.exp
3950 * gdb.mi/mi-syn-frame.exp
3951 * gdb.mi/mi-until.exp
3952 * gdb.mi/mi-var-block.exp
3953 * gdb.mi/mi-var-child.exp
3954 * gdb.mi/mi-var-cmd.exp
3955 * gdb.mi/mi-var-cp.exp
3956 * gdb.mi/mi-var-display.exp
3957 * gdb.mi/mi-var-invalidate.exp
3958 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
3959 * gdb.mi/mi-vla-fortran.exp
3960 * gdb.mi/mi-watch.exp
3961 * gdb.mi/mi2-var-child.exp
3962 * gdb.mi/user-selected-context-sync.exp
3963 * gdb.modula2/unbounded-array.exp
3964 * gdb.multi/dummy-frame-restore.exp
3965 * gdb.multi/multi-arch-exec.exp
3966 * gdb.multi/multi-arch.exp
3967 * gdb.multi/tids.exp
3968 * gdb.multi/watchpoint-multi.exp
3969 * gdb.opencl/callfuncs.exp
3970 * gdb.opencl/convs_casts.exp
3971 * gdb.opencl/datatypes.exp
3972 * gdb.opencl/operators.exp
3973 * gdb.opencl/vec_comps.exp
3974 * gdb.opt/clobbered-registers-O2.exp
3975 * gdb.opt/inline-break.exp
3976 * gdb.opt/inline-bt.exp
3977 * gdb.opt/inline-cmds.exp
3978 * gdb.opt/inline-locals.exp
3979 * gdb.pascal/case-insensitive-symbols.exp
3980 * gdb.pascal/floats.exp
3981 * gdb.pascal/gdb11492.exp
3982 * gdb.python/lib-types.exp
3983 * gdb.python/py-arch.exp
3984 * gdb.python/py-as-string.exp
3985 * gdb.python/py-bad-printers.exp
3986 * gdb.python/py-block.exp
3987 * gdb.python/py-breakpoint-create-fail.exp
3988 * gdb.python/py-breakpoint.exp
3989 * gdb.python/py-caller-is.exp
3990 * gdb.python/py-cmd.exp
3991 * gdb.python/py-explore-cc.exp
3992 * gdb.python/py-explore.exp
3993 * gdb.python/py-finish-breakpoint.exp
3994 * gdb.python/py-finish-breakpoint2.exp
3995 * gdb.python/py-frame-args.exp
3996 * gdb.python/py-frame-inline.exp
3997 * gdb.python/py-frame.exp
3998 * gdb.python/py-framefilter-mi.exp
3999 * gdb.python/py-infthread.exp
4000 * gdb.python/py-lazy-string.exp
4001 * gdb.python/py-linetable.exp
4002 * gdb.python/py-mi-events.exp
4003 * gdb.python/py-mi-objfile.exp
4004 * gdb.python/py-mi.exp
4005 * gdb.python/py-objfile.exp
4006 * gdb.python/py-pp-integral.exp
4007 * gdb.python/py-pp-maint.exp
4008 * gdb.python/py-pp-re-notag.exp
4009 * gdb.python/py-pp-registration.exp
4010 * gdb.python/py-recurse-unwind.exp
4011 * gdb.python/py-strfns.exp
4012 * gdb.python/py-symbol.exp
4013 * gdb.python/py-symtab.exp
4014 * gdb.python/py-sync-interp.exp
4015 * gdb.python/py-typeprint.exp
4016 * gdb.python/py-unwind-maint.exp
4017 * gdb.python/py-unwind.exp
4018 * gdb.python/py-value-cc.exp
4019 * gdb.python/py-xmethods.exp
4020 * gdb.reverse/amd64-tailcall-reverse.exp
4021 * gdb.reverse/break-precsave.exp
4022 * gdb.reverse/break-reverse.exp
4023 * gdb.reverse/consecutive-precsave.exp
4024 * gdb.reverse/consecutive-reverse.exp
4025 * gdb.reverse/finish-precsave.exp
4026 * gdb.reverse/finish-reverse-bkpt.exp
4027 * gdb.reverse/finish-reverse.exp
4028 * gdb.reverse/fstatat-reverse.exp
4029 * gdb.reverse/getresuid-reverse.exp
4030 * gdb.reverse/i386-precsave.exp
4031 * gdb.reverse/i386-reverse.exp
4032 * gdb.reverse/i386-sse-reverse.exp
4033 * gdb.reverse/i387-env-reverse.exp
4034 * gdb.reverse/i387-stack-reverse.exp
4035 * gdb.reverse/insn-reverse.exp
4036 * gdb.reverse/machinestate-precsave.exp
4037 * gdb.reverse/machinestate.exp
4038 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4039 * gdb.reverse/pipe-reverse.exp
4040 * gdb.reverse/readv-reverse.exp
4041 * gdb.reverse/recvmsg-reverse.exp
4042 * gdb.reverse/rerun-prec.exp
4043 * gdb.reverse/s390-mvcle.exp
4044 * gdb.reverse/step-precsave.exp
4045 * gdb.reverse/step-reverse.exp
4046 * gdb.reverse/time-reverse.exp
4047 * gdb.reverse/until-precsave.exp
4048 * gdb.reverse/until-reverse.exp
4049 * gdb.reverse/waitpid-reverse.exp
4050 * gdb.reverse/watch-precsave.exp
4051 * gdb.reverse/watch-reverse.exp
4052 * gdb.rust/generics.exp
4053 * gdb.rust/methods.exp
4054 * gdb.rust/modules.exp
4055 * gdb.rust/simple.exp
4056 * gdb.server/connect-with-no-symbol-file.exp
4057 * gdb.server/ext-attach.exp
4058 * gdb.server/ext-restart.exp
4059 * gdb.server/ext-wrapper.exp
4060 * gdb.server/file-transfer.exp
4061 * gdb.server/server-exec-info.exp
4062 * gdb.server/server-kill.exp
4063 * gdb.server/server-mon.exp
4064 * gdb.server/wrapper.exp
4065 * gdb.stabs/exclfwd.exp
4066 * gdb.stabs/gdb11479.exp
4067 * gdb.threads/clone-new-thread-event.exp
4068 * gdb.threads/corethreads.exp
4069 * gdb.threads/current-lwp-dead.exp
4070 * gdb.threads/dlopen-libpthread.exp
4071 * gdb.threads/gcore-thread.exp
4072 * gdb.threads/sigstep-threads.exp
4073 * gdb.threads/watchpoint-fork.exp
4074 * gdb.trace/actions-changed.exp
4075 * gdb.trace/backtrace.exp
4076 * gdb.trace/change-loc.exp
4077 * gdb.trace/circ.exp
4078 * gdb.trace/collection.exp
4079 * gdb.trace/disconnected-tracing.exp
4080 * gdb.trace/ftrace.exp
4081 * gdb.trace/mi-trace-frame-collected.exp
4082 * gdb.trace/mi-trace-unavailable.exp
4083 * gdb.trace/mi-traceframe-changed.exp
4084 * gdb.trace/mi-tsv-changed.exp
4085 * gdb.trace/no-attach-trace.exp
4086 * gdb.trace/passc-dyn.exp
4087 * gdb.trace/qtro.exp
4088 * gdb.trace/range-stepping.exp
4089 * gdb.trace/read-memory.exp
4090 * gdb.trace/save-trace.exp
4091 * gdb.trace/signal.exp
4092 * gdb.trace/status-stop.exp
4093 * gdb.trace/tfile.exp
4094 * gdb.trace/trace-break.exp
4095 * gdb.trace/trace-buffer-size.exp
4096 * gdb.trace/trace-condition.exp
4097 * gdb.trace/tracefile-pseudo-reg.exp
4098 * gdb.trace/tstatus.exp
4099 * gdb.trace/unavailable.exp
4100 * gdb.trace/while-dyn.exp
4101 * gdb.trace/while-stepping.exp
4103 2016-12-22 Doug Evans <xdje42@gmail.com>
4105 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4108 2016-12-19 Yao Qi <yao.qi@linaro.org>
4110 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4111 (test_with_self): Don't call do_steps_and_nexts, and remove
4112 code about stepping into xmalloc.
4114 2016-12-09 Yao Qi <yao.qi@linaro.org>
4116 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4118 2016-12-09 Yao Qi <yao.qi@linaro.org>
4120 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4122 2016-12-09 Pedro Alves <palves@redhat.com>
4124 * gdb.base/all-architectures-0.exp: New file.
4125 * gdb.base/all-architectures-1.exp: New file.
4126 * gdb.base/all-architectures-2.exp: New file.
4127 * gdb.base/all-architectures-3.exp: New file.
4128 * gdb.base/all-architectures-4.exp: New file.
4129 * gdb.base/all-architectures-5.exp: New file.
4130 * gdb.base/all-architectures-6.exp: New file.
4131 * gdb.base/all-architectures-7.exp: New file.
4132 * gdb.base/all-architectures.exp.in: New file.
4134 2016-12-09 Yao Qi <yao.qi@linaro.org>
4136 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4138 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4140 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4142 Remove useless pattern-matching code.
4144 2016-12-02 Pedro Alves <palves@redhat.com>
4146 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4148 (top level): Call it.
4150 2016-12-02 Pedro Alves <palves@redhat.com>
4152 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4154 (top level): Call it.
4156 2016-12-02 Pedro Alves <palves@redhat.com>
4159 * gdb.base/commands.exp (user_defined_command_args_eval): New
4161 (top level): Call it.
4163 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4165 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4168 2016-12-02 Tom Tromey <tom@tromey.com>
4170 * gdb.dwarf2/main-subprogram.c: New file.
4171 * gdb.dwarf2/main-subprogram.exp: New file.
4173 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4175 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4176 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4177 gdb_test_no_output for a couple of cases.
4178 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4180 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4182 Fix test names and standardize compilation error messages throughout
4183 the following files:
4186 * gdb.arch/alpha-step.exp
4187 * gdb.arch/e500-prologue.exp
4188 * gdb.arch/ftrace-insn-reloc.exp
4189 * gdb.arch/gdb1291.exp
4190 * gdb.arch/gdb1431.exp
4191 * gdb.arch/gdb1558.exp
4192 * gdb.arch/i386-dr3-watch.exp
4193 * gdb.arch/i386-sse-stack-align.exp
4194 * gdb.arch/ia64-breakpoint-shadow.exp
4195 * gdb.arch/pa-nullify.exp
4196 * gdb.arch/powerpc-aix-prologue.exp
4197 * gdb.arch/thumb-bx-pc.exp
4198 * gdb.base/annota1.exp
4199 * gdb.base/annota3.exp
4200 * gdb.base/arrayidx.exp
4201 * gdb.base/assign.exp
4202 * gdb.base/attach.exp
4205 * gdb.base/bfp-test.exp
4206 * gdb.base/bigcore.exp
4207 * gdb.base/bitfields2.exp
4208 * gdb.base/break-fun-addr.exp
4209 * gdb.base/break-probes.exp
4210 * gdb.base/call-rt-st.exp
4211 * gdb.base/callexit.exp
4212 * gdb.base/catch-fork-kill.exp
4213 * gdb.base/charset.exp
4214 * gdb.base/checkpoint.exp
4215 * gdb.base/comprdebug.exp
4216 * gdb.base/constvars.exp
4217 * gdb.base/coredump-filter.exp
4218 * gdb.base/cursal.exp
4219 * gdb.base/cvexpr.exp
4220 * gdb.base/detach.exp
4221 * gdb.base/display.exp
4222 * gdb.base/dmsym.exp
4223 * gdb.base/dprintf-pending.exp
4224 * gdb.base/dso2dso.exp
4225 * gdb.base/dtrace-probe.exp
4227 * gdb.base/enum_cond.exp
4228 * gdb.base/exe-lock.exp
4229 * gdb.base/exec-invalid-sysroot.exp
4230 * gdb.base/execl-update-breakpoints.exp
4231 * gdb.base/exprs.exp
4232 * gdb.base/fileio.exp
4234 * gdb.base/finish.exp
4235 * gdb.base/fixsection.exp
4236 * gdb.base/foll-vfork.exp
4237 * gdb.base/frame-args.exp
4238 * gdb.base/gcore.exp
4239 * gdb.base/gdb1250.exp
4240 * gdb.base/global-var-nested-by-dso.exp
4241 * gdb.base/gnu-ifunc.exp
4242 * gdb.base/hashline1.exp
4243 * gdb.base/hashline2.exp
4244 * gdb.base/hashline3.exp
4245 * gdb.base/hbreak-in-shr-unsupported.exp
4247 * gdb.base/infcall-input.exp
4248 * gdb.base/info-fun.exp
4249 * gdb.base/info-shared.exp
4250 * gdb.base/jit-simple.exp
4251 * gdb.base/jit-so.exp
4254 * gdb.base/label.exp
4255 * gdb.base/lineinc.exp
4256 * gdb.base/logical.exp
4257 * gdb.base/longjmp.exp
4258 * gdb.base/macscp.exp
4259 * gdb.base/miscexprs.exp
4260 * gdb.base/new-ui-echo.exp
4261 * gdb.base/new-ui-pending-input.exp
4262 * gdb.base/new-ui.exp
4263 * gdb.base/nodebug.exp
4264 * gdb.base/nofield.exp
4265 * gdb.base/offsets.exp
4266 * gdb.base/overlays.exp
4267 * gdb.base/pending.exp
4268 * gdb.base/pointers.exp
4269 * gdb.base/pr11022.exp
4270 * gdb.base/printcmds.exp
4271 * gdb.base/prologue.exp
4272 * gdb.base/ptr-typedef.exp
4273 * gdb.base/realname-expand.exp
4274 * gdb.base/relativedebug.exp
4275 * gdb.base/relocate.exp
4276 * gdb.base/remote.exp
4277 * gdb.base/reread.exp
4278 * gdb.base/return2.exp
4279 * gdb.base/savedregs.exp
4281 * gdb.base/sepdebug.exp
4282 * gdb.base/sepsymtab.exp
4283 * gdb.base/set-inferior-tty.exp
4284 * gdb.base/setshow.exp
4285 * gdb.base/shlib-call.exp
4286 * gdb.base/sigaltstack.exp
4287 * gdb.base/siginfo-addr.exp
4288 * gdb.base/signals.exp
4289 * gdb.base/signull.exp
4290 * gdb.base/sigrepeat.exp
4291 * gdb.base/so-impl-ld.exp
4292 * gdb.base/solib-display.exp
4293 * gdb.base/solib-overlap.exp
4294 * gdb.base/solib-search.exp
4295 * gdb.base/solib-symbol.exp
4296 * gdb.base/structs.exp
4297 * gdb.base/structs2.exp
4298 * gdb.base/symtab-search-order.exp
4299 * gdb.base/twice.exp
4300 * gdb.base/unload.exp
4301 * gdb.base/varargs.exp
4302 * gdb.base/watchpoint-solib.exp
4303 * gdb.base/watchpoint.exp
4304 * gdb.base/whatis.exp
4305 * gdb.base/wrong_frame_bt_full.exp
4306 * gdb.btrace/dlopen.exp
4307 * gdb.cell/ea-standalone.exp
4308 * gdb.cell/ea-test.exp
4309 * gdb.cp/dispcxx.exp
4310 * gdb.cp/gdb2384.exp
4311 * gdb.cp/method2.exp
4312 * gdb.cp/nextoverthrow.exp
4313 * gdb.cp/pr10728.exp
4314 * gdb.disasm/am33.exp
4315 * gdb.disasm/h8300s.exp
4316 * gdb.disasm/mn10300.exp
4317 * gdb.disasm/sh3.exp
4318 * gdb.dwarf2/dw2-dir-file-name.exp
4319 * gdb.fortran/complex.exp
4320 * gdb.fortran/library-module.exp
4321 * gdb.guile/scm-pretty-print.exp
4322 * gdb.guile/scm-symbol.exp
4323 * gdb.guile/scm-type.exp
4324 * gdb.guile/scm-value.exp
4325 * gdb.linespec/linespec.exp
4328 * gdb.mi/mi-breakpoint-changed.exp
4329 * gdb.mi/mi-dprintf-pending.exp
4330 * gdb.mi/mi-dprintf.exp
4331 * gdb.mi/mi-exit-code.exp
4332 * gdb.mi/mi-pending.exp
4333 * gdb.mi/mi-solib.exp
4334 * gdb.mi/new-ui-mi-sync.exp
4335 * gdb.mi/pr11022.exp
4336 * gdb.mi/user-selected-context-sync.exp
4337 * gdb.opt/solib-intra-step.exp
4338 * gdb.python/py-events.exp
4339 * gdb.python/py-finish-breakpoint.exp
4340 * gdb.python/py-mi.exp
4341 * gdb.python/py-prettyprint.exp
4342 * gdb.python/py-shared.exp
4343 * gdb.python/py-symbol.exp
4344 * gdb.python/py-template.exp
4345 * gdb.python/py-type.exp
4346 * gdb.python/py-value.exp
4347 * gdb.reverse/solib-precsave.exp
4348 * gdb.reverse/solib-reverse.exp
4349 * gdb.server/solib-list.exp
4350 * gdb.stabs/weird.exp
4351 * gdb.threads/reconnect-signal.exp
4352 * gdb.threads/stepi-random-signal.exp
4353 * gdb.trace/actions.exp
4355 * gdb.trace/backtrace.exp
4356 * gdb.trace/change-loc.exp
4357 * gdb.trace/deltrace.exp
4358 * gdb.trace/ftrace-lock.exp
4359 * gdb.trace/ftrace.exp
4360 * gdb.trace/infotrace.exp
4361 * gdb.trace/mi-tracepoint-changed.exp
4362 * gdb.trace/packetlen.exp
4363 * gdb.trace/passcount.exp
4364 * gdb.trace/pending.exp
4365 * gdb.trace/range-stepping.exp
4366 * gdb.trace/report.exp
4367 * gdb.trace/stap-trace.exp
4368 * gdb.trace/tfind.exp
4369 * gdb.trace/trace-break.exp
4370 * gdb.trace/trace-condition.exp
4371 * gdb.trace/trace-enable-disable.exp
4372 * gdb.trace/trace-mt.exp
4373 * gdb.trace/tracecmd.exp
4374 * gdb.trace/tspeed.exp
4378 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4380 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4381 with gdb_test_no_output.
4382 Use command as test name.
4384 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4386 Fix test names starting with uppercase throughout the files.
4388 * gdb.ada/assign_1.exp
4389 * gdb.ada/boolean_expr.exp
4390 * gdb.base/arrayidx.exp
4392 * gdb.base/gcore-buffer-overflow.exp
4393 * gdb.base/testenv.exp
4394 * gdb.compile/compile.exp
4395 * gdb.python/py-framefilter-invalidarg.exp
4396 * gdb.python/py-framefilter.exp
4398 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4400 Fix test names starting with uppercase throughout the files.
4402 * gdb.ada/array_return.exp
4403 * gdb.ada/expr_delims.exp
4404 * gdb.ada/mi_dyn_arr.exp
4405 * gdb.ada/mi_interface.exp
4406 * gdb.ada/mi_var_array.exp
4407 * gdb.ada/watch_arg.exp
4408 * gdb.arch/alpha-step.exp
4409 * gdb.arch/altivec-regs.exp
4410 * gdb.arch/e500-regs.exp
4411 * gdb.arch/powerpc-d128-regs.exp
4412 * gdb.base/arrayidx.exp
4413 * gdb.base/break.exp
4414 * gdb.base/checkpoint.exp
4415 * gdb.base/debug-expr.exp
4416 * gdb.base/dmsym.exp
4417 * gdb.base/radix.exp
4418 * gdb.base/sepdebug.exp
4419 * gdb.base/testenv.exp
4420 * gdb.base/watch_thread_num.exp
4421 * gdb.base/watchpoint-cond-gone.exp
4422 * gdb.cell/break.exp
4423 * gdb.cell/ea-cache.exp
4424 * gdb.compile/compile.exp
4425 * gdb.cp/gdb2495.exp
4426 * gdb.gdb/selftest.exp
4427 * gdb.gdb/xfullpath.exp
4429 * gdb.go/integers.exp
4430 * gdb.objc/basicclass.exp
4431 * gdb.pascal/hello.exp
4432 * gdb.pascal/integers.exp
4433 * gdb.python/py-breakpoint.exp
4434 * gdb.python/py-cmd.exp
4435 * gdb.python/py-linetable.exp
4436 * gdb.python/py-xmethods.exp
4437 * gdb.python/python.exp
4438 * gdb.reverse/consecutive-precsave.exp
4439 * gdb.reverse/finish-precsave.exp
4440 * gdb.reverse/i386-precsave.exp
4441 * gdb.reverse/machinestate-precsave.exp
4442 * gdb.reverse/sigall-precsave.exp
4443 * gdb.reverse/solib-precsave.exp
4444 * gdb.reverse/step-precsave.exp
4445 * gdb.reverse/until-precsave.exp
4446 * gdb.reverse/watch-precsave.exp
4447 * gdb.threads/leader-exit.exp
4448 * gdb.threads/pthreads.exp
4449 * gdb.threads/wp-replication.exp
4450 * gdb.trace/actions.exp
4451 * gdb.trace/mi-tsv-changed.exp
4454 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4456 Fix test names starting with uppercase throughout the files.
4458 * gdb.arch/i386-bp_permanent.exp
4459 * gdb.arch/i386-gnu-cfi.exp
4460 * gdb.base/disasm-end-cu.exp
4461 * gdb.base/macscp.exp
4462 * gdb.base/pending.exp
4463 * gdb.base/watch_thread_num.exp
4464 * gdb.cp/exception.exp
4465 * gdb.cp/gdb2495.exp
4467 * gdb.python/py-evsignal.exp
4468 * gdb.python/python.exp
4469 * gdb.trace/tracecmd.exp
4471 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4473 Fix test names starting with uppercase throughout the files.
4475 * gdb.base/charset.exp
4477 * gdb.base/multi-forks.exp
4478 * gdb.guile/scm-progspace.exp
4479 * gdb.opencl/datatypes.exp
4480 * gdb.python/py-block.exp
4481 * gdb.python/py-function.exp
4482 * gdb.python/py-symbol.exp
4483 * gdb.python/py-symtab.exp
4484 * gdb.python/py-xmethods.exp
4485 * gdb.reverse/break-precsave.exp
4486 * gdb.reverse/break-reverse.exp
4487 * gdb.reverse/consecutive-precsave.exp
4488 * gdb.reverse/consecutive-reverse.exp
4489 * gdb.reverse/finish-precsave.exp
4490 * gdb.reverse/finish-reverse-bkpt.exp
4491 * gdb.reverse/finish-reverse.exp
4492 * gdb.reverse/fstatat-reverse.exp
4493 * gdb.reverse/getresuid-reverse.exp
4494 * gdb.reverse/i386-precsave.exp
4495 * gdb.reverse/i386-reverse.exp
4496 * gdb.reverse/i386-sse-reverse.exp
4497 * gdb.reverse/i387-stack-reverse.exp
4498 * gdb.reverse/insn-reverse.exp
4499 * gdb.reverse/machinestate-precsave.exp
4500 * gdb.reverse/machinestate.exp
4501 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4502 * gdb.reverse/pipe-reverse.exp
4503 * gdb.reverse/readv-reverse.exp
4504 * gdb.reverse/recvmsg-reverse.exp
4505 * gdb.reverse/rerun-prec.exp
4506 * gdb.reverse/s390-mvcle.exp
4507 * gdb.reverse/sigall-precsave.exp
4508 * gdb.reverse/sigall-reverse.exp
4509 * gdb.reverse/solib-precsave.exp
4510 * gdb.reverse/solib-reverse.exp
4511 * gdb.reverse/step-precsave.exp
4512 * gdb.reverse/step-reverse.exp
4513 * gdb.reverse/time-reverse.exp
4514 * gdb.reverse/until-precsave.exp
4515 * gdb.reverse/until-reverse.exp
4516 * gdb.reverse/waitpid-reverse.exp
4517 * gdb.reverse/watch-precsave.exp
4518 * gdb.reverse/watch-reverse.exp
4520 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4522 Fix test names starting with uppercase throughout the files.
4524 * gdb.arch/i386-mpx-simple_segv.exp
4525 * gdb.arch/i386-mpx.exp
4526 * gdb.arch/i386-permbkpt.exp
4527 * gdb.arch/pa-nullify.exp
4528 * gdb.arch/powerpc-d128-regs.exp
4529 * gdb.arch/vsx-regs.exp
4530 * gdb.base/bfp-test.exp
4531 * gdb.base/break.exp
4532 * gdb.base/breakpoint-shadow.exp
4533 * gdb.base/callfuncs.exp
4534 * gdb.base/charset.exp
4535 * gdb.base/commands.exp
4536 * gdb.base/completion.exp
4537 * gdb.base/dfp-test.exp
4539 * gdb.base/ending-run.exp
4541 * gdb.base/expand-psymtabs.exp
4542 * gdb.base/float128.exp
4543 * gdb.base/floatn.exp
4544 * gdb.base/foll-exec-mode.exp
4545 * gdb.base/gdb1056.exp
4546 * gdb.base/gdb11531.exp
4547 * gdb.base/kill-after-signal.exp
4548 * gdb.base/multi-forks.exp
4549 * gdb.base/overlays.exp
4550 * gdb.base/pending.exp
4551 * gdb.base/sepdebug.exp
4552 * gdb.base/testenv.exp
4553 * gdb.base/valgrind-db-attach.exp
4554 * gdb.base/watch_thread_num.exp
4555 * gdb.base/watchpoint-cond-gone.exp
4556 * gdb.base/watchpoint.exp
4557 * gdb.base/watchpoints.exp
4558 * gdb.cp/arg-reference.exp
4559 * gdb.cp/baseenum.exp
4560 * gdb.cp/operator.exp
4562 * gdb.dwarf2/dw2-op-out-param.exp
4563 * gdb.dwarf2/dw2-reg-undefined.exp
4566 * gdb.go/integers.exp
4567 * gdb.go/methods.exp
4568 * gdb.go/package.exp
4569 * gdb.guile/scm-parameter.exp
4570 * gdb.guile/scm-progspace.exp
4571 * gdb.guile/scm-value.exp
4572 * gdb.mi/mi-pending.exp
4573 * gdb.mi/user-selected-context-sync.exp
4574 * gdb.multi/multi-attach.exp
4575 * gdb.multi/tids.exp
4576 * gdb.opt/clobbered-registers-O2.exp
4577 * gdb.pascal/floats.exp
4578 * gdb.pascal/integers.exp
4579 * gdb.python/py-block.exp
4580 * gdb.python/py-events.exp
4581 * gdb.python/py-parameter.exp
4582 * gdb.python/py-symbol.exp
4583 * gdb.python/py-symtab.exp
4584 * gdb.python/py-type.exp
4585 * gdb.python/py-value.exp
4586 * gdb.python/py-xmethods.exp
4587 * gdb.python/python.exp
4588 * gdb.reverse/break-precsave.exp
4589 * gdb.reverse/consecutive-precsave.exp
4590 * gdb.reverse/finish-precsave.exp
4591 * gdb.reverse/i386-precsave.exp
4592 * gdb.reverse/machinestate-precsave.exp
4593 * gdb.reverse/sigall-precsave.exp
4594 * gdb.reverse/solib-precsave.exp
4595 * gdb.reverse/step-precsave.exp
4596 * gdb.reverse/until-precsave.exp
4597 * gdb.reverse/watch-precsave.exp
4598 * gdb.server/ext-attach.exp
4599 * gdb.server/ext-restart.exp
4600 * gdb.server/ext-run.exp
4601 * gdb.server/ext-wrapper.exp
4602 * gdb.stabs/gdb11479.exp
4603 * gdb.stabs/weird.exp
4604 * gdb.threads/attach-many-short-lived-threads.exp
4605 * gdb.threads/kill.exp
4606 * gdb.threads/watchpoint-fork.exp
4608 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4610 Fix test names starting with uppercase throughout all the files below.
4612 * gdb.ada/array_return.exp
4613 * gdb.ada/catch_ex.exp
4614 * gdb.ada/info_exc.exp
4615 * gdb.ada/mi_catch_ex.exp
4616 * gdb.ada/mi_dyn_arr.exp
4617 * gdb.ada/mi_ex_cond.exp
4618 * gdb.ada/mi_exc_info.exp
4619 * gdb.ada/mi_interface.exp
4620 * gdb.ada/mi_task_arg.exp
4621 * gdb.ada/mi_task_info.exp
4622 * gdb.ada/mi_var_array.exp
4623 * gdb.arch/alpha-step.exp
4624 * gdb.arch/amd64-disp-step.exp
4625 * gdb.arch/arm-disp-step.exp
4626 * gdb.arch/disp-step-insn-reloc.exp
4627 * gdb.arch/e500-prologue.exp
4628 * gdb.arch/ftrace-insn-reloc.exp
4629 * gdb.arch/gdb1558.exp
4630 * gdb.arch/i386-bp_permanent.exp
4631 * gdb.arch/i386-disp-step.exp
4632 * gdb.arch/i386-float.exp
4633 * gdb.arch/i386-gnu-cfi.exp
4634 * gdb.arch/ia64-breakpoint-shadow.exp
4635 * gdb.arch/mips16-thunks.exp
4636 * gdb.arch/pa-nullify.exp
4637 * gdb.arch/powerpc-aix-prologue.exp
4638 * gdb.arch/powerpc-power.exp
4639 * gdb.arch/ppc-dfp.exp
4640 * gdb.arch/s390-tdbregs.exp
4641 * gdb.arch/spu-info.exp
4642 * gdb.arch/spu-ls.exp
4643 * gdb.arch/thumb-bx-pc.exp
4644 * gdb.base/advance.exp
4645 * gdb.base/annota-input-while-running.exp
4646 * gdb.base/arrayidx.exp
4647 * gdb.base/asmlabel.exp
4648 * gdb.base/async.exp
4649 * gdb.base/attach-wait-input.exp
4650 * gdb.base/auto-connect-native-target.exp
4651 * gdb.base/batch-preserve-term-settings.exp
4652 * gdb.base/bfp-test.exp
4653 * gdb.base/bigcore.exp
4654 * gdb.base/bp-permanent.exp
4655 * gdb.base/break-always.exp
4656 * gdb.base/break-fun-addr.exp
4657 * gdb.base/break-idempotent.exp
4658 * gdb.base/break-main-file-remove-fail.exp
4659 * gdb.base/break-probes.exp
4660 * gdb.base/break-unload-file.exp
4661 * gdb.base/break.exp
4662 * gdb.base/call-ar-st.exp
4663 * gdb.base/call-rt-st.exp
4664 * gdb.base/call-sc.exp
4665 * gdb.base/call-signal-resume.exp
4666 * gdb.base/call-strs.exp
4667 * gdb.base/callexit.exp
4668 * gdb.base/callfuncs.exp
4669 * gdb.base/catch-gdb-caused-signals.exp
4670 * gdb.base/catch-signal-siginfo-cond.exp
4671 * gdb.base/catch-syscall.exp
4672 * gdb.base/compare-sections.exp
4673 * gdb.base/cond-eval-mode.exp
4674 * gdb.base/condbreak-call-false.exp
4675 * gdb.base/consecutive-step-over.exp
4676 * gdb.base/cursal.exp
4677 * gdb.base/disabled-location.exp
4678 * gdb.base/disasm-end-cu.exp
4679 * gdb.base/display.exp
4680 * gdb.base/double-prompt-target-event-error.exp
4681 * gdb.base/dprintf-bp-same-addr.exp
4682 * gdb.base/dprintf-detach.exp
4683 * gdb.base/dprintf-next.exp
4684 * gdb.base/dprintf-non-stop.exp
4685 * gdb.base/dprintf-pending.exp
4686 * gdb.base/dso2dso.exp
4687 * gdb.base/ending-run.exp
4688 * gdb.base/enum_cond.exp
4689 * gdb.base/examine-backward.exp
4690 * gdb.base/exe-lock.exp
4691 * gdb.base/exec-invalid-sysroot.exp
4692 * gdb.base/execl-update-breakpoints.exp
4693 * gdb.base/execution-termios.exp
4694 * gdb.base/fileio.exp
4695 * gdb.base/fixsection.exp
4696 * gdb.base/foll-exec-mode.exp
4697 * gdb.base/foll-exec.exp
4698 * gdb.base/fork-running-state.exp
4699 * gdb.base/frame-args.exp
4700 * gdb.base/fullpath-expand.exp
4701 * gdb.base/func-ptr.exp
4702 * gdb.base/gcore-relro-pie.exp
4703 * gdb.base/gdb1090.exp
4704 * gdb.base/gdb1555.exp
4705 * gdb.base/global-var-nested-by-dso.exp
4706 * gdb.base/gnu-ifunc.exp
4707 * gdb.base/hbreak-in-shr-unsupported.exp
4708 * gdb.base/hbreak-unmapped.exp
4709 * gdb.base/hook-stop.exp
4710 * gdb.base/infcall-input.exp
4711 * gdb.base/info-fun.exp
4712 * gdb.base/info-shared.exp
4713 * gdb.base/interrupt-noterm.exp
4714 * gdb.base/jit-so.exp
4716 * gdb.base/line-symtabs.exp
4718 * gdb.base/longjmp.exp
4719 * gdb.base/macscp.exp
4720 * gdb.base/max-value-size.exp
4721 * gdb.base/nodebug.exp
4722 * gdb.base/nofield.exp
4723 * gdb.base/overlays.exp
4724 * gdb.base/paginate-after-ctrl-c-running.exp
4725 * gdb.base/paginate-bg-execution.exp
4726 * gdb.base/paginate-inferior-exit.exp
4727 * gdb.base/pending.exp
4728 * gdb.base/pr11022.exp
4729 * gdb.base/printcmds.exp
4730 * gdb.base/ptr-typedef.exp
4731 * gdb.base/ptype.exp
4732 * gdb.base/randomize.exp
4733 * gdb.base/range-stepping.exp
4734 * gdb.base/realname-expand.exp
4735 * gdb.base/relativedebug.exp
4736 * gdb.base/remote.exp
4737 * gdb.base/savedregs.exp
4738 * gdb.base/sepdebug.exp
4739 * gdb.base/set-noassign.exp
4740 * gdb.base/shlib-call.exp
4741 * gdb.base/shreloc.exp
4742 * gdb.base/sigaltstack.exp
4743 * gdb.base/sigbpt.exp
4744 * gdb.base/siginfo-addr.exp
4745 * gdb.base/siginfo-obj.exp
4746 * gdb.base/siginfo-thread.exp
4747 * gdb.base/signest.exp
4748 * gdb.base/signull.exp
4749 * gdb.base/sigrepeat.exp
4751 * gdb.base/so-impl-ld.exp
4752 * gdb.base/solib-corrupted.exp
4753 * gdb.base/solib-disc.exp
4754 * gdb.base/solib-display.exp
4755 * gdb.base/solib-overlap.exp
4756 * gdb.base/solib-search.exp
4757 * gdb.base/solib-symbol.exp
4758 * gdb.base/source-execution.exp
4759 * gdb.base/sss-bp-on-user-bp-2.exp
4760 * gdb.base/sss-bp-on-user-bp.exp
4761 * gdb.base/stack-checking.exp
4762 * gdb.base/stale-infcall.exp
4763 * gdb.base/step-break.exp
4764 * gdb.base/step-line.exp
4765 * gdb.base/step-over-exit.exp
4766 * gdb.base/step-test.exp
4767 * gdb.base/structs.exp
4768 * gdb.base/sym-file.exp
4769 * gdb.base/symtab-search-order.exp
4771 * gdb.base/type-opaque.exp
4772 * gdb.base/unload.exp
4773 * gdb.base/until-nodebug.exp
4774 * gdb.base/until.exp
4775 * gdb.base/unwindonsignal.exp
4776 * gdb.base/watch-cond.exp
4777 * gdb.base/watch-non-mem.exp
4778 * gdb.base/watch_thread_num.exp
4779 * gdb.base/watchpoint-reuse-slot.exp
4780 * gdb.base/watchpoint-solib.exp
4781 * gdb.base/watchpoint.exp
4782 * gdb.btrace/dlopen.exp
4784 * gdb.cell/break.exp
4788 * gdb.cell/dwarfaddr.exp
4789 * gdb.cell/ea-cache.exp
4790 * gdb.cell/ea-standalone.exp
4791 * gdb.cell/ea-test.exp
4792 * gdb.cell/f-regs.exp
4794 * gdb.cell/gcore.exp
4795 * gdb.cell/mem-access.exp
4796 * gdb.cell/ptype.exp
4797 * gdb.cell/registers.exp
4798 * gdb.cell/sizeof.exp
4799 * gdb.cell/solib-symbol.exp
4800 * gdb.cell/solib.exp
4801 * gdb.compile/compile-tls.exp
4802 * gdb.cp/exception.exp
4803 * gdb.cp/gdb2495.exp
4805 * gdb.cp/mb-inline.exp
4806 * gdb.cp/mb-templates.exp
4807 * gdb.cp/pr10687.exp
4809 * gdb.cp/scope-err.exp
4810 * gdb.cp/templates.exp
4811 * gdb.cp/virtfunc.exp
4812 * gdb.dwarf2/dw2-dir-file-name.exp
4813 * gdb.dwarf2/dw2-single-line-discriminators.exp
4814 * gdb.fortran/complex.exp
4815 * gdb.fortran/library-module.exp
4816 * gdb.guile/guile.exp
4817 * gdb.guile/scm-cmd.exp
4818 * gdb.guile/scm-frame-inline.exp
4819 * gdb.guile/scm-objfile.exp
4820 * gdb.guile/scm-pretty-print.exp
4821 * gdb.guile/scm-symbol.exp
4822 * gdb.guile/scm-type.exp
4823 * gdb.guile/scm-value.exp
4824 * gdb.linespec/keywords.exp
4825 * gdb.linespec/ls-errs.exp
4826 * gdb.linespec/macro-relative.exp
4827 * gdb.linespec/thread.exp
4828 * gdb.mi/mi-breakpoint-changed.exp
4829 * gdb.mi/mi-dprintf-pending.exp
4830 * gdb.mi/mi-fullname-deleted.exp
4831 * gdb.mi/mi-logging.exp
4832 * gdb.mi/mi-pending.exp
4833 * gdb.mi/mi-solib.exp
4834 * gdb.mi/new-ui-mi-sync.exp
4835 * gdb.mi/user-selected-context-sync.exp
4836 * gdb.multi/dummy-frame-restore.exp
4837 * gdb.multi/multi-arch-exec.exp
4838 * gdb.multi/remove-inferiors.exp
4839 * gdb.multi/watchpoint-multi-exit.exp
4840 * gdb.opt/solib-intra-step.exp
4841 * gdb.perf/backtrace.exp
4842 * gdb.perf/single-step.exp
4843 * gdb.perf/skip-command.exp
4844 * gdb.perf/skip-prologue.exp
4845 * gdb.perf/solib.exp
4846 * gdb.python/lib-types.exp
4847 * gdb.python/py-as-string.exp
4848 * gdb.python/py-bad-printers.exp
4849 * gdb.python/py-block.exp
4850 * gdb.python/py-breakpoint.exp
4851 * gdb.python/py-cmd.exp
4852 * gdb.python/py-events.exp
4853 * gdb.python/py-evthreads.exp
4854 * gdb.python/py-finish-breakpoint.exp
4855 * gdb.python/py-finish-breakpoint2.exp
4856 * gdb.python/py-frame-inline.exp
4857 * gdb.python/py-frame.exp
4858 * gdb.python/py-inferior.exp
4859 * gdb.python/py-infthread.exp
4860 * gdb.python/py-mi.exp
4861 * gdb.python/py-objfile.exp
4862 * gdb.python/py-pp-maint.exp
4863 * gdb.python/py-pp-registration.exp
4864 * gdb.python/py-prettyprint.exp
4865 * gdb.python/py-recurse-unwind.exp
4866 * gdb.python/py-shared.exp
4867 * gdb.python/py-symbol.exp
4868 * gdb.python/py-symtab.exp
4869 * gdb.python/py-template.exp
4870 * gdb.python/py-type.exp
4871 * gdb.python/py-unwind-maint.exp
4872 * gdb.python/py-unwind.exp
4873 * gdb.python/py-value.exp
4874 * gdb.python/python.exp
4875 * gdb.reverse/finish-reverse-bkpt.exp
4876 * gdb.reverse/insn-reverse.exp
4877 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4878 * gdb.reverse/solib-precsave.exp
4879 * gdb.reverse/solib-reverse.exp
4880 * gdb.stabs/gdb11479.exp
4881 * gdb.stabs/weird.exp
4882 * gdb.threads/fork-child-threads.exp
4883 * gdb.threads/fork-plus-threads.exp
4884 * gdb.threads/fork-thread-pending.exp
4885 * gdb.threads/forking-threads-plus-breakpoint.exp
4886 * gdb.threads/hand-call-in-threads.exp
4887 * gdb.threads/interrupted-hand-call.exp
4888 * gdb.threads/linux-dp.exp
4889 * gdb.threads/local-watch-wrong-thread.exp
4890 * gdb.threads/next-while-other-thread-longjmps.exp
4891 * gdb.threads/non-ldr-exit.exp
4892 * gdb.threads/pending-step.exp
4893 * gdb.threads/print-threads.exp
4894 * gdb.threads/process-dies-while-detaching.exp
4895 * gdb.threads/process-dies-while-handling-bp.exp
4896 * gdb.threads/pthreads.exp
4897 * gdb.threads/queue-signal.exp
4898 * gdb.threads/reconnect-signal.exp
4899 * gdb.threads/signal-command-handle-nopass.exp
4900 * gdb.threads/signal-command-multiple-signals-pending.exp
4901 * gdb.threads/signal-delivered-right-thread.exp
4902 * gdb.threads/signal-sigtrap.exp
4903 * gdb.threads/sigthread.exp
4904 * gdb.threads/staticthreads.exp
4905 * gdb.threads/stepi-random-signal.exp
4906 * gdb.threads/thread-unwindonsignal.exp
4907 * gdb.threads/thread_check.exp
4908 * gdb.threads/thread_events.exp
4909 * gdb.threads/tid-reuse.exp
4910 * gdb.threads/tls-nodebug.exp
4911 * gdb.threads/tls-shared.exp
4912 * gdb.threads/tls-so_extern.exp
4913 * gdb.threads/tls.exp
4914 * gdb.threads/wp-replication.exp
4915 * gdb.trace/actions-changed.exp
4916 * gdb.trace/actions.exp
4917 * gdb.trace/backtrace.exp
4918 * gdb.trace/change-loc.exp
4919 * gdb.trace/collection.exp
4920 * gdb.trace/deltrace.exp
4921 * gdb.trace/disconnected-tracing.exp
4922 * gdb.trace/entry-values.exp
4923 * gdb.trace/ftrace-lock.exp
4924 * gdb.trace/ftrace.exp
4925 * gdb.trace/infotrace.exp
4926 * gdb.trace/mi-trace-frame-collected.exp
4927 * gdb.trace/mi-trace-unavailable.exp
4928 * gdb.trace/mi-traceframe-changed.exp
4929 * gdb.trace/mi-tracepoint-changed.exp
4930 * gdb.trace/mi-tsv-changed.exp
4931 * gdb.trace/no-attach-trace.exp
4932 * gdb.trace/packetlen.exp
4933 * gdb.trace/passc-dyn.exp
4934 * gdb.trace/passcount.exp
4935 * gdb.trace/pending.exp
4936 * gdb.trace/pr16508.exp
4937 * gdb.trace/qtro.exp
4938 * gdb.trace/range-stepping.exp
4939 * gdb.trace/read-memory.exp
4940 * gdb.trace/report.exp
4941 * gdb.trace/save-trace.exp
4942 * gdb.trace/signal.exp
4943 * gdb.trace/stap-trace.exp
4944 * gdb.trace/status-stop.exp
4945 * gdb.trace/strace.exp
4946 * gdb.trace/tfile.exp
4947 * gdb.trace/tfind.exp
4948 * gdb.trace/trace-break.exp
4949 * gdb.trace/trace-condition.exp
4950 * gdb.trace/trace-enable-disable.exp
4951 * gdb.trace/trace-mt.exp
4952 * gdb.trace/tracecmd.exp
4953 * gdb.trace/tracefile-pseudo-reg.exp
4954 * gdb.trace/tspeed.exp
4955 * gdb.trace/tstatus.exp
4957 * gdb.trace/unavailable.exp
4958 * gdb.trace/while-dyn.exp
4959 * gdb.trace/while-stepping.exp
4962 * lib/mi-support.exp
4965 * lib/prelink-support.exp
4966 * lib/selftest-support.exp
4968 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
4970 * Makefile.in: Include disable-implicit-rules.mk.
4972 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4974 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
4975 non-byte-aligned bit fields.
4977 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4980 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
4981 respects the DW_AT_data_bit_offset attribute.
4983 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
4985 * gdb.base/default.exp: Fix output of "set language".
4987 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
4989 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
4990 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
4992 * configure.ac: Remove checks for the make program.
4993 * configure: Re-generate.
4995 2016-11-16 Kevin Buettner <kevinb@redhat.com>
4997 * gdb.python/py-recurse-unwind.c (main): Add loop.
4998 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
4999 to read_register() and gdb.parse_and_eval(). Make each code
5000 call a separate case that can be individually tested.
5001 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5002 proc. Call cont_and_backtrace for each of the code paths that
5003 we want to test in the unwinder.
5005 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5007 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5008 the definition of struct S.
5010 2016-11-11 Catherine Moore <clm@codesourcery.com>
5012 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5014 2016-11-09 Pedro Alves <palves@redhat.com>
5016 * gdb.base/commands.exp (runto_or_return): New procedure.
5017 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5018 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5019 (progvar_simple_while_test, progvar_complex_if_while_test)
5020 (if_while_breakpoint_command_test)
5021 (infrun_breakpoint_command_test, breakpoint_command_test)
5022 (user_defined_command_test, watchpoint_command_test)
5023 (test_command_prompt_position, redefine_hook_test)
5024 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5025 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5026 multi_line_input and multi_line. Remove gdb_expect and
5027 gdb_stop_suppressing_tests uses.
5028 * lib/gdb.exp (valnum_re): New global.
5029 (multi_line_input): New procedure.
5031 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5033 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5035 (test_setup): Define with proc_with_prefix.
5036 (test_cli_inferior): Likewise.
5037 (test_cli_thread): Likewise.
5038 (test_cli_frame): Likewise.
5039 (test_cli_select_frame): Likewise.
5040 (test_cli_up_down): Likewise.
5041 (test_mi_thread_select): Likewise.
5042 (test_mi_stack_select_frame): Likewise.
5043 (test_cli_in_mi_inferior): Likewise.
5044 (test_cli_in_mi_thread): Likewise.
5045 (test_cli_in_mi_frame): Likewise.
5046 (top level): Do not use with_test_prefix_procname.
5048 2016-11-09 Pedro Alves <palves@redhat.com>
5050 * gdb.base/commands.exp (gdbvar_simple_if_test)
5051 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5052 (progvar_simple_if_test, progvar_simple_while_test)
5053 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5054 (infrun_breakpoint_command_test, breakpoint_command_test)
5055 (user_defined_command_test, watchpoint_command_test)
5056 (test_command_prompt_position, deprecated_command_test)
5057 (bp_deleted_in_command, temporary_breakpoint_commands)
5058 (stray_arg0_test, source_file_with_indented_comment)
5059 (recursive_source_test, if_commands_test)
5060 (error_clears_commands_left, redefine_hook_test)
5061 (redefine_backtrace_test): Use proc_with_prefix.
5062 * lib/gdb.exp (proc_with_prefix): New proc.
5064 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5066 * gdb.base/tui-layout.c: New file.
5067 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5068 disassembly window contains very long lines.
5070 2016-11-08 Tom Tromey <tom@tromey.com>
5072 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5075 2016-11-08 Tom Tromey <tom@tromey.com>
5077 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5080 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5082 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5084 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5086 * gdb.rust/simple.rs: Add test for univariant enums without
5087 discriminants and for encoded struct-like enums.
5089 2016-10-28 Pedro Alves <palves@redhat.com>
5091 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5092 gdb_test_multiple, tighten regexps and match symtabs and line
5093 tables incrementally.
5095 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5097 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5100 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5102 * gdb.base/exec-invalid-sysroot.exp: New file.
5104 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5106 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5108 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5110 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5112 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5114 * gdb.base/killed-outside.exp: Remove $options from a call to
5115 `prepare_for_testing'.
5117 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5119 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5120 Change test message.
5122 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5124 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5127 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5129 * gdb.trace/mi-trace-save.exp: New file.
5131 2016-10-13 Yao Qi <yao.qi@linaro.org>
5133 * gdb.base/code_elim.exp (get_var_address): Remove.
5134 * gdb.base/relocate.exp: Likewise.
5135 * gdb.base/shreloc.exp: Likewise.
5136 * lib/gdb.exp (get_var_address): New.
5138 2016-10-13 Yao Qi <yao.qi@linaro.org>
5140 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5141 floating point tests if $skip_float_test is false.
5143 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5145 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5146 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5148 Add 1 to argc so we guarantee distinct initial/modified argc values.
5150 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5152 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5154 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5156 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5157 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5158 * gdb.arch/vsx-regs.exp: Likewise.
5160 2016-10-07 Yao Qi <yao.qi@linaro.org>
5162 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5164 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5166 * gdb.python/python.exp: Test decode_line("*0").
5168 2016-10-06 Doug Evans <dje@google.com>
5170 * gdb.python/py-value.exp (test_value_creation): Add test for large
5171 unsigned 64-bit value.
5173 2016-10-06 Tom Tromey <tom@tromey.com>
5175 * gdb.compile/compile.exp: Change java tests to rust.
5176 * gdb.base/setshow.exp: Change java tests to rust.
5177 * gdb.base/default.exp: Remove java from language list.
5178 * README (Examples): Update language example.
5179 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5181 * lib/gdb.exp (skip_java_tests): Remove.
5182 * lib/java.exp: Remove.
5185 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5187 * gdb.arch/mips-fcr.exp: New test.
5188 * gdb.arch/mips-fcr.c: Source for the new test.
5190 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5192 * gdb.base/solib-disc.exp: Use `standard_output_file'
5195 2016-10-06 Pedro Alves <palves@redhat.com>
5197 * gdb.base/jit-simple-dl.c: New file.
5198 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5199 * gdb.base/jit-simple.c: ... this.
5200 * gdb.base/jit-simple.exp (jit_run): Delete.
5201 (build_jit): New proc.
5202 (jit_test_reread): Recompile either the main program or the shared
5203 library, depending on what is being tested. Skip changing address
5204 if caller wants to. Compare before/after addresses. If testing
5205 standalone, explicitly load the binary. Test "maint info
5207 (top level): Add "standalone vs shared lib" and "change address"
5208 vs "same address" axes.
5210 2016-10-06 Pedro Alves <palves@redhat.com>
5212 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5215 (jit_test_reread): Use with_test_prefix. Reload the main binary
5216 explicitly. Compare the before/after addresses of the JIT
5219 2016-08-15 Doug Evans <dje@google.com>
5221 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5222 for single bitfields is bool.
5223 * gdb.xml/tdesc-regs.exp: Ditto.
5225 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5227 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5229 2016-10-05 Yao Qi <yao.qi@linaro.org>
5231 * lib/gdb.exp (support_complex_tests): Return zero if
5232 gdb_skip_float_test return true.
5234 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5235 Simon Marchi <simon.marchi@ericsson.com>
5238 * gdb.mi/user-selected-context-sync.exp: New file.
5239 * gdb.mi/user-selected-context-sync.c: New file.
5241 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5242 Simon Marchi <simon.marchi@ericsson.com>
5245 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5246 =thread-select-event check.
5248 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5250 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5251 the compulsory L operand changes.
5252 * gdb.arch/powerpc-power.s: Likewise.
5254 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5256 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5257 * gdb.base/jit-attach-pie.c: New file.
5258 * gdb.base/jit-attach-pie.exp: New file.
5260 2016-09-28 Pedro Alves <palves@redhat.com>
5262 * gdb.base/infcall-input.c: New file.
5263 * gdb.base/infcall-input.exp: New file.
5265 2016-09-22 Yao Qi <yao.qi@linaro.org>
5267 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5268 (gdb_exit): Rename it to ...
5269 (gdbserver_gdb_exit): ... Close GDBserver.
5270 (gdb_exit): New proc, call gdbserver_gdb_exit.
5271 (mi_gdb_exit): Likewise.
5273 2016-09-22 Yao Qi <yao.qi@linaro.org>
5275 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5277 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5280 2016-09-22 Yao Qi <yao.qi@linaro.org>
5282 * lib/gdbserver-support.exp: Check the existence of
5283 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5285 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5287 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5289 2016-09-21 Tom Tromey <tom@tromey.com>
5292 * gdb.base/quit.exp: New file.
5294 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5296 * .gitignore: New file.
5298 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5300 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5303 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5305 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5307 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5309 * gdb.cp/casts.cc (decltype): Move it ...
5310 (main): ... with its call to ...
5311 * gdb.cp/casts03.cc: ... a new file.
5312 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5314 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5316 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5318 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5320 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5321 and sync up the test with tests in gas/testsuite/gas/ppc.
5322 * gdb.arch/powerpc-power.exp: Likewise.
5324 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5326 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5328 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5329 Jan Kratochvil <jan.kratochvil@redhat.com>
5331 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5332 make m1's definition to be different from m2's. Use 'dummy' as an
5333 argument for probe 'two'.
5335 2016-09-10 Jon Beniston <jon@beniston.com>
5337 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5340 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5342 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5343 variable declaration.
5344 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5345 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5346 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5347 received HWCAP as its argument.
5349 2016-09-06 Pedro Alves <palves@redhat.com>
5351 * gdb.base/new-ui-pending-input.c: New file.
5352 * gdb.base/new-ui-pending-input.exp: New file.
5353 * gdb.exp (clear_gdb_spawn_id): New procedure.
5354 (with_spawn_id): Check whether gdb_spawn_id exists before
5355 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5358 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5360 * gdb.base/float128.c: New file.
5361 * gdb.base/float128.exp: Likewise.
5362 * gdb.base/floatn.c: Likewise.
5363 * gdb.base/floatn.exp: Likewise.
5365 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5367 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5369 2016-09-05 Pedro Alves <palves@redhat.com>
5372 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5373 unwinders are immediately called as side effect of "source" or
5374 "disable unwinder" commands.
5375 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5377 2016-09-02 Yao Qi <yao.qi@linaro.org>
5379 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5380 is true and $type is "float" or "double".
5382 2016-09-02 Yao Qi <yao.qi@linaro.org>
5384 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5386 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5387 * gdb.base/call-rt-st.exp: Likewise.
5388 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5389 return value instead of gdb,skip_float_test.
5390 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5391 (do_function_calls): Use its return value instead of
5392 gdb,skip_float_test.
5393 * gdb.base/finish.exp: Likewise.
5394 * gdb.base/funcargs.exp: Likewise.
5395 * gdb.base/return.exp: Likewise.
5396 * gdb.base/return2.exp: Likewise.
5397 * gdb.base/varargs.exp: Likewise.
5398 * lib/gdb.exp (gdb_skip_float_test): Change it to
5399 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5401 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5403 * gdb.multi/tids.exp: Test "thread apply all".
5405 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5407 * gdb.base/default.exp (tty): Remove.
5409 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5411 * gdb.python/py-recurse-unwind.c: New file.
5412 * gdb.python/py-recurse-unwind.py: New file.
5413 * gdb.python/py-recurse-unwind.exp: New file.
5415 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5417 * gdb.base/set-inferior-tty.exp: New file.
5418 * gdb.base/set-inferior-tty.c: New file.
5420 2016-08-23 Pedro Alves <palves@redhat.com>
5423 * gdb.base/new-ui-echo.c: New file.
5424 * gdb.base/new-ui-echo.exp: New file.
5426 2016-08-23 Yao Qi <yao.qi@linaro.org>
5428 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5430 * gdb.server/connect-without-multi-process.exp (do_test):
5433 2016-08-23 Yao Qi <yao.qi@linaro.org>
5435 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5436 standalone_txt. Delete gdb_txt and standalone_txt on host
5437 and target. Spawn the binary on target. Copy files from
5440 2016-08-22 Pedro Alves <palves@redhat.com>
5443 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5444 with_test_prefix. Factor out bits to ...
5445 (test_no_vdso): ... this new procedure.
5447 2016-08-19 Carl Love <cel@us.ibm.com>
5449 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5450 maintaining separate logic for constructing the output path.
5451 * gdb.arch/powerpc-d128-regs.exp: Likewise.
5452 * gdb.arch/ppc-dfp.exp: Likewise.
5453 * gdb.arch/ppc-fp.exp: Likewise.
5454 * gdb.arch/vsx-regs.exp: Likewise.
5455 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5456 binprefix for generating the additional binary files.
5458 2016-08-19 Pedro Alves <palves@redhat.com>
5460 * gdb.trace/mi-trace-frame-collected.exp
5461 (test_trace_frame_collected): On x32, expect two registers.
5463 2016-08-18 Carl Love <cel@us.ibm.com>
5465 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5466 and sync up the test with tests in gas/testsuite/gas/ppc.
5467 * gdb.arch/powerpc-power.exp: Likewise.
5469 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5471 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5472 expected error message.
5474 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
5476 * gdb.multi/remove-inferiors.exp: New file.
5477 * gdb.multi/remove-inferiors.c: New file.
5479 2016-08-12 Yao Qi <yao.qi@linaro.org>
5481 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5484 2016-08-10 Pedro Alves <palves@redhat.com>
5487 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5490 2016-08-09 Pedro Alves <palves@redhat.com>
5491 Simon Marchi <simon.marchi@ericsson.com>
5494 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5495 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5497 2016-08-09 Pedro Alves <palves@redhat.com>
5500 * gdb.mi/mi-cmd-error.exp: New file.
5502 2016-08-09 Pedro Alves <palves@redhat.com>
5505 * gdb.base/signals-state-child.c: New file.
5506 * gdb.base/signals-state-child.exp: New file.
5507 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5509 2016-08-09 Pedro Alves <palves@redhat.com>
5511 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5513 2016-08-03 Tom Tromey <tom@tromey.com>
5516 * gdb.python/py-frame-inline.exp: Add Frame.function test.
5518 2016-08-01 Yao Qi <yao.qi@linaro.org>
5520 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5521 variable mode to "multi-process" if $multi_process is 1, otherwise
5522 set it to "single-process".
5524 2016-08-01 Yao Qi <yao.qi@linaro.org>
5526 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5527 * gdb.cp/cpexprs.exp: Likewise.
5528 * gdb.cp/m-static.exp: Likewise.
5530 2016-07-26 Tom Tromey <tom@tromey.com>
5533 * gdb.threads/tls.exp (check_thread_local): Add python symbol
5536 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
5538 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5539 selecting assembly source files.
5540 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5541 assembly source files.
5542 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5543 assembly source files.
5544 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5545 selecting assembly source files.
5547 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
5549 * gdb.base/new-ui.exp (do_test_invalid_args): New
5552 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
5554 * gdb.btrace/reconnect.c: New file.
5555 * gdb.btrace/reconnect.exp: New file.
5557 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
5559 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5560 to test_catch_syscall_group.
5561 (test_catch_syscall_group): New.
5563 2016-07-21 Tom Tromey <tom@tromey.com>
5565 * gdb.rust/simple.rs (main): Use empty struct expression.
5566 * gdb.rust/simple.exp: Add tests for empty struct expression.
5568 2016-07-21 Yao Qi <yao.qi@linaro.org>
5570 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5571 if gdb_skip_xml_test is true on some targets.
5573 2016-07-21 Yao Qi <yao.qi@linaro.org>
5575 * gdb.server/solib-list.exp: Unset last_loaded_file.
5577 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5579 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5580 "step into captured_main (args)".
5582 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5584 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5586 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5588 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5590 2016-07-19 Pedro Alves <palves@redhat.com>
5592 * gdb.opt/inline-break.exp: Remove optimize=-O2.
5593 * gdb.opt/inline-bt.exp: Likewise.
5594 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5595 additional_flags=-Winline.
5596 * gdb.opt/inline-locals.exp: Likewise.
5597 * gdb.opt/inline-markers.c (ATTR): Define.
5598 (inlined_fn): Use it.
5600 2016-07-19 Yao Qi <yao.qi@linaro.org>
5602 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5603 (test_with_self): Remove some code. Remove argument executable.
5604 (top-level): Use do_self_tests.
5606 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
5607 Don Breazeal <donb@codesourcery.com>
5609 * gdb.base/maint.exp: Escape paths used in regular expressions.
5610 * gdb.stabs/weird.exp: Likewise.
5612 2016-07-13 Tom Tromey <tom@tromey.com>
5614 PR python/15620, PR python/18620:
5615 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5616 (test_bkpt_events): New procs.
5618 2016-07-13 Tom Tromey <tom@tromey.com>
5621 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5623 (test_watchpoints): Likewise.
5624 (test_bkpt_pending): New proc.
5626 2016-07-13 Tom Tromey <tom@tromey.com>
5629 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5632 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5634 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5635 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5636 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5638 (g): Rename g_end_lbl to g_label.
5639 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5641 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5643 2016-07-12 Tom Tromey <tom@tromey.com>
5646 * gdb.python/py-unwind-maint.exp: Update tests.
5648 2016-07-12 Yao Qi <yao.qi@linaro.org>
5650 * lib/selftest-support.exp (selftest_setup): Match the output
5651 when captured_main is inlined.
5653 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5655 * gdb.fortran/derived-types.exp (result_line, result_line_2):
5657 (print this%a, print this%b, print this): New tests.
5658 * gdb.fortran/derived-types.f90 (this): New object and
5661 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5663 * gdb.ada/arraydim.exp: Remove extra directory level in build
5666 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
5668 * lib/ada.exp: Remove extra directory level in build directory.
5669 * gdb.ada/cond_lang.exp: Likewise.
5670 * gdb.ada/exec_changed.exp: Likewise.
5671 * gdb.ada/lang_switch.exp: Likewise.
5673 2016-07-06 Manish Goregaokar <manish@mozilla.com>
5675 * simple.rs: Add test for raw pointer subscripting.
5676 * simple.exp: Add test expectations.
5678 2016-07-05 Yao Qi <yao.qi@linaro.org>
5680 * gdb.mi/mi-reverse.exp: Match =record-started output.
5682 2016-07-01 Pedro Alves <palves@redhat.com>
5684 * gdb.base/jit-reader.exp (info_registers_current_frame): New
5686 (jit_reader_test): Test the jit reader's unwinder.
5687 * gdb.base/jithost.c (jit_function_00_code): New global.
5688 (main): Use memcpy to fill in the mmapped code, instead of poking
5689 bytes manually here.
5690 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5692 (read_debug_info): Save the function's range.
5693 (read_sp): New function.
5694 (unwind_frame): Use it. Also unwind RBP.
5695 (get_frame_id): Use read_sp.
5696 (gdb_init_reader): Use calloc instead of malloc.
5697 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5698 parameter. Use gdb_test_multiple.
5700 2016-07-01 Pedro Alves <palves@redhat.com>
5701 Antoine Tremblay <antoine.tremblay@ericsson.com>
5703 * gdb.threads/process-dies-while-detaching.c: New file.
5704 * gdb.threads/process-dies-while-detaching.exp: New file.
5706 2016-07-01 Pedro Alves <palves@redhat.com>
5708 * gdb.multi/watchpoint-multi-exit.c: New file.
5709 * gdb.multi/watchpoint-multi-exit.exp: New file.
5711 2016-06-30 Pedro Alves <palves@redhat.com>
5713 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5714 unset inferior_spawn_id.
5716 2016-06-30 Pedro Alves <palves@redhat.com>
5718 * lib/mi-support.exp (default_mi_gdb_start): Declare global
5719 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5721 2016-06-29 Yao Qi <yao.qi@linaro.org>
5723 * gdb.base/return.c: Add copyright header.
5725 2016-06-29 Tom Tromey <tom@tromey.com>
5728 * gdb.python/py-framefilter.exp: Add tests for setting priority
5729 and disabling of non-existent frame filter.
5731 2016-06-29 Yao Qi <yao.qi@linaro.org>
5733 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5736 2016-06-28 Yao Qi <yao.qi@linaro.org>
5738 * gdb.base/catch-syscall.exp: Remove check on isnative and target
5739 triplets. Start gdb, execute catch syscall, and continue. Check
5740 gdb's output to determine catch syscall is supported.
5742 2016-06-27 Manish Goregaokar <manish@mozilla.com>
5744 * gdb.rust/simple.rs: Add test for returning unit in a function.
5745 * gdb.rust/simple.exp: Add expectation for functions returning
5748 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
5750 * gdb.python/py-breakpoint-create-fail.c,
5751 gdb.python/py-breakpoint-create-fail.exp,
5752 gdb.python/py-breakpoint-create-fail.py: New testcase.
5754 2016-06-25 Manish Goregaokar <manish@mozilla.com>
5757 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5758 * gdb.rust/simple.exp: Add test expectations for new NonZero
5761 2016-06-24 David Taylor <dtaylor@emc.com>
5763 * gdb.base/offsets.exp: New file.
5764 * gdb.base/offsets.c: New file.
5766 2016-06-23 Tom Tromey <tom@tromey.com>
5769 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5770 before any filters are loaded.
5772 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5774 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5775 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5777 * gdb.fortran/derived-type-function.exp: New file.
5778 * gdb.fortran/derived-type-function.f90: New file.
5781 2016-06-21 Pedro Alves <palves@redhat.com>
5783 * gdb.base/new-ui.exp: New file.
5784 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5785 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5786 (with_spawn_id): New procedure.
5788 2016-06-21 Pedro Alves <palves@redhat.com>
5790 * gdb.mi/mi-exec-run.exp: New file.
5792 2016-06-21 Pedro Alves <palves@redhat.com>
5794 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5795 breakpoint command's output on the main UI.
5796 (test_break): New procedure, factored out from calls in the top
5798 (top level): Use foreach_with_prefix to test MI as main UI and as
5801 2016-06-21 Pedro Alves <palves@redhat.com>
5803 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5804 (test_awatch_creation_and_listing)
5805 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5806 Remove 'type' parameter.
5807 (test_watchpoint_all): New parameter mi_mode. Remove
5809 (top level): Use foreach_with_prefix, and add main/separate UI MI
5812 2016-06-21 Pedro Alves <palves@redhat.com>
5814 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5815 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5816 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5817 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5818 (gdb_main_spawn_id, mi_spawn_id): Declare and
5820 (mi_create_inferior_pty): New procedure,
5821 factored out from default_mi_gdb_start.
5822 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5824 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5825 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5826 Use mi_create_inferior_pty.
5827 (mi_gdb_start): Use eval to pass down args list.
5829 2016-06-21 Pedro Alves <palves@redhat.com>
5831 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5832 * gdb.opt/inline-cmds.exp: Add MI tests.
5834 2016-06-21 Pedro Alves <palves@redhat.com>
5836 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5838 2016-06-21 Pedro Alves <palves@redhat.com>
5840 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5841 (top level): Use it instead of mi_execute_to.
5843 2016-06-21 Pedro Alves <palves@redhat.com>
5845 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5846 (cont_handler_str): New.
5847 (signal_stop_handler): Set stop_handler_str instead of printing to
5849 (continue_handler): Set cont_handler_str instead of printing to
5851 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5852 mi_send_resuming_command. Print stop_handler_str and
5853 cont_handler_str instead of expecting the python events print
5856 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
5858 * gdb.base/jit-reader.exp: New file.
5859 * gdb.base/jithost.c: New file.
5860 * gdb.base/jithost.h: New file.
5861 * gdb.base/jitreader.c : New file.
5862 * gdb.base/jit-protocol.h: New file.
5864 2016-06-17 Yao Qi <yao.qi@linaro.org>
5866 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5867 parameters follow_fork and detach_on_fork. Set follow-fork-mode
5868 and detach-on-fork. Adjust tests.
5869 (top level): Invoke break_cond_on_syscall with combinations of
5870 syscall, follow-fork-mode and detach-on-fork.
5872 2016-06-17 Yao Qi <yao.qi@linaro.org>
5874 * gdb.base/step-over-exit.c: New.
5875 * gdb.base/step-over-exit.exp: New.
5877 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5879 * gdb.base/float.exp: Add target check for nds32*-*-*.
5880 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
5882 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
5884 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
5885 for unsupported target features.
5886 * gdb.base/call-rt-st.exp: Likewise.
5887 * gdb.base/call-sc.exp: Likewise.
5888 * gdb.base/call-signal-resume.exp: Likewise.
5889 * gdb.base/call-strs.exp: Likewise.
5890 * gdb.base/callexit.exp: Likewise.
5891 * gdb.base/callfuncs.exp: Likewise.
5892 * gdb.base/nodebug.exp: Likewise.
5893 * gdb.base/printcmds.exp: Likewise.
5894 * gdb.base/ptype.exp: Likewise.
5895 * gdb.base/structs.exp: Likewise.
5896 * gdb.base/unwindonsignal.exp: Likewise.
5897 * gdb.cp/gdb2495.exp: Likewise.
5898 * gdb.cp/templates.exp: Likewise.
5899 * gdb.cp/virtfunc.exp: Likewise.
5900 * gdb.threads/hand-call-in-threads.exp: Likewise.
5901 * gdb.threads/interrupted-hand-call.exp: Likewise.
5902 * gdb.threads/thread-unwindonsignal.exp: Likewise.
5904 2016-06-10 Tom Tromey <tom@tromey.com>
5907 * gdb.rust/expr.exp: Add test for integer constant larger than
5910 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
5912 * gdb.fortran/nested-funcs.exp: New.
5913 * gdb.fortran/nested-funcs.f90: New.
5915 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5917 * gdb.base/examine-backward.c: New file.
5918 * gdb.base/examine-backward.exp: New file.
5920 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5922 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
5925 2016-06-02 Tom Tromey <tom@tromey.com>
5928 * gdb.python/py-shared.exp: Add solib_name test.
5930 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
5932 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
5934 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
5937 * gdb.dwarf2/implref.exp: Rename to...
5938 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
5939 * gdb.dwarf2/implref-array.c: New file.
5940 * gdb.dwarf2/implref-array.exp: Likewise.
5941 * gdb.dwarf2/implref-global.c: Likewise.
5942 * gdb.dwarf2/implref-global.exp: Likewise.
5943 * gdb.dwarf2/implref-struct.c: Likewise.
5944 * gdb.dwarf2/implref-struct.exp: Likewise.
5946 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5948 * gdb.trace/trace-condition.exp: Add 64bit tests.
5950 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5952 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
5954 (main): Adapt to 8 to 64 bits types.
5955 * gdb.trace/trace-condition.exp: Add new tests.
5957 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5959 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
5961 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5963 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
5964 Move condition tests...
5965 * gdb.trace/trace-condition.exp: Here.
5967 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
5969 * gdb.trace/trace-condition.exp: Add counter-case tests.
5971 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5974 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
5975 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
5977 2016-05-27 Pedro Alves <palves@redhat.com>
5979 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5981 (top level): Call it, and bail out of DejaGnu is known to be bad.
5983 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
5985 * gdb.base/whatis.c: Extend the test case.
5986 * gdb.base/whatis.exp: Add additional tests.
5988 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5990 * gdb.fortran/type.f90: Add pointer variable.
5991 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
5993 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5995 * gdb.fortran/vla-type.exp: Fix testcase name.
5997 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
5999 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6001 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6003 * gdb.fortran/type.f90: Add nested structures.
6004 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6005 * gdb.fortran/derived-type.exp: Adapt expected output.
6006 * gdb.fortran/vla-type.exp: Adapt expected output.
6008 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6010 * gdb.fortran/whatis_type.exp: Adapt expected output.
6012 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6014 * gdb.fortran/print_type.exp: Fix expected output.
6015 * gdb.fortran/whatis_type.exp: Fix expected output.
6017 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6019 * gdb.fortran/whatis_type.exp: Use multi_line.
6021 2016-05-24 Tom Tromey <tom@tromey.com>
6024 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6025 use value as an index.
6027 2016-05-23 Tom Tromey <tom@tromey.com>
6030 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6033 2016-05-24 Pedro Alves <palves@redhat.com>
6036 * gdb.threads/clone-attach-detach.c: New file.
6037 * gdb.threads/clone-attach-detach.exp: New file.
6039 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6041 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6043 2016-05-23 Tom Tromey <tom@tromey.com>
6045 PR python/19438, PR python/18393:
6046 * gdb.python/py-progspace.exp: Add "dir" test.
6047 * gdb.python/py-objfile.exp: Add "dir" test.
6049 2016-05-23 Yao Qi <yao.qi@linaro.org>
6051 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6052 * gdb.arch/thumb2-it.exp: Likewise.
6054 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6056 * gdb.mi/mi-threads-interrupt.c: New file.
6057 * gdb.mi/mi-threads-interrupt.exp: New file.
6059 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6062 * gdb.mi/mi-async-run.exp: New file.
6063 * gdb.mi/mi-async-run.c: New file.
6065 2016-05-17 Tom Tromey <tom@tromey.com>
6066 Manish Goregaokar <manishsmail@gmail.com>
6068 * lib/rust-support.exp: New file.
6069 * lib/gdb.exp (skip_rust_tests): New proc.
6070 (build_executable_from_specs): Handle rust.
6071 * lib/future.exp (gdb_find_rustc): New proc.
6072 (gdb_default_target_compile): Handle rust.
6073 * gdb.rust/expr.exp: New file.
6074 * gdb.rust/generics.exp: New file.
6075 * gdb.rust/generics.rs: New file.
6076 * gdb.rust/methods.exp: New file.
6077 * gdb.rust/methods.rs: New file.
6078 * gdb.rust/modules.exp: New file.
6079 * gdb.rust/modules.rs: New file.
6080 * gdb.rust/simple.exp: New file.
6081 * gdb.rust/simple.rs: New file.
6083 2016-05-17 Tom Tromey <tom@tromey.com>
6085 * gdb.base/default.exp (set language): Add rust.
6087 2016-05-17 Tom Tromey <tom@tromey.com>
6089 * gdb.gdb/unittest.exp: New file.
6091 2016-05-16 Yao Qi <yao.qi@linaro.org>
6093 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6094 shell_prompt. Update shell_prompt_re.
6096 2016-05-12 Doug Evans <dje@google.com>
6099 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6100 $options when building executable.
6101 * gdb.dwarf2/fission-loclists-pie.S: New file.
6102 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6104 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6106 * gdb.base/solib-display.exp: Check for [use_gdb_stub]Â instead
6107 of [is_remote target],
6109 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6111 * lib/gdb.exp (use_gdb_stub): New procedure.
6113 2016-05-03 Yunlian Jiang <yunlian@google.com>
6114 Doug Evans <dje@google.com>
6117 * gdb.dwarf2/dwp-sepdebug.c: New file.
6118 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6120 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6122 * gdb.base/detach.exp: Remove is_remote check.
6124 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6126 * gdb.base/annota-input-while-running.exp: Don't check for
6127 [is_remote target]. Enable annotations after running to main.
6128 Remove unused "set test..." line.
6130 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6132 * gdb.trace/trace-enable-disable.exp: New file.
6133 * gdb.trace/trace-enable-disable.c: New file.
6135 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6137 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6138 use it in info sharedlibrary test.
6139 * gdb.trace/ftrace-lock.exp: Likewise.
6140 * gdb.trace/ftrace.exp: Likewise.
6141 * gdb.trace/range-stepping.exp: Likewise.
6142 * gdb.trace/trace-break.exp: Likewise.
6143 * gdb.trace/trace-condition.exp: Likewise.
6144 * gdb.trace/trace-mt.exp: Likewise.
6146 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6148 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6149 (gdb_load_shlib): ... this.
6150 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6152 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6153 * gdb.base/ctxobj.exp: Likewise.
6154 * gdb.base/dprintf-pending.exp: Likewise.
6155 * gdb.base/dso2dso.exp: Likewise.
6156 * gdb.base/fixsection.exp: Likewise.
6157 * gdb.base/gcore-relro.exp: Likewise.
6158 * gdb.base/gdb1555.exp: Likewise.
6159 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6160 * gdb.base/gnu-ifunc.exp: Likewise.
6161 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6162 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6163 * gdb.base/pending.exp: Likewise.
6164 * gdb.base/print-file-var.exp: Likewise.
6165 * gdb.base/print-symbol-loading.exp: Likewise.
6166 * gdb.base/shlib-call.exp: Likewise.
6167 * gdb.base/shreloc.exp: Likewise.
6168 * gdb.base/so-impl-ld.exp: Likewise.
6169 * gdb.base/solib-disc.exp: Likewise.
6170 * gdb.base/solib-nodir.exp: Likewise.
6171 * gdb.base/solib-overlap.exp: Likewise.
6172 * gdb.base/solib-symbol.exp: Likewise.
6173 * gdb.base/solib-weak.exp (do_test): Likewise.
6174 * gdb.base/sym-file.exp: Likewise.
6175 * gdb.base/symtab-search-order.exp: Likewise.
6176 * gdb.base/type-opaque.exp: Likewise.
6177 * gdb.base/unload.exp: Likewise.
6178 * gdb.base/watchpoint-solib.exp: Likewise.
6179 * gdb.compile/compile.exp: Likewise.
6180 * gdb.cp/gdb2384.exp: Likewise.
6181 * gdb.cp/infcall-dlopen.exp: Likewise.
6182 * gdb.cp/re-set-overloaded.exp: Likewise.
6183 * gdb.fortran/library-module.exp: Likewise.
6184 * gdb.opt/solib-intra-step.exp: Likewise.
6185 * gdb.python/py-finish-breakpoint.exp: Likewise.
6186 * gdb.python/py-shared.exp: Likewise.
6187 * gdb.reverse/solib-precsave.exp: Likewise.
6188 * gdb.reverse/solib-reverse.exp: Likewise.
6189 * gdb.server/solib-list.exp: Likewise.
6190 * gdb.threads/dlopen-libpthread.exp: Likewise.
6191 * gdb.threads/tls-shared.exp: Likewise.
6192 * gdb.threads/tls-so_extern.exp: Likewise.
6193 * gdb.trace/change-loc.exp: Likewise.
6194 * gdb.trace/ftrace-lock.exp: Likewise.
6195 * gdb.trace/ftrace.exp: Likewise.
6196 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6197 * gdb.trace/pending.exp: Likewise.
6198 * gdb.trace/range-stepping.exp: Likewise.
6199 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6200 (strace_info_marker): Likewise.
6201 (strace_probe_marker): Likewise.
6202 (strace_trace_on_same_addr): Likewise.
6203 (strace_trace_on_diff_addr): Likewise.
6204 * gdb.trace/trace-break.exp: Likewise.
6205 * gdb.trace/trace-condition.exp: Likewise.
6206 * gdb.trace/trace-mt.exp: Likewise.
6208 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6210 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6211 result of gdb_remote_download.
6212 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6213 * gdb.base/dso2dso.exp: Likewise.
6214 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6215 * gdb.base/print-file-var.exp: Likewise.
6216 * gdb.base/shlib-call.exp: Likewise.
6217 * gdb.base/shreloc.exp: Likewise.
6218 * gdb.base/solib-overlap.exp: Likewise.
6219 * gdb.base/solib-weak.exp (do_test): Likewise.
6220 * gdb.base/unload.exp: Likewise.
6222 2016-04-27 Yao Qi <yao.qi@linaro.org>
6224 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6227 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6229 * vla-type.exp: Print structure from toplevel.
6231 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6233 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6235 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6238 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6240 * gdb.fortran/vla-type.f90: New file.
6241 * gdb.fortran/vla-type.exp: New file.
6243 2016-04-25 Yao Qi <yao.qi@linaro.org>
6245 * gdb.base/branch-to-self.c: New file.
6246 * gdb.base/branch-to-self.exp: New file.
6248 2016-04-22 Yao Qi <yao.qi@linaro.org>
6250 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6253 2016-04-22 Yao Qi <yao.qi@linaro.org>
6255 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6256 * gdb.base/annota3.exp: Likewise.
6258 2016-04-22 Yao Qi <yao.qi@linaro.org>
6260 * gdb.reverse/step-precsave.exp: Do one step and test program
6261 stops in "callee" and do multiple steps until program goes out
6263 * gdb.reverse/step-reverse.exp: Likewise.
6265 2016-04-22 Yao Qi <yao.qi@linaro.org>
6267 * gdb.trace/signal.exp: Also pass if
6268 $tracepoint_hits($i) > $iterations.
6270 2016-04-22 Yao Qi <yao.qi@linaro.org>
6272 * gdb.trace/signal.c: New file.
6273 * gdb.trace/signal.exp: New file.
6275 2016-04-19 Doug Evans <xdje42@gmail.com>
6277 * gdb.base/bad-file.exp: New file.
6279 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6281 * gdb.dwarf2/implref.exp: New file.
6283 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6285 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6286 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6287 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6288 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6289 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6290 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6291 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6292 * lib/fortran.exp (fortran_int4): New procedure.
6293 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6294 (fortran_logical4): Likewise.
6296 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6298 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6300 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6302 * lib/compiler.c: Add Intel specific preprocessor macros.
6303 * lib/compiler.cc: Likewise.
6305 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6307 * gdb.server/connect-with-no-symbol-file.c: New file.
6308 * gdb.server/connect-with-no-symbol-file.exp: New file.
6310 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6312 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6314 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6316 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6317 standard output directory.
6319 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6321 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6323 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6325 * gdb.btrace/instruction_history.c (loop): Add declaration.
6327 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6329 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6331 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6333 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6334 parentheses to print.
6335 (continue_handler): Likewise.
6337 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6339 * gdb.server/solib-list.exp: Remove is_remote check.
6340 Pass shlib= to gdb_compile. Don't link shared library with
6341 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6342 Run binary filename through "readlink -f" on the target.
6344 2016-04-08 Pedro Alves <palves@redhat.com>
6346 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6347 interpreter filename as argument to gdbserver_spawn.
6348 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6349 Return empty if $last_loaded_file does not exist.
6351 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6353 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6354 * gdb.base/jit-main.c: Use exit after usage.
6356 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6358 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6359 GDBHISTSIZE prior to the tests.
6360 * gdb.base/gdbinit-history.exp: Likewise.
6362 2016-04-07 Pedro Alves <palves@redhat.com>
6364 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6365 instead of build_executable. Use gdb_load_shlibs.
6367 2016-04-07 Yao Qi <yao.qi@linaro.org>
6369 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6370 Execute "si" command.
6372 2016-04-07 Yao Qi <yao.qi@linaro.org>
6374 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6375 number instead of the comments on some line.
6377 2016-04-06 Don Breazeal <donb@codesourcery.com>
6379 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6380 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6382 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6384 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6385 standard_output_file. Remove unused binfile variable.
6387 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6389 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6390 * gdb.python/py-mi-objfile.exp: Match "list main" output
6393 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6395 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6398 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6400 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6402 * gdb.trace/ftrace.exp: Likewise.
6403 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6405 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6406 (gdb_load_shlibs): Copy libraries to test directory when testing
6407 natively. Only set solib-search-path if testing remotely.
6408 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6410 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6412 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6413 gdb_download. Use it even if the target is not remote.
6414 * gdb.base/jit.exp (compile_jit_test): Likewise.
6415 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6416 output directory if the destination board is local, otherwise use
6417 the standard remote_download from DejaGnu.
6418 (gdb_download): Remove.
6419 (gdb_load_shlibs): Use gdb_remote_download instead of
6421 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6422 Use gdb_remote_download instead of gdb_download. Use it even if
6423 the target is not remote.
6424 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6425 instead of gdb_download.
6427 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6429 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6430 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6433 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
6436 * gdb.base/printcmds.exp: Add artificial arrays tests.
6438 2016-03-31 Pedro Alves <palves@redhat.com>
6441 * gdb.base/jit-main.c: Include unistd.h.
6442 (ATTACH): Define to 0 if not already defined.
6443 (wait_for_gdb, mypid): New globals.
6444 (WAIT_FOR_GDB): New macro.
6445 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
6446 some breakpoint locations.
6447 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6449 (one_jit_test): Add REATTACH parameter, and handle it. Use
6450 continue_to_test_location.
6451 (top level): Test attach, and adjusts calls to one_jit_test.
6453 2016-03-31 Pedro Alves <palves@redhat.com>
6456 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
6457 BINSUFFIX parameter, and handle it.
6458 (top level): Adjust calls compile_jit_test.
6460 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
6463 * gdb.python/py-mi-events-gdb.py: New file.
6464 * gdb.python/py-mi-events.c: New file.
6465 * gdb.python/py-mi-events.exp: New file.
6467 2016-03-30 Yao Qi <yao.qi@linaro.org>
6469 * gdb.reverse/until-precsave.exp: Match function name only.
6470 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6471 Move malloc to a condition block.
6472 * gdb.reverse/until-reverse.exp: Match function name only.
6474 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
6476 * gdb.trace/ftrace.exp: Set arg0exp for s390.
6477 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6478 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6479 variable for GPR 0 instead of assuming it is register 0.
6480 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6481 * lib/trace-support.exp: Add s390 registers.
6483 2016-03-29 Yao Qi <yao.qi@linaro.org>
6485 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6487 2016-03-24 Yao Qi <yao.qi@linaro.org>
6489 * gdb.reverse/break-reverse.exp: Add quotation mark in the
6492 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6494 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6495 maintaining separate logic for constructing the output path.
6497 2016-03-16 Don Breazeal <donb@codesourcery.com>
6499 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6500 Retry fork and waitpid on interrupted system call errors.
6501 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6502 Use with_timeout_factor to increase timeout by factor of 10.
6504 2016-03-15 Don Breazeal <donb@codesourcery.com>
6506 * gdb.cp/scope-err.cc: New test program.
6507 * gdb.cp/scope-err.exp: New test script.
6508 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6509 lines and "set breakpoint here" comment.
6510 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6511 Fixed some whitespace and format issues.
6512 * gdb.mi/mi-linespec-err-cp.cc: New test program.
6513 * gdb.mi/mi-linespec-err-cp.exp: New test script.
6515 2016-03-15 Doug Evans <dje@google.com>
6517 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6518 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6519 All callers updated. Add tests for enums, mixed flags register.
6521 2016-03-15 Doug Evans <dje@google.com>
6523 * gdb.base/skip.c (main): Call test_skip_file_and_function.
6524 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6526 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
6528 * gdb.base/default.exp: Add $_as_string to the list of expected
6529 convenience functions.
6531 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
6533 * gdb.base/maint.exp: New tests for 'maint info line-table'.
6535 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
6537 * gdb.python/py-as-string.exp: New file.
6538 * gdb.python/py-as-string.c: New file.
6540 2016-03-09 Pedro Alves <palves@redhat.com>
6542 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6543 signal" -> "Thread NN received signal" output change.
6544 * gdb.threads/ia64-sigill.exp: Likewise.
6545 * gdb.threads/linux-dp.exp: Likewise.
6546 * gdb.threads/manythreads.exp: Likewise.
6547 * gdb.threads/pending-step.exp: Likewise.
6548 * gdb.threads/print-threads.exp: Likewise.
6549 * gdb.threads/sigstep-threads.exp: Likewise.
6550 * gdb.threads/staticthreads.exp: Likewise.
6551 * gdb.threads/tls.exp: Likewise.
6553 2016-03-09 Pedro Alves <palves@redhat.com>
6555 * gdb.base/command-line-input.exp: New file.
6557 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6559 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6560 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6561 * gdb.trace/pending.exp: Accept leading dot before function name.
6562 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6563 * lib/trace-support.exp: Set registers for ppc.
6565 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6567 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6568 use it for disassembly; accept .main in addition to main in backtrace.
6570 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
6571 Marcin Kościelnicki <koriakin@0x04.net>
6573 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6574 (gdb_recursion_test_ptr): New global variable.
6575 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6577 (gdb_c_test): Ditto.
6579 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6581 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6584 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
6586 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6587 (bar): Add bar_start_lbl label.
6588 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6589 of foo/bar for emitting DWARF and tracing.
6591 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
6593 * analyze-racy-logs.py: Set executable bit.
6595 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
6597 * Makefile.in (DEFAULT_RACY_ITER): New variable.
6598 (CHECK_TARGET_TMP): Likewise.
6599 (check-single-racy): New rule.
6600 (check-parallel-racy): Likewise.
6601 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6602 (do-check-parallel-racy): New rule.
6603 (check-racy/%.exp): Likewise.
6604 * README (Racy testcases): New section.
6605 * analyze-racy-logs.py: New file.
6607 2016-03-03 Doug Evans <dje@google.com>
6609 * gdb.base/skip.exp: Use with_test_prefix.
6611 2016-03-03 Yao Qi <yao.qi@linaro.org>
6613 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6614 Invoke step_over_syscall "clone" and break_cond_on_syscall
6616 * gdb.base/step-over-clone.c: New file.
6618 2016-03-03 Yao Qi <yao.qi@linaro.org>
6620 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6623 2016-03-03 Yao Qi <yao.qi@linaro.org>
6625 * gdb.base/disp-step-fork.c: Rename to ...
6626 * gdb.base/step-over-fork.c: ... it. New file.
6627 * gdb.base/disp-step-vfork.c: Rename to ...
6628 * gdb.base/step-over-vfork.c: ... it. New file.
6629 * gdb.base/disp-step-syscall.exp: Rename to ...
6630 * gdb.base/step-over-syscall.exp: ... it. New file.
6631 (disp_step_cross_syscall): Rename to ...
6632 (step_over_syscall): ... it.
6634 2016-03-03 Yao Qi <yao.qi@linaro.org>
6636 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6637 If target supports condition evaluation on target, invoke
6638 break_cond_on_syscall for fork and vfork.
6640 2016-03-03 Yao Qi <yao.qi@linaro.org>
6642 * gdb.base/disp-step-syscall.exp: Don't invoke
6643 support_displaced_stepping.
6644 (disp_step_cross_syscall): Test with displaced stepping off and
6647 2016-03-03 Yao Qi <yao.qi@linaro.org>
6649 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6652 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6655 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6657 * gdb.fortran/vla-history.exp: Remove breakpoint.
6659 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6661 * gdb.fortran/vla-history.exp: Lookup array elements and printing
6664 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6666 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6669 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
6671 * gdb.mi/vla.f90: Nullify pointer after declaration.
6673 2016-03-01 Pedro Alves <palves@redhat.com>
6675 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6677 2016-03-01 Pedro Alves <palves@redhat.com>
6679 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6680 before anything else.
6681 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
6683 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6684 before anything else.
6685 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6687 2016-03-01 Pedro Alves <palves@redhat.com>
6689 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6691 2016-03-01 Yao Qi <yao.qi@linaro.org>
6693 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6694 prepare_for_testing.
6696 2016-03-01 Yao Qi <yao.qi@linaro.org>
6698 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6700 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6702 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6703 manually constructing the output path.
6705 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6707 * gdb.arch/s390-stackless.S: New.
6708 * gdb.arch/s390-stackless.exp: New.
6710 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
6712 * gdb.dlang/circular.c: New file.
6713 * gdb.dlang/circular.exp: New file.
6715 2016-02-26 Yao Qi <yao.qi@linaro.org>
6717 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6718 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6719 (testcases): Update.
6721 2016-02-26 Yao Qi <yao.qi@linaro.org>
6723 * gdb.reverse/aarch64.c: Rename to ...
6724 * gdb.reverse/insn-reverse.c: ... it.
6725 * gdb.reverse/aarch64.exp: Rename to ...
6726 * gdb.reverse/insn-reverse.exp: ... it.
6728 2016-02-26 Yao Qi <yao.qi@linaro.org>
6730 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6731 (testcase_ftype): New.
6732 (testcases): New array.
6734 (main): Call each element in testcases.
6735 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6736 (read_testcase): New.
6737 Do the tests in a loop.
6739 2016-02-25 Yao Qi <yao.qi@linaro.org>
6741 * gdb.base/branches.c: Remove.
6743 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6746 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6748 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6750 * gdb.trace/ftrace.exp: Remove unnecessary target check.
6752 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
6754 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6755 change x86_64 call_insn to 'callq'.
6757 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6759 * gdb.trace/tfile-avx.c: Move to...
6760 * gdb.trace/tracefile-pseudo-reg.c: Here.
6761 * gdb.trace/tfile-avx.exp: Move to...
6762 * gdb.trace/tracefile-pseudo-reg.exp: Here.
6764 2016-02-24 Gary Benson <gbenson@redhat.com>
6766 * gdb.base/attach-pie-noexec.exp: Do not expect an error
6769 2016-02-23 Doug Evans <dje@google.com>
6771 * gdb.base/skip.c (test_skip): New function.
6772 (end_test_skip_file_and_function): New function.
6773 (test_skip_file_and_function): New function.
6774 * gdb.base/skip1.c (test_skip): New function.
6775 (skip1_test_skip_file_and_function): New function.
6776 * gdb.base/skip.exp: Add tests for new skip options.
6777 * gdb.base/skip-solib.exp: Update expected output.
6778 * gdb.perf/skip-command.cc: New file.
6779 * gdb.perf/skip-command.exp: New file.
6780 * gdb.perf/skip-command.py: New file.
6782 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
6784 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6785 info registers pattern.
6787 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
6789 * lib/future.exp: Add D support.
6790 (gdb_find_gdc): New proc.
6791 (gdb_default_target_compile): Add D support.
6793 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
6795 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6797 (trace_speed_test): Determine the iteration count for a time
6798 between 15..30 seconds.
6800 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
6802 * gdb.arch/i386-mpx-sigsegv.c: New file.
6803 * gdb.arch/i386-mpx-sigsegv.exp: New file.
6804 * gdb.arch/i386-mpx-simple_segv.c: New file.
6805 * gdb.arch/i386-mpx-simple_segv.exp: New file.
6807 2016-02-18 Yao Qi <yao.qi@linaro.org>
6809 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6810 Don't call setup_kfail.
6812 2016-02-18 Yao Qi <yao.qi@linaro.org>
6814 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6815 Set "set breakpoint condition-evaluation" per $cond_bp_target.
6817 2016-02-16 Doug Evans <dje@google.com>
6819 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
6820 * gdb.base/skip1.c: Ditto.
6821 * gdb.base/skip.exp: Whitespace cleanup.
6823 2016-02-16 Don Breazeal <donb@codesourcery.com>
6826 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6827 Remove kfail for PR remote/19496.
6829 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6831 * lib/gdb.exp (standard_temp_file): Return a path specific to
6832 the runtest invocation.
6834 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
6836 * gdb.trace/save-trace.exp: Change relative path to be in the
6837 standard output directory.
6839 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6841 * gdb.arch/i386-prologue.c: Add missing prototypes.
6843 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6845 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6846 * gdb.arch/i386-prologue.exp: Likewise.
6847 * gdb.arch/i386-size.exp: Likewise.
6849 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
6851 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6852 define object file path.
6853 * gdb.btrace/gcore.exp: Use standard_output_file to define core
6855 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6856 standard_output_file to define binfile.
6858 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6860 Fix compatibility with recent gfortran-5.3.1.
6861 * gdb.fortran/vla-history.exp (print vla1 allocated)
6862 (print vla2 allocated, print $2, print $3): Remove
6863 (print $4): Rename to ...
6864 (print $2): ... here.
6865 (print $9): Rename to ...
6866 (print $5): ... here.
6867 (print $10): Rename to ...
6868 (print $6): ... here.
6869 * gdb.fortran/vla.f90: Add pvla initialization.
6871 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6873 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
6875 * gdb.fortran/vla-value-sub.exp: Likewise.
6877 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
6879 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
6881 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
6883 * i386-biarch-core.exp: Define corefile using
6884 standard_output_file.
6886 2016-02-12 Yao Qi <yao.qi@linaro.org>
6888 * gdb.arch/arm-single-step-kernel-helper.c: New.
6889 * gdb.arch/arm-single-step-kernel-helper.exp: New.
6891 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
6893 * gdb.btrace/tailcall-only.exp: New.
6894 * gdb.btrace/tailcall-only.c: New.
6895 * gdb.btrace/x86_64-tailcall-only.S: New.
6896 * gdb.btrace/i686-tailcall-only.S: New.
6898 2016-02-11 Pedro Alves <palves@redhat.com>
6900 * README (Parallel testing): Add missing double quotes.
6902 2016-02-11 Pedro Alves <palves@redhat.com>
6904 * README (Parallel testing): New section.
6905 (GDB_PARALLEL): Rewrite.
6906 (FORCE_PARALLEL): Document.
6908 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
6910 * gdb.trace/tfile-avx.c: New test.
6911 * gdb.trace/tfile-avx.exp: New test.
6913 2016-02-09 Keith Seitz <keiths@redhat.com>
6915 PR breakpoints/19546
6916 * gdb.base/infcall-exec.c: New file.
6917 * gdb.base/infcall-exec2.c: New file.
6918 * gdb.base/infcall-exec.exp: New file.
6920 2016-02-09 Keith Seitz <keiths@redhat.com>
6922 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
6923 (toplevel): Call test_bkpt_address.
6925 2016-02-09 Keith Seitz <keiths@redhat.com>
6928 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
6929 (toplevel): Call test_bkpt_address.
6931 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
6933 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
6935 * configure: Regenerate.
6937 2016-02-09 Pedro Alves <palves@redhat.com>
6939 PR breakpoints/19548
6940 * gdb.base/execl-update-breakpoints.c (some_function): New
6943 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
6944 Tighten expected GDB output.
6946 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6948 * Makefile.in (ALL_SUBDIRS): Remove.
6949 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
6950 (distclean maintainer-clean realclean): Likewise.
6951 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
6952 * configure: Regenerate.
6953 * gdb.ada/Makefile.in: Delete.
6954 * gdb.arch/Makefile.in: Likewise.
6955 * gdb.asm/Makefile.in: Likewise.
6956 * gdb.base/Makefile.in: Likewise.
6957 * gdb.btrace/Makefile.in: Likewise.
6958 * gdb.cell/Makefile.in: Likewise.
6959 * gdb.compile/Makefile.in: Likewise.
6960 * gdb.cp/Makefile.in: Likewise.
6961 * gdb.disasm/Makefile.in: Likewise.
6962 * gdb.dlang/Makefile.in: Likewise.
6963 * gdb.dwarf2/Makefile.in: Likewise.
6964 * gdb.fortran/Makefile.in: Likewise.
6965 * gdb.gdb/Makefile.in: Likewise.
6966 * gdb.go/Makefile.in: Likewise.
6967 * gdb.guile/Makefile.in: Likewise.
6968 * gdb.java/Makefile.in: Likewise.
6969 * gdb.linespec/Makefile.in: Likewise.
6970 * gdb.mi/Makefile.in: Likewise.
6971 * gdb.modula2/Makefile.in: Likewise.
6972 * gdb.multi/Makefile.in: Likewise.
6973 * gdb.objc/Makefile.in: Likewise.
6974 * gdb.opencl/Makefile.in: Likewise.
6975 * gdb.opt/Makefile.in: Likewise.
6976 * gdb.pascal/Makefile.in: Likewise.
6977 * gdb.perf/Makefile.in: Likewise.
6978 * gdb.python/Makefile.in: Likewise.
6979 * gdb.reverse/Makefile.in: Likewise.
6980 * gdb.server/Makefile.in: Likewise.
6981 * gdb.stabs/Makefile.in: Likewise.
6982 * gdb.threads/Makefile.in: Likewise.
6983 * gdb.trace/Makefile.in: Likewise.
6984 * gdb.xml/Makefile.in: Likewise.
6985 * lib/gdb.exp (make_gdb_parallel_path): Add check for
6987 (standard_output_file): Remove check for GDB_PARALLEL, always
6988 return path in outputs/$subdir/$testname.
6990 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
6992 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
6993 (site.exp): Assign abs_srcdir to tcl's srcdir.
6995 2016-02-04 Yao Qi <yao.qi@linaro.org>
6997 * gdb.base/foll-exec-mode.c: Include limits.h.
6998 (main): Add parameters argc and argv. Get directory from
7000 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7002 * gdb.base/foll-exec.c: Include limits.h.
7003 (main): Add parameters argc and argv.
7004 Get directory from argv[0].
7005 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7006 Adjust tests on the number of lines as source code changed.
7007 * gdb.base/foll-vfork-exit.c: Include limits.h.
7008 (main): Add one line of statement before vfork.
7009 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7010 (main): Add parameters argc and argv. Get directory from
7012 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7013 (setup_gdb): Set tbreak to skip some source lines.
7014 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7015 (main): Add parameters argc and argv. Get directory from
7017 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7019 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7020 (main): Add parameters argc and argv. Get directory from
7022 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7025 2016-02-01 Doug Evans <dje@google.com>
7027 * gdb.base/skip.exp: Clean up multiple references to same test name.
7029 2016-02-01 Pedro Alves <palves@redhat.com>
7032 * gdb.threads/forking-threads-plus-breakpoint.exp
7033 (displaced_stepping_supported): New global.
7034 (probe_displaced_stepping_support): New procedure.
7035 (do_test): Add 'displaced' parameter, and use it.
7036 (top level): Check for displaced stepping support. Add displaced
7037 stepping on/off testing axis.
7039 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7041 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7042 pointer. Don't perform further tests on the unassociated pointer
7043 if the first test fails.
7045 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7047 * gdb.base/max-value-size.c: New file.
7048 * gdb.base/max-value-size.exp: New file.
7049 * gdb.base/huge.exp: Disable max-value-size for this test.
7051 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7053 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7055 2016-01-28 Yao Qi <yao.qi@linaro.org>
7057 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7059 2016-01-25 Pedro Alves <palves@redhat.com>
7062 * gdb.base/fork-running-state.c: New file.
7063 * gdb.base/fork-running-state.exp: New file.
7065 2016-01-25 Pedro Alves <palves@redhat.com>
7068 * gdb.base/catch-fork-kill.c: New file.
7069 * gdb.base/catch-fork-kill.exp: New file.
7071 2016-01-25 Pedro Alves <palves@redhat.com>
7073 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7074 Delete, moved to lib/gdb.exp.
7075 * gdb.threads/forking-threads-plus-breakpoint.exp
7076 (foreach_with_prefix): Likewise.
7077 * gdb.threads/process-dies-while-handling-bp.exp
7078 (foreach_with_prefix): Likewise.
7079 * lib/gdb.exp (foreach_with_prefix): New procedure.
7081 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7083 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7084 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7086 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7088 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7091 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7092 Pedro Alves <palves@redhat.com>
7094 Fix testsuite compatibility with Guile.
7095 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7098 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7100 Fix testsuite compatibility with Guile.
7101 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7102 (thread 1): New test for backtrace through signal handler.
7104 2016-01-22 Yao Qi <yao.qi@linaro.org>
7107 * gdb.base/multi-forks.c: Include
7108 ../lib/unbuffer_output.c
7109 (main): Call gdb_unbuffer_output.
7111 2016-01-21 Doug Evans <dje@google.com>
7113 * lib/ada.exp (gdb_compile_ada): Fix typo.
7115 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7117 * gdb.base/break-fun-addr.exp: New file.
7118 * gdb.base/break-fun-addr1.c: New file.
7119 * gdb.base/break-fun-addr2.c: New file.
7121 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7123 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7124 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7127 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7129 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7130 when GDB can not set the vector return value. Add more comments
7133 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7135 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7138 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7140 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7142 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7144 * Makefile.in (check-single): Pass --status to runtest.
7145 (check/%.exp): Likewise.
7147 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7149 * Makefile.in (check-parallel): Propagate return code from make
7152 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7154 * gdb.trace/ftrace.exp: Fix expected message on continue.
7155 * gdb.trace/pending.exp: Fix expected message on continue.
7156 * gdb.trace/trace-break.exp: Fix expected message on continue.
7158 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7160 * lib/gdb.exp (gdb_test): Remove unused global references.
7162 2016-01-18 Pedro Alves <palves@redhat.com>
7164 * gdb.base/async-shell.exp: Adjust expected output.
7165 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7166 * gdb.base/siginfo-thread.exp: Adjust expected output.
7167 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7168 * gdb.java/jnpe.exp: Adjust expected output.
7169 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7170 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7171 * gdb.threads/leader-exit.exp: Adjust expected output.
7172 * gdb.threads/manythreads.exp: Adjust expected output.
7173 * gdb.threads/pthreads.exp: Adjust expected output.
7174 * gdb.threads/schedlock.exp: Adjust expected output.
7175 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7176 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7178 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7180 * gdb.threads/sigthread.exp: Adjust expected output.
7181 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7183 2016-01-18 Yao Qi <yao.qi@linaro.org>
7185 * gdb.guile/scm-section-script.c: Replace @progbits with
7187 * gdb.python/py-section-script.c: Likewise.
7189 2016-01-15 Pedro Alves <palves@redhat.com>
7191 * gdb.multi/tids.exp: Test star wildcard ranges.
7193 2016-01-15 Pedro Alves <palves@redhat.com>
7195 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7196 command from "thread apply" invocation.
7197 (thr_apply_info_thr_invalid): Default the expected output to the
7199 (top level): Add tests that use convenience variables. Add tests
7200 for "thread apply" with a valid TID list, but missing the command.
7202 2016-01-13 Pedro Alves <palves@redhat.com>
7204 * gdb.base/default.exp: Expect $_gthread as well.
7205 * gdb.multi/tids.exp: Test $_gthread.
7206 * gdb.threads/thread-specific.exp: Test $_gthread.
7208 2016-01-13 Pedro Alves <palves@redhat.com>
7210 * gdb.multi/tids.exp: Test "info threads -gid".
7212 2016-01-13 Pedro Alves <palves@redhat.com>
7214 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7216 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7218 2016-01-07 Pedro Alves <palves@redhat.com>
7220 * gdb.base/break.exp: Adjust to output changes.
7221 * gdb.base/hbreak2.exp: Likewise.
7222 * gdb.base/sepdebug.exp: Likewise.
7223 * gdb.base/watch_thread_num.exp: Likewise.
7224 * gdb.linespec/keywords.exp: Likewise.
7225 * gdb.multi/info-threads.exp: Likewise.
7226 * gdb.threads/thread-find.exp: Likewise.
7227 * gdb.multi/tids.c: New file.
7228 * gdb.multi/tids.exp: New file.
7230 2016-01-13 Pedro Alves <palves@redhat.com>
7232 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7234 2016-01-13 Pedro Alves <palves@redhat.com>
7236 * gdb.base/default.exp: Expect $_inferior as well.
7237 * gdb.multi/base.exp: Test $_inferior.
7239 2016-01-13 Pedro Alves <palves@redhat.com>
7241 PR breakpoints/19388
7242 * gdb.base/catch-signal-siginfo-cond.c: New file.
7243 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7245 2016-01-12 Josh Stone <jistone@redhat.com>
7246 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7248 * gdb.base/catch-syscall.c (do_execve): New variable.
7249 (main): Conditionally trigger an execve.
7250 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7251 (test_catch_syscall_execve): New, check entry/return across execve.
7252 (do_syscall_tests): Call test_catch_syscall_execve.
7254 2016-01-12 Pedro Alves <palves@redhat.com>
7256 * gdb.base/random-signal.exp (do_test): New procedure, with body
7257 of testcase moved in.
7259 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7260 Pedro Alves <palves@redhat.com>
7262 * gdb.base/funcargs.exp (finish from indirectly called function):
7263 Reintroduce the case for 'First'.
7265 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7266 Pedro Alves <palves@redhat.com>
7268 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7269 (tcatch_vfork_then_child_follow_exec)
7270 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7273 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7275 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7276 and repeats to unlimited.
7277 * gdb.python/py-value.exp: Likewise.
7278 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7279 and repeats to unlimited.
7281 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7283 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7284 and reordering the functions.
7285 * gdb.multi/hangout.c: Likewise.
7286 * gdb.multi/hello.c: Likewise.
7288 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7290 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7292 (SingleStatisticTestResult.report): Use dict.keys instead of
7295 2016-01-06 Pedro Alves <palves@redhat.com>
7297 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7299 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7301 * gdb.btrace/dlopen.exp: New.
7302 * gdb.btrace/dlopen.c: New.
7303 * gdb.btrace/dlopen-dso.c: New.
7305 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7307 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7308 PATTERN argument is optional.
7310 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7312 * lib/ada.exp (target_compile_ada_from_dir): New function.
7313 (gdb_compile_ada): Reimplement avoiding the use of project files.
7314 * gdb.ada/gnat_ada.gpr: Delete.
7315 * gdb.ada/cond_lang.exp: Adjust test to make path before
7317 * gdb.ada/small_reg_param.exp: Likewise.
7319 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7321 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7323 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7325 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7328 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7330 * gdb.base/break.exp: Remove dead code.
7331 * gdb.base/sepdebug.exp: Likewise.
7333 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7335 * gdb.asm/asm-source.exp: Remove HP-UX references.
7336 * gdb.base/annota1.exp: Likewise.
7337 * gdb.base/annota3.exp: Likewise.
7338 * gdb.base/attach.exp: Likewise.
7339 * gdb.base/bigcore.exp: Likewise.
7340 * gdb.base/break.exp: Likewise.
7341 * gdb.base/call-ar-st.exp: Likewise.
7342 * gdb.base/callfuncs.exp: Likewise.
7343 * gdb.base/catch-fork-static.exp: Likewise.
7344 * gdb.base/display.exp: Likewise.
7345 * gdb.base/foll-exec-mode.exp: Likewise.
7346 * gdb.base/foll-exec.exp: Likewise.
7347 * gdb.base/foll-fork.exp: Likewise.
7348 * gdb.base/foll-vfork.exp: Likewise.
7349 * gdb.base/funcargs.exp: Likewise.
7350 * gdb.base/hbreak2.exp: Likewise.
7351 * gdb.base/inferior-died.exp: Likewise.
7352 * gdb.base/interrupt.exp: Likewise.
7353 * gdb.base/multi-forks.exp: Likewise.
7354 * gdb.base/nodebug.exp: Likewise.
7355 * gdb.base/sepdebug.exp: Likewise.
7356 * gdb.base/solib1.c: Likewise.
7357 * gdb.base/step-test.exp: Likewise.
7358 * gdb.mi/non-stop.c: Likewise.
7359 * gdb.mi/pthreads.c: Likewise.
7360 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7361 * gdb.threads/pthreads.c: Likewise.
7362 * gdb.threads/staticthreads.exp: Likewise.
7363 * lib/future.exp: Likewise.
7364 * lib/gdb.exp: Likewise.
7365 * gdb.base/so-indr-cl.c: Remove.
7366 * gdb.base/so-indr-cl.exp: Likewise.
7367 * gdb.base/solib.c: Likewise.
7368 * gdb.base/solib.exp: Likewise.
7369 * gdb.base/solib2.c: Likewise.
7371 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7373 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7374 * gdb.base/call-ar-st.exp: Likewise.
7375 * gdb.base/callfuncs.exp: Likewise.
7376 * gdb.base/condbreak.exp: Likewise.
7377 * gdb.base/constvars.exp: Likewise.
7378 * gdb.base/hbreak2.exp: Likewise.
7379 * gdb.base/langs.exp: Likewise.
7380 * gdb.base/list.exp: Likewise.
7381 * gdb.base/long_long.exp: Likewise.
7382 * gdb.base/ptype.exp: Likewise.
7383 * gdb.base/scope.exp: Likewise.
7384 * gdb.base/signals.exp: Likewise.
7385 * gdb.base/so-impl-ld.exp: Likewise.
7386 * gdb.base/varargs.exp: Likewise.
7387 * gdb.base/volatile.exp: Likewise.
7388 * gdb.base/whatis.exp: Likewise.
7389 * gdb.cp/cplusfuncs.exp: Likewise.
7390 * gdb.cp/inherit.exp: Likewise.
7391 * gdb.cp/local.exp: Likewise.
7392 * gdb.cp/member-ptr.exp: Likewise.
7393 * gdb.cp/method.exp: Likewise.
7394 * gdb.cp/overload.exp: Likewise.
7395 * gdb.cp/templates.exp: Likewise.
7396 * gdb.stabs/weird.exp: Likewise.
7397 * lib/compiler.c: Likewise.
7398 * lib/compiler.cc: Likewise.
7399 * lib/cp-support.exp: Likewise.
7400 * lib/gdb.exp: Likewise.
7402 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7404 * configure.ac: Remove HP-UX case.
7405 * configure: Regenerate.
7407 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7409 * lib/gdb.exp (gdb_compile): Add function doc.
7411 2015-12-17 Pedro Alves <palves@redhat.com>
7414 * gdb.multi/info-threads.exp: New file.
7416 2015-12-15 Yao Qi <yao.qi@linaro.org>
7418 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7421 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7423 * gdb.base/history-duplicates.exp: Skip if no readline support.
7425 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7427 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7429 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7431 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7433 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7435 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7436 ctrl-C if nointerrupts target property is set.
7437 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7438 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7439 * gdb.base/paginate-bg-execution.exp: Likewise.
7440 * gdb.base/paginate-execution-startup.exp: Likewise.
7441 * gdb.base/random-signal.exp: Likewise.
7442 * gdb.base/range-stepping.exp: Likewise.
7443 * gdb.cp/annota2.exp: Likewise.
7444 * gdb.cp/annota3.exp: Likewise.
7445 * gdb.gdb/selftest.exp: Likewise.
7446 * gdb.threads/continue-pending-status.exp: Likewise.
7447 * gdb.threads/leader-exit.exp: Likewise.
7448 * gdb.threads/manythreads.exp: Likewise.
7449 * gdb.threads/pthreads.exp: Likewise.
7450 * gdb.threads/schedlock.exp: Likewise.
7451 * gdb.threads/sigthread.exp: Likewise.
7453 2015-12-11 Don Breazeal <donb@codesourcery.com>
7455 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7457 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7458 * gdb.base/foll-exec.exp (main): Enable for target remote.
7459 * gdb.base/foll-fork.exp (main): Likewise.
7460 * gdb.base/foll-vfork.exp (main): Likewise.
7461 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7462 (proc continue_to_exit_bp_loc): Use clean_restart.
7463 * gdb.base/pie-execl.exp (main): Disable for target remote.
7464 * gdb.base/watch-vfork.exp (main): Enable for target remote.
7465 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7466 * gdb.threads/execl.exp (main): Likewise.
7467 * gdb.threads/fork-child-threads.exp (main): Likewise.
7468 * gdb.threads/fork-plus-threads.exp (main): Disable for target
7470 * gdb.threads/fork-thread-pending.exp (main): Enable for target
7472 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7473 pid.tid style ptids, instead of just tid.
7474 * gdb.threads/thread-execl.exp (main): Enable for target remote.
7475 * gdb.threads/watchpoint-fork.exp (main): Likewise.
7476 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7477 ptids, instead of just tid.
7479 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7481 * gdb.base/list.exp (test_list_forward): Add end of file error
7483 (test_repeat_list_command): Add end of file error test.
7484 (test_list_backwards): Add beginning of file error test.
7486 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7488 * gdb.base/list.exp (test_list_invalid_args): New function,
7489 defined, and called.
7491 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
7493 * gdb.base/list.exp (test_list): Make test names unique.
7495 2015-12-11 Yao Qi <yao.qi@linaro.org>
7497 * gdb.base/coremaker2.c: Remove.
7499 2015-12-10 Pedro Alves <palves@redhat.com>
7501 * gdb.multi/base.exp: Remove stale "spaces" references.
7503 2015-12-10 Pedro Alves <palves@redhat.com>
7505 * gdb.multi/base.exp: Don't use nowarnings.
7506 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7507 * gdb.multi/hangout.c: Include stdio.h.
7508 * gdb.multi/hello.c: Include stdlib.h.
7509 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7510 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7511 * gdb.multi/multi-arch.exp: Don't use nowarnings.
7513 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
7515 * gdb.dwarf2/dw2-ranges-base.c: New file.
7516 * gdb.dwarf2/dw2-ranges-base.exp: New file.
7517 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7518 support additional line table, and debug ranges generation.
7519 (Dwarf::ranges): New function, generate .debug_ranges.
7520 (Dwarf::lines): Support generating simple line table programs.
7521 (Dwarf::assemble): Initialise new namespace variables.
7523 2015-12-09 Kevin Buettner <kevinb@redhat.com>
7525 * gdb.base/async.exp (proc test_background): Add case for
7526 asynchronous execution not supported.
7528 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
7530 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7531 format and change test names to make them unique.
7533 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
7534 Pedro Alves <pedro@redhat.com>
7537 Add checking of floatformats setup on x86_64 hosts.
7538 * gdb.arch/i386-float.S (main): Load bigval and smallval.
7539 (smallval, bigval): New labels/constants.
7540 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7541 float" after loading bigval and smallval.
7543 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
7545 * gdb.ada/fun_overload_menu.exp: New testcase.
7546 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7548 2015-12-04 Josh Stone <jistone@redhat.com>
7550 * gdb.base/catch-fork-static.exp: New.
7552 2015-12-03 Yao Qi <yao.qi@linaro.org>
7554 * gdb.base/sizeof.c: Don't include stdio.h and
7555 ../lib/unbuffer_output.c.
7556 (main): New variable 'size' and 'value'. Remove printf and
7557 gdb_unbuffer_output. Assign return value to size and value.
7558 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7560 (check_sizeof): Check the result by printing variable 'size'.
7561 (check_valueof): Check the result by printing variable 'value'.
7563 2015-12-01 Yao Qi <yao.qi@linaro.org>
7565 * gdb.base/disp-step-syscall.exp: Define syscall instruction
7566 for aarch64*-*-linux* target.
7568 2015-11-30 Pedro Alves <palves@redhat.com>
7570 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7572 2015-11-30 Pedro Alves <palves@redhat.com>
7574 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7575 Handle non-stop mode vCont replies.
7577 2015-11-30 Pedro Alves <palves@redhat.com>
7579 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7580 prepare_for_testing. Start gdb with "set non-stop on" appended to
7581 GDBFLAGS. Lax expected stop output.
7583 2015-11-27 Yao Qi <yao.qi@linaro.org>
7585 * gdb.arch/arm-neon.exp: New.
7586 * gdb.arch/arm-neon.c: New.
7588 2015-11-27 Yao Qi <yao.qi@linaro.org>
7590 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7592 2015-11-27 Yao Qi <yao.qi@linaro.org>
7594 * gdb.cp/annota2.exp: Allow multiple occurrences of the
7595 frames-invalid annotation.
7597 2015-11-27 Yao Qi <yao.qi@linaro.org>
7599 * gdb.cp/annota2.exp: Use ${frames_invalid}.
7601 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
7603 * gdb.threads/names.exp: New file.
7604 * gdb.threads/names.c: New file.
7605 * README: Mention gdb,no_thread_names.
7607 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
7610 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7613 2015-11-24 Pedro Alves <palves@redhat.com>
7616 * gdb.base/display.exp: Expect displays to be sorted in ascending
7617 order. Use multi_line.
7618 * gdb.base/solib-display.exp: Likewise.
7620 2015-11-24 Pedro Alves <palves@redhat.com>
7623 * gdb.base/display.exp: Expect displays to be sorted in ascending
7624 order. Use multi_line.
7625 * gdb.base/solib-display.exp: Likewise.
7627 2015-11-24 Pedro Alves <palves@redhat.com>
7630 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7631 threads in ascending order.
7632 * gdb.base/foll-fork.exp: Likewise.
7633 * gdb.base/foll-vfork.exp: Likewise.
7634 * gdb.base/multi-forks.exp: Likewise.
7635 * gdb.mi/mi-nonstop.exp: Likewise.
7636 * gdb.mi/mi-nsintrall.exp: Likewise.
7637 * gdb.multi/base.exp: Likewise.
7638 * gdb.multi/multi-arch.exp: Likewise.
7639 * gdb.python/py-inferior.exp: Likewise.
7640 * gdb.threads/break-while-running.exp: Likewise.
7641 * gdb.threads/execl.exp: Likewise.
7642 * gdb.threads/gcore-thread.exp: Likewise.
7643 * gdb.threads/info-threads-cur-sal.exp: Likewise.
7644 * gdb.threads/kill.exp: Likewise.
7645 * gdb.threads/linux-dp.exp: Likewise.
7646 * gdb.threads/multiple-step-overs.exp: Likewise.
7647 * gdb.threads/next-bp-other-thread.exp: Likewise.
7648 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7649 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7650 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7651 * gdb.threads/thread-find.exp: Likewise.
7652 * gdb.threads/tls.exp: Likewise.
7653 * lib/mi-support.exp (mi_reverse_list): Delete.
7654 (mi_check_thread_states): No longer reverse list.
7656 2015-11-24 Pedro Alves <palves@redhat.com>
7658 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
7661 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7663 * gdb.trace/actions.c: Include trace-common.h.
7664 (main): Add a location for a fast tracepoint.
7665 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7666 the normal tracepoints.
7667 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7669 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
7671 * save-trace.exp: Factor out code to these...
7672 (gdb_save_tracepoints): New.
7673 (gdb_load_tracepoints): New.
7674 (do_save_load_test): New.
7676 2015-11-23 Kevin Buettner <kevinb@redhat.com>
7678 * gdb.base/asmlabel.exp: New test.
7679 * gdb.base/asmlabel.c: New test case.
7681 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7683 * gdb.base/wrong_frame_bt_full-main.c: New file.
7684 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7685 * gdb.base/wrong_frame_bt_full.exp: New file.
7687 2015-11-23 Joel Brobecker <brobecker@adacore.com>
7689 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7691 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7693 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7694 pstate register when comparing registers values in
7695 sparc64-*-linux-gnu targets to avoid spurious differences.
7697 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
7699 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7701 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
7703 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7704 as type argument to gdb_compile.
7705 * gdb.base/nested-subp2.exp: Likewise.
7706 * gdb.base/nested-subp3.exp: Likewise.
7708 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
7710 * lib/dwarf.exp (_note): Fix left shift of negative value.
7711 * gdb.trace/trace-condition.exp: Likewise.
7713 2015-11-13 Yao Qi <yao.qi@linaro.org>
7715 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7716 comments about d10v.
7717 (test_scalar_returns): Likewise.
7718 * gdb.base/d10v.ld: Remove.
7719 * gdb.base/overlays.exp: Remove the target triplet checking for
7721 * gdb.base/structs.exp (test_struct_returns): Remove the
7722 comments about d10v.
7723 (test_struct_calls): Likewise.
7725 2015-11-13 Yao Qi <yao.qi@linaro.org>
7727 * gdb.base/gnu_vector.exp: Check the return value by "p res".
7728 * gdb.base/gnu_vector.c: Don't include stdio.h.
7729 (main): Don't print res and call add_some_intvecs.
7731 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
7733 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7736 (func4): Use FAST_TRACEPOINT_LABEL.
7737 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7740 (thread_function): Use FAST_TRACEPOINT_LABEL.
7741 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7743 (marker): Use FAST_TRACEPOINT_LABEL.
7744 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7745 (pendfunc1): Remove.
7746 (pendfunc): Use FAST_TRACEPOINT_LABEL.
7747 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7749 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7750 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7753 (marker): Use FAST_TRACEPOINT_LABEL.
7754 * gdb.trace/trace-common.h: New header.
7755 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7758 (marker): Use FAST_TRACEPOINT_LABEL.
7759 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7761 (thread_function): Use FAST_TRACEPOINT_LABEL.
7763 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
7765 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7767 * gdb.trace/change-loc.exp: Use global pcreg definition.
7768 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7769 * gdb.trace/entry-values.exp: Use global spreg definition, add $
7771 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7772 * gdb.trace/pending.exp: Likewise.
7773 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7774 * gdb.trace/trace-break.exp: Likewise.
7775 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7777 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7778 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7780 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7782 2015-11-09 Joel Brobecker <brobecker@adacore.com>
7784 * gdb.ada/fin_fun_out: New testcase.
7786 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7788 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7789 value associated with DW_AT_byte_size.
7790 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7791 constants for DW_AT_byte_size, DW_AT_lower_bound, and
7794 2015-11-07 Kevin Buettner <kevinb@redhat.com>
7796 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7797 (gdb_target_symbol_prefix_flags): Define in terms of _asm
7799 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7800 gdb.dwarf2/dw2-canonicalize-type.exp,
7801 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7802 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7803 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7804 provided by gdb_target_symbol_prefix_flags_asm.
7805 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7806 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7807 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7808 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7809 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7810 macros where needed). Use this macro for symbols which require
7811 the prefix provided by SYMBOL_PREFIX.
7813 2015-11-05 Kevin Buettner <kevinb@redhat.com>
7815 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7817 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7818 representing expressions, of more than one list element.
7819 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7820 to prepend linker symbol prefix to f.
7821 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7822 table_1 and table_2.
7823 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7824 Likewise, for f and g.
7825 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7827 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7829 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7830 table_1_ptr and table_2_ptr.
7832 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7833 Joel Brobecker <brobecker@adacore.com>
7835 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7837 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
7839 * gdb.reverse/s390-mvcle.c: New test.
7840 * gdb.reverse/s390-mvcle.exp: New file.
7841 * lib/gdb.exp: Enable reverse tests on s390*-linux.
7843 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7845 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7847 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
7849 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7851 * gdb.reverse/getresuid-reverse.exp: Likewise.
7852 * gdb.reverse/pipe-reverse.exp: Likewise.
7853 * gdb.reverse/readv-reverse.exp: Likewise.
7854 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7855 * gdb.reverse/time-reverse.exp: Likewise.
7856 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7858 2015-10-30 Yao Qi <yao.qi@linaro.org>
7860 * gdb.threads/wp-replication.c (watch_count_done): Remove.
7861 (empty_cycle): Remove.
7862 (main): Don't call empty_cycle. Don't use watch_count_done.
7863 * gdb.threads/wp-replication.exp: Don't set breakpoint on
7864 empty_cycle. Rewrite the code counting HW watchpoints.
7866 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
7868 * gdb.reverse/fstatat-reverse.c: New test.
7869 * gdb.reverse/fstatat-reverse.exp: New file.
7870 * gdb.reverse/getresuid-reverse.c: New test.
7871 * gdb.reverse/getresuid-reverse.exp: New file.
7872 * gdb.reverse/pipe-reverse.c: New test.
7873 * gdb.reverse/pipe-reverse.exp: New file.
7874 * gdb.reverse/readv-reverse.c: New test.
7875 * gdb.reverse/readv-reverse.exp: New file.
7876 * gdb.reverse/recvmsg-reverse.c: New test.
7877 * gdb.reverse/recvmsg-reverse.exp: New file.
7878 * gdb.reverse/time-reverse.c: New test.
7879 * gdb.reverse/time-reverse.exp: New file.
7880 * gdb.reverse/waitpid-reverse.c: New test.
7881 * gdb.reverse/waitpid-reverse.exp: New file.
7883 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7885 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
7887 2015-10-26 Doug Evans <dje@google.com>
7890 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
7891 * gdb.dwarf2/bad-regnum.c: New file.
7892 * gdb.dwarf2/bad-regnum.exp: New file.
7894 2015-10-26 Doug Evans <dje@google.com>
7897 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
7900 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7902 * gdb.compile/compile.exp (compile code globalvar): Update expectation
7903 for a change by "Mention language in compile error message".
7905 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
7908 * gdb.python/py-type.c (C::a_method): New.
7909 (C::a_const_method): New.
7910 (C::a_static_method): New.
7912 * gdb.python/py-type.exp (test_fields): Test getting fields
7913 from function and method.
7915 2015-10-21 Keven Boell <keven.boell@intel.com>
7917 * gdb.fortran/vla-alloc-assoc.exp: New file.
7918 * gdb.fortran/vla-datatypes.exp: New file.
7919 * gdb.fortran/vla-datatypes.f90: New file.
7920 * gdb.fortran/vla-history.exp: New file.
7921 * gdb.fortran/vla-ptype-sub.exp: New file.
7922 * gdb.fortran/vla-ptype.exp: New file.
7923 * gdb.fortran/vla-sizeof.exp: New file.
7924 * gdb.fortran/vla-sub.f90: New file.
7925 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
7926 * gdb.fortran/vla-value-sub-finish.exp: New file.
7927 * gdb.fortran/vla-value-sub.exp: New file.
7928 * gdb.fortran/vla-value.exp: New file.
7929 * gdb.fortran/vla-ptr-info.exp: New file.
7930 * gdb.mi/mi-vla-fortran.exp: New file.
7931 * gdb.mi/vla.f90: New file.
7933 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
7935 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
7936 of hardwired timeout value.
7938 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7939 Pedro Alves <palves@redhat.com>
7941 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
7942 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
7944 2015-10-19 Josh Stone <jistone@redhat.com>
7946 * gdb.base/catch-syscall.c: Include <sched.h>.
7947 (unknown_syscall): New variable.
7948 (main): Trigger a vfork and an unknown syscall.
7949 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
7950 (unknown_syscall_number): Likewise.
7951 (check_call_to_syscall): Accept an optional syscall pattern.
7952 (check_return_from_syscall): Likewise.
7953 (check_continue): Likewise.
7954 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
7955 (test_catch_syscall_skipping_return): New test toggling off 'catch
7956 syscall' to step over the syscall return, then toggling back on.
7957 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
7958 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
7959 (do_syscall_tests): Call test_catch_syscall_without_args and
7960 test_catch_syscall_mid_vfork.
7961 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
7962 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
7964 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
7966 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
7967 print g_vE): Add new pass patterns.
7968 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
7969 print various symbol names for vptr fields.
7971 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
7973 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
7976 2015-10-12 Yao Qi <yao.qi@linaro.org>
7978 * gdb.arch/disp-step-insn-reloc.exp: New test case.
7980 2015-10-12 Yao Qi <yao.qi@linaro.org>
7982 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
7983 is aarch64*-*-linux*.
7985 2015-10-12 Yao Qi <yao.qi@linaro.org>
7987 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
7988 (can_relocate_bcond_true): ... it.
7989 (can_relocate_bcond_false): New function.
7991 (can_relocate_bl): Likewise.
7992 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
7995 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
7997 * gdb.base/nested-addr.c: New file.
7998 * gdb.base/nested-addr.exp: New testcase.
8000 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8002 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8003 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8004 its output. Ignore the output of "record goto begin" and instead
8005 check that GDB is replaying.
8007 2015-10-09 Pedro Alves <palves@redhat.com>
8009 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8010 (top level): Use it in the run with no args test.
8012 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8014 * gdb.dlang/properties.exp: New file.
8016 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8018 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8019 whether or not address 0x1000 is mapped on the target.
8021 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8023 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8026 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8028 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8029 instruction-history test.
8031 2015-09-28 Doug Evans <dje@google.com>
8033 * gdb.base/gcore.c (array_func): Add reference to static_array.
8035 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8037 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8040 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8042 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8043 short or char as base type.
8045 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8047 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8048 to allow any size enum.
8050 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8052 * gdb.ada/array_ptr_renaming.exp: New testcase.
8053 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8054 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8056 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8058 * gdb.trace/ftrace-lock.c: New file.
8059 * gdb.trace/ftrace-lock.exp: New file.
8061 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8063 * gdb.arch/insn-reloc.c: New file.
8064 * gdb.arch/ftrace-insn-reloc.exp: New file.
8066 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8068 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8070 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8071 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8072 * gdb.trace/range-stepping.c: Likewise.
8073 * gdb.trace/trace-break.c: Likewise.
8074 * gdb.trace/trace-mt.c (thread_function): Likewise.
8075 * gdb.trace/ftrace.c (marker): Likewise.
8076 * gdb.trace/trace-condition.c (marker): Likewise.
8077 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8078 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8081 2015-09-18 Doug Evans <xdje42@gmail.com>
8083 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8084 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8086 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8088 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8091 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8093 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8094 the pending breakpoint. Remove timeout override for "Run till
8095 MI pending breakpoint on pendfunc3 on thread 2" test.
8097 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8099 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8102 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8104 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8105 in breakpoint filename pattern.
8107 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8109 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8111 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8113 * gdb.linespec/explicit.exp: Check for readline support for
8114 tab-completion tests. Fix obvious typo.
8116 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8118 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8121 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8123 * gdb.btrace/non-stop.c: New.
8124 * gdb.btrace/non-stop.exp: New.
8126 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8127 Yao Qi <yao.qi@linaro.org>
8129 * gdb.trace/trace-condition.c: New file.
8130 * gdb.trace/trace-condition.exp: New file.
8132 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8134 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8135 for testing bytecode compilation.
8137 2015-09-16 Pedro Alves <palves@redhat.com>
8138 Sandra Loosemore <sandra@codesourcery.com>
8140 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8141 (SECONDS): Redefine.
8142 (main): Call pthread_kill and alarm early.
8143 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8145 (test): If the target can't hardware step and doesn't support
8146 displaced stepping, increase the timeout.
8148 2015-09-16 Pedro Alves <palves@redhat.com>
8150 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8151 (enable_debug): New procedures.
8152 (test): Use them. Bail out if waiting for threads fails.
8153 (top level): Bail out if a test fails.
8155 2015-09-16 Yao Qi <yao.qi@linaro.org>
8157 * gdb.asm/asm-source.exp: Set asm-arch for
8158 aarch64*-*-* target.
8159 * gdb.asm/aarch64.inc: New file.
8161 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8163 * gdb.ada/array_of_variable_length.exp: New testcase.
8164 * gdb.ada/array_of_variable_length/foo.adb: New file.
8165 * gdb.ada/array_of_variable_length/pck.adb: New file.
8166 * gdb.ada/array_of_variable_length/pck.ads: New file.
8168 2015-09-15 Doug Evans <dje@google.com>
8170 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8171 of function static local variable.
8173 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8175 * gdb.threads/tls-so_extern.exp: New test file.
8176 * gdb.threads/tls-so_extern.c: New test file.
8177 * gdb.threads/tls-so_extern_main.c: New test file.
8179 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8181 * gdb.opt/solib-intra-step-lib.c: New file.
8182 * gdb.opt/solib-intra-step-main.c: New file.
8183 * gdb.opt/solib-intra-step.exp: New file.
8185 2015-09-15 Pedro Alves <palves@redhat.com>
8187 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8188 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8190 2015-09-14 Pedro Alves <palves@redhat.com>
8192 * gdb.base/hook-stop-continue.c: Delete.
8193 * gdb.base/hook-stop-continue.exp: Delete.
8194 * gdb.base/hook-stop-frame.c: Delete.
8195 * gdb.base/hook-stop-frame.exp: Delete.
8196 * gdb.base/hook-stop.c: New file.
8197 * gdb.base/hook-stop.exp: New file.
8199 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8201 * gdb.ada/access_to_packed_array.exp: New testcase.
8202 * gdb.ada/access_to_packed_array/foo.adb: New file.
8203 * gdb.ada/access_to_packed_array/pack.adb: New file.
8204 * gdb.ada/access_to_packed_array/pack.ads: New file.
8206 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8208 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8211 2015-09-11 Don Breazeal <donb@codesourcery.com>
8213 * gdb.base/foll-exec.c: Add copyright header. Fix
8215 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8216 (do_exec_tests): Use clean_restart in place of zap_session,
8217 and for test initialization. Fix formatting issues. Use
8218 fail in place of perror.
8219 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8220 an expect statement to match an expression with output from
8221 the program under debug.
8222 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8223 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8224 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8225 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8226 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8228 2015-09-09 Doug Evans <dje@google.com>
8230 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8232 2015-09-09 Doug Evans <dje@google.com>
8234 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8236 2015-09-09 Doug Evans <dje@google.com>
8238 * gdb.base/savedregs.exp: Fix typo.
8240 2015-09-09 Pedro Alves <palves@redhat.com>
8242 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8244 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8246 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8247 command actually switches threads. Give up on remaining
8248 tests if target fails to stop at breakpoint.
8250 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8252 * gdb.ada/funcall_char.exp: New testcase.
8253 * gdb.ada/funcall_char/foo.adb: New file.
8255 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8257 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8258 expected outputs. Add two testcases for completing ambiguous
8260 * gdb.ada/complete/aux_pck.adb: New file.
8261 * gdb.ada/complete/aux_pck.ads: New file.
8262 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8263 Ambiguous_Func functions.
8264 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8265 * gdb.ada/complete/pck.adb: Likewise.
8267 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8269 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8270 failures to run the test program under GDB.
8272 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8274 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8277 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8279 * gdb.base/run-after-attach.exp: New test file.
8280 * gdb.base/run-after-attach.c: New test file.
8282 2015-08-26 Don Breazeal <donb@codesourcery.com>
8284 * gdb.base/foll-exec-2.c: New test program.
8285 * gdb.base/foll-exec-2.exp: New test.
8287 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8289 * gdb.base/nested-subp1.exp: New file.
8290 * gdb.base/nested-subp1.c: New file.
8291 * gdb.base/nested-subp2.exp: New file.
8292 * gdb.base/nested-subp2.c: New file.
8293 * gdb.base/nested-subp3.exp: New file.
8294 * gdb.base/nested-subp3.c: New file.
8296 2015-08-24 Pedro Alves <palves@redhat.com>
8298 * gdb.server/connect-without-multi-process.c: New file.
8299 * gdb.server/connect-without-multi-process.exp: New file.
8301 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8303 * gdb.opt/inline-markers.c: Make z int.
8305 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8307 * gdb.opt/inline-markers.c: Make z volatile.
8309 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8311 * gdb.opt/inline-bt.c: New volatile global z.
8312 * gdb.opt/inline-cmds.c: Likewise.
8313 * gdb.opt/inline-locals.c: Likewise.
8314 * gdb.opt/inline-markers.c: New extern global z.
8316 (inline_fn): Likewise.
8318 2015-08-24 Pedro Alves <palves@redhat.com>
8320 * config/m32r-stub.exp: Remove file.
8321 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8322 * gdb.base/call-rt-st.exp: Likewise.
8323 * gdb.base/call-strs.exp: Likewise.
8324 * gdb.base/default.exp: Remove references to h8300-*-hms and
8326 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8328 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8330 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8331 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8332 and "return" use KFAIL when GDB can not read/write the vector
8335 2015-08-21 Gary Benson <gbenson@redhat.com>
8337 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8339 2015-08-20 Pedro Alves <palves@redhat.com>
8341 * gdb.server/solib-list.exp: No longer expect an interior stop in
8344 2015-08-20 Pedro Alves <palves@redhat.com>
8346 * gdb.server/connect-stopped-target.c: New file.
8347 * gdb.server/connect-stopped-target.exp: New file.
8349 2015-08-20 Pedro Alves <palves@redhat.com>
8351 * gdb.dwarf2/comp-unit-lang.exp: New file.
8352 * gdb.dwarf2/comp-unit-lang.c: New file.
8354 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8356 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8357 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8359 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8361 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8362 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8364 2015-08-18 Doug Evans <dje@google.com>
8365 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8367 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8368 skip_python_tests. New arg prompt_regexp.
8369 (skip_python_tests): New function.
8370 * lib/mi-support.exp (mi_skip_python_tests): New function.
8371 * gdb.python/py-mi-objfile-gdb.py: New file.
8372 * gdb.python/py-mi-objfile.c: New file.
8373 * gdb.python/py-mi-objfile.exp: New file.
8375 2015-08-17 Keith Seitz <keiths@redhat.com>
8377 * gdb.linespec/explicit.exp: Move strace test from here ...
8378 * gdb.trace/strace.exp: ... to here.
8380 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8382 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8383 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8385 2015-08-14 Doug Evans <xdje42@gmail.com>
8387 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8388 inferior before selecting a new file.
8390 2015-08-14 Doug Evans <xdje42@gmail.com>
8392 * gdb.mi/mi-disassemble.exp: Update.
8393 * gdb.base/disasm-optim.S: New file.
8394 * gdb.base/disasm-optim.c: New file.
8395 * gdb.base/disasm-optim.h: New file.
8396 * gdb.base/disasm-optim.exp: New file.
8398 2015-08-14 Keith Seitz <keiths@redhat.com>
8400 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8403 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8405 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8407 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8409 * gdb.ada/fun_renaming.exp: New testcase.
8410 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8411 * gdb.ada/fun_renaming/pack.adb: New file.
8412 * gdb.ada/fun_renaming/pack.ads: New file.
8414 2015-08-12 Keith Seitz <keiths@redhat.com>
8416 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8417 gdb_get_line_number.
8419 2015-08-12 Joel Brobecker <brobecker@adacore.com>
8421 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8422 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8423 gdb.base/dso2dso.exp: New files.
8425 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8426 Pedro Alves <palves@redhat.com>
8427 Keith Seitz <keiths@redhat.com>
8429 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8432 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8434 * gdb.base/gdbhistsize-history.exp
8435 (test_histsize_history_setting): Use save_vars.
8436 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8438 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8439 * gdb.base/readline.exp: Use save_vars.
8441 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8443 * lib/gdb.exp (save_vars): New proc.
8445 2015-08-11 Keith Seitz <keiths@redhat.com>
8447 * gdb.base/help.exp: Update help_breakpoint_text.
8449 2015-08-11 Keith Seitz <keiths@redhat.com>
8451 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8452 (at toplevel): Call test_explicit_breakpoints.
8453 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8455 * lib/mi-support.exp (mi_make_breakpoint): Add support for
8456 breakpoint conditions, "-cond".
8458 2015-08-11 Keith Seitz <keiths@redhat.com>
8460 * gdb.linespec/3explicit.c: New file.
8461 * gdb.linespec/cpexplicit.cc: New file.
8462 * gdb.linespec/cpexplicit.exp: New file.
8463 * gdb.linespec/explicit.c: New file.
8464 * gdb.linespec/explicit.exp: New file.
8465 * gdb.linespec/explicit2.c: New file.
8466 * gdb.linespec/ls-errs.exp: Add explicit location tests.
8467 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8468 before using in the matching pattern.
8469 Clarify that `prefix' is a regular expression.
8471 2015-08-11 Keith Seitz <keiths@redhat.com>
8473 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8475 Add tests for missing ",FMT" and ",".
8477 2015-08-10 Doug Evans <dje@google.com>
8478 Keith Seitz <keiths@redhat.com>
8481 * gdb.base/completion.exp: Add location completer tests.
8483 2015-08-07 Pedro Alves <palves@redhat.com>
8485 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8487 (top level): Run do_test with and without displaced stepping.
8489 2015-08-07 Pedro Alves <palves@redhat.com>
8491 * gdb.base/valgrind-disp-step.c: New file.
8492 * gdb.base/valgrind-disp-step.exp: New file.
8494 2015-08-07 Pedro Alves <palves@redhat.com>
8496 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8498 (main): Add alarm. Run an infinite loop instead of calling
8500 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8502 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8504 (main): Add alarm. Run an infinite loop instead of calling
8506 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8509 2015-08-07 Pedro Alves <palves@redhat.com>
8511 * gdb.base/checkpoint-ns.exp: New file.
8512 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8515 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
8517 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8518 * gdb.btrace/instruction_history.exp: Update.
8519 * gdb.btrace/tsx.exp: New.
8520 * gdb.btrace/tsx.c: New.
8522 2015-08-06 Pedro Alves <palves@redhat.com>
8524 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8526 * gdb.reverse/until-precsave.exp: Bump timeouts.
8528 2015-08-06 Pedro Alves <palves@redhat.com>
8530 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8532 2015-08-06 Pedro Alves <palves@redhat.com>
8535 * gdb.threads/process-dies-while-handling-bp.c: New file.
8536 * gdb.threads/process-dies-while-handling-bp.exp: New file.
8538 2015-08-06 Pedro Alves <palves@redhat.com>
8540 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8541 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8543 2015-08-05 Pedro Alves <palves@redhat.com>
8545 * gdb.threads/next-while-other-thread-longjmps.c: New file.
8546 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8548 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
8550 * gdb.base/bp-permanent.exp: Report test as unsupported if
8551 the target cannot stop at the permanent breakpoint.
8553 2015-08-03 Doug Evans <dje@google.com>
8555 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8558 2015-08-03 Doug Evans <dje@google.com>
8560 * Makefile.in (workers/%.worker, build-perf): New rule.
8561 (GDB_PERFTEST_MODE): New variable.
8562 (check-perf): Use it.
8563 (clean): Clean up gdb.perf parallel build subdirs.
8564 * lib/build-piece.exp: New file.
8565 * lib/gdb.exp (make_gdb_parallel_path): New function
8566 (standard_output_file, standard_temp_file): Call it.
8567 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8569 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8571 2015-08-03 Doug Evans <dje@google.com>
8573 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8574 (LOG_FILE_NAME): New global.
8575 (TextReporter.__init__): Initialize self.txt_sum.
8576 (TextReporter.report): Add support for multiple data-points.
8577 Move report to perftest.sum, put raw data in perftest.log.
8578 (TextReporter.start): Open sum and log files.
8579 (TextReporter.end): Close sum and log files.
8580 * gdb.perf/lib/perftest/testresult.py
8581 (SingleStatisticTestResult.record): Handle multiple data-points.
8583 2015-07-31 Pedro Alves <palves@redhat.com>
8585 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8586 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8587 kill_wait_spawned_process instead of explicit "kill -9".
8588 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8589 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8590 kill_wait_spawned_process.
8591 * gdb.base/attach-twice.exp: Likewise.
8592 * gdb.base/attach.exp: Likewise.
8593 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8595 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8596 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8597 kill_wait_spawned_process.
8598 * gdb.base/valgrind-infcall.exp: Likewise.
8599 * gdb.multi/multi-attach.exp: Likewise.
8600 * gdb.python/py-prompt.exp: Likewise.
8601 * gdb.python/py-sync-interp.exp: Likewise.
8602 * gdb.server/ext-attach.exp: Likewise.
8603 * gdb.threads/attach-into-signal.exp (corefunc): Use
8604 spawn_wait_for_attach, spawn_id_get_pid and
8605 kill_wait_spawned_process.
8606 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8607 spawn_wait_for_attach returning a spawn id instead of a pid. Use
8608 spawn_id_get_pid and kill_wait_spawned_process.
8609 * gdb.threads/attach-stopped.exp (corefunc): Use
8610 spawn_wait_for_attach, spawn_id_get_pid and
8611 kill_wait_spawned_process.
8612 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8613 Use spawn_id_get_pid. Wait for spawn id after eof. Use
8614 kill_wait_spawned_process instead of explicit "kill -9".
8615 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8616 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8617 (spawn_wait_for_attach): Use spawn instead of exec to spawn
8618 processes. Don't map cygwin/windows pids here. Now returns a
8621 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8623 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8624 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8627 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8629 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8631 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
8634 2014-05-21 Mark Wielaard <mjw@redhat.com>
8636 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8638 2015-07-30 Pedro Alves <palves@redhat.com>
8640 * linux-low.c (handle_extended_wait): Set the child's last
8641 reported status to TARGET_WAITKIND_STOPPED.
8643 2015-07-30 Pedro Alves <palves@redhat.com>
8646 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8647 only shows inferior 1.
8649 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
8650 Pedro Alves <palves@redhat.com>
8653 * gdb.threads/fork-plus-threads.c: New file.
8654 * gdb.threads/fork-plus-threads.exp: New file.
8656 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8658 * gdb.base/batch-preserve-term-settings.exp
8659 (test_terminal_settings_preserved_after_cli_exit): Use
8662 2015-07-29 Pedro Alves <palves@redhat.com>
8663 Don Breazeal <donb@codesourcery.com>
8665 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8666 output from both inferior_spawn_id and gdb_spawn_id.
8668 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8670 * gdb.threads/attach-into-signal.exp (corefunc): Use
8671 with_test_prefix on nested loops, uniquefying the test messages.
8673 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
8675 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8678 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8680 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8682 (test_terminal_settings_preserved_after_sigterm): New test.
8684 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8686 * gdb.base/batch-preserve-term-settings.exp
8687 (test_terminal_settings_preserved_after_cli_exit): New test.
8689 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
8691 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8692 manipulation of saved_gdbflags.
8693 (test_terminal_settings_preserved): Remove global declaration of
8694 the unused variable pagination_prompt. Remove manipulation of
8695 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
8698 2015-07-29 Pedro Alves <palves@redhat.com>
8700 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8702 2015-07-29 Pedro Alves <palves@redhat.com>
8704 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8707 2015-07-29 Pedro Alves <palves@redhat.com>
8709 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8710 (main): Call gdb_unbuffer_output.
8711 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8712 (main): Call gdb_unbuffer_output.
8713 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8714 (main): Call gdb_unbuffer_output.
8715 * gdb.base/call-strs.exp: Adjust to step over the
8716 gdb_unbuffer_output call.
8717 * gdb.base/catch-gdb-caused-signals.c: Include
8718 "../lib/unbuffer_output.c".
8719 (main): Call gdb_unbuffer_output.
8720 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8721 (main): Call gdb_unbuffer_output.
8722 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8723 (main): Call gdb_unbuffer_output.
8724 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8725 (main): Call gdb_unbuffer_output.
8726 * gdb.base/shlib-call.exp: Adjust to step over the
8727 gdb_unbuffer_output call.
8728 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8729 (main): Call gdb_unbuffer_output.
8730 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8731 (main): Call gdb_unbuffer_output.
8732 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8733 (main): Rename to ...
8735 (main): Reimplement.
8736 * gdb.base/varargs.exp: Run to test instead of to main.
8737 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8738 (main): Call gdb_unbuffer_output.
8740 2015-07-29 Pedro Alves <palves@redhat.com>
8742 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8743 factore out from mi_continue_dprintf. For call-style dprintfs,
8744 expect dprintf output out of $inferior_spawn_id.
8745 (mi_continue_dprintf): Use mi_expect_dprintf.
8746 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8747 (main): Call gdb_unbuffer_output.
8749 2015-07-29 Pedro Alves <palves@redhat.com>
8751 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8752 (default_mi_gdb_start): Set inferior_spawn_id instead of
8753 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
8755 (mi_gdb_test): Always expect inferior output from both
8756 $inferior_spawn_id and $gdb_spawn_id.
8758 2015-07-29 Pedro Alves <palves@redhat.com>
8760 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
8761 send_inferior and $inferior_spawn_id.
8763 2015-07-29 Pedro Alves <palves@redhat.com>
8765 * gdb.gdb/complaints.exp (test_initial_complaints)
8766 (test_serial_complaints, test_short_complaints): Use
8768 (test_empty_complaint): Handle $inferior_spawn_id !=
8771 2015-07-29 Pedro Alves <palves@redhat.com>
8773 * gdb.base/varargs.exp: Use gdb_test_stdio.
8775 2015-07-29 Pedro Alves <palves@redhat.com>
8777 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8779 2015-07-29 Pedro Alves <palves@redhat.com>
8781 * gdb.base/ending-run.exp: Use gdb_test_stdio.
8783 2015-07-29 Pedro Alves <palves@redhat.com>
8785 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8786 parameter into two new parameters, "inf_result" and "gdb_result".
8787 Expect inferior output and gdb output from $inferior_spawn_id and
8788 $gdb_spawn_id, respectively. Adjust all callers.
8790 2015-07-29 Pedro Alves <palves@redhat.com>
8792 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8793 of gdb_test_sequence.
8795 2015-07-29 Pedro Alves <palves@redhat.com>
8797 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8798 (saw_spurious_output): Expect inferior output from
8799 $inferior_spawn_id. Use gdb_test_stdio.
8801 2015-07-29 Pedro Alves <palves@redhat.com>
8803 * gdb.base/dprintf.exp: Use standard_testfile. Change
8804 prepare_for_testing call.
8805 (srcfile): Don't set.
8806 (restart): New procedure.
8807 (test_dprintf): New procecure, use to continue over dprintfs.
8808 (test_call, test_agent): New procedures, tests moved here.
8809 Restart gdb and recreate dprintfs. Adjust expected output.
8811 2015-07-29 Pedro Alves <palves@redhat.com>
8813 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8815 2015-07-29 Pedro Alves <palves@redhat.com>
8817 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8819 2015-07-29 Pedro Alves <palves@redhat.com>
8821 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8824 2015-07-29 Pedro Alves <palves@redhat.com>
8826 * lib/gdb.exp (gdb_test_stdio): New procedure.
8828 2015-07-29 Pedro Alves <palves@redhat.com>
8830 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8832 2015-07-29 Pedro Alves <palves@redhat.com>
8834 * gdb.base/call-signal-resume.exp: Remove check for
8835 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
8836 * gdb.base/unwindonsignal.exp: Likewise.
8837 * gdb.base/call-signals.c (gen_signal): Remove printf call.
8838 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8840 2015-07-29 Pedro Alves <palves@redhat.com>
8842 * gdb.base/siginfo-addr.c (pass): New function.
8843 (handler): Call it iff si_addr is correct.
8844 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8845 Set a breakpoint at "pass" and continue to it.
8847 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
8849 * gdb.python/py-objfile.exp: Make some tests have unique names.
8850 * gdb.python/py-pp-registration.exp: Likewise.
8852 2015-07-28 Pedro Alves <palves@redhat.com>
8854 * gdb.server/server-exec-info.exp: Issue a "disconnect".
8856 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8858 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8860 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
8862 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8864 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
8866 * gdb.base/gdb-sigterm-2.exp: New test.
8868 2015-07-25 Doug Evans <xdje42@gmail.com>
8871 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8872 (workers/%.worker, build-perf): New rule.
8873 (GDB_PERFTEST_MODE): New variable.
8874 (check-perf): Use it.
8875 (clean): Clean up gdb.perf parallel build subdirs.
8876 * lib/build-piece.exp: New file.
8877 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8878 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8880 (standard_temp_file): Ditto.
8881 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8884 2015-07-24 Doug Evans <dje@google.com>
8886 * gdb.perf/lib/perftest/utils.py: New file.
8887 * gdb.perf/gm-hello.cc: New file.
8888 * gdb.perf/gm-pervasive-typedef.cc: New file.
8889 * gdb.perf/gm-pervasive-typedef.h: New file.
8890 * gdb.perf/gm-std.cc: New file.
8891 * gdb.perf/gm-std.h: New file.
8892 * gdb.perf/gm-use-cerr.cc: New file.
8893 * gdb.perf/gm-utils.h: New file.
8894 * gdb.perf/gmonster-null-lookup.py: New file.
8895 * gdb.perf/gmonster-pervasive-typedef.py: New file.
8896 * gdb.perf/gmonster-print-cerr.py: New file.
8897 * gdb.perf/gmonster-ptype-string.py: New file.
8898 * gdb.perf/gmonster-runto-main.py: New file.
8899 * gdb.perf/gmonster-select-file.py: New file.
8900 * gdb.perf/gmonster1-null-lookup.exp: New file.
8901 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
8902 * gdb.perf/gmonster1-print-cerr.exp: New file.
8903 * gdb.perf/gmonster1-ptype-string.exp: New file.
8904 * gdb.perf/gmonster1-runto-main.exp: New file.
8905 * gdb.perf/gmonster1-select-file.exp: New file.
8906 * gdb.perf/gmonster1.cc: New file.
8907 * gdb.perf/gmonster1.exp: New file.
8908 * gdb.perf/gmonster2-null-lookup.exp: New file.
8909 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
8910 * gdb.perf/gmonster2-print-cerr.exp: New file.
8911 * gdb.perf/gmonster2-ptype-string.exp: New file.
8912 * gdb.perf/gmonster2-runto-main.exp: New file.
8913 * gdb.perf/gmonster2-select-file.exp: New file.
8914 * gdb.perf/gmonster2.cc: New file.
8915 * gdb.perf/gmonster2.exp: New file.
8917 2015-07-24 Doug Evans <dje@google.com>
8919 * gdb.perf/README: New file.
8920 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
8921 * lib/gen-perf-test.exp: New file.
8923 2015-07-24 Doug Evans <dje@google.com>
8925 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
8926 (PerfTest::startup): New function.
8927 (PerfTest::run): Return result of calling body.
8928 (PerfTest::assemble): Rewrite.
8929 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
8930 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
8931 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
8932 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
8933 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
8935 2015-07-24 Doug Evans <dje@google.com>
8937 * lib/gdb.exp (clean_restart): Make executable optional.
8939 2015-07-24 Doug Evans <dje@google.com>
8941 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
8942 compiler_info references.
8943 * gdb.cp/temargs.exp: Ditto.
8944 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
8945 (get_compiler_info): Early exit if already computed. Set compiler_info
8946 to "unknown" if there was a problem.
8947 (test_compiler_info): Add function comment. Call get_compiler_info.
8949 2015-07-24 Doug Evans <dje@google.com>
8951 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
8952 (workers/%.worker, build-perf): New rule.
8953 (GDB_PERFTEST_MODE): New variable.
8954 (check-perf): Use it.
8955 (clean): Clean up gdb.perf parallel build subdirs.
8956 * lib/build-piece.exp: New file.
8957 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
8958 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
8960 (standard_temp_file): Ditto.
8961 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8964 2015-07-24 Doug Evans <dje@google.com>
8966 * lib/future.exp (gdb_default_target_compile): New option
8968 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
8971 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
8973 * gdb.base/catch-syscall.exp: Call gdb_exit before
8976 2015-07-24 Pedro Alves <palves@redhat.com>
8978 * gdb.python/py-events.exp: Accept output between the stop event
8980 * gdb.python/py-evsignal.exp: Likewise.
8981 * gdb.python/py-evthreads.exp: Likewise.
8983 2015-07-24 Pedro Alves <palves@redhat.com>
8986 * gdb.threads/non-ldr-exit.c: New file.
8987 * gdb.threads/non-ldr-exit.exp: New file.
8989 2015-07-24 Yao Qi <yao.qi@linaro.org>
8991 * gdb.server/ext-wrapper.exp: Test --wrapper option when
8994 2015-07-24 Yao Qi <yao.qi@linaro.org>
8996 * gdb.server/ext-restart.exp: New file.
8998 2015-07-24 Yao Qi <yao.qi@linaro.org>
9000 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9002 * gdb.server/ext-wrapper.exp: New file.
9004 2015-07-23 Doug Evans <dje@google.com>
9006 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9007 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9009 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9011 * gdb.ada/var_arr_typedef.exp: New testcase.
9012 * gdb.ada/var_arr_typedef/pack.adb: New file.
9013 * gdb.ada/var_arr_typedef/pack.ads: New file.
9014 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9016 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9018 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9020 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9022 * gdb.arch/i386-biarch-core.exp: Replace istarget
9023 by "complete set gnutarget". Remove expectation for the "core-file"
9026 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9028 Revert the previous commit:
9029 Tests for validate symbol file using build-id.
9031 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9033 Tests for validate symbol file using build-id.
9034 * gdb.base/solib-mismatch-lib.c: New file.
9035 * gdb.base/solib-mismatch-libmod.c: New file.
9036 * gdb.base/solib-mismatch.c: New file.
9037 * gdb.base/solib-mismatch.exp: New file.
9039 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9041 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9043 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9044 * gdb.base/siginfo.exp: Likewise.
9045 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9047 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9049 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9051 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9053 * gdb.trace/range-stepping.exp: Check that the target supports
9056 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9058 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9060 2015-07-14 Pedro Alves <palves@redhat.com>
9062 * gdb.base/killed-outside.exp: New file.
9063 * gdb.base/killed-outside.c: New file.
9065 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9067 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9069 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9071 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9073 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9074 infcall tests instead of setting up for KFAIL.
9076 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9078 * gdb.btrace/record_goto-step.exp: New.
9080 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9083 * gdb.compile/compile.c (struct struct_type): Add volatile to
9085 * gdb.compile/compile.exp
9086 (compile code struct_object.selffield = &struct_object): Skip further
9087 struct_object tests if this one xfails.
9089 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9092 * gdb.trace/ax.exp: Add test.
9094 2015-07-07 Yao Qi <yao.qi@linaro.org>
9096 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9097 instead of istarget "aarch64*-*-*".
9098 * gdb.arch/aarch64-fp.exp: Likewise.
9099 * gdb.base/float.exp: Likewise.
9100 * gdb.reverse/aarch64.exp: Likewise.
9101 * lib/gdb.exp (is_aarch64_target): New proc.
9103 2015-07-07 Yao Qi <yao.qi@linaro.org>
9105 * lib/gdb.exp (is_aarch32_target): New proc.
9106 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9107 instead of "istarget "arm*-*-*"".
9108 * gdb.arch/arm-disp-step.exp: Likewise.
9109 * gdb.arch/thumb-bx-pc.exp: Likewise.
9110 * gdb.arch/thumb-prologue.exp: Likewise.
9111 * gdb.arch/thumb-singlestep.exp: Likewise.
9112 * gdb.base/disp-step-syscall.exp: Likewise.
9113 * gdb.base/float.exp: Likewise.
9115 2015-07-07 Yao Qi <yao.qi@linaro.org>
9117 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9118 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9120 2015-07-07 Yao Qi <yao.qi@linaro.org>
9122 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9123 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9125 * gdb.multi/multi-arch.exp: Likewise.
9127 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9129 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9132 2015-07-07 Yao Qi <yao.qi@linaro.org>
9134 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9136 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9138 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9139 '[' and ']' characters.
9141 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9143 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9145 2015-06-29 Pedro Alves <palves@redhat.com>
9148 * gdb.threads/hand-call-new-thread.c: New file.
9149 * gdb.threads/hand-call-new-thread.c: New file.
9151 2015-06-26 Keith Seitz <keiths@redhat.com>
9152 Doug Evans <dje@google.com>
9155 * gdb.cp/var-tag-2.cc: New file.
9156 * gdb.cp/var-tag-3.cc: New file.
9157 * gdb.cp/var-tag-4.cc: New file.
9158 * gdb.cp/var-tag.cc: New file.
9159 * gdb.cp/var-tag.exp: New file.
9161 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9163 * gdb.base/history-duplicates.exp: New test.
9165 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9167 * gdb.base/completion.exp: Test the completion of the "focus"
9170 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9172 * gdb.arch/amd64-prologue-skip.S: New file.
9173 * gdb.arch/amd64-prologue-skip.exp: New file.
9175 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9177 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9178 is_address_zero_readable check.
9180 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9182 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9183 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9185 2015-06-24 Yao Qi <yao.qi@linaro.org>
9187 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9190 2015-06-24 Yao Qi <yao.qi@linaro.org>
9192 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9193 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9194 * gdb.base/siginfo-thread.exp: Likewise.
9196 2015-06-22 Yao Qi <yao.qi@linaro.org>
9198 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9200 2015-06-22 Yao Qi <yao.qi@linaro.org>
9202 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9204 (skip_hw_watchpoint_tests): Likewise.
9206 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9208 * gdb.base/gdbinit-history.exp: Test the interaction between
9209 setting GDBHISTSIZE and setting the history size via .gdbinit.
9211 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9214 * gdb.base/gdbhistsize-history.exp: New test.
9216 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9218 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9220 * gdb.base/readline.exp: Likewise.
9222 2015-06-17 Yao Qi <yao.qi@linaro.org>
9224 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9227 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9229 * gdb.base/gdbinit-history.exp: Add test case to check that
9230 an unlimited history file does not get truncated on exit.
9232 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9234 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9235 (VECTOR): New macro. Use it...
9236 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9237 ...for these typedefs.
9238 (int8, char1, int1, double1): New typedefs.
9239 (struct just_int2, struct two_int2): New structures.
9240 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9241 (add_structvecs, add_singlevecs): New functions.
9242 (main): Call add_some_intvecs twice.
9243 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9244 the compile and exit upon failure. Try compiling for the "native"
9245 architecture. Test inferior function calls with vector arguments
9246 and vector return value handling with "finish" and "return".
9248 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9250 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9251 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9253 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9255 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9257 PR breakpoints/16465
9258 * gdb.mi/mi-dprintf-pending.c: New file.
9259 * gdb.mi/mi-dprintf-pending.exp: New test.
9260 * gdb.mi/mi-dprintf-pendshr.c: New file.
9262 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9263 Mircea Gherzan <mircea.gherzan@intel.com>
9265 * gdb.arch/i386-mpx-map.c: New file.
9266 * gdb.arch/i386-mpx-map.exp: New File.
9268 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9270 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9271 * gdb.arch/i386-mpx.exp: Indentation fixed.
9273 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9275 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9276 function and improved indentation.
9277 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9278 gdb_test_multiple. Added additional tests to skip the test.
9280 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9282 * gdb.arch/i386-avx512.c: Change path in include file.
9283 * gdb.arch/i386-avx512.exp: Change include dir path
9285 * gdb.arch/i386-mpx.c: Change path in include file.
9286 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9289 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9291 * gdb.compile/compile-print.exp (compile print *vararray@3)
9292 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9294 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9296 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9297 (do not keep jit in memory): ... this.
9298 (expect 5): Change it to ...
9299 (expect no 5): ... this.
9301 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9304 * gdb.mi/mi-detach.exp: New file.
9306 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9309 * gdb.arch/amd64-tailcall-self.S: New file.
9310 * gdb.arch/amd64-tailcall-self.c: New file.
9311 * gdb.arch/amd64-tailcall-self.exp: New file.
9313 2015-05-28 Don Breazeal <donb@codesourcery.com>
9315 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9316 tests for remote targets by checking is_target_gdbserver.
9318 2015-05-27 Doug Evans <dje@google.com>
9320 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9321 * gdb.dwarf2/opaque-type-lookup.c: New file.
9322 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9324 2015-05-26 Doug Evans <dje@google.com>
9326 * gdb.cp/iostream.cc: New file.
9327 * gdb.cp/iostream.exp: New file.
9329 2015-05-26 Doug Evans <dje@google.com>
9331 * gdb.dwarf2/dw2-op-call.exp: Update.
9332 * gdb.dwarf2/dw4-sig-types.exp: Update.
9333 * gdb.dwarf2/implptr.exp: Update.
9334 * gdb.mi/mi-cmd-param-changed.exp: Update.
9336 2015-05-26 Doug Evans <dje@google.com>
9338 * gdb.python/py-lazy-string.c: New file.
9339 * gdb.python/py-lazy-string.exp: New file.
9340 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9341 (main): Update. Add estring3.
9342 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9343 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9345 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9346 Yao Qi <yao.qi@linaro.org>
9348 * gdb.reverse/aarch64.c: New.
9349 * gdb.reverse/aarch64.exp: New.
9351 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9353 * lib/gdb.exp (supports_process_record): Return true for
9355 (supports_reverse): Likewise.
9357 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9359 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9360 Use with_test_prefix.
9362 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9364 * gdb.base/completion.exp: Add test for completion of layout
9367 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9369 * lib/gdb.exp (skip_tui_tests): New proc.
9370 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9372 2015-05-19 Pedro Alves <palves@redhat.com>
9374 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9375 Save the whole env array instead of just HOME. Unset HISTSIZE in
9376 the environment while testing. Restore whole environment
9379 2015-05-16 Doug Evans <xdje42@gmail.com>
9381 * gdb.guile/scm-ports.c: New file.
9382 * gdb.guile/scm-ports.exp: Add memory port tests.
9384 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9386 * gdb.compile/compile-print.c: New file.
9387 * gdb.compile/compile-print.exp: New file.
9389 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9391 * gdb.compile/compile-ops.exp: Cast param to void.
9392 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9393 (compile code struct_object.selffield = &struct_object): Add xfail.
9395 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9397 * gdb.ada/arr_enum_with_gap: New testcase.
9399 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9401 * gdb.ada/byte_packed_arr: New testcase.
9403 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9405 * gdb.ada/pckd_neg: New testcase.
9407 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9410 * gdb.base/gdbinit-history.exp: New test.
9411 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9412 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9414 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9416 * gdb.python/py-xmethods.cc: Enhance test case.
9417 * gdb.python/py-xmethods.exp: New tests.
9418 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9420 (B_indexoper): Likewise.
9421 (global_dm_list) : Add new xmethod worker functions.
9423 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9425 * gdb.base/coredump-filter.exp: Correctly unset
9426 "coredump_var_addr" array.
9428 2015-05-08 Pedro Alves <palves@redhat.com>
9430 * gdb.server/non-existing-program.exp: Unset spawn_id.
9432 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9435 * gdb.python/py-xmethods.exp: Add tests.
9437 2015-05-08 Yao Qi <yao.qi@linaro.org>
9440 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9441 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9442 function set_coredump_filter, and remove remote_exec call.
9443 Remove argument ipid. Callers update.
9444 (top level): Don't get inferior's PID.
9446 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
9448 * gdb.base/watch_thread_num.exp: Skip test on targets without
9451 2015-05-06 Pedro Alves <palves@redhat.com>
9454 * gdb.server/non-existing-program.exp: New file.
9456 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9458 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9460 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9462 * gdb.ada/out_of_line_in_inlined: New testcase.
9464 2015-05-05 Joel Brobecker <brobecker@adacore.com>
9466 * gdb.ada/var_rec_arr: New testcase.
9468 2015-04-30 Yao Qi <yao.qi@linaro.org>
9470 * gdb.base/break-idempotent.exp: If
9471 skip_hw_watchpoint_multi_tests returns true, skip the tests
9472 on "rwatch" and "awatch".
9474 2015-04-30 Yao Qi <yao.qi@linaro.org>
9476 * gdb.base/relativedebug.exp: Invoke gdb command
9477 "info sharedlibrary", and if libc.so doesn't have debug info,
9480 2015-04-29 Doug Evans <dje@google.com>
9482 * gdb.python/py-xmethods.exp: Add ptype tests.
9483 * gdb.python/py-xmethods.py (E_method_char_worker): Add
9484 get_result_type method.
9486 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9488 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9489 the target does not support hardware watchpoints.
9491 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
9493 * gdb.base/break-always.exp: Abort testing if writing to memory
9496 2015-04-28 Doug Evans <dje@google.com>
9498 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9499 * gdb.python/py-pp-registration.exp: ... here. New file.
9500 * gdb.python/py-pp-registration.c: New file.
9501 * gdb.python/py-pp-registration.py: New file.
9503 2015-04-28 Doug Evans <dje@google.com>
9505 * gdb.python/py-bad-printers.c: New file.
9506 * gdb.python/py-bad-printers.py: New file.
9507 * gdb.python/py-bad-printers.exp: New file.
9509 2015-04-28 Sasha Smundak <asmundak@google.com>
9511 * gdb.python/py-type.exp: New test.
9513 2015-04-28 Andy Wingo <wingo@igalia.com>
9515 * gdb.python/py-parameter.exp:
9516 * gdb.guile/scm-parameter.exp: Escape the path that we are
9517 matching against, as it might contain characters that are special
9518 to regular expressions.
9520 2015-04-27 Joel Brobecker <brobecker@adacore.com>
9522 * gdb.ada/rec_comp: New testcase.
9524 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
9526 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9529 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
9531 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
9532 new tests for verilog output.
9534 2015-04-24 Yao Qi <yao.qi@linaro.org>
9536 * boards/remote-gdbserver-on-localhost.exp: New file.
9538 2015-04-23 Pedro Alves <palves@redhat.com>
9540 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9541 $inferior_spawn_id instead of $inferior_spawn_id directly. On
9542 "end of file", remove $inferior_spawn_id from the indirect list.
9544 2015-04-23 Pedro Alves <palves@redhat.com>
9546 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9548 2015-04-23 Pedro Alves <palves@redhat.com>
9550 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9551 on $any_spawn_id instead of only on $gdb_spawn_id.
9553 2015-04-21 Pierre Muller <muller@sourceware.org>
9556 * lib/pascal.exp (gpc_compile): Add new option "class".
9557 (fpc_compile): Likewise.
9558 * gdb.pascal/case-insensitive-symbols.pas: New file.
9559 * gdb.pascal/case-insensitive-symbols.exp: New file.
9561 2015-04-20 Gary Benson <gbenson@redhat.com>
9563 * gdb.base/attach.exp: Fix three extended remote failures.
9565 2015-04-17 Gary Benson <gbenson@redhat.com>
9567 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9568 the main executable over the remote protocol.
9570 2015-04-16 Pedro Alves <palves@redhat.com>
9572 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9573 a new gdbserver if gdbserver_reconnect_p is set.
9575 2015-04-16 Pedro Alves <palves@redhat.com>
9577 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9578 is set, don't exit gdbserver.
9580 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9582 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9583 appropriate .insn, such that an older assembler can be used.
9584 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9585 the z/Architecture instruction set on 31-bit targets as well.
9587 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9589 * gdb.go/handcall.exp: Remove all logic related to the first
9590 breakpoint and rely on go_runto_main instead.
9591 * gdb.go/strings.exp: Likewise.
9592 * gdb.go/unsafe.exp: Likewise.
9593 * gdb.go/hello.exp: Likewise. Also rename the remaining
9594 breakpoint marker to "breakpoint 1".
9595 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9596 * gdb.go/strings.go: Likewise.
9597 * gdb.go/unsafe.go: Likewise.
9598 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
9599 "set breakpoint 2 here" and rename the remaining breakpoint marker
9602 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
9604 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9605 if itertools.imap is not present.
9606 * gdb.python/py-objfile.exp: Add parentheses.
9607 * gdb.python/py-type.exp: Same.
9608 * gdb.python/py-unwind-maint.py: Same.
9610 2015-04-15 Yao Qi <yao.qi@linaro.org>
9612 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9613 of ":$ptr_size" and set its form explicitly.
9615 2015-04-15 Pedro Alves <palves@redhat.com>
9616 Yao Qi <yao.qi@linaro.org>
9618 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9619 timeout by factor of 4.
9620 (test_regular_watch): Likewise.
9621 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9622 * gdb.reverse/sigall-reverse.exp: Likewise.
9623 * gdb.reverse/until-precsave.exp: Likewise.
9624 * lib/gdb.exp (with_timeout_factor): New proc.
9625 (gdb_expect): Move some code to ...
9626 (get_largest_timeout): ... here. New procedure.
9628 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
9630 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9632 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9634 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9635 to write to the .text section.
9637 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
9639 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9640 Handle the case of targets that do not provide PID information.
9642 2015-04-13 Yao Qi <yao.qi@linaro.org>
9644 * lib/gdbserver-support.exp (gdb_exit): Catch exception
9645 and use expect instead of gdb_expect.
9647 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
9649 * gdb.base/coredump-filter.exp: Rename variable "addr" to
9650 "coredump_var_addr" to avoid naming conflict with other testcases.
9652 2015-04-10 Pedro Alves <palves@redhat.com>
9654 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9655 gdb_test_sequence and gdb_assert.
9657 2015-04-10 Pedro Alves <palves@redhat.com>
9659 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9660 test messages that don't include the breakpoint address.
9662 2015-04-10 Yao Qi <yao.qi@linaro.org>
9664 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9665 false for some offset and width combinations which aren't
9666 supported by linux kernel.
9668 2015-04-10 Pedro Alves <palves@redhat.com>
9670 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9671 procedure, factored out from ...
9672 (top level): ... here. Add "set displaced-stepping" testing axis.
9673 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9674 parameter "displaced". Use it.
9675 (top level): Use foreach and add "set displaced-stepping" testing
9678 2015-04-10 Pedro Alves <palves@redhat.com>
9680 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9682 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9683 both the address of the instruction that triggers the watchpoint
9684 and the address of the instruction immediately after, and use
9685 those addresses for the test. Fix comment.
9687 2015-04-10 Pedro Alves <palves@redhat.com>
9689 * gdb.base/sigstep.exp (breakpoint_to_handler)
9690 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
9691 Test "backtrace" in handler.
9692 (breakpoint_over_handler): New parameter 'displaced'. Use it.
9693 (top level): Add new "displaced" test axis to
9694 breakpoint_to_handler, breakpoint_to_handler_entry and
9695 breakpoint_over_handler.
9697 2015-04-10 Pedro Alves <palves@redhat.com>
9700 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9702 2015-04-10 Yao Qi <yao.qi@linaro.org>
9704 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9705 (test_add_rn_pc): New function.
9706 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9707 (top level): Invoke test_add_rn_pc.
9709 2015-04-10 Pedro Alves <palves@redhat.com>
9712 * gdb.base/step-over-no-symbols.exp: New file.
9714 2015-04-09 Andy Wingo <wingo@igalia.com>
9716 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9717 after the Python tests.
9719 2015-04-08 Keith Seitz <keiths@redhat.com>
9722 * gdb.python/py-completion.exp: New tests for completion.
9723 * gdb.python/py-completion.py (CompleteLimit1): New class.
9724 (CompleteLimit2): Likewise.
9725 (CompleteLimit3): Likewise.
9726 (CompleteLimit4): Likewise.
9727 (CompleteLimit5): Likewise.
9728 (CompleteLimit6): Likewise.
9729 (CompleteLimit7): Likewise.
9731 2015-04-08 Pedro Alves <palves@redhat.com>
9735 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9737 (main): Install it as SIGUSR1 handler.
9738 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9739 parameter. Always use "setup" as prefix. Toggle "set
9740 displaced-stepping" off/on depending on global. Don't switch to
9742 (top level): Add displaced stepping "off/on" test axis. Update
9743 "setup" calls. Wrap each subtest with with_test_prefix. Test
9744 continuing with a queued signal in each thread.
9746 2015-04-08 Pedro Alves <palves@redhat.com>
9748 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9749 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
9750 gdb_breakpoint instead of gdb_test that doesn't expect anything.
9751 Return early if running to main fails.
9752 * gdb.trace/while-stepping.exp: Likewise.
9754 2015-04-07 Pedro Alves <palves@redhat.com>
9756 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9757 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
9758 interact with inferior program.
9760 2015-04-07 Pedro Alves <palves@redhat.com>
9762 * lib/gdb.exp (inferior_spawn_id): New global.
9763 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
9764 spawn id after processing the user code.
9765 (default_gdb_start): Set inferior_spawn_id.
9766 (send_inferior): New procedure.
9767 * lib/gdbserver-support.exp (gdbserver_start): Set
9769 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9771 2015-04-07 Pedro Alves <palves@redhat.com>
9773 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9774 * lib/gdbserver-support.exp (gdbserver_start): Make
9775 $server_spawn_id global.
9776 (gdbserver_start): Don't wait for gdbserver's spawn id with
9778 (close_gdbserver): New procedure.
9779 (gdb_exit): Rename the default version and reimplement.
9781 2015-04-07 Pedro Alves <palves@redhat.com>
9783 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9784 append the substituted item, not the original item.
9786 2015-04-07 Pedro Alves <palves@redhat.com>
9788 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9791 2015-04-07 Pedro Alves <palves@redhat.com>
9793 * gdb.base/interrupt.exp: Don't handle the case of the inferior
9794 output appearing once only.
9796 2015-04-07 Pedro Alves <palves@redhat.com>
9798 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9799 that doesn't expect anything. Return early if running to main
9802 2015-04-07 Yao Qi <yao.qi@linaro.org>
9804 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9805 (child_function): Call alarm.
9806 (main): Move call to alarm into the loop.
9807 * gdb.threads/non-stop-fair-events.exp: Build program with
9810 2015-04-06 Doug Evans <xdje42@gmail.com>
9812 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9813 Fix dest parameter to board_info.
9814 (fpc_compile): Ditto.
9815 (gdb_compile_pascal): Rename dest arg to destfile.
9817 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
9819 * gdb.ada/funcall_ref.exp: New file.
9820 * gdb.ada/funcall_ref/foo.adb: New file.
9822 2015-04-02 Yao Qi <yao.qi@linaro.org>
9824 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9827 2015-04-02 Gary Benson <gbenson@redhat.com>
9829 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9831 2015-04-01 Sasha Smundak <asmundak@google.com>
9833 * gdb.python/py-unwind-maint.c: New file.
9834 * gdb.python/py-unwind-maint.exp: New test.
9835 * gdb.python/py-unwind-maint.py: New file.
9836 * gdb.python/py-unwind.c: New file.
9837 * gdb.python/py-unwind.exp: New test.
9838 * gdb.python/py-unwind.py: New test.
9840 2015-04-01 Pedro Alves <palves@redhat.com>
9842 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9843 to fail instead of non-existent $test.
9845 2015-04-01 Pedro Alves <palves@redhat.com>
9847 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9848 GDBFLAGS if not empty.
9850 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
9852 * gdb.ada/complete.exp: Remove "multi_line".
9853 * gdb.ada/info_exc.exp: Remove "multi_line".
9854 * gdb.ada/packed_tagged.exp: Remove "multi_line".
9855 * gdb.ada/ptype_field.exp: Remove "multi_line".
9856 * gdb.ada/sym_print_name.exp: Remove "multi_line".
9857 * gdb.ada/tagged.exp: Remove "multi_line".
9858 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9860 * gdb.btrace/delta.exp: Likewise.
9861 * gdb.btrace/exception.exp: Likewise.
9862 * gdb.btrace/function_call_history.exp: Likewise.
9863 * gdb.btrace/instruction_history.exp: Likewise.
9864 * gdb.btrace/nohist.exp: Likewise.
9865 * gdb.btrace/record_goto.exp: Likewise.
9866 * gdb.btrace/segv.exp: Likewise.
9867 * gdb.btrace/stepi.exp: Likewise.
9868 * gdb.btrace/tailcall.exp: Likewise.
9869 * gdb.btrace/unknown_functions.exp: Likewise.
9870 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9871 * lib/gdb.exp: Add the "multi_line" helper.
9873 2015-04-01 Pedro Alves <palves@redhat.com>
9875 * gdb.threads/tid-reuse.c: New file.
9876 * gdb.threads/tid-reuse.exp: New file.
9878 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
9881 * gdb.base/coredump-filter.c: New file.
9882 * gdb.base/coredump-filter.exp: Likewise.
9884 2015-03-27 Petr Machata <pmachata@redhat.com>
9886 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
9887 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
9888 (Dwarf::assemble): Initialize them.
9889 (Dwarf::lines): New function.
9891 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
9893 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
9894 SYMBOL_PREFIX for x86_64-*-cygwin.
9896 2015-03-26 Andy Wingo <wingo@igalia.com>
9899 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
9900 const_value but not a location.
9901 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
9902 location defined in non-main CUs are visible.
9904 2015-03-26 Yao Qi <yao.qi@linaro.org>
9907 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
9908 Add a line number entry for the same line.
9909 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
9910 Add a line number entry for the same line.
9912 2015-03-26 Yao Qi <yao.qi@linaro.org>
9914 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
9916 (func): Likewise. Add .Lfunc_1 label.
9918 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
9923 2015-03-26 Yao Qi <yao.qi@linaro.org>
9925 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
9926 Call gdb_compile instead to compile each .s files without debug
9929 2015-03-26 Yao Qi <yao.qi@linaro.org>
9931 * gdb.base/savedregs.exp (process_saved_regs): Make
9932 "Saved registers:" optional in the pattern.
9934 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9936 * gdb.btrace/next.exp: Merged into step.exp.
9937 * gdb.btrace/finish.exp: Merged into step.exp.
9938 * gdb.btrace/nexti.exp: Merged into stepi.exp.
9939 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
9940 "record goto" and checking the exact replay position.
9941 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
9942 check for "Recording format" in "info record" output.
9943 * gdb.btrace/record_goto.exp: Choose test file based on target.
9944 * gdb.btrace/x86-record_goto.S: Renamed into ...
9945 * gdb.btrace/x86_64-record_goto.S: ... this.
9946 * gdb.btrace/i686-record_goto.S: New.
9947 * gdb.btrace/x86-tailcall.S: Renamed into ...
9948 * gdb.btrace/x86_64-tailcall.S: ... this.
9949 * gdb.btrace/i686-tailcall.S: New.
9950 * gdb.btrace/x86-tailcall.c: Renamed into ...
9951 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
9952 separate statements. Update test.
9953 * gdb.btrace/delta.exp: Use record_goto.c as test file.
9954 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
9955 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
9956 * gdb.btrace/tailcall.exp: Choose test file based on target.
9957 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
9959 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
9961 * gdb.btrace/exception.exp: Increase BTS buffer size.
9963 2015-03-24 Pedro Alves <palves@redhat.com>
9965 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
9967 2015-03-24 Pedro Alves <palves@redhat.com>
9969 * gdb.threads/schedlock.exp (test_step): No longer expect that
9970 "set scheduler-locking step" with "next" over a function call runs
9973 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9975 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
9977 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9979 PR breakpoints/16466
9980 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
9981 * gdb.mi/mi-pending.c (thread_func): New function.
9982 (int main): Add threading support required.
9983 * gdb.mi/mi-pending.exp: Add tests for this issue.
9984 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
9985 (pendfunc2): Remove stdio dependency.
9986 * gdb.mi/mi-pendshr2.c: New file.
9988 2015-03-23 Keith Seitz <keiths@redhat.com>
9990 * gdb.linespec/keywords.c: New file.
9991 * gdb.linespec/keywords.exp: New file.
9993 2015-03-23 Keith Seitz <keiths@redhat.com>
9996 * gdb.dwarf2/staticvirtual.exp: New test.
9998 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10000 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10001 * README: Remove HP-UX and gdb.hp.
10003 * configure: Regenerate.
10004 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10005 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10006 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10007 gdb.hp/gdb.defects/Makefile.
10008 * gdb.hp/Makefile.in: File deleted.
10009 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10010 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10011 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10012 * gdb.hp/gdb.aCC/run.c: File deleted.
10013 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10014 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10015 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10016 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10017 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10018 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10019 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10020 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10021 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10022 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10023 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10024 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10025 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10026 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10027 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10028 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10029 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10030 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10031 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10032 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10033 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10034 * gdb.hp/gdb.compat/average.c: File deleted.
10035 * gdb.hp/gdb.compat/sum.c: File deleted.
10036 * gdb.hp/gdb.compat/xdb.c: File deleted.
10037 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10038 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10039 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10040 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10041 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10042 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10043 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10044 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10045 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10046 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10047 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10048 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10049 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10050 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10051 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10052 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10053 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10054 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10055 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10056 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10057 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10058 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10059 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10060 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10061 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10062 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10063 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10064 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10065 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10066 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10067 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10068 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10069 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10070 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10071 * gdb.hp/tools/odump: File deleted.
10073 2015-03-19 Pedro Alves <palves@redhat.com>
10075 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10076 (saw_thread_3): New globals.
10077 (top level): Increment them when an event for the corresponding
10079 (no thread starvation): New test.
10081 2015-03-19 Pedro Alves <palves@redhat.com>
10083 * gdb.threads/continue-pending-status.c: New file.
10084 * gdb.threads/continue-pending-status.exp: New file.
10086 2015-03-18 Pedro Alves <palves@redhat.com>
10088 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10089 Use gdb_is_target_remote instead of is_remote. Use
10090 gdb_test_multiple instead of gdb_expect. Exit early if
10091 gdb_test_multiple hits its internal matches. Tighten stepi tests
10092 expected output. Fail on exit with any signal, instead of just
10095 2015-03-18 Yao Qi <yao.qi@linaro.org>
10098 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10100 * gdb.base/catch-syscall.exp: Don't skip it on
10101 aarch64*-*-linux* target. Remove elements in all_syscalls.
10102 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10104 (setup_all_syscalls): New proc.
10106 2015-03-16 Yao Qi <yao.qi@linaro.org>
10108 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10109 (top level): Skip tests if valid_addr_p returns false for
10112 2015-03-11 Andy Wingo <wingo@igalia.com>
10114 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10116 2015-03-11 Yao Qi <yao.qi@linaro.org>
10118 * gdb.base/catch-syscall.exp: Fix typo in comments.
10120 2015-03-11 Yao Qi <yao.qi@linaro.org>
10122 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10124 2015-03-09 Pedro Alves <palves@redhat.com>
10126 * dg-extract-results.py: Delete.
10128 2015-03-09 Pedro Alves <palves@redhat.com>
10130 Merge dg-extract-results.sh from GCC upstream (r218843).
10132 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10133 * dg-extract-results.sh: Use --text with grep to avoid issues with
10134 binary files. Fall back to cat -v, if that doesn't work.
10136 2015-03-05 Pedro Alves <palves@redhat.com>
10138 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10140 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10142 * lib/mi-support.exp (mi_expect_interrupt): Accept
10143 alternative event for when in all-stop mode.
10145 2015-03-04 Pedro Alves <palves@redhat.com>
10147 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10149 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10151 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10153 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10155 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10156 regexps for GDB's current line display, accept a hex address
10157 preceding the line number.
10159 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10161 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10162 the 'arch1' variable for "s390*-linux*" targets.
10164 2015-03-04 Pedro Alves <palves@redhat.com>
10166 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10167 (main): Pass missing retval argument to pthread_join call.
10169 2015-03-02 Pedro Alves <palves@redhat.com>
10171 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10172 (top level): Call do_test with non-stop as well.
10174 2015-03-02 Pedro Alves <palves@redhat.com>
10176 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10179 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10181 * gdb.arch/s390-vregs.exp: New test.
10182 * gdb.arch/s390-vregs.S: New file.
10184 2015-02-27 Pedro Alves <palves@redhat.com>
10186 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10187 call to catch_command_errors.
10188 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10189 catch_command_errors.
10191 2015-02-27 Pedro Alves <palves@redhat.com>
10193 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10194 "true" for boolean result.
10195 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10198 2015-02-27 Pedro Alves <palves@redhat.com>
10200 * lib/unbuffer_output.c: New file.
10201 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10202 (main): Call gdb_unbuffer_output.
10204 2015-02-27 Yao Qi <yao.qi@linaro.org>
10206 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10209 2015-02-26 Doug Evans <dje@google.com>
10211 * gdb.cp/class2.cc (Dbase, D): New classes.
10212 (main): New local delta.
10213 * gdb.cp/class2.exp: Test printing delta.
10214 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10215 (dynbar): New global.
10216 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10218 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10220 * gdb.compile/compile-ifunc.c: New file.
10221 * gdb.compile/compile-ifunc.exp: New file.
10223 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10225 * gdb.base/structs.exp: Check for correct struct on finish.
10227 2015-02-26 Yao Qi <yao.qi@linaro.org>
10229 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10232 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10234 * gdb.arch/cordic.ko.bz2: New file.
10235 * gdb.arch/cordic.ko.debug.bz2: New file.
10236 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10238 2015-02-25 Yao Qi <yao.qi@linaro.org>
10240 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10241 aarch64*-*-* target.
10243 2015-02-23 Pedro Alves <palves@redhat.com>
10245 * lib/gdb.exp (delete_breakpoints): Rewrite using
10248 2015-02-23 Pedro Alves <palves@redhat.com>
10250 * gdb.base/info-os.c: Include stdlib.h.
10252 2015-02-22 Doug Evans <xdje42@gmail.com>
10255 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10256 is read after symbols have been re-read.
10257 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10258 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10260 2015-02-21 Doug Evans <dje@google.com>
10262 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10264 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10267 * gdb.arch/i386-biarch-core.core.bz2: New file.
10268 * gdb.arch/i386-biarch-core.exp: New file.
10270 2015-02-21 Pedro Alves <palves@redhat.com>
10272 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10275 2015-02-20 Pedro Alves <palves@redhat.com>
10277 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10280 2015-02-20 Pedro Alves <palves@redhat.com>
10282 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10284 2015-02-20 Pedro Alves <palves@redhat.com>
10286 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10287 clean_restart before gdb_target_supports_trace.
10289 2015-02-20 Pedro Alves <palves@redhat.com>
10292 * gdb.threads/clone-thread_db.c: New file.
10293 * gdb.threads/clone-thread_db.exp: New file.
10295 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10297 PR breakpoints/16812
10298 * gdb.base/catch-gdb-caused-signals.c: New file.
10299 * gdb.base/catch-gdb-caused-signals.exp: New file.
10301 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10303 * configure: Regenerated.
10304 * configure.ac: Use GDB_AC_TRANSFORM.
10305 * aclocal.m4: sinclude ../transform.m4.
10307 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10309 * lib/dtrace.exp: New file.
10310 * gdb.base/dtrace-probe.exp: Likewise.
10311 * gdb.base/dtrace-probe.d: Likewise.
10312 * gdb.base/dtrace-probe.c: Likewise.
10313 * lib/pdtrace.in: Likewise.
10314 * configure.ac: Output variables with the transformed names of
10315 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10316 * configure: Regenerated.
10318 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10320 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10321 expected message when trying to access $_probe_* convenience
10322 variables while not on a probe.
10324 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10326 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10328 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10330 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10331 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10333 2015-02-10 Doug Evans <xdje42@gmail.com>
10335 * lib/gdb.exp (gdb_load): Always return a result.
10337 2015-02-10 Pedro Alves <palves@redhat.com>
10339 * gdb.threads/signal-sigtrap.c: New file.
10340 * gdb.threads/signal-sigtrap.exp: New file.
10342 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10344 * gdb.trace/no-attach-trace.c: New file.
10345 * gdb.trace/no-attach-trace.exp: New file.
10347 2015-02-09 Mark Wielaard <mjw@redhat.com>
10349 * gdb.dwarf2/atomic.c: New file.
10350 * gdb.dwarf2/atomic-type.exp: Likewise.
10352 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10354 * gdb.btrace/buffer-size.exp: Update "info record" output.
10355 * gdb.btrace/delta.exp: Update "info record" output.
10356 * gdb.btrace/enable.exp: Update "info record" output.
10357 * gdb.btrace/finish.exp: Update "info record" output.
10358 * gdb.btrace/instruction_history.exp: Update "info record" output.
10359 * gdb.btrace/next.exp: Update "info record" output.
10360 * gdb.btrace/nexti.exp: Update "info record" output.
10361 * gdb.btrace/step.exp: Update "info record" output.
10362 * gdb.btrace/stepi.exp: Update "info record" output.
10363 * gdb.btrace/nohist.exp: Update "info record" output.
10365 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10367 * gdb.btrace/buffer-size: New.
10369 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10371 * gdb.btrace/delta.exp: Update "info record" output.
10372 * gdb.btrace/enable.exp: Update "info record" output.
10373 * gdb.btrace/finish.exp: Update "info record" output.
10374 * gdb.btrace/instruction_history.exp: Update "info record" output.
10375 * gdb.btrace/next.exp: Update "info record" output.
10376 * gdb.btrace/nexti.exp: Update "info record" output.
10377 * gdb.btrace/step.exp: Update "info record" output.
10378 * gdb.btrace/stepi.exp: Update "info record" output.
10379 * gdb.btrace/nohist.exp: Update "info record" output.
10381 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10384 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10386 2015-02-06 Pedro Alves <palves@redhat.com>
10388 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10390 (seconds_left, again): New globals.
10391 (main): Wait seconds_left in a 1-second sleep loop instead of
10392 sleeping 180 seconds. If 'again' is set, reset the seconds
10394 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10395 'again' in the inferior before detaching. Print the seconds left.
10396 (options): New global.
10397 (top level): Build program with -DTIMEOUT=$timeout.
10399 2015-02-06 Pedro Alves <palves@redhat.com>
10401 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10402 determine how many seconds to pass to 'alarm'.
10403 * gdb.base/gdb-sigterm.exp (top level): Build program with
10404 -DTIMEOUT=$timeout.
10405 (do_test): Return success/failure indication. Add more verbose
10406 logging. Don't fail if 200 single steps are seen. Instead, fail
10407 when the test times out.
10408 (passes): New global.
10409 (top level): Break the testing loop if testing fails on any
10410 iteration. Use gdb_assert.
10412 2015-02-04 Don Breazeal <donb@codesourcery.com>
10414 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10415 and initialize them.
10416 (ipc_cleanup): New function.
10417 (main): Don't declare shmid, semid, and msqid. Add a call to
10418 atexit so that we call ipc_cleanup on exit.
10420 2015-02-04 Pedro Alves <palves@redhat.com>
10422 * boards/native-extended-gdbserver.exp: Remove any target variant
10423 specifications from the board name before clearing the isremote
10424 flag from board_info.
10426 2015-01-31 Doug Evans <xdje42@gmail.com>
10428 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10430 2015-01-31 Gary Benson <gbenson@redhat.com>
10432 * gdb.base/completion.exp: Disable completion limiting for
10433 existing tests. Add new tests to check completion limiting.
10434 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10436 2015-01-31 Doug Evans <xdje42@gmail.com>
10438 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10440 2015-01-31 Doug Evans <xdje42@gmail.com>
10442 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10443 entries. Duplicate file section script entries.
10444 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10445 inlined entries. Add test for safe-path rejection.
10446 * gdb.python/py-section-script.c: Add duplicate inlined section script
10447 entries. Duplicate file section script entries.
10448 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10449 inlined entries. Add test for safe-path rejection.
10451 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10453 * gdb.ada/disc_arr_bound: New testcase.
10455 2015-01-29 Joel Brobecker <brobecker@adacore.com>
10457 * gdb.ada/mi_var_array: New testcase.
10459 2015-01-27 Doug Evans <dje@google.com>
10461 * gdb.python/py-objfile.exp: Add tests for objfile.username.
10462 Add test for objfile.filename, objfile.username after objfile
10465 2015-01-26 Joel Brobecker <brobecker@adacore.com>
10467 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10468 the second test to print the name attribute of value
10469 returned by the call to gdb.lookup_type, and adjust
10470 the expected output accordingly.
10472 2015-01-25 Mark Wielaard <mjw@redhat.com>
10474 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10475 * gdb.base/disp-step-fork.c: Include unistd.h.
10476 * gdb.base/siginfo-obj.c: Include stdio.h.
10477 * gdb.base/siginfo-thread.c: Likewise.
10478 * gdb.mi/non-stop.c: Include unistd.h.
10479 * gdb.mi/nsthrexec.c: Include stdio.h.
10480 * gdb.mi/pthreads.c: Include unistd.h.
10481 * gdb.modula2/unbounded1.c (main): Declare returns int.
10482 * gdb.reverse/consecutive-reverse.c: Likewise.
10483 * gdb.threads/create-fail.c: Include unistd.h.
10484 * gdb.threads/killed.c: Likewise.
10485 * gdb.threads/linux-dp.c: Likewise.
10486 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10487 * gdb.threads/non-ldr-exc-2.c: Likewise.
10488 * gdb.threads/non-ldr-exc-3.c: Likewise.
10489 * gdb.threads/non-ldr-exc-4.c: Likewise.
10490 * gdb.threads/pthreads.c: Include unistd.h.
10491 (main): Declare returns int.
10492 * gdb.threads/tls-main.c (foo): New declaration.
10493 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10495 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
10497 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10498 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10500 2015-01-15 Mark Wielaard <mjw@redhat.com>
10502 * gdb.base/noreturn-return.c: New file.
10503 * gdb.base/noreturn-return.exp: New file.
10504 * gdb.base/noreturn-finish.c: New file.
10505 * gdb.base/noreturn-finish.exp: New file.
10507 2015-01-23 Pedro Alves <palves@redhat.com>
10509 * gdb.threads/continue-pending-after-query.c: New file.
10510 * gdb.threads/continue-pending-after-query.exp: New file.
10512 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
10513 Simon Marchi <simon.marchi@ericsson.com>
10515 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10516 * gdb.base/valgrind-db-attach.exp: Same.
10517 * gdb.base/valgrind-infcall.exp: Same.
10518 * lib/mi-support.exp (default_mi_gdb_start): Same.
10519 * lib/prompt.exp (default_prompt_gdb_start): Same.
10520 * lib/gdb.exp (default_gdb_spawn): Same.
10521 (gdb_interact): New.
10524 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10526 * gdb.compile/compile.exp (pointer to jit function): New test.
10528 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
10530 * lib/gdb.exp (supports_process_record): Return true for
10532 (supports_reverse): Likewise.
10534 2015-01-15 Don Breazeal <donb@codesourcery.com>
10536 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10537 instead of checking whether the target board is remote and
10538 use spawn_wait_for_attach instead of exec/sleep.
10539 * gdb.base/attach-twice.exp: Likewise.
10541 2015-01-15 Joel Brobecker <brobecker@adacore.com>
10543 * gdb.ada/var_arr_attrs: New testcase.
10545 2015-01-14 Pedro Alves <palves@redhat.com>
10546 Joel Brobecker <brobecker@adacore.com>
10549 * gdb.base/bp-cmds-execution-x-script.c: New file.
10550 * gdb.base/bp-cmds-execution-x-script.exp: New file.
10551 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10553 2015-01-14 Pedro Alves <palves@redhat.com>
10556 * gdb.base/batch-preserve-term-settings.c: New file.
10557 * gdb.base/batch-preserve-term-settings.exp: New file.
10559 2015-01-13 Doug Evans <dje@google.com>
10561 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10564 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10566 * Makefile.in (clean mostlyclean): Do not delete *.py.
10568 2015-01-13 Joel Brobecker <brobecker@adacore.com>
10570 * gdb.python/py-lookup-type.exp: New file.
10572 2015-01-12 Pedro Alves <palves@redhat.com>
10574 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10575 restore GDBFLAGS before returning.
10577 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10579 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10580 is_amd64_regs_target and is_x86_like_target.
10582 2015-01-11 Doug Evans <xdje42@gmail.com>
10584 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10585 is given without an explicit form.
10586 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10588 * gdb.dwarf/corrupt.exp: Ditto.
10589 * gdb.dwarf2/enum-type.exp: Ditto.
10590 * gdb.trace/entry-values.exp: Ditto.
10591 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10593 2015-01-11 Doug Evans <xdje42@gmail.com>
10596 * gdb.base/maint.exp: Remove references to "maint demangle".
10597 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
10598 Add tests for explicitly specifying language to demangle.
10599 * gdb.dlang/demangle.exp: Ditto.
10601 2015-01-09 Pedro Alves <palves@redhat.com>
10603 * gdb.threads/non-stop-fair-events.c: New file.
10604 * gdb.threads/non-stop-fair-events.exp: New file.
10606 2015-01-09 Pedro Alves <palves@redhat.com>
10608 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10609 the global scope. Set a breakpoint after all threads are started
10610 rather than stepping over two source lines. Expect the prompt.
10611 * gdb.base/watch_thread_num.c (threads_started_barrier): New
10614 (main): Use threads_started_barrier to wait for all threads to
10615 start. Main thread no longer calls thread_function. Exit after
10617 (loop): New function.
10618 (thread_function): Wait on threads_started_barrier barrier. Call
10619 'loop' at each iteration.
10620 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10621 threads have started, instead of hardcoding number of "next"
10622 steps. Use an access watchpoint instead of a write watchpoint.
10624 2015-01-09 Pedro Alves <palves@redhat.com>
10626 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10627 (thread_func): Wait on barrier.
10628 (main): Wait for all threads to start before stopping GDB.
10629 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10631 (thread1_func, thread2_func): Wait on barrier.
10632 (main): Wait for all threads to start before stopping GDB.
10633 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10635 (thread1_func, thread2_func): Wait on barrier.
10636 (main): Wait for all threads to start before stopping GDB.
10638 2015-01-09 Pedro Alves <palves@redhat.com>
10640 * gdb.threads/attach-many-short-lived-threads.c: New file.
10641 * gdb.threads/attach-many-short-lived-threads.exp: New file.
10643 2014-01-09 Pedro Alves <palves@redhat.com>
10645 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10646 instead of to thread 2.
10647 * gdb.threads/signal-command-multiple-signals-pending.c (main):
10648 Add barrier around each pthread_create call instead of around all
10650 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10651 Set a break on thread_function and have the child threads hit it
10654 2015-01-09 Pedro Alves <palves@redhat.com>
10656 * lib/gdb.exp (can_spawn_for_attach): New procedure.
10657 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10659 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10660 checking whether the target board is remote.
10661 * gdb.multi/multi-attach.exp: Likewise.
10662 * gdb.python/py-sync-interp.exp: Likewise.
10663 * gdb.server/ext-attach.exp: Likewise.
10664 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10665 tests that need to attach, instead of checking whether the target
10666 board is remote at the top of the file.
10668 2015-01-08 Yao Qi <yao@codesourcery.com>
10670 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10672 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10674 Fix testcase compilation.
10675 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10677 2015-01-06 Joel Brobecker <brobecker@adacore.com>
10679 * gdb.python/py-type.exp: Add a couple test about empty
10680 array creation, and negative-length array creation.
10682 2015-01-02 Doug Evans <xdje42@gmail.com>
10684 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10686 2015-01-02 Doug Evans <dje@google.com>
10688 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10690 2014-12-29 Yao Qi <yao@codesourcery.com>
10692 * gdb.trace/entry-values.exp: Update comments. Rename variable
10693 bar_call_foo to returned_from_foo.
10695 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
10698 * gdb.linespec/break-asm-file.c: New file.
10699 * gdb.linespec/break-asm-file.exp: New file.
10700 * gdb.linespec/break-asm-file0.s: New file.
10701 * gdb.linespec/break-asm-file1.s: New file.
10703 2014-12-18 Nigel Stephens <nigel@mips.com>
10704 Maciej W. Rozycki <macro@codesourcery.com>
10706 * gdb.base/float.exp: Handle the new output from "info float" on
10709 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10711 Fix MinGW compilation.
10712 * gdb.compile/compile-ops.exp: Update untested message if
10713 !skip_compile_feature_tests.
10714 * gdb.compile/compile-setjmp.exp: Likewise.
10715 * gdb.compile/compile-tls.exp: Likewise.
10716 * gdb.compile/compile.exp: Likewise.
10717 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10718 supported on this host".
10720 2014-12-16 Doug Evans <xdje42@gmail.com>
10722 * boards/stabs.exp: New file.
10724 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
10726 * gdb.base/completion.exp: Adjust to format changes of "maint
10727 print user-registers".
10729 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
10732 * gdb.arch/aarch64-fp.c: New file.
10733 * gdb.arch/aarch64-fp.exp: New file.
10735 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10737 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10738 r210637, r210913, r211666, r215400, r215817).
10740 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
10741 * dg-extract-results.py: New file.
10742 * dg-extract-results.sh: Use it if the environment seems
10745 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
10747 * dg-extract-results.py (parse_run): Handle warnings that
10748 are printed before a test harness is run.
10750 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
10752 * dg-extract-results.py (Named): Remove __cmp__ method.
10753 (output_variation): Use a key to sort variation.harnesses.
10755 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
10757 * dg-extract-results.py: For Python 3, force sys.stdout to
10758 handle surrogate escape sequences.
10759 (safe_open): New function.
10760 (output_segment, main): Use it.
10762 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
10764 * dg-extract-results.py (Prog.result_re): Include options
10767 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
10769 * dg-extract-results.py (output_variation): Always sort if
10772 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
10774 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10775 as long as we get pagination notifications.
10777 2014-12-15 Jason Merrill <jason@redhat.com>
10779 * Makefile.in (check-gdb.%): Restore.
10780 * README: Mention it.
10782 2014-12-13 Joel Brobecker <brobecker@adacore.com>
10784 * gdb.ada/str_uninit: New testcase.
10786 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10789 * gdb.base/vla-stub-define.c: New file.
10790 * gdb.base/vla-stub.c: New file.
10791 * gdb.base/vla-stub.exp: New file.
10793 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
10794 Jan Kratochvil <jan.kratochvil@redhat.com>
10795 Tom Tromey <tromey@redhat.com>
10797 * configure.ac: Add gdb.compile/.
10798 * configure: Regenerate.
10799 * gdb.compile/Makefile.in: New file.
10800 * gdb.compile/compile-ops.exp: New file.
10801 * gdb.compile/compile-ops.c: New file.
10802 * gdb.compile/compile-tls.c: New file.
10803 * gdb.compile/compile-tls.exp: New file.
10804 * gdb.compile/compile-constvar.S: New file.
10805 * gdb.compile/compile-constvar.c: New file.
10806 * gdb.compile/compile-mod.c: New file.
10807 * gdb.compile/compile-nodebug.c: New file.
10808 * gdb.compile/compile-setjmp-mod.c: New file.
10809 * gdb.compile/compile-setjmp.c: New file.
10810 * gdb.compile/compile-setjmp.exp: New file.
10811 * gdb.compile/compile-shlib.c: New file.
10812 * gdb.compile/compile.c: New file.
10813 * gdb.compile/compile.exp: New file.
10814 * lib/gdb.exp (skip_compile_feature_tests): New proc.
10816 2014-12-12 Tom Tromey <tromey@redhat.com>
10818 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
10819 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10821 2014-12-12 Doug Evans <dje@google.com>
10823 * lib/gdb-python.exp (get_python_valueof): New function.
10824 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10826 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10828 * gdb.base/completion.exp: Add test for completion of "info
10831 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
10833 * gdb.base/func-ptrs.c: New file.
10834 * gdb.base/func-ptrs.exp: New file.
10836 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10838 PR breakpoints/17012
10839 * gdb.base/dprintf-detach.c: New file.
10840 * gdb.base/dprintf-detach.exp: New file.
10842 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
10844 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10845 * lib/gdb.exp (target_is_gdbserver): New procedure.
10847 2014-12-08 Doug Evans <dje@google.com>
10849 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10851 2014-12-05 Yao Qi <yao@codesourcery.com>
10853 * gdb.guile/scm-error.exp: Remove the third argument to
10854 gdb_remote_download.
10855 * gdb.guile/scm-frame-args.exp: Likewise.
10856 * gdb.guile/scm-section-script.exp: Likewise.
10858 2014-12-05 Yao Qi <yao@codesourcery.com>
10860 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10862 2014-12-04 Doug Evans <dje@google.com>
10864 * gdb.python/py-objfile.exp: Add tests for
10865 objfile.add_separate_debug_file.
10867 2014-12-04 Doug Evans <dje@google.com>
10869 * lib/gdb.exp (get_build_id): New function.
10870 (build_id_debug_filename_get): Rewrite to use it.
10871 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
10873 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
10875 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
10876 `method(long)', not just 0x0.
10877 * gdb.cp/nsalias.exp: Align code labels to 4.
10878 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
10879 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
10880 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
10881 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
10882 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
10883 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
10885 2014-12-02 Doug Evans <dje@google.com>
10888 * gdb.cp/anon-ns.cc: Move guts of this file to ...
10889 * gdb.cp/anon-ns2.cc: ... here. New file.
10890 * gdb.cp/anon-ns.exp: Update.
10892 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
10894 * gdb.python/py-events.py (inferior_call_handler): New.
10895 (register_changed_handler, memory_changed_handler): New.
10896 (test_events.invoke): Register new handlers.
10897 * gdb.python/py-events.exp: Add tests for inferior call,
10898 memory_changed and register_changed events.
10900 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10902 * gdb.base/execl-update-breakpoints.exp: Specify the link address
10903 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
10904 if the linker doesn't understand this.
10906 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
10908 * gdb.python/python.exp: Change expected reply to help().
10910 2014-12-01 Yao Qi <yao@codesourcery.com>
10912 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
10913 AC_CONFIG_SUBDIRS(gdb.gdbtk).
10914 * configure: Re-generated.
10916 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
10918 * gdb.cp/chained-calls.cc: New file.
10919 * gdb.cp/chained-calls.exp: New file.
10920 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
10922 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
10924 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
10925 * gdb.dwarf2/symtab-producer.exp: Same.
10926 * gdb.gdb/python-interrupts.exp: Same.
10927 * gdb.gdb/python-selftest.exp: Same.
10928 * gdb.python/py-linetable.exp: Same.
10929 * gdb.python/py-type.exp: Same.
10930 * gdb.python/py-value-cc.exp: Same.
10931 * gdb.python/py-value.exp: Same.
10933 2014-11-28 Yao Qi <yao@codesourcery.com>
10935 * gdb.base/break-probes.exp: Match library name prefixed with
10938 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
10940 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
10941 test expected output. Add parentheses for the call to print.
10942 Remove L suffix from integers.
10944 2014-11-26 Doug Evans <dje@google.com>
10946 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
10948 2014-11-22 Yao Qi <yao@codesourcery.com>
10950 * gdb.trace/entry-values.c: Remove asms.
10951 (foo): Add foo_label.
10952 (bar): Add bar_label.
10953 * gdb.trace/entry-values.exp: Remove code computing foo's
10954 length and bar's length.
10955 (Dwarf::assemble): Invoke function_range for bar and use
10956 MACRO_AT_func for foo.
10958 2014-11-22 Yao Qi <yao@codesourcery.com>
10960 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
10961 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
10962 Use .Lgcc43_procstart instead of gcc43.
10964 2014-11-21 Joel Brobecker <brobecker@adacore.com>
10966 * gdb.ada/n_arr_bound: New testcase.
10968 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
10970 PR breakpoints/10737
10971 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
10972 test_catch_syscall_multi_arch.
10973 (test_catch_syscall_multi_arch): New function.
10975 2014-11-20 Doug Evans <xdje42@gmail.com>
10977 * gdb.base/maint.exp: Update expected output.
10979 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10981 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
10982 4-byte instruction on S390.
10984 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10986 * gdb.ada/arr_arr: New testcase.
10988 2014-11-19 Joel Brobecker <brobecker@adacore.com>
10990 * gdb.ada/pkd_arr_elem: New Testcase.
10992 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
10994 * gdb.reverse/break-precsave: Expect completion message for
10996 * gdb.reverse/consecutive-precsave.exp: Likewise.
10997 * gdb.reverse/finish-precsave.exp: Likewise.
10998 * gdb.reverse/i386-precsave.exp: Likewise.
10999 * gdb.reverse/machinestate-precsave.exp: Likewise.
11000 * gdb.reverse/sigall-precsave.exp: Likewise.
11001 * gdb.reverse/solib-precsave.exp: Likewise.
11002 * gdb.reverse/step-precsave.exp: Likewise.
11003 * gdb.reverse/until-precsave.exp: Likewise.
11004 * gdb.reverse/watch-precsave.exp: Likewise.
11006 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11008 * gdb.base/bp-permanent.c: Include unistd.h.
11009 * gdb.python/py-framefilter-mi.c (main): Add return type.
11010 * gdb.python/py-framefilter.c (main): Likewise.
11011 * gdb.trace/actions-changed.c (main): Likewise.
11013 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11015 * gdb.mi/until.c: Add eye-catchers.
11016 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11019 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11021 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11022 function header variants in break1.c.
11023 * gdb.base/ena-dis-br.exp: Likewise.
11024 * gdb.base/hbreak2.exp: Likewise.
11025 * gdb.reverse/until-precsave.exp: Drop references to removed
11026 non-prototype function header variants in ur1.c.
11027 * gdb.reverse/until-reverse.exp: Likewise.
11029 2014-11-17 Petr Machata <pmachata@redhat.com>
11031 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11032 ${_cu_offset_size} bytes abbrev offset.
11034 2014-11-15 Doug Evans <xdje42@gmail.com>
11037 * gdb.base/line-symtabs.exp: New file.
11038 * gdb.base/line-symtabs.c: New file.
11039 * gdb.base/line-symtabs.h: New file.
11041 2014-11-14 Yao Qi <yao@codesourcery.com>
11043 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11044 (func): Add label func_label.
11045 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11046 Replace low_pc and high_pc with MACRO_AT_range.
11047 Replace name, low_pc and high_pc with MACRO_AT_func.
11049 2014-11-14 Yao Qi <yao@codesourcery.com>
11051 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11052 Replace name, low_pc and high_pc with MACRO_AT_func.
11054 2014-11-14 Yao Qi <yao@codesourcery.com>
11056 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11057 produce debug information.
11058 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11060 2014-11-14 Yao Qi <yao@codesourcery.com>
11062 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11063 object and get function length.
11064 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11065 with MACRO_AT_func.
11066 (top-level): Replace gdb_compile and clean_restart with
11067 prepare_for_testing.
11068 * gdb.dwarf2/main.c (main): Add label main_label.
11070 2014-11-14 Yao Qi <yao@codesourcery.com>
11072 * lib/dwarf.exp (function_range): New procedure.
11073 (Dwarf::_handle_macro_at_func): New procedure.
11074 (Dwarf::_handle_macro_at_range): New procedure.
11075 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11077 2014-11-14 Yao Qi <yao@codesourcery.com>
11079 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11080 (_handle_attribute): New procedure.
11082 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11084 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11085 * gdb.base/call-sc.c (zed): Likewise.
11086 * gdb.base/checkpoint.c (main): Likewise.
11087 * gdb.base/dump.c (main): Likewise.
11088 * gdb.base/gcore.c (main): Likewise.
11089 * gdb.base/huge.c (main): Likewise.
11090 * gdb.base/multi-forks.c (main): Likewise.
11091 * gdb.base/pr10179-a.c (main): Likewise.
11092 * gdb.base/savedregs.c (main): Likewise.
11093 * gdb.base/sigaltstack.c (main): Likewise.
11094 * gdb.base/siginfo.c (main): Likewise.
11095 * gdb.base/structs.c (zed): Likewise.
11096 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11097 * gdb.mi/mi-syn-frame.c (main): Likewise.
11098 * gdb.mi/until.c (foo, main): Likewise.
11099 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11100 * gdb.base/solib-weak.c (foo): Declare.
11101 * gdb.base/attach-twice.c: Include stdio.h.
11102 * gdb.base/weaklib1.c: Likewise.
11103 * gdb.base/weaklib2.c: Likewise.
11104 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11105 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11107 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11108 * gdb.mi/mi-exit-code.c: Likewise.
11109 * gdb.base/break-interp-lib.c: Include string.h.
11110 * gdb.base/coremaker.c: Likewise.
11111 * gdb.base/testenv.c: Likewise.
11112 * gdb.python/py-finish-breakpoint.c: Likewise.
11113 * gdb.base/inferior-died.c: Include sys/wait.h.
11114 * gdb.base/fileio.c: Include time.h.
11115 * gdb.base/async-shell.c: Include unistd.h.
11116 * gdb.base/dprintf-non-stop.c: Likewise.
11117 * gdb.base/info-os.c: Likewise.
11118 * gdb.mi/mi-console.c: Likewise.
11119 * gdb.mi/watch-nonstop.c: Likewise.
11120 * gdb.python/py-events.c: Likewise.
11121 * gdb.base/async.c (baz): Move up before its invocation.
11122 * gdb.base/code_elim2.c (my_global_func): Likewise.
11123 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11124 * gdb.base/advance.c (func2): Likewise.
11126 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11128 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11130 * gdb.base/annota3.c: Likewise.
11131 * gdb.base/async.c: Likewise.
11132 * gdb.base/average.c: Likewise.
11133 * gdb.base/call-ar-st.c: Likewise.
11134 * gdb.base/call-rt-st.c: Likewise.
11135 * gdb.base/call-sc.c: Likewise.
11136 * gdb.base/call-strs.c: Likewise.
11137 * gdb.base/ending-run.c: Likewise.
11138 * gdb.base/execd-prog.c: Likewise.
11139 * gdb.base/exprs.c: Likewise.
11140 * gdb.base/foll-exec.c: Likewise.
11141 * gdb.base/foll-fork.c: Likewise.
11142 * gdb.base/foll-vfork.c: Likewise.
11143 * gdb.base/funcargs.c: Likewise.
11144 * gdb.base/gcore.c: Likewise.
11145 * gdb.base/jump.c: Likewise.
11146 * gdb.base/langs0.c: Likewise.
11147 * gdb.base/langs1.c: Likewise.
11148 * gdb.base/langs2.c: Likewise.
11149 * gdb.base/mips_pro.c: Likewise.
11150 * gdb.base/nodebug.c: Likewise.
11151 * gdb.base/opaque0.c: Likewise.
11152 * gdb.base/opaque1.c: Likewise.
11153 * gdb.base/recurse.c: Likewise.
11154 * gdb.base/run.c: Likewise.
11155 * gdb.base/scope0.c: Likewise.
11156 * gdb.base/scope1.c: Likewise.
11157 * gdb.base/setshow.c: Likewise.
11158 * gdb.base/setvar.c: Likewise.
11159 * gdb.base/shmain.c: Likewise.
11160 * gdb.base/shr1.c: Likewise.
11161 * gdb.base/shr2.c: Likewise.
11162 * gdb.base/sigall.c: Likewise.
11163 * gdb.base/signals.c: Likewise.
11164 * gdb.base/so-indr-cl.c: Likewise.
11165 * gdb.base/solib2.c: Likewise.
11166 * gdb.base/structs.c: Likewise.
11167 * gdb.base/sum.c: Likewise.
11168 * gdb.base/vforked-prog.c: Likewise.
11169 * gdb.base/watchpoint.c: Likewise.
11170 * gdb.reverse/shr2.c: Likewise.
11171 * gdb.reverse/until-reverse.c: Likewise.
11172 * gdb.reverse/ur1.c: Likewise.
11173 * gdb.reverse/watch-reverse.c: Likewise.
11175 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11177 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11179 * gdb.base/sepdebug.exp: Drop references to removed code.
11181 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11183 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11184 variant. Preserve original line numbering.
11185 * gdb.base/list1.c: Likewise.
11187 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11189 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11191 * gdb.base/break1.c: Likewise.
11192 * gdb.base/break.exp: Drop references to removed code.
11194 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11196 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11199 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11201 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11203 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11205 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11206 logic into perform_all_tests() and invoke it with and without
11207 function header prototypes.
11208 (do_function_calls): Remove conditional XFAIL for PR 5318.
11209 (rerun_and_prepare): Remove duplicate code.
11210 (perform_all_tests): New. Main logic moved here.
11212 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11214 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11215 code guarded by #ifdef NO_PROTOTYPES.
11216 (t_double_many_args): Likewise.
11217 (DEF_FUNC_MANY_ARGS_1): Likewise.
11218 (DEF_FUNC_VALUES_1): Likewise.
11219 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11220 guarded by #ifdef PROTOTYPES.
11222 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11224 * gdb.mi/mi-console.c: Add eye-catcher.
11225 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11226 instead of literal line number.
11228 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11230 * gdb.base/shr2.c: Add eye-catcher.
11231 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11234 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11236 * gdb.base/jump.c: Add eye-catchers.
11237 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11240 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11242 * gdb.base/execd-prog.c: Add eye-catchers.
11243 * gdb.base/foll-exec.c: Likewise.
11244 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11247 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11249 * gdb.base/ending-run.c: Add eye-catchers.
11250 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11251 literal line numbers.
11253 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11255 * gdb.base/call-rt-st.c: Add eye-catchers.
11256 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11257 literal line numbers.
11259 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11261 * gdb.base/call-ar-st.c: Add eye-catchers.
11262 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11263 literal line numbers.
11265 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11267 * gdb.base/average.c: Add eye-catchers.
11268 * gdb.base/sum.c: Likewise.
11269 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11270 regexps dynamically.
11272 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11274 * gdb.base/solib1.c: Add eye-catchers.
11275 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11276 literal line numbers.
11278 2014-11-12 Pedro Alves <palves@redhat.com>
11280 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11283 2014-11-12 Pedro Alves <palves@redhat.com>
11285 * gdb.arch/i386-bp_permanent.c: New file.
11286 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11287 (srcfile): Set to i386-bp_permanent.c.
11288 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11289 that stepi does not execute the 'leave' instruction, instead of
11290 testing it does execute.
11291 * gdb.base/bp-permanent.c: New file.
11292 * gdb.base/bp-permanent.exp: New file.
11294 2014-11-10 Doug Evans <xdje42@gmail.com>
11297 * gdb.base/symtab-search-order.exp: New file.
11298 * gdb.base/symtab-search-order.c: New file.
11299 * gdb.base/symtab-search-order-1.c: New file.
11300 * gdb.base/symtab-search-order-shlib-1.c: New file.
11302 2014-11-07 Pedro Alves <palves@redhat.com>
11305 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11308 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11311 * gdb.cp/pr17494.cc: New file.
11312 * gdb.cp/pr17494.exp: New file.
11314 2014-11-02 Yao Qi <yao@codesourcery.com>
11316 * gdb.python/python.exp: Get working directory and match the
11317 output of "set extended-prompt \\w " with it.
11319 2014-10-30 Doug Evans <dje@google.com>
11321 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11323 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11326 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11328 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11329 * gdb.base/realname-expand.exp: Likewise.
11330 * gdb.linespec/macro-relative.exp: Likewise.
11332 2014-10-29 Pedro Alves <palves@redhat.com>
11335 * gdb.threads/schedlock.c (some_function): New function.
11336 (call_function): New global.
11337 (MAYBE_CALL_SOME_FUNCTION): New macro.
11338 (thread_function): Call it.
11339 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11340 and use it instead of a global counter. Adjust all callers.
11341 (get_current_thread): Use "find current thread" for test message
11342 here rather than having all callers pass down the same string.
11343 (goto_loop): New procedure, factored out from ...
11344 (my_continue): ... this.
11345 (step_ten_loops): Change parameter from test message to command to
11347 (list_count): Delete global.
11348 (check_result): New procedure, factored out from duplicate top
11350 (continue tests): Wrap in with_test_prefix.
11351 (test_step): New procedure, factored out from duplicate top level
11353 (top level): Test "step" in combination with all scheduler-locking
11354 modes. Test "next" in combination with all scheduler-locking
11355 modes, and in combination with stepping over a function call or
11357 * gdb.threads/next-bp-other-thread.c: New file.
11358 * gdb.threads/next-bp-other-thread.exp: New file.
11360 2014-10-29 Pedro Alves <palves@redhat.com>
11363 * gdb.python/python.exp: Test a multi-line command that spawns
11364 interactive Python.
11365 * gdb.base/multi-line-starts-subshell.exp: New file.
11367 2014-10-29 Yao Qi <yao@codesourcery.com>
11369 * gdb.base/fileio.exp: Make directories on host.
11371 2014-10-29 Yao Qi <yao@codesourcery.com>
11373 * gdb.base/fileio.c (test_write): Close the file.
11375 2014-10-28 Pedro Alves <palves@redhat.com>
11378 * gdb.base/sigstep.c (no_handler): New global.
11379 (main): If 'no_handler is true, set the signal handlers to
11381 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11382 with_sw_watch and no_handler parameters. Handle them.
11383 (top level) <stepping over handler when stopped at a breakpoint
11384 test>: Add a test axis for testing with a software watchpoint, and
11385 another for testing with the signal handler set to SIG_IGN.
11386 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11387 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11389 2014-10-28 Pedro Alves <palves@redhat.com>
11392 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11393 * gdb.base/sigstep.exp (other_handler_location): New global.
11394 (advance): Support stepping into the signal handler, and running
11395 commands while in the handler.
11396 (in_handler_map): New global.
11397 (top level): In the advance test, add combinations for getting
11398 into the handler with stepping commands, and for running commands
11399 in the handler. Add comment descripting the advancei tests.
11401 2014-10-28 Pedro Alves <palves@redhat.com>
11403 * gdb.base/sigstep.exp: Use build_executable instead of
11404 prepare_for_testing.
11405 (top level): Move code that starts GDB, runs to main and creates a
11407 (restart): ... this new procedure.
11408 (top level): Move backtrace from signal handler test to ...
11409 (validate_backtrace): ... this new procedure.
11410 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11411 with_test_prefix. Always restart GDB.
11412 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11413 with_test_prefix. Always restart GDB. No need to delete
11414 breakpoints after the test.
11415 (test_skip_handler): Remove prefix parameter.
11416 (skip_over_handler, breakpoint_to_handler)
11417 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11418 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11419 restart GDB. No need to delete breakpoints after the test.
11420 (top level): Use foreach to call the test procedures with
11421 different commands.
11423 2014-10-28 Pedro Alves <palves@redhat.com>
11425 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11426 instead of GNATS numbers.
11427 * gdb.base/sigbpt.exp: Likewise.
11428 * gdb.base/siginfo.exp: Likewise.
11429 * gdb.base/sigstep.exp: Likewise.
11431 2014-10-27 Pedro Alves <palves@redhat.com>
11433 * gdb.base/sigstep.c (dummy): New global.
11434 (main): Issue a couple writes to the new global.
11435 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11437 (skip_over_handler): Use test_skip_handler.
11438 (top level): Call skip_over_handler for stepi and nexti too.
11439 (breakpoint_over_handler): Use test_skip_handler.
11440 (top level): Call breakpoint_over_handler for stepi and nexti too.
11442 2014-10-27 Yao Qi <yao@codesourcery.com>
11444 * gdb.trace/tfile.c (adjust_function_address)
11445 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11446 function descriptor.
11448 2014-10-24 Don Breazeal <donb@codesourcery.com>
11450 * gdb.base/foll-fork.exp (test_follow_fork,
11451 catch_fork_child_follow): Check for updated fork messages emitted
11453 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11454 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11455 vfork_and_exec_child_follow_through_step): Check for updated vfork
11456 messages emitted from infrun.c.
11458 2014-10-24 Pedro Alves <palves@redhat.com>
11460 * gdb.base/corefile.exp: Remove references to ultrix.
11461 * gdb.base/interrupt.exp: Likewise.
11462 * gdb.base/whatis.exp: Likewise.
11463 * gdb.gdb/selftest.exp: Likewise.
11464 * gdb.threads/manythreads.exp: Likewise.
11465 * gdb.threads/print-threads.exp: Likewise.
11466 * gdb.threads/pthreads.exp:: Likewise.
11467 * gdb.threads/schedlock.exp: Likewise.
11469 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
11471 * gdb.cp/non-trivial-retval.cc: Add a test case.
11472 * gdb.cp/non-trivial-retval.exp: Add a test.
11474 2014-10-20 Yao Qi <yao@codesourcery.com>
11476 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11477 * gdb.python/py-objfile-script-gdb.py: New file.
11478 * gdb.python/py-objfile-script.exp: Update reference to
11479 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
11480 of remote_download. Remove the dest file.
11482 2014-10-20 Yao Qi <yao@codesourcery.com>
11484 * gdb.base/checkpoint.exp: Don't remove file copied on host.
11485 * gdb.base/step-line.exp: Likewise.
11486 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11487 * gdb.dwarf2/dw2-basic.exp: Likewise.
11488 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11489 * gdb.dwarf2/dw2-filename.exp: Likewise.
11490 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11491 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11492 * gdb.dwarf2/dw2-producer.exp: Likewise.
11493 * gdb.dwarf2/mac-fileno.exp: Likewise.
11494 * gdb.python/py-frame-args.exp: Likewise.
11495 * gdb.python/py-framefilter.exp: Likewise.
11496 * gdb.python/py-mi.exp: Likewise.
11497 * gdb.python/py-objfile-script.exp: Likewise
11498 * gdb.python/py-pp-integral.exp: Likewise.
11499 * gdb.python/py-pp-re-notag.exp: Likewise.
11500 * gdb.python/py-prettyprint.exp: Likewise.
11501 * gdb.python/py-section-script.exp: Likewise.
11502 * gdb.python/py-typeprint.exp: Likewise.
11503 * gdb.python/py-xmethods.exp: Likewise.
11504 * gdb.stabs/weird.exp: Likewise.
11505 * gdb.xml/tdesc-regs.exp: Likewise.
11507 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
11509 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11510 (out_cu): Use addr_len for the size of addresses.
11511 (out_line): Likewise. Size DW_LNE_set_address instruction
11512 according to addr_len.
11513 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11514 (FUNC): Add START_INSNS to definition.
11516 2014-10-18 Yao Qi <yao@codesourcery.com>
11518 * gdb.base/argv0-symlink.exp: Check argv[0] value if
11519 gdb_has_argv0 return true.
11520 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11521 check [target_info exists noargs], check [gdb_has_argv0]
11523 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11524 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11527 2014-10-17 Doug Evans <dje@google.com>
11529 * gdb.python/py-events.exp: Update expected output for clear_objfiles
11531 * gdb.python/py-events.py: Add clear_objfiles event.
11533 2014-10-17 Doug Evans <dje@google.com>
11535 * gdb.python/py-objfile.exp: Test progspace attribute.
11537 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
11539 * gdb.guile/scm-breakpoint.exp: Do not assume any
11540 directory separators when matching source file paths.
11541 * gdb.python/py-breakpoint.exp: Likewise.
11542 * gdb.reverse/break-precsave.exp: Likewise.
11543 * gdb.reverse/break-reverse.exp: Likewise.
11544 * gdb.reverse/consecutive-precsave.exp: Likewise.
11545 * gdb.reverse/finish-precsave.exp: Likewise.
11546 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11547 * gdb.reverse/finish-reverse.exp: Likewise.
11548 * gdb.reverse/i386-precsave.exp: Likewise.
11549 * gdb.reverse/i387-env-reverse.exp: Likewise.
11550 * gdb.reverse/i387-stack-reverse.exp: Likewise.
11551 * gdb.reverse/machinestate-precsave.exp: Likewise.
11552 * gdb.reverse/machinestate.exp: Likewise.
11553 * gdb.reverse/sigall-precsave.exp: Likewise.
11554 * gdb.reverse/solib-precsave.exp: Likewise.
11555 * gdb.reverse/step-precsave.exp: Likewise.
11556 * gdb.reverse/until-precsave.exp: Likewise.
11557 * gdb.reverse/watch-precsave.exp: Likewise.
11558 * gdb.reverse/watch-reverse.exp: Likewise.
11560 2014-10-17 Yao Qi <yao@codesourcery.com>
11562 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11563 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11565 2014-10-17 Pedro Alves <palves@redhat.com>
11568 * gdb.base/bg-execution-repeat.c: New file.
11569 * gdb.base/bg-execution-repeat.exp: New file.
11571 2014-10-17 Pedro Alves <palves@redhat.com>
11574 * gdb.base/continue-all-already-running.c: New file.
11575 * gdb.base/continue-all-already-running.exp: New file.
11577 2014-10-17 Pedro Alves <palves@redhat.com>
11580 * gdb.base/annota-input-while-running.c: New file.
11581 * gdb.base/annota-input-while-running.exp: New file.
11583 2014-10-17 Pedro Alves <palves@redhat.com>
11585 * gdb.base/callfuncs.exp: emove references to osf.
11586 * gdb.base/sigall.exp: Likewise.
11587 * gdb.gdb/selftest.exp: Likewise.
11588 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11589 * gdb.mi/non-stop.c: Likewise.
11590 * gdb.mi/pthreads.c: Likewise.
11591 * gdb.reverse/sigall-precsave.exp: Likewise.
11592 * gdb.reverse/sigall-reverse.exp: Likewise.
11593 * gdb.threads/pthreads.c: Likewise.
11594 * gdb.threads/pthreads.exp: Likewise.
11596 2014-10-17 Yao Qi <yao@codesourcery.com>
11598 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11599 check 'target_info exists noargs'.
11600 (test_command_prompt_position): Likewise.
11601 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11603 (progvar_simple_while_test): Likewise.
11604 (progvar_complex_if_while_test): Likewise.
11605 (if_while_breakpoint_command_test): Likewise.
11606 (infrun_breakpoint_command_test): Likewise.
11607 (breakpoint_command_test): Likewise.
11608 (watchpoint_command_test): Likewise.
11609 (bp_deleted_in_command_test): Likewise.
11610 (temporary_breakpoint_commands): Likewise.
11612 2014-10-16 Yao Qi <yao@codesourcery.com>
11614 * gdb.base/remotetimeout.exp: Remove noargs checking.
11616 2014-10-15 Pedro Alves <palves@redhat.com>
11618 PR breakpoints/9649
11619 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11620 * gdb.base/breakpoint-in-ro-region.exp
11621 (probe_target_hardware_step): New procedure.
11622 (top level): Probe hardware stepping and hardware breakpoint
11623 support. Test stepping through a read-only region, with both
11624 "breakpoint auto-hw" on and off and both "always-inserted" on and
11627 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
11629 * gdb.dlang/demangle.exp: Update for demangling changes.
11631 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11633 * gdb.cp/non-trivial-retval.cc: Add new test cases.
11634 * gdb.cp/non-trivial-retval.exp: Add new tests.
11636 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
11640 * gdb.cp/non-trivial-retval.cc: New file.
11641 * gdb.cp/non-trivial-retval.exp: New file.
11643 2014-10-15 Yao Qi <yao@codesourcery.com>
11645 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11648 2014-10-15 Yao Qi <yao@codesourcery.com>
11650 * gdb.python/py-symbol.exp: Match file base name if host is
11651 remote, otherwise match file name with dir name.
11652 * gdb.python/py-symtab.exp: Likewise.
11653 * gdb.python/python.exp: Likewise.
11655 2014-10-15 Yao Qi <yao@codesourcery.com>
11657 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11659 * gdb.python/py-symtab.exp: Likewise.
11660 * gdb.python/python.exp: Remove trailing ".*". Fix typo
11663 2014-10-14 Joel Brobecker <brobecker@adacore.com>
11665 * gdb.ada/addr_arith: New testcase.
11667 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
11669 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11670 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11671 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11672 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11674 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
11676 * gdb.arch/stap-eval-lang-ada.S: Likewise.
11677 * gdb.arch/stap-eval-lang-ada.c: Likewise.
11678 * gdb.arch/stap-eval-lang-ada.exp: New file.
11680 2014-10-14 Yao Qi <yao@codesourcery.com>
11682 * gdb.mi/mi-var-child.c (nothing1): New function.
11683 (nothing2): New function.
11684 (do_children_tests): Set function pointers by nothing1 and
11686 * gdb.mi/mi-var-child.exp: Step over new added statements.
11687 Update test to match the new output.
11688 * gdb.mi/var-cmd.c (nothing1): New function.
11689 (nothing2): New function.
11690 (do_children_tests): Set function pointers by nothing1 and
11692 * gdb.mi/mi-var-display.exp: Update test to match output.
11693 Step to the line specified by $line_dct_nothing.
11694 Increase the number of lines to step.
11696 2014-10-14 Yao Qi <yao@codesourcery.com>
11698 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11700 * gdb.mi/mi2-var-child.exp: Likewise.
11702 2014-10-13 Doug Evans <dje@google.com>
11704 * gdb.python/py-objfile.exp: Change name of file name test.
11706 2014-10-13 Doug Evans <dje@google.com>
11708 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11709 from the start of the CU.
11711 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11712 Yao Qi <yao@codesourcery.com>
11714 Fix "save breakpoints" for "catch" command.
11715 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11716 Remove -nonewline. Match also the added "main" line.
11718 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11720 Fix "save breakpoints" for "disable $bpnum" command.
11721 * gdb.base/save-bp.c (main): Add label.
11722 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
11724 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11726 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11728 2014-10-11 Yao Qi <yao@codesourcery.com>
11730 * gdb.server/server-kill.exp: Execute command
11731 "set remote trace-status-packet on" before "tstatus".
11733 2014-10-11 Yao Qi <yao@codesourcery.com>
11735 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11736 (main): Call getppid.
11737 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11738 and continue to it. Read variable "server_pid".
11740 2014-10-11 Yao Qi <yao@codesourcery.com>
11742 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11744 2014-10-11 Yao Qi <yao@codesourcery.com>
11746 * gdb.threads/thread-find.exp: Don't execute command
11748 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11749 * gdb.threads/linux-dp.exp: Don't check the condition
11750 $threads_created equals to zero.
11752 2014-10-10 Pedro Alves <palves@redhat.com>
11754 * gdb.base/bigcore.exp: Remove references to IRIX.
11755 * gdb.base/funcargs.exp: Likewise.
11756 * gdb.base/interrupt.exp: Likewise.
11757 * gdb.base/mips_pro.exp: Likewise.
11758 * gdb.base/nodebug.exp: Likewise.
11759 * gdb.base/setvar.exp: Likewise.
11760 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11762 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11763 Pedro Alves <palves@redhat.com>
11766 * gdb.base/vdso-warning.c: New file.
11767 * gdb.base/vdso-warning.exp: New file.
11769 2014-10-02 Doug Evans <dje@google.com>
11771 * gdb.base/structs.c (main): Don't run forever.
11773 2014-10-02 Pedro Alves <palves@redhat.com>
11775 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11776 (top level) <stop threads 1, stop threads 2>: Use it.
11778 2014-10-02 Pedro Alves <palves@redhat.com>
11780 * gdb.threads/break-while-running.exp (test): Add new
11781 'update_thread_list' argument. Skip "info threads" if false.
11782 (top level): Add new 'update_thread_list' axis.
11784 2014-10-02 Pedro Alves <palves@redhat.com>
11786 PR breakpoints/17431
11787 * gdb.base/execl-update-breakpoints.c: New file.
11788 * gdb.base/execl-update-breakpoints.exp: New file.
11790 2014-10-01 Pedro Alves <palves@redhat.com>
11792 * gdb.base/breakpoint-in-ro-region.c: New file.
11793 * gdb.base/breakpoint-in-ro-region.exp: New file.
11795 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
11797 * gdb.mi/mi-exit-code.exp: New file.
11798 * gdb.mi/mi-exit-code.c: New file.
11800 2014-09-30 Yao Qi <yao@codesourcery.com>
11802 * lib/prelink-support.exp (build_executable_own_libs): Error if
11803 the target isn't native.
11805 2014-09-30 Yao Qi <yao@codesourcery.com>
11807 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11810 2014-09-22 Pedro Alves <palves@redhat.com>
11812 * gdb.threads/break-while-running.exp: New file.
11813 * gdb.threads/break-while-running.c: New file.
11815 2014-09-19 Yao Qi <yao@codesourcery.com>
11817 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11818 Invoke test. Restart GDB with --readnow and invoke test again.
11820 2014-09-19 Yao Qi <yao@codesourcery.com>
11822 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11823 proc set_breakpoint_on_gcd_function. Invoke
11824 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
11825 invoke set_breakpoint_on_gcd_function again.
11827 2014-09-18 Doug Evans <dje@google.com>
11829 * gdb.dwarf2/symtab-producer.exp: New file.
11831 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11833 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11834 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11835 * gdb.base/global-var-nested-by-dso.c: Likewise.
11836 * gdb.base/global-var-nested-by-dso.exp: Likewise.
11838 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
11839 Pedro Alves <palves@redhat.com>
11841 * gdb.base/watch-bitfields.exp: Pass string other than test file
11842 name to prepare_for_testing.
11843 (watch): New procedure.
11844 (expect_watchpoint): Use with_test_prefix.
11845 (top level): Factor out tests to ...
11846 (test_watch_location, test_regular_watch): ... these new
11847 procedures, and use with_test_prefix and gdb_continue_to_end.
11849 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
11851 PR breakpoints/12526
11852 * gdb.base/watch-bitfields.exp: New file.
11853 * gdb.base/watch-bitfields.c: New file.
11855 2014-09-16 Pedro Alves <palves@redhat.com>
11857 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11858 software and hardware addresses, not software address against
11861 2014-09-16 Pedro Alves <palves@redhat.com>
11863 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11864 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11866 2014-09-16 Pedro Alves <palves@redhat.com>
11868 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11870 * gdb.base/a2-run.exp: Remove all code guarded by istarget
11871 "*-*-vxworks*" throughout.
11872 * gdb.base/break.exp: Likewise.
11873 * gdb.base/default.exp: Likewise.
11874 * gdb.base/scope.exp: Likewise.
11875 * gdb.base/sepdebug.exp: Likewise.
11876 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
11878 * gdb.base/run.c: Likewise.
11879 * gdb.base/sepdebug.c: Likewise.
11880 * gdb.hp/gdb.aCC/run.c: Likewise.
11881 * gdb.reverse/until-reverse.c: Likewise.
11882 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
11884 2014-09-16 Yao Qi <yao@codesourcery.com>
11886 * boards/local-remote-host-native.exp: New file.
11888 2014-09-14 Doug Evans <xdje42@gmail.com>
11890 * gdb.threads/queue-signal.c (thread_count): New variable.
11891 (thread_count_mutex, thread_count_condvar): New variables.
11892 (incr_thread_count, wait_all_threads_running): New functions.
11893 (main): Wait for all threads to be in their thread functions.
11895 2014-09-13 Doug Evans <xdje42@gmail.com>
11897 * gdb.threads/queue-signal.c: New file.
11898 * gdb.threads/queue-signal.exp: New file.
11900 2014-09-13 Doug Evans <xdje42@gmail.com>
11902 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
11903 be consistent with what default_gdb_init uses.
11904 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
11905 the plain text of the prompt. Add some logging printfs.
11906 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
11908 2014-09-12 Pedro Alves <palves@redhat.com>
11910 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
11911 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
11912 * gdb.arch/i386-size-overlap.exp: Likewise.
11913 * gdb.arch/i386-size.exp: Likewise.
11914 * gdb.arch/i386-unwind.exp: Likewise.
11915 * gdb.base/a2-run.exp: Likewise.
11916 * gdb.base/break.exp: Likewise.
11917 * gdb.base/charset.exp: Likewise.
11918 * gdb.base/chng-syms.exp: Likewise.
11919 * gdb.base/commands.exp: Likewise.
11920 * gdb.base/dbx.exp: Likewise.
11921 * gdb.base/find.exp: Likewise.
11922 * gdb.base/funcargs.exp: Likewise.
11923 * gdb.base/jit-simple.exp: Likewise.
11924 * gdb.base/reread.exp: Likewise.
11925 * gdb.base/sepdebug.exp: Likewise.
11926 * gdb.base/step-bt.exp: Likewise.
11927 * gdb.cp/mb-inline.exp: Likewise.
11928 * gdb.cp/mb-templates.exp: Likewise.
11929 * gdb.objc/basicclass.exp: Likewise.
11930 * gdb.threads/killed.exp: Likewise.
11932 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11935 * gdb.arch/powerpc-stackless.S: New file.
11936 * gdb.arch/powerpc-stackless.exp: New file.
11938 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11940 * gdb.base/attach.c: Include unistd.h.
11941 (main): Call alarm. Add label postloop.
11942 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
11943 gdb_breakpoint, gdb_continue_to_breakpoint.
11944 (test_command_line_attach_run): Kill ${testpid} in one exit path.
11946 2014-09-11 Pedro Alves <palves@redhat.com>
11949 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
11950 * gdb.base/attach.exp (test_command_line_attach_run): New
11952 (top level): Call it.
11954 2014-09-11 Pedro Alves <palves@redhat.com>
11956 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
11957 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
11958 (do_command_attach_tests): Use spawn_wait_for_attach.
11959 * gdb.base/solib-overlap.exp: Likewise.
11960 * gdb.multi/multi-attach.exp: Likewise.
11961 * gdb.python/py-prompt.exp: Likewise.
11962 * gdb.python/py-sync-interp.exp: Likewise.
11963 * gdb.server/ext-attach.exp: Likewise.
11965 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
11967 * gdb.fortran/array-element.exp: Remove unexpected "continue"
11968 command in testcase. Simplify testcase.
11970 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11972 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
11974 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11976 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
11978 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11980 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
11982 2014-09-10 Joel Brobecker <brobecker@adacore.com>
11984 * gdb.dwarf2/dynarr-ptr.c: New file.
11985 * gdb.dwarf2/dynarr-ptr.exp: New file.
11987 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11989 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
11990 of 30 rather than hardcoding 120 for a slow test case. Take the
11991 `gdb,timeout' target setting into account for this calculation.
11992 Don't extend the timeout for the test cases that don't need it.
11994 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
11996 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
11997 a factor of 2 for a slow test case. Take the `gdb,timeout'
11998 target setting into account for this calculation.
11999 * gdb.reverse/until-precsave.exp: Increase the timeout by
12000 a factor of 15 and 3 respectively rather than adding 120
12001 for a pair of slow test cases. Take the `gdb,timeout'
12002 target setting into account for this calculation.
12004 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12006 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12007 timeout, don't pass one down to gdb_expect.
12008 (gdb_expect): Rework timeout selection.
12010 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12012 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12013 exception on timeout.
12014 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12015 (gdbserver_start_extended): Catch any `gdbserver_start' error
12017 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12018 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12019 `gdbserver_gdb_load' error exceptions.
12021 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12023 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12024 120 on waiting for the TCP socket to open.
12026 2014-09-09 Doug Evans <xdje42@gmail.com>
12028 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12029 _caller_matches, _any_caller_is, _any_caller_matches.
12031 2014-09-09 Doug Evans <xdje42@gmail.com>
12033 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12035 2014-09-09 Yao Qi <yao@codesourcery.com>
12037 * gdb.mi/mi-var-display.exp: Set print symbol off.
12039 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12042 * gdb.base/commands.exp: Add tests to verify user-defined
12043 commands with empty bodies.
12044 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12045 python commands in `show user command`.
12046 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12047 scheme commands in `show user command`.
12049 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12052 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12053 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12054 * gdb.python/py-framefilter-invalidarg.exp: New file.
12055 * gdb.python/py-framefilter-invalidarg.py: New file.
12057 2014-09-06 Doug Evans <xdje42@gmail.com>
12060 * gdb.python/py-caller-is.c: New file.
12061 * gdb.python/py-caller-is.exp: New file.
12063 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12066 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12067 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12069 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12072 * gdb.fortran/print-formatted.exp: New file.
12073 * gdb.fortran/print-formatted.f90: Likewise.
12075 2014-09-03 Sasha Smundak <asmundak@google.com>
12077 * gdb.python/py-frame.exp: Test Frame.read_register.
12079 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12082 * gdb.python/py-completion.exp: New file.
12083 * gdb.python/py-completion.py: Likewise.
12085 2014-08-28 Doug Evans <dje@google.com>
12087 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12088 eax,etc. are live with values set by gdb and thus the compiler can't
12090 * gdb.arch/i386-pseudo.c (main): Ditto.
12092 2014-08-27 Doug Evans <dje@google.com>
12094 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12096 2014-08-25 Doug Evans <dje@google.com>
12098 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12101 2014-08-25 Doug Evans <dje@google.com>
12103 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12105 2014-08-24 Yao Qi <yao@codesourcery.com>
12107 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12109 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12111 2014-08-22 Doug Evans <dje@google.com>
12114 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12115 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12116 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12118 2014-08-22 Yao Qi <yao@codesourcery.com>
12120 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12121 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12122 * gdb.python/python.exp: Likewise. Use .py file on the host
12123 instead of the build.
12125 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12127 * gdb.threads/gcore-stale-thread.c: New file.
12128 * gdb.threads/gcore-stale-thread.exp: New file.
12130 2014-08-21 Pedro Alves <palves@redhat.com>
12132 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12133 * gdb.base/gcore-relro-pie.exp: Likewise.
12134 * gdb.base/gcore-relro.exp: Likewise.
12135 * gdb.base/gcore.exp: Likewise.
12136 * gdb.base/print-symbol-loading.exp: Likewise.
12137 * gdb.threads/gcore-thread.exp: Likewise.
12138 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12140 2014-08-20 Pedro Alves <palves@redhat.com>
12141 Jan Kratochvil <jan.kratochvil@redhat.com>
12143 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12145 (EXPECT): Handle READ1 being set.
12146 (all): Depend on EXTRA_RULES.
12147 (check-read1, expect-read1, read1.so, read1): New rules.
12148 * README (Testsuite Parameters): Document the READ1 make variable.
12149 (Race detection): New section.
12150 * configure: Regenerate.
12151 * configure.ac: If build==host==target, and running under a
12152 GNU/glibc system, add read1 to the extra Makefile rules.
12153 (EXTRA_RULES): AC_SUBST it.
12154 * lib/read1.c: New file.
12156 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12158 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12159 the handling of variables declared as a typedef to an array
12160 which a DW_AT_data_location attribute.
12162 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12163 Pedro Alves <palves@redhat.com>
12167 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12170 2014-08-19 Pedro Alves <palves@redhat.com>
12172 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12174 2014-08-19 Yao Qi <yao@codesourcery.com>
12176 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12179 2014-08-18 David Blaikie <dblaikie@gmail.com>
12181 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12183 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12185 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12186 attribute in array range.
12188 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12190 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12192 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12195 * gdb.cp/pr17132.cc: New file.
12196 * gdb.cp/pr17132.exp: New file.
12198 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12200 * gdb.python/py-xmethods.py (A_getarrayind)
12201 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12202 Use 'print' with function call syntax.
12203 (E_method_matcher.match): Fix tab vs space indentation mixup.
12205 2014-08-15 Yao Qi <yao@codesourcery.com>
12207 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12210 2014-08-15 Yao Qi <yao@codesourcery.com>
12212 * gdb.cp/casts.exp: Set print symbol off.
12213 * gdb.cp/class2.exp: Likewise.
12214 * gdb.cp/overload.exp: Likewise.
12215 * gdb.cp/templates.exp: Likewise.
12217 2014-08-11 Doug Evans <dje@google.com>
12219 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12220 (test_load_shlib): Update.
12222 2014-08-09 Yao Qi <yao@codesourcery.com>
12224 * gdb.base/display.exp: Invoke is_address_zero_readable.
12225 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12226 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12227 * gdb.base/hbreak-unmapped.exp: Return if
12228 is_address_zero_readable returns true.
12229 * gdb.base/signest.exp: Likewise.
12230 * gdb.base/signull.exp: Likewise.
12231 * gdb.base/sigbpt.exp: Likewise.
12232 * gdb.guile/scm-disasm.exp: Do the test if
12233 is_address_zero_readable returns false.
12234 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12235 * gdb.python/py-arch.exp: Likewise.
12236 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12237 * lib/gdb.exp (is_address_zero_readable): New proc.
12239 2014-08-09 Yao Qi <yao@codesourcery.com>
12242 * gdb.mi/mi-var-display.exp: Make test messages unique.
12244 2014-08-04 Tom Tromey <tromey@redhat.com>
12246 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12249 2014-08-04 Tom Tromey <tromey@redhat.com>
12251 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12254 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12256 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12257 inner_vla_struct_object_size.
12258 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12261 2014-07-30 Pedro Alves <palves@redhat.com>
12263 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12266 2014-07-29 Yao Qi <yao@codesourcery.com>
12269 * gdb.base/until-nodebug.exp: New.
12271 2014-07-28 Doug Evans <xdje42@gmail.com>
12274 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12275 previously existing parameter, and previously ambiguously spelled
12278 2014-07-28 Will Newton <will.newton@linaro.org>
12280 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12282 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12283 Doug Evans <xdje42@gmail.com>
12286 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12288 2014-07-25 Pedro Alves <palves@redhat.com>
12290 * gdb.threads/signal-command-handle-nopass.c: New file.
12291 * gdb.threads/signal-command-handle-nopass.exp: New file.
12292 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12293 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12294 * gdb.threads/signal-delivered-right-thread.c: New file.
12295 * gdb.threads/signal-delivered-right-thread.exp: New file.
12297 2014-07-25 Pedro Alves <palves@redhat.com>
12299 * gdb.base/double-prompt-target-event-error.exp
12300 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12302 (cancel_pagination_in_target_event): Rework double prompt
12304 * gdb.base/paginate-after-ctrl-c-running.exp
12305 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12307 * gdb.base/paginate-bg-execution.exp
12308 (test_bg_execution_pagination_return)
12309 (test_bg_execution_pagination_cancel): Remove '-notransfer
12311 * gdb.base/paginate-execution-startup.exp
12312 (test_fg_execution_pagination_return)
12313 (test_fg_execution_pagination_cancel): Remove '-notransfer
12315 * gdb.base/paginate-inferior-exit.exp
12316 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12318 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12319 * lib/gdb.exp (pagination_prompt): Run text through
12321 (gdb_test_multiple): Match $pagination_prompt instead of
12323 (string_to_regexp): Move to lib/gdb-utils.exp.
12325 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12327 * gdb.arch/amd64-entry-value-paramref.S: New file.
12328 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12329 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12330 * gdb.arch/amd64-optimout-repeat.S: New file.
12331 * gdb.arch/amd64-optimout-repeat.c: New file.
12332 * gdb.arch/amd64-optimout-repeat.exp: New file.
12334 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12337 * gdb.base/statistics.exp: New file.
12339 2014-07-17 Doug Evans <dje@google.com>
12342 * gdb.base/maint.exp: Update testing of per-command stats.
12344 2014-07-16 Pedro Alves <palves@redhat.com>
12346 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12347 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12348 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12349 (tfile_write_buf): New functions.
12350 (add_memory_block): Rewrite using the above.
12351 (adjust_function_address): New function.
12352 (FUNCTION_ADDRESS): New macro.
12353 (write_basic_trace_file): Remove short_x local, and use
12354 tfile_write_16. Change type of func_addr local to unsigned long
12355 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12356 here. Cast argument of add_memory_block to char pointer.
12357 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12358 (main): Remove parameters.
12359 * gdb.trace/tfile.exp: Remove nowarnings.
12361 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12363 * gdb.base/debug-expr.exp: Test string evaluation with
12364 "debug expression" on.
12366 2014-07-15 Pedro Alves <palves@redhat.com>
12368 * gdb.base/reread.exp: Use clean_restart.
12370 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12372 * gdb.arch/avr-flash-qualifer.c: New.
12373 * gdb.arch/avr-flash-qualifer.exp: New.
12375 2014-07-14 Pedro Alves <palves@redhat.com>
12377 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12378 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12380 2014-07-14 Pedro Alves <palves@redhat.com>
12382 * gdb.base/double-prompt-target-event-error.c: New file.
12383 * gdb.base/double-prompt-target-event-error.exp: New file.
12385 2014-07-14 Pedro Alves <palves@redhat.com>
12388 * gdb.base/paginate-inferior-exit.c: New file.
12389 * gdb.base/paginate-inferior-exit.exp: New file.
12391 2014-07-14 Pedro Alves <palves@redhat.com>
12394 * gdb.base/paginate-bg-execution.c: New file.
12395 * gdb.base/paginate-bg-execution.exp: New file.
12397 2014-07-14 Pedro Alves <palves@redhat.com>
12400 * gdb.base/paginate-execution-startup.c: New file.
12401 * gdb.base/paginate-execution-startup.exp: New file.
12402 * lib/gdb.exp (pagination_prompt): New global.
12403 (default_gdb_spawn): New procedure, factored out from
12405 (default_gdb_start): Adjust to call default_gdb_spawn.
12406 (gdb_spawn): New procedure.
12408 2014-07-14 Pedro Alves <palves@redhat.com>
12410 * lib/gdb.exp (gdb_assert): New procedure.
12411 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12413 2014-07-14 Pedro Alves <palves@redhat.com>
12415 * gdb.base/execution-termios.c: New file.
12416 * gdb.base/execution-termios.exp: New file.
12418 2014-07-14 Tom Tromey <tromey@redhat.com>
12420 * gdb.cp/vla-cxx.cc: New file.
12421 * gdb.cp/vla-cxx.exp: New file.
12423 2014-07-14 Tom Tromey <tromey@redhat.com>
12425 * gdb.reverse/rerun-prec.c: New file.
12426 * gdb.reverse/rerun-prec.exp: New file.
12428 2014-07-12 Maciej W. Rozycki <macro@mips.com>
12429 Maciej W. Rozycki <macro@codesourcery.com>
12431 * lib/gdb-utils.exp: New file.
12432 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12433 inline `gdb_init_command' processing.
12434 (gdb_start_cmd): Likewise.
12435 * lib/mi-support.exp (mi_run_cmd): Likewise.
12436 * README: Document `gdb_init_command' and `gdb_init_commands'.
12438 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12440 Fix false FAIL running under a very long directory name.
12441 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12442 and "set print elements 10000". Twice.
12444 2014-07-11 Yao Qi <yao@codesourcery.com>
12446 * gdb.base/exprs.exp: "set print symbol off".
12448 2014-07-11 Pedro Alves <palves@redhat.com>
12450 * gdb.threads/kill.c: New file.
12451 * gdb.threads/kill.exp: New file.
12453 2014-07-10 Yao Qi <yao@codesourcery.com>
12455 * gdb.trace/tfile.c (write_basic_trace_file)
12456 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12457 address written to trace file.
12459 2014-07-09 Pedro Alves <palves@redhat.com>
12461 * gdb.base/attach-wait-input.exp: New file.
12462 * gdb.base/attach-wait-input.c: New file.
12464 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
12466 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12467 setting up test structures.
12468 (main): Call new test function.
12469 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12470 test function, continue into test function and walk test
12473 2014-07-02 Yao Qi <yao@codesourcery.com>
12475 * gdb.trace/entry-values.c: Define labels 'foo_start' and
12476 'bar_start' at the beginning of functions 'foo' and 'bar'
12478 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12479 instead of 'foo' and 'bar'.
12481 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
12483 * gdb.btrace/segv.exp: New.
12484 * gdb.btrace/segv.c: New.
12486 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
12488 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12491 2014-06-30 Mark Wielaard <mjw@redhat.com>
12493 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12494 vulture, vilify, villar): New volatile array constants.
12495 (vindictive, vegetation): New const volatile array constants.
12496 * gdb.base/volatile.exp: Test volatile and const volatile array
12499 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
12501 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12502 target lacks support for awatch, rwatch, or hbreak.
12504 2014-06-27 Yao Qi <yao@codesourcery.com>
12506 * gdb.multi/dummy-frame-restore.exp: New.
12507 * gdb.multi/dummy-frame-restore.c: New.
12509 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
12511 * gdb.btrace/gcore.exp: New.
12513 2014-06-23 Pedro Alves <palves@redhat.com>
12515 * gdb.base/watchpoint-reuse-slot.c: New file.
12516 * gdb.base/watchpoint-reuse-slot.exp: New file.
12518 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
12520 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12521 progspace's filename in 'info', 'enable' and 'disable' command
12524 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12526 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12527 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12528 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12530 2014-06-20 Gary Benson <gbenson@redhat.com>
12532 * gdb.arch/i386-avx.exp: Fix include file location.
12533 * gdb.arch/i386-sse.exp: Likewise.
12535 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
12537 * gdb.dlang/expression.exp: New file.
12539 2014-06-19 Pedro Alves <palves@redhat.com>
12541 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12543 (top level): ... here. Iterate running tests under different
12544 scheduler-locking settings.
12546 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
12548 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12549 to DW_FORM_addr and use non-zero addresses.
12551 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
12554 * gdb.python/py-xmethods.cc: Add global function call counters and
12555 increment them in their respective functions. Remove "cout"
12557 * gdb.python/py-xmethods.exp: Make tests check the global function
12558 call counters instead of depending on inferior IO.
12560 2014-06-18 Don Breazeal <donb@codesourcery.com>
12562 * gdb.base/foll-fork.exp (default_fork_parent_follow):
12564 (explicit_fork_parent_follow): Deleted procedure.
12565 (explicit_fork_child_follow): Deleted procedure.
12566 (test_follow_fork): New procedure.
12567 (do_fork_tests): Replace calls to deleted procedures with
12568 calls to test_follow_fork and reset GDB for subsequent
12571 2014-06-17 Yao Qi <yao@codesourcery.com>
12573 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12576 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
12578 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12579 Initialize ptr and S explicitly.
12580 (skip_type_update_when_not_use_rtti_test): Likewise.
12582 2014-06-16 Keith Seitz <keiths@redhat.com>
12585 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12586 the inferior is started.
12588 2014-06-16 Pedro Alves <palves@redhat.com>
12590 * gdb.base/break-main-file-remove-fail.c: New file.
12591 * gdb.base/break-main-file-remove-fail.exp: New file.
12592 * gdb.base/break-unload-file.exp: Use build_executable instead of
12593 prepare_for_testing.
12594 (test_break): New parameter "initial_load". Handle it.
12595 (top level): Add initial_load cmdline/file axis.
12597 2014-06-12 Tom Tromey <tromey@redhat.com>
12599 * gdb.base/completion.exp: Don't use directory name in test.
12601 2014-06-09 Gary Benson <gbenson@redhat.com>
12603 * gdb.base/sigall.c [Functions to send signals]: Reorder to
12604 separate the always-available ANSI-standard signals from the
12605 signals that require checking.
12607 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12611 2014-06-07 Keith Seitz <keiths@redhat.com>
12615 * gdb.cp/var-tag.cc: New file.
12616 * gdb.cp/var-tag.exp: New file.
12617 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12618 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12619 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12620 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12622 2014-06-06 Doug Evans <xdje42@gmail.com>
12624 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12626 2014-06-06 Pedro Alves <palves@redhat.com>
12628 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12629 in target debug output instead of looking at RSP packets,
12630 disabling the test on any target that uses hardware stepping.
12633 2014-06-06 Pedro Alves <palves@redhat.com>
12635 * gdb.base/break-unload-file.exp: Fix typo.
12637 2014-06-06 Yao Qi <yao@codesourcery.com>
12639 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12640 from "jit_function" to "^jit_function".
12642 2014-06-06 Yao Qi <yao@codesourcery.com>
12644 * gdb.base/async.c (foo): Add one statement.
12645 * gdb.base/async.exp: Get the next instruction address and
12646 match the output of "nexti" by instruction address. Match
12647 the hex address in the output of "finish".
12649 2014-06-06 Gary Benson <gbenson@redhat.com>
12651 * gdb.base/call-signals.c: Remove preprocessor conditionals
12652 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12653 SIGSEGV and SIGTERM.
12654 * gdb.base/sigall.c: Likewise.
12655 * gdb.base/unwindonsignal.c: Likewise.
12656 * gdb.reverse/sigall-reverse.c: Likewise.
12658 2014-06-06 Yao Qi <yao@codesourcery.com>
12660 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
12661 readable, skip the test.
12663 2014-06-06 Yao Qi <yao@codesourcery.com>
12665 * gdb.threads/staticthreads.c (thread_function): Move the line
12666 setting breakpoint on forward.
12667 * gdb.threads/staticthreads.exp: Update comments.
12669 2014-06-05 Ludovic Courtès <ludo@gnu.org>
12671 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12672 "history-append! type error".
12674 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
12676 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12677 erroneous dprintf expected input.
12679 2014-06-04 Doug Evans <xdje42@gmail.com>
12681 * gdb.guile/scm-generics.exp: Delete.
12683 2014-06-04 Doug Evans <xdje42@gmail.com>
12685 * gdb.guile/scm-breakpoint.exp: Update.
12686 Add tests for breakpoint registration.
12688 2014-06-04 Tom Tromey <tromey@redhat.com>
12690 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12692 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12693 inner_vla_struct, vla_union types. Initialize objects of those
12694 types and compute their sizes.
12696 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
12697 Hui Zhu <hui@codesourcery.com>
12699 * gdb.base/fileio.exp: Add test for shell not available as well as
12701 * gdb.base/fileio.c (test_system): Check for shell twice.
12703 2014-06-04 Yao Qi <yao@codesourcery.com>
12705 * gdb.base/auto-connect-native-target.exp: Remove redundant
12706 space from the regexp pattern.
12708 2014-06-04 Yao Qi <yao@codesourcery.com>
12710 * gdb.base/default.exp: Replace "child" with "native" in
12713 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
12715 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12716 * gdb.python/py-xmethods.exp: New tests to test xmethods.
12717 * gdb.python/py-xmethods.py: Python script supporting the
12718 new testcase and tests.
12720 2014-06-03 Joel Brobecker <brobecker@adacore.com>
12721 Pedro Alves <palves@redhat.com>
12723 PR breakpoints/17000
12724 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12725 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12727 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
12729 * gdb.base/subst.exp: Add tests to verify partial path matching
12732 2014-06-03 Pedro Alves <palves@redhat.com>
12734 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12735 target that doesn't use software single-stepping.
12737 2014-06-03 Pedro Alves <palves@redhat.com>
12739 PR breakpoints/17000
12740 * gdb.base/sss-bp-on-user-bp-2.c: New file.
12741 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12743 2014-06-02 Doug Evans <xdje42@gmail.com>
12745 * gdb.guile/scm-parameter.exp: New file.
12747 2014-06-02 Doug Evans <xdje42@gmail.com>
12749 * gdb.guile/scm-cmd.c: New file.
12750 * gdb.guile/scm-cmd.exp: New file.
12752 2014-06-02 Doug Evans <xdje42@gmail.com>
12754 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12755 pretty-printer lookup.
12756 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12757 (make-pp_s-printer): Call it.
12758 (make-pretty-printer-from-dict): New function.
12759 (lookup-pretty-printer-maker-from-dict): New function.
12760 (*pretty-printer*): Simplify.
12761 (make-objfile-pp_s-printer): New function.
12762 (install-objfile-pretty-printers!): New function.
12763 (make-progspace-pp_s-printer): New function.
12764 (install-progspace-pretty-printers!): New function.
12765 * gdb.guile/scm-progspace.c: New file.
12766 * gdb.guile/scm-progspace.exp: New file.
12768 2014-06-02 Pedro Alves <palves@redhat.com>
12770 * gdb.base/dprintf-bp-same-addr.c: New file.
12771 * gdb.base/dprintf-bp-same-addr.exp: New file.
12773 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12775 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12776 * gdb.arch/powerpc-power.s: Likewise.
12778 2014-06-02 Joel Brobecker <brobecker@adacore.com>
12780 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12782 2014-06-01 Yao Qi <yao@codesourcery.com>
12784 * gdb.base/watchpoint.exp (test_watch_location): Check null
12785 pointer can be dereferenced. If not, do the test, otherwise
12788 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12790 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12792 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12794 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
12796 * gdb.arch/amd64-invalid-stack-middle.S: New file.
12797 * gdb.arch/amd64-invalid-stack-middle.c: New file.
12798 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12799 * gdb.arch/amd64-invalid-stack-top.c: New file.
12800 * gdb.arch/amd64-invalid-stack-top.exp: New file.
12802 2014-05-30 Pedro Alves <palves@redhat.com>
12804 PR breakpoints/17000
12805 * gdb.base/sss-bp-on-user-bp.c: New file.
12806 * gdb.base/sss-bp-on-user-bp.exp: New file.
12808 2014-05-30 David Blaikie <dblaikie@gmail.com>
12810 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12811 gnu_inline semantics via attribute.
12812 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12813 source explicitly specifies the required semantics.
12815 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
12817 * gdb.reverse/sigall-reverse.exp: Fix a typo.
12819 2014-05-29 Pedro Alves <palves@redhat.com>
12820 Tom Tromey <tromey@redhat.com>
12822 * gdb.base/async-shell.exp: Don't enable target-async.
12823 * gdb.base/async.exp
12824 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12826 (top level): Don't test with "target-async".
12827 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12828 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12829 * gdb.base/inferior-died.exp: Don't enable target-async.
12830 * gdb.base/interrupt-noterm.exp: Likewise.
12831 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12832 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12833 * gdb.mi/mi-nonstop.exp: Likewise.
12834 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12835 * gdb.mi/mi-nsintrall.exp: Likewise.
12836 * gdb.mi/mi-nsmoribund.exp: Likewise.
12837 * gdb.mi/mi-nsthrexec.exp: Likewise.
12838 * gdb.mi/mi-watch-nonstop.exp: Likewise.
12839 * gdb.multi/watchpoint-multi.exp: Adjust comment.
12840 * gdb.python/py-evsignal.exp: Don't enable target-async.
12841 * gdb.python/py-evthreads.exp: Likewise.
12842 * gdb.python/py-prompt.exp: Likewise.
12843 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12844 * gdb.server/solib-list.exp: Don't enable target-async.
12845 * gdb.threads/thread-specific-bp.exp: Likewise.
12846 * lib/mi-support.exp: Adjust to use mi-async.
12848 2014-05-29 Pedro Alves <palves@redhat.com>
12851 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12852 reason, even in sync mode.
12854 2014-05-29 Pedro Alves <palves@redhat.com>
12855 Hui Zhu <hui@codesourcery.com>
12858 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12859 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12860 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12861 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12863 2014-05-28 Joel Brobecker <brobecker@adacore.com>
12865 * config/monitor.exp (gdb_target_monitor): Replace use of
12866 "set remotebaud" by "set serial baud".
12868 2014-05-26 Andy Wingo <wingo@igalia.com>
12870 * gdb.guile/scm-breakpoint.exp:
12871 * gdb.guile/scm-gsmob.exp: Update to use plain old object
12872 properties instead of gdb-object-properties.
12874 2014-05-26 Yao Qi <yao@codesourcery.com>
12876 * gdb.server/no-thread-db.exp: Specify source file name
12877 explicitly when setting a breakpoint.
12879 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12881 * gdb.btrace/vdso.c: New.
12882 * gdb.btrace/vdso.exp: New.
12884 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12886 * gdb.base/gcore.exp (capture_command_output): Move ...
12887 * lib/gdb.exp (capture_command_output): ... here.
12889 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
12891 * gdb.btrace/data.exp: Test memory access during btrace replay.
12893 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
12895 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
12897 2014-05-21 Pedro Alves <palves@redhat.com>
12900 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
12901 (top level): Test that output related to execution commands is
12902 sent to the console with CLI commands, but not with MI commands.
12903 Test that breakpoint events are always mirrored to the console.
12904 Also expect the new source line to be output after a "next" in
12905 async mode too. Make it a pass/fail test.
12906 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
12908 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
12910 2014-05-21 Pedro Alves <palves@redhat.com>
12912 * gdb.base/list.exp (build_pattern, test_list): New procedures.
12913 Use them to test variations of "list" after reaching a breakpoint.
12914 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
12915 Test "list" with listsize 10 after reaching a breakpoint.
12916 * gdb.python/python.exp (decode_line current location line
12917 number): Adjust expected line number.
12919 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
12921 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
12922 behavior for $args, pass it directly to "run".
12924 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
12926 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
12929 2014-05-21 Pedro Alves <palves@redhat.com>
12931 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
12932 auto-connect-native-target off".
12933 * gdb.base/auto-connect-native-target.c: New file.
12934 * gdb.base/auto-connect-native-target.exp: New file.
12936 2014-05-21 Pedro Alves <palves@redhat.com>
12938 * gdb.base/default.exp: Test "target native" instead of "target
12941 2014-05-21 Mark Wielaard <mjw@redhat.com>
12943 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12945 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12947 Fix TLS access for -static -pthread.
12948 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
12949 <HAVE_TLS> (thread_function, main): Initialize it.
12950 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
12952 <$have_tls != "">: Check TLSVAR.
12954 2014-05-21 Pedro Alves <palves@redhat.com>
12956 * gdb.base/dcache-line-read-error.c: New.
12957 * gdb.base/dcache-line-read-error.exp: New.
12959 2014-05-20 Pedro Alves <palves@redhat.com>
12961 * gdb.base/compare-sections.c: New file.
12962 * gdb.base/compare-sections.exp: New file.
12964 2014-05-20 Pedro Alves <palves@redhat.com>
12966 * gdb.base/break-idempotent.c: New file.
12967 * gdb.base/break-idempotent.exp: New file.
12969 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
12971 * gdb.btrace/nohist.exp: New.
12973 2014-05-20 Yao Qi <yao@codesourcery.com>
12975 * lib/gdb.exp (gdb_init): Set timeout if test file is under
12976 gdb.reverse directory and gdb_reverse_timeout exists in board
12978 * README: Document gdb_reverse_timeout.
12980 2014-05-20 Yao Qi <yao@codesourcery.com>
12982 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
12983 'test_file_name'. Treat args as a string instead of a list.
12984 (gdb_init): Rename argument 'args' by 'test_file_name'.
12986 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12988 * gdb.arch/powerpc-power.exp: New file.
12989 * gdb.arch/powerpc-power.s: New file.
12991 2014-05-16 Doug Evans <dje@google.com>
12993 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
12994 * gdb.base/completion.exp: Check that all expected files exist
12995 before doing file completion.
12997 2014-05-16 Doug Evans <dje@google.com>
12999 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13001 (do_syscall_tests_without_xml): Update.
13003 2014-05-16 Pedro Alves <palves@redhat.com>
13005 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13006 instead of "unknown output after running".
13008 2014-05-16 Yao Qi <yao@codesourcery.com>
13010 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13011 file1.txt from host at the end.
13012 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13014 2014-05-15 Doug Evans <dje@google.com>
13016 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13017 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13018 loading file. Add test for TU lookup.
13020 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13022 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13023 calling "-exec-arguments" or "set args" before running the
13026 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13028 * lib/mi-support.exp (mi_expect_stop): Expect message for
13029 inferiors that exit with non-zero exit code.
13031 2014-05-14 Yao Qi <yao@codesourcery.com>
13033 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13034 match absolute path on remote host.
13035 (test_file_list_exec_source_files): Remove "/" from the
13038 2014-05-14 Yao Qi <yao@codesourcery.com>
13040 * boards/local-remote-host-notty.exp (${board}_file): New
13043 2014-05-07 Kyle McMartin <kyle@redhat.com>
13045 Pushed by Joel Brobecker <brobecker@adacore.com>.
13046 * gdb.arch/aarch64-atomic-inst.c: New file.
13047 * gdb.arch/aarch64-atomic-inst.exp: New file.
13049 2014-05-07 Yao Qi <yao@codesourcery.com>
13051 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13052 in current context" too.
13054 2014-05-05 Keith Seitz <keiths@redhat.com>
13056 * gdb.linespec/ls-dollar.exp: Add test for linespec
13057 file:convenience_variable.
13059 2014-05-05 Yao Qi <yao@codesourcery.com>
13061 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13062 traceframes into tfile and ctf trace files. Read data from
13063 trace file and test collected data.
13064 (gdb_collect_locals_test): Likewise.
13065 (gdb_unavailable_registers_test): Likewise.
13066 (gdb_unavailable_floats): Likewise.
13067 (gdb_collect_globals_test): Likewise.
13068 (top-level): Append "ctf" to trace_file_targets if GDB
13071 2014-05-05 Yao Qi <yao@codesourcery.com>
13073 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13075 (gdb_collect_args_test_1): ... it. New proc.
13076 (gdb_collect_locals_test): Move some code to ...
13077 (gdb_collect_locals_test_1): ... it. New proc.
13078 (gdb_unavailable_registers_test): Move some code to ...
13079 (gdb_unavailable_registers_test_1): ... it. New proc.
13080 (gdb_unavailable_floats): Move some code to ...
13081 (gdb_unavailable_floats_1): ... it. New proc.
13083 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13085 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13086 probes to test for bitness recognition.
13087 * gdb.arch/amd64-stap-optional-prefix.exp
13088 (test_probe_value_without_reg): New procedure.
13089 Add code to test for different kinds of bitness.
13091 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13093 PR breakpoints/16889
13094 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13095 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13097 2014-05-01 Pedro Alves <palves@redhat.com>
13099 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13100 gdb_file_cmd if no file is specified.
13101 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13102 last_loaded_file to set the remote exec-file.
13104 2014-05-01 Pedro Alves <palves@redhat.com>
13106 * boards/local-remote-host.exp: New file.
13108 2014-05-01 Pedro Alves <palves@redhat.com>
13110 * boards/local-remote-host.exp: Rename to ...
13111 * boards/local-remote-host-notty.exp: ... this.
13113 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13115 * gdb.ada/dyn_arrayidx: New testcase.
13117 2014-04-26 Yao Qi <yao@codesourcery.com>
13119 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13120 and compute the length of function main. Save it in
13122 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13123 (top-level): Use gdb_compile to compile objects into
13124 executable and restart GDB. Remove invocation to
13125 prepare_for_testing.
13127 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13128 Pedro Alves <palves@redhat.com>
13131 * gdb.multi/multi-attach.c: New file.
13132 * gdb.multi/multi-attach.exp: New file.
13134 2014-04-25 Pedro Alves <palves@redhat.com>
13136 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13138 (top level): Test that "set remote conditional-breakpoints-packet
13139 off" works as intended.
13140 * gdb.base/dprintf.exp: Test that "set remote
13141 breakpoint-commands-packet off" works as intended.
13142 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13144 (top level): Call it.
13145 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13146 remote fast-tracepoints-packet off" works as intended.
13147 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13148 * lib/gdb.exp (gdb_is_target_remote): ... here.
13150 2014-04-24 David Blaikie <dblaikie@gmail.com>
13152 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13153 ensure clang would not discard them.
13154 * gdb.base/gdbvars.c: Ditto.
13155 * gdb.base/memattr.c: Ditto.
13156 * gdb.base/whatis.c: Ditto.
13157 * gdb.python/py-prettyprint.c: Ditto.
13158 * gdb.trace/actions.c: Ditto.
13159 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13160 ensure clang would not discard it.
13162 2014-04-24 David Blaikie <dblaikie@gmail.com>
13164 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13165 clang to emit the full definition of type required by the test
13166 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13168 2014-04-24 David Blaikie <dblaikie@gmail.com>
13170 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13171 coax Clang into emitting the definition of the type.
13172 * gdb.cp/pr10728-x.h (y): Ditto.
13173 * gdb.cp/pr10728-y.cc (y): Ditto.
13175 2014-04-24 David Blaikie <dblaikie@gmail.com>
13177 * gdb.base/label.exp: XFAIL label related tests under Clang.
13178 * gdb.cp/cplabel.exp: Ditto.
13179 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13180 under Clang those using labels.
13182 2014-04-25 Yao Qi <yao@codesourcery.com>
13184 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13186 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13187 partial_label and double_label.
13189 2014-04-24 David Blaikie <dblaikie@gmail.com>
13191 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13193 2014-04-24 David Blaikie <dblaikie@gmail.com>
13195 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13196 of the function to work across GCC and Clang.
13197 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13198 pointer types (const void ** const V void **).
13200 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13201 Walfred Tedeschi <walfred.tedeschi@intel.com>
13203 * Makefile.in (EXECUTABLES): Added i386-avx512.
13204 * gdb.arch/i386-avx512.c: New file.
13205 * gdb.arch/i386-avx512.exp: Likewise.
13207 2014-04-23 Keith Seitz <keiths@redhat.com>
13209 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13210 (mi_make_breakpoint_table): New procedure.
13211 (mi_create_breakpoint): Use mi_make_breakpoint
13212 and return the result.
13213 (mi_make_breakpoint): New procedure.
13214 (mi_build_kv_pairs): New procedure.
13216 * gdb.mi/mi-break.exp: Remove unused globals,
13217 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13218 All callers updated.
13219 * gdb.mi/mi-dprintf.exp: Use variable to track command
13221 Update all callers of mi_create_breakpoint and use
13222 mi_make_breakpoint_table.
13223 Remove any unused global variables.
13224 * gdb.mi/mi-nonstop.exp: Likewise.
13225 * gdb.mi/mi-nsintrall.exp: Likewise.
13226 * gdb.mi/mi-nsmoribund.exp: Likewise.
13227 * gdb.mi/mi-nsthrexec.exp: Likewise.
13228 * gdb.mi/mi-reverse.exp: Likewise.
13229 * gdb.mi/mi-simplerun.exp: Likewise.
13230 * gdb.mi/mi-stepn.exp: Likewise.
13231 * gdb.mi/mi-syn-frame.exp: Likewise.
13232 * gdb.mi/mi-until.exp: Likewise.
13233 * gdb.mi/mi-var-cp.exp: Likewise.
13234 * gdb.mi/mi-var-display.exp: Likewise.
13235 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13236 * gdb.mi/mi2-var-child.exp: Likewise.
13237 * gdb.mi/mi-vla-c99.exp: Likewise.
13238 * lib/mi-support.exp: Likewise.
13240 From Ian Lance Taylor <iant@cygnus.com>:
13241 * lib/gdb.exp (parse_args): New procedure.
13243 2014-04-23 Pedro Alves <palves@redhat.com>
13245 * gdb.base/break-unload-file.c: New file.
13246 * gdb.base/break-unload-file.exp: New file.
13247 * gdb.base/sym-file-lib.c (baz): New function.
13248 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13250 (load): Store the segment's mapped size.
13251 (unload): New function.
13252 (unload_shlib): New function.
13253 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13254 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13255 set a breakpoint at baz, and call it.
13256 * gdb.base/sym-file.exp: New tests for stale breakpoint
13259 2014-04-23 Pedro Alves <palves@redhat.com>
13261 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13262 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13263 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13264 * gdb.base/hbreak-unmapped.c: New file.
13265 * gdb.base/hbreak-unmapped.exp: New file.
13266 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13267 * lib/gdb.exp (gdb_is_target_remote): ... here.
13269 2014-04-22 Pedro Alves <palves@redhat.com>
13271 * gdb.base/consecutive-step-over.c: New file.
13272 * gdb.base/consecutive-step-over.exp: New file.
13274 2014-04-22 Pedro Alves <palves@redhat.com>
13276 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13277 instead of send_gdb/gdb_expect.
13279 2014-04-22 Yao Qi <yao@codesourcery.com>
13281 * lib/trace-support.exp (generate_tracefile): New procedure.
13282 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13284 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13285 if generate_tracefile returns 1.
13287 2014-04-18 Tom Tromey <palves@redhat.com>
13288 Pedro alves <tromey@redhat.com>
13291 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13292 with a backtrace limit.
13293 * gdb.python/py-frame-inline.exp: Test running to an inline
13294 function with a backtrace limit, and printing the newest frame.
13295 * gdb.python/py-frame-inline.c (main): Call f.
13297 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13299 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13301 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13303 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13304 Drop prefix from unsupported source file path.
13306 2014-04-17 Yao Qi <yao@codesourcery.com>
13308 * lib/gdb.exp (with_target_charset): New proc.
13309 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13310 with_target_charset.
13311 (test_print_strings): Likewise.
13312 (test_repeat_bytes): Likewise.
13313 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13316 2014-04-16 Keith Seitz <keiths@redhat.com>
13319 * gdb.dwarf2/corrupt.c: New file.
13320 * gdb.dwarf2/corrupt.exp: New file.
13322 2014-04-16 Keith Seitz <keiths@redhat.com>
13325 * gdb.cp/namelessclass.cc: New file.
13326 * gdb.cp/namelessclass.exp: New file.
13327 * gdb.cp/namelessclass.S: New file.
13329 2014-04-16 Doug Evans <dje@google.com>
13331 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13333 (gdbserver_default_get_comm_port): New function.
13334 (gdbserver_start): Check if board file provided
13335 "gdbserver,get_comm_port" and use it if so.
13336 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13337 (gdb,socketport): Set to "stdio".
13338 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13339 (stdio_gdbserver_template): Delete.
13340 (${board}_get_remote_address): Update.
13341 (${board}_build_remote_cmd): Delete.
13342 (${board}_get_comm_port): New function.
13343 (${board}_spawn): Update.
13344 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13346 (${board}_get_remote_address): Update.
13347 (${board}_get_comm_port): New function.
13349 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13351 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13352 appearing in any order.
13354 2014-04-15 Doug Evans <dje@google.com>
13356 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13357 uninitialized value of "description".
13359 2014-04-15 Keith Seitz <keiths@redhat.com>
13361 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13362 Remove unused globals.
13363 (test_running_the_program): Likewise.
13364 (test_controlled_execution): Likewise.
13365 (test_controlling_breakpoints): Likewise.
13366 (test_program_termination): Likewise.
13368 2014-04-15 Keith Seitz <keiths@redhat.com>
13370 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13372 (test_rbreak_creation_and_listing): Likewise.
13373 (test_ignore_count): Likewise.
13374 (test_error): Likewise.
13376 2014-04-15 Pedro Alves <palves@redhat.com>
13378 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13379 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13381 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13382 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13383 to sym-file-loader.c.
13384 (struct library): Forward declare.
13385 (load_shlib, lookup_function): Change prototypes.
13386 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13387 (translate_offset): Remove declarations.
13388 (get_text_addr): New declaration.
13389 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13390 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13392 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13393 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13394 here from sym-file-loader.h.
13395 (struct library): New structure.
13396 (load_shlib, lookup_function): Change prototypes and adjust to
13397 work with a struct library.
13398 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13399 (translate_offset): Make static.
13400 (get_text_addr): New function.
13401 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13403 2014-04-15 Pedro Alves <palves@redhat.com>
13405 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13407 2014-04-15 Pedro Alves <palves@redhat.com>
13409 * gdb.base/sym-file-loader.c: Include <limits.h>.
13410 (SELF_LINK): New define.
13411 (get_origin): New function.
13412 (load_shlib): Use it.
13413 * gdb.base/sym-file.exp: Don't early return if the target is
13414 remote. Use runto_main, and issue fail is that fails. Use
13416 (shlib_name): Delete.
13417 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13419 2014-04-15 Pedro Alves <palves@redhat.com>
13421 * gdb.base/sym-file.exp: Remove regex characters from test
13422 message. Don't refer to breakpoint numbers in test messages.
13424 2014-04-14 Keith Seitz <keiths@redhat.com>
13427 * gdb.cp/var-tag.cc: New file.
13428 * gdb.cp/var-tag.exp: New file.
13429 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13430 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13431 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13432 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13434 2014-04-14 Tom Tromey <tromey@redhat.com>
13436 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13437 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13439 * gdb.cp/enum-class.exp: New file.
13440 * gdb.cp/enum-class.cc: New file.
13442 2014-04-14 Tom Tromey <tromey@redhat.com>
13444 * gdb.dwarf2/enum-type.exp: New file.
13446 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13448 * gdb.mi/mi-vla-c99.exp: New file.
13449 * gdb.mi/vla.c: New file.
13451 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13453 * gdb.base/vla-datatypes.c: New file.
13454 * gdb.base/vla-datatypes.exp: New file.
13456 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13458 * gdb.base/vla-ptr.c: New file.
13459 * gdb.base/vla-ptr.exp: New file.
13461 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13463 * gdb.dwarf2/count.exp: New file.
13465 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
13467 * gdb.base/vla-sideeffect.c: New file.
13468 * gdb.base/vla-sideeffect.exp: New file.
13470 2014-04-14 David Blaikie <dblaikie@gmail.com>
13472 * gdb.mi/non-stop.c: Add return value for non-void function return
13474 * gdb.threads/staticthreads.c: Ditto.
13476 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
13477 Doug Evans <xdje42@gmail.com>
13479 * gdb.guile/scm-value.c: Improve test case.
13480 * gdb.guile/scm-value.exp: Add new test.
13482 2014-04-11 David Blaikie <dblaikie@gmail.com>
13484 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13485 override Clang's default.
13487 2014-04-11 Joel Brobecker <brobecker@adacore.com>
13489 Revert the following changes (regressions):
13491 * gdb.base/vla-sideeffect.c: New file.
13492 * gdb.base/vla-sideeffect.exp: New file.
13494 * gdb.dwarf2/count.exp: New file.
13496 * gdb.base/vla-multi.c: New file.
13497 * gdb.base/vla-multi.exp: New file.
13499 * gdb.base/vla-ptr.c: New file.
13500 * gdb.base/vla-ptr.exp: New file.
13502 * gdb.base/vla-datatypes.c: New file.
13503 * gdb.base/vla-datatypes.exp: New file.
13505 * gdb.mi/mi-vla-c99.exp: New file.
13506 * gdb.mi/vla.c: New file.
13508 2014-04-11 Keith Seitz <keiths@redhat.com>
13511 * gdb.cp/cpsizeof.exp: New file.
13512 * gdb.cp/cpsizeof.cc: New file.
13514 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13516 * gdb.mi/mi-vla-c99.exp: New file.
13517 * gdb.mi/vla.c: New file.
13519 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13521 * gdb.base/vla-datatypes.c: New file.
13522 * gdb.base/vla-datatypes.exp: New file.
13524 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13526 * gdb.base/vla-ptr.c: New file.
13527 * gdb.base/vla-ptr.exp: New file.
13529 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13531 * gdb.base/vla-multi.c: New file.
13532 * gdb.base/vla-multi.exp: New file.
13534 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13536 * gdb.dwarf2/count.exp: New file.
13538 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
13540 * gdb.base/vla-sideeffect.c: New file.
13541 * gdb.base/vla-sideeffect.exp: New file.
13543 2014-04-11 Yao Qi <yao@codesourcery.com>
13545 * gdb.base/completion.exp: Check file exists before running tests
13546 on file completion.
13548 2014-04-10 Pedro Alves <palves@redhat.com>
13550 * gdb.base/cond-eval-mode.c: New file.
13551 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
13552 prepare_for_testing to build the new file. Check result of
13554 (test_break, test_watch): New procedures.
13555 (top level): Use them.
13557 2014-04-08 Pierre Muller <muller@sourceware.org>
13559 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13560 Ctrl-V use for mingw hosts.
13562 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
13564 * gdb.python/py-value.c: Improve test case.
13565 * gdb.python/py-value.exp: Add new test.
13567 2014-04-07 David Blaikie <dblaikie@gmail.com>
13569 * lib/compiler.c: Identify the clang compiler.
13570 * lib/compiler.cc: Ditto.
13572 2014-04-03 Yao Qi <yao@codesourcery.com>
13574 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13576 2014-04-01 Anton Blanchard <anton@samba.org>
13578 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
13581 2014-04-01 Anton Blanchard <anton@samba.org>
13583 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13584 prepare_for_testing.
13586 2014-04-01 Anton Blanchard <anton@samba.org>
13588 * gdb.arch/ppc64-atomic-inst.c: Remove.
13589 * gdb.arch/ppc64-atomic-inst.S: New file.
13590 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13592 2014-03-31 Doug Evans <dje@google.com>
13594 * gdb.base/print-symbol-loading-lib.c: New file.
13595 * gdb.base/print-symbol-loading-main.c: New file.
13596 * gdb.base/print-symbol-loading.exp: New file.
13598 2014-03-31 Yao Qi <yao@codesourcery.com>
13600 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13602 2014-03-28 Joel Brobecker <brobecker@adacore.com>
13604 * gdb.ada/mi_dyn_arr: New testcase.
13606 2014-03-27 Doug Evans <dje@google.com>
13608 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13610 2014-03-27 Yao Qi <yao@codesourcery.com>
13612 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13613 if target is nios2-*-*.
13615 2014-03-26 Yao Qi <yao@codesourcery.com>
13617 * lib/gdb.exp (readline_is_used): New proc.
13618 * gdb.base/completion.exp: Move tests on command complete up.
13619 Skip the rest of tests if readline is not used.
13620 * gdb.ada/complete.exp: Skp the test if readline is not
13622 * gdb.base/filesym.exp: Likewise.
13623 * gdb.base/macscp.exp: Likewise.
13624 * gdb.base/readline-ask.exp: Likewise.
13625 * gdb.base/readline.exp: Likewise.
13626 * gdb.python/py-cmd.exp: Likewise.
13627 * gdb.trace/tfile.exp: Likewise.
13629 2014-03-26 Yao Qi <yao@codesourcery.com>
13631 * gdb.base/macscp.exp: Fix code format issues.
13633 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
13635 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13636 * gdb.asm/powerpc64le.inc: New file.
13638 2014-03-25 Pedro Alves <palves@redhat.com>
13639 Doug Evans <dje@google.com>
13641 * gdb.base/source-execution.c: New file.
13642 * gdb.base/source-execution.exp: New file.
13643 * gdb.base/source-execution.gdb: New file.
13645 2014-03-24 Doug Evans <dje@google.com>
13647 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13650 2014-03-24 Hui Zhu <hui@codesourcery.com>
13651 Pedro Alves <palves@redhat.com>
13653 PR breakpoints/16101
13654 * gdb.base/dprintf.exp: Use unsupported rather than changing the
13655 test pass/fail messages. Detect missing support for dprintf when
13656 breakpoints are actually inserted.
13657 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13658 breakpoints are actually inserted.
13659 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13662 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13664 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13666 2014-03-22 Doug Evans <xdje42@gmail.com>
13668 * gdb.python/python.exp (python not supported): Verify multi-line
13669 python command issues an error.
13670 * gdb.guile/guile.exp (guile not supported): Verify multi-line
13671 guile command issues an error.
13673 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
13675 * gdb.threads/thread-specific.exp: Handle the lack of usable
13676 $this_breakpoint and $this_thread.
13678 2014-03-21 Hui Zhu <hui@codesourcery.com>
13680 * gdb.base/attach.exp (do_command_attach_tests): New.
13682 2014-03-20 Tom Tromey <tromey@redhat.com>
13683 Pedro Alves <palves@redhat.com>
13686 * gdb.base/condbreak-call-false.c: New file.
13687 * gdb.base/condbreak-call-false.exp: New file.
13689 2014-03-20 Pedro Alves <palves@redhat.com>
13691 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13693 (block_signals, unblock_signals): Delete.
13694 (child_function_2, main): Remove references to deleted variable
13697 2014-03-20 Pedro Alves <palves@redhat.com>
13699 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13700 Use pthread_kill to signal thread 2.
13701 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13702 Adjust to make the test send itself a signal rather than using the
13703 host's "kill" command.
13705 2014-03-20 Pedro Alves <palves@redhat.com>
13707 * gdb.threads/multiple-step-overs.c: New file.
13708 * gdb.threads/multiple-step-overs.exp: New file.
13709 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13710 Adjust expected infrun debug output.
13712 2014-03-20 Pedro Alves <palves@redhat.com>
13714 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13715 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13717 2014-03-20 Pedro Alves <palves@redhat.com>
13719 PR breakpoints/7143
13720 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13721 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
13722 of gdb_test_multiple.
13723 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13724 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13726 2014-03-20 Pedro Alves <palves@redhat.com>
13728 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13729 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13731 2014-03-19 Pedro Alves <palves@redhat.com>
13733 * gdb.base/async.exp: Remove early return.
13735 2014-03-19 Pedro Alves <palves@redhat.com>
13737 * gdb.base/async.exp (step& tests): Pass explicit test messages.
13739 2014-03-19 Pedro Alves <palves@redhat.com>
13741 * gdb.base/async.exp (test_background): Expect \r\n after
13742 "completed." in the fail pattern.
13744 2014-03-19 Pedro Alves <palves@redhat.com>
13746 * gdb.base/async.exp (test_background): New procedure.
13747 Use it for all background execution command tests.
13749 2014-03-19 Pedro Alves <palves@redhat.com>
13751 * gdb.base/async.exp: Use prepare_for_testing.
13753 2014-03-19 Pedro Alves <palves@redhat.com>
13755 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
13758 2014-03-19 Pedro Alves <palves@redhat.com>
13760 * gdb.base/async.c (main): Add "jump here" and "until here" line
13762 * gdb.base/async.exp (jump_here): New global.
13763 (jump& test): Use it.
13764 (until_here): New global.
13765 (until& test): Use it.
13767 2014-03-19 Pedro Alves <palves@redhat.com>
13769 * gdb.base/async.exp: Don't frob gdb_protocol.
13771 2014-03-18 Doug Evans <xdje42@gmail.com>
13773 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
13774 Fix spelling of exec-done-display.
13776 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13779 * gdb.base/gdb-sigterm.c: New file.
13780 * gdb.base/gdb-sigterm.exp: New file.
13782 2014-03-18 Pedro Alves <palves@redhat.com>
13785 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13786 * lib/mi-support.exp (mi_expect_stop): Add special handling for
13789 2014-03-17 Joel Brobecker <brobecker@adacore.com>
13791 * gdb.ada/pckd_arr_ren: New testcase.
13793 2014-03-13 Doug Evans <xdje42@gmail.com>
13796 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13797 collect after discarding symbols.
13799 2014-03-13 Ludovic Courtès <ludo@gnu.org>
13800 Doug Evans <xdje42@gmail.com>
13802 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13803 to history survives a gc.
13805 2014-03-13 Pedro Alves <palves@redhat.com>
13807 * gdb.base/default.exp: Don't test "target procfs".
13809 2014-03-13 Pedro Alves <palves@redhat.com>
13811 * gdb.base/default.exp: Update "target child" and "target procfs"
13812 tests to not expect "Unix".
13814 2014-03-12 Tom Tromey <tromey@redhat.com>
13816 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13817 New procs. Add target-async tests.
13818 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13819 Add target-async tests.
13821 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13823 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13824 'func_start' and 'func_end' for the beginning and end of the
13825 function code, respectively.
13826 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13827 'func_end' instead of 'func' and 'main'.
13829 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13831 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13832 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13833 generate the debug info assembler source.
13835 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13837 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13838 * gdb.dwarf2/arr-subrange.exp: Likewise.
13839 * gdb.dwarf2/dwz.exp: Likewise.
13840 * gdb.dwarf2/method-ptr.exp: Likewise.
13841 * gdb.dwarf2/missing-sig-type.exp: Likewise.
13842 * gdb.dwarf2/subrange.exp: Likewise.
13843 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13844 * gdb.dwarf2/implptrpiece.exp: Likewise.
13845 * gdb.dwarf2/nostaticblock.exp: Likewise.
13847 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13849 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13850 directory to absolute path name arguments.
13852 2014-03-10 Joel Brobecker <brobecker@adacore.com>
13854 * gdb.ada/tagged_access: New testcase.
13856 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
13858 * gdb.btrace/data.exp: Update expected output.
13860 2014-03-06 Yao Qi <yao@codesourcery.com>
13862 * gdb.trace/pr16508.exp: New file.
13864 2014-03-05 Pedro Alves <palves@redhat.com>
13867 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13869 (top level): Adjust to use it. Add tests that exercise breakpoint
13870 interaction with the code-cache.
13872 2014-02-26 Ludovic Courtès <ludo@gnu.org>
13874 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
13875 test for 'history-append!'.
13877 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13879 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
13880 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
13881 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
13882 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
13883 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
13884 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
13886 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13888 * testsuite/gdb.python/py-pp-re-notag.c: New file.
13889 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
13890 * testsuite/gdb.python/py-pp-re-notag.p: New file.
13892 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13894 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
13896 2014-02-26 Joel Brobecker <brobecker@adacore.com>
13898 * gdb.dwarf2/arr-stride.c: New file.
13899 * gdb.dwarf2/arr-stride.exp: New file.
13901 2014-02-26 Pedro Alves <palves@redhat.com>
13903 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
13904 that won't ever trigger. Make sure that GDB reports the correct
13905 breakpoint that caused the stop.
13907 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13910 * gdb.base/auto-load-script: New file.
13911 * gdb.base/auto-load.c: New file.
13912 * gdb.base/auto-load.exp: New file.
13915 * gdb.base/auto-load.exp: Fix out-of-srctree run.
13917 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13919 Fix dw2-icycle.exp -fsanitize=address GDB crash.
13920 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
13922 2014-02-24 Doug Evans <dje@google.com>
13924 * lib/gdb.exp (run_on_host): Log error output if program fails.
13926 2014-02-21 Pedro Alves <palves@redhat.com>
13928 * gdb.threads/step-after-sr-lock.c: Rename to ...
13929 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
13930 * gdb.threads/step-after-sr-lock.exp: Rename to ...
13931 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13934 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
13937 * gdb.arch/amd64-stap-special-operands.exp: New file.
13938 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
13939 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
13940 * gdb.arch/amd64-stap-triplet.S: Likewise.
13941 * gdb.arch/amd64-stap-triplet.c: Likewise.
13943 2014-02-20 Joel Brobecker <brobecker@adacore.com>
13945 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
13946 in .section pseudo-op.
13948 2014-02-20 lin zuojian <manjian2006@gmail.com>
13949 Joel Brobecker <brobecker@adacore.com>
13950 Doug Evans <xdje42@gmail.com>
13953 * gdb.dwarf2/dw2-icycle.S: New file.
13954 * gdb.dwarf2/dw2-icycle.c: New file.
13955 * gdb.dwarf2/dw2-icycle.exp: New file.
13957 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
13959 * gdb.python/py-value-cc.cc: Improve test case to enable testing
13960 operations on gdb.Value objects.
13961 * gdb.python/py-value-cc.exp: Add new test to test operations on
13964 2014-02-18 Doug Evans <dje@google.com>
13966 * Makefile.in (TESTS): New variable.
13967 (expanded_tests, expanded_tests_or_none): New variables
13968 (check-single): Pass $(expanded_tests_or_none) to runtest.
13969 (check-parallel): Only run tests in $(TESTS) if non-empty.
13970 (check/no-matching-tests-found): New rule.
13971 * README: Document TESTS makefile variable.
13973 2014-02-18 Doug Evans <dje@google.com>
13975 * Makefile.in (check-parallel): rm -rf outputs temp.
13977 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13979 Fix "ERROR: no fileid for" in the testsuite.
13980 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
13982 2014-02-12 Doug Evans <dje@google.com>
13984 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
13985 (MISCELLANEOUS): New variable.
13986 (clean): rm -rf $(MISCELLANEOUS).
13987 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
13988 dwp live in the same directory as symlinks, with each symlink pointed
13989 to a differently named file in a different directory.
13991 2014-02-11 Doug Evans <dje@google.com>
13993 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
13994 of Tcl file commands.
13996 2014-02-10 Mark Kettenis <kettenis@gnu.org>
13998 * gdb.threads/step-after-sr-lock.exp: Avoid executing
13999 "kill -SIGUSR1 -1".
14001 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14003 * gdb.ada/tick_length_array_enum_idx: New testcase.
14005 2014-02-10 Doug Evans <xdje42@gmail.com>
14007 * configure.ac (AC_OUTPUT): Add gdb.guile.
14008 * configure: Regenerate.
14009 * lib/gdb-guile.exp: New file.
14010 * lib/gdb.exp (get_target_charset): New function.
14011 * gdb.base/help.exp: Update expected output from "apropos apropos".
14012 * gdb.guile/Makefile.in: New file.
14013 * gdb.guile/guile.exp: New file.
14014 * gdb.guile/scm-arch.c: New file.
14015 * gdb.guile/scm-arch.exp: New file.
14016 * gdb.guile/scm-block.c: New file.
14017 * gdb.guile/scm-block.exp: New file.
14018 * gdb.guile/scm-breakpoint.c: New file.
14019 * gdb.guile/scm-breakpoint.exp: New file.
14020 * gdb.guile/scm-disasm.c: New file.
14021 * gdb.guile/scm-disasm.exp: New file.
14022 * gdb.guile/scm-equal.c: New file.
14023 * gdb.guile/scm-equal.exp: New file.
14024 * gdb.guile/scm-error.exp: New file.
14025 * gdb.guile/scm-error.scm: New file.
14026 * gdb.guile/scm-frame-args.c: New file.
14027 * gdb.guile/scm-frame-args.exp: New file.
14028 * gdb.guile/scm-frame-args.scm: New file.
14029 * gdb.guile/scm-frame-inline.c: New file.
14030 * gdb.guile/scm-frame-inline.exp: New file.
14031 * gdb.guile/scm-frame.c: New file.
14032 * gdb.guile/scm-frame.exp: New file.
14033 * gdb.guile/scm-generics.exp: New file.
14034 * gdb.guile/scm-gsmob.exp: New file.
14035 * gdb.guile/scm-iterator.c: New file.
14036 * gdb.guile/scm-iterator.exp: New file.
14037 * gdb.guile/scm-math.c: New file.
14038 * gdb.guile/scm-math.exp: New file.
14039 * gdb.guile/scm-objfile-script-gdb.in: New file.
14040 * gdb.guile/scm-objfile-script.c: New file.
14041 * gdb.guile/scm-objfile-script.exp: New file.
14042 * gdb.guile/scm-objfile.c: New file.
14043 * gdb.guile/scm-objfile.exp: New file.
14044 * gdb.guile/scm-ports.exp: New file.
14045 * gdb.guile/scm-pretty-print.c: New file.
14046 * gdb.guile/scm-pretty-print.exp: New file.
14047 * gdb.guile/scm-pretty-print.scm: New file.
14048 * gdb.guile/scm-section-script.c: New file.
14049 * gdb.guile/scm-section-script.exp: New file.
14050 * gdb.guile/scm-section-script.scm: New file.
14051 * gdb.guile/scm-symbol.c: New file.
14052 * gdb.guile/scm-symbol.exp: New file.
14053 * gdb.guile/scm-symtab-2.c: New file.
14054 * gdb.guile/scm-symtab.c: New file.
14055 * gdb.guile/scm-symtab.exp: New file.
14056 * gdb.guile/scm-type.c: New file.
14057 * gdb.guile/scm-type.exp: New file.
14058 * gdb.guile/scm-value-cc.cc: New file.
14059 * gdb.guile/scm-value-cc.exp: New file.
14060 * gdb.guile/scm-value.c: New file.
14061 * gdb.guile/scm-value.exp: New file.
14062 * gdb.guile/source2.scm: New file.
14063 * gdb.guile/types-module.cc: New file.
14064 * gdb.guile/types-module.exp: New file.
14066 2014-02-10 Yao Qi <yao@codesourcery.com>
14069 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14070 * configure: Regenerated.
14071 * Makefile.in: New file.
14073 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14075 * gdb.python/py-framefilter.exp: Fix typo.
14077 2014-02-08 Yao Qi <yao@codesourcery.com>
14079 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14080 that no =breakpoint-modified is emitted when breakpoints are
14081 modified through MI commands.
14083 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14084 Pedro Alves <palves@redhat.com>
14086 * gdb.threads/step-after-sr-lock.c: New file.
14087 * gdb.threads/step-after-sr-lock.exp: New file.
14089 2014-02-07 Pedro Alves <palves@redhat.com>
14091 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14093 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14095 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14096 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14098 2014-02-06 Doug Evans <xdje42@gmail.com>
14100 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14103 * gdb.gdb/python-interrupts.exp: New file.
14105 2014-02-05 Yao Qi <yao@codesourcery.com>
14107 * gdb.trace/report.exp (use_collected_data): Test the output
14108 of "info threads" and "info inferiors".
14110 2014-02-05 Yao Qi <yao@codesourcery.com>
14114 2013-05-24 Yao Qi <yao@codesourcery.com>
14116 * gdb.trace/tfile.exp: Test inferior and thread.
14118 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14120 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14122 * gdb.base/step-bt.c: Call hello via function pointer to make
14123 sure its first instruction is executed on powerpc64le-linux.
14125 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14127 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14129 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14131 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14132 of the test patterns for use on little-endian systems.
14134 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14136 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14137 (decimal_vector): Fix for little-endian.
14139 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14141 * gdb.arch/sparc-sysstep.exp: New file.
14142 * gdb.arch/sparc-sysstep.c: Likewise.
14144 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14146 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14148 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14150 2014-01-23 Tom Tromey <tromey@redhat.com>
14152 * gdb.ada/array_char_idx: New testcase.
14154 2014-01-23 Tom Tromey <tromey@redhat.com>
14157 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14158 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14161 2014-01-23 Tom Tromey <tromey@redhat.com>
14164 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14165 string from an inferior frame.
14166 * gdb.python/py-framefilter-mi.exp: Update.
14168 2014-01-22 Doug Evans <dje@google.com>
14170 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14172 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14174 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14176 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14178 * gdb.trace/entry-values.exp: Remove excess space character from
14179 regex patterns. Handle s390 call instruction.
14181 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14183 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14184 define "*_start" label. Make "name" static.
14185 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14186 ${name} by references to ${name}_start.
14188 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14190 * gdb.base/info-macros.exp: Remove "debug" from the compile
14193 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14195 * gdb.dlang/demangle.exp: New file.
14197 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14199 * gdb.dlang/primitive-types.exp: New file.
14201 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14203 * configure.ac: Create gdb.dlang/Makefile.
14204 * configure: Regenerate.
14205 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14206 * gdb.dlang/Makefile.in: New file.
14207 * lib/d-support.exp: New file.
14208 * lib/gdb.exp (skip_d_tests): New proc.
14210 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14212 * gdb.btrace/delta.exp: Check reverse stepi.
14213 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14214 * gdb.btrace/finish.exp: New.
14215 * gdb.btrace/next.exp: New.
14216 * gdb.btrace/nexti.exp: New.
14217 * gdb.btrace/record_goto.c: Add comments.
14218 * gdb.btrace/step.exp: New.
14219 * gdb.btrace/stepi.exp: New.
14220 * gdb.btrace/multi-thread-step.c: New.
14221 * gdb.btrace/multi-thread-step.exp: New.
14222 * gdb.btrace/rn-dl-bind.c: New.
14223 * gdb.btrace/rn-dl-bind.exp: New.
14224 * gdb.btrace/data.c: New.
14225 * gdb.btrace/data.exp: New.
14226 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14228 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14230 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14231 * gdb.btrace/exception.exp: Update.
14232 * gdb.btrace/instruction_history.exp: Update.
14233 * gdb.btrace/record_goto.exp: Update.
14234 * gdb.btrace/tailcall.exp: Update.
14235 * gdb.btrace/unknown_functions.exp: Update.
14236 * gdb.btrace/delta.exp: New.
14238 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14240 * gdb.btrace/record_goto.exp: Add backtrace test.
14241 * gdb.btrace/tailcall.exp: Add backtrace test.
14243 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14245 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14246 * gdb.btrace/record_goto.c: New.
14247 * gdb.btrace/record_goto.exp: New.
14248 * gdb.btrace/x86-record_goto.S: New.
14250 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14252 * gdb.btrace/function_call_history.exp: Update tests.
14253 * gdb.btrace/instruction_history.exp: Update tests.
14255 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14257 * gdb.btrace/function_call_history.exp: Fix expected field
14258 order for "record function-call-history".
14259 Add new tests for "record function-call-history /c".
14260 * gdb.btrace/exception.cc: New.
14261 * gdb.btrace/exception.exp: New.
14262 * gdb.btrace/tailcall.exp: New.
14263 * gdb.btrace/x86-tailcall.S: New.
14264 * gdb.btrace/x86-tailcall.c: New.
14265 * gdb.btrace/unknown_functions.c: New.
14266 * gdb.btrace/unknown_functions.exp: New.
14267 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14269 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14271 * gdb.btrace/instruction_history.exp: Update.
14272 * gdb.btrace/function_call_history.exp: Update.
14274 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14276 * gdb.btrace/function_call_history.exp: Fix expected function
14278 * gdb.btrace/instruction_history.exp: Initialize traced.
14279 Remove traced_functions.
14281 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14283 * gdb.btrace/function_call_history.exp: Update
14284 * gdb.btrace/instruction_history.exp: Update.
14286 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14288 * gdb.btrace/enable.exp: Update expected text.
14290 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14292 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14295 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14297 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14299 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14301 * lib/gdb.exp (supports_process_record): Return true for
14302 arm*-linux*. (supports_reverse): Likewise.
14304 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14308 * gdb.python/py-type.c: Enhance test case.
14309 * gdb.python/py-value-cc.cc: Likewise
14310 * gdb.python/py-type.exp: Add new tests.
14311 * gdb.python/py-value-cc.exp: Likewise
14313 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14314 Pedro Alves <palves@redhat.com>
14316 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14317 Make "name" extern.
14318 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14319 references to ${name}_start by references to ${name}.
14321 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14323 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14325 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14327 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14329 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14330 Pedro Alves <palves@redhat.com>
14332 * gdb.mi/mi-info-os.exp: Connect to the target with
14333 mi_gdb_target_load.
14335 2014-01-08 Pedro Alves <palves@redhat.com>
14337 * gdb.threads/reconnect-signal.c: New file.
14338 * gdb.threads/reconnect-signal.exp: New file.
14340 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14342 * gdb.base/source-dir.exp: New file.
14344 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14346 * gdb.ada/mi_interface: New testcase.
14348 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14350 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14351 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14352 gdb.ada/pp-rec-component/pck.ads: New files.
14354 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14356 * gdb.python/py-pp-integral.c: New file.
14357 * gdb.python/py-pp-integral.py: New file.
14358 * gdb.python/py-pp-integral.exp: New file.
14360 For older changes see ChangeLog-1993-2013.
14362 ;; Local Variables:
14363 ;; mode: change-log
14366 ;; version-control: never
14369 Copyright 2014-2018 Free Software Foundation, Inc.
14370 Copying and distribution of this file, with or without modification,
14371 are permitted provided the copyright notice and this notice are preserved.