X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=29ae9b27c4a8c2fdf76100db217fc8e4d95ad62a;hb=c7075ad5030c4c2e79a04f3517689b751ff41860;hp=a049ac31ab293729352821b02241ae0317e7ef00;hpb=9b73db36739a72d216eb14d35edac2acfca7faa3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a049ac31ab..29ae9b27c4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,119 @@ +2018-04-26 Pedro Alves + + * gdb.base/gnu-ifunc-final.c: New file. + * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c. + * gdb.base/gnu-ifunc.exp (executable): Delete. + (staticexecutable): Adjust. + (lib_opts, exec_opts): Delete. + (make_binsuffix, build, set-break): New procedures. + (misc_tests): New, with tests factored out from the top level. + (top level): Test different combinations of ifunc resolver name, + resolver with and with debug info, and ifunc target with and + without debug info. Wrap static tests with with_target_prefix. + +2018-04-26 Pedro Alves + + * gdb.compile/compile-ifunc.exp: Also expect "function has unknown + return type" warnings. + +2018-04-25 Pedro Alves + + * gdb.base/hook-stop.exp: Expect "killed" instead of "has been + killed". + * gdb.base/kill-after-signal.exp: Likewise. + * gdb.threads/kill.exp: Likewise. + +2018-04-24 Jan Kratochvil + Sergio Durigan Junior + Pedro Alves + + * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...' + regexps to expect for '[Inferior ... detached]' as well. + * gdb.base/attach.exp: Likewise. + * gdb.base/catch-syscall.exp (check_for_program_end): Adjust + "gdb_continue_to_end". + (test_catch_syscall_with_wrong_args): Likewise. + * gdb.base/foll-fork.exp: Adjust regexps to match '[' and + ']'. Don't set 'verbose' on. + * gdb.base/foll-vfork.exp: Likewise. + * gdb.base/fork-print-inferior-events.c: New file. + * gdb.base/fork-print-inferior-events.exp: New file. + * gdb.base/hook-stop.exp: Adjust regexps to expect for new + '[Inferior ... has been killed]' message. + * gdb.base/kill-after-signal.exp: Likewise. + * gdb.base/solib-overlap.exp: Adjust regexps to expect for new + detach message. + * gdb.threads/kill.exp: Adjust regexps to expect for new kill + message. + * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...' + regexps to expect for '[Inferior ... detached]' as well. + * gdb.threads/process-dies-while-detaching.exp: Likewise. + +2018-04-24 Simon Marchi + + PR gdb/23104 + * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load. + +2018-04-19 Richard Bunt + + * gdb.threads/multiple-successive-infcall.c: New test. + * gdb.threads/multiple-successive-infcall.exp: New file. + +2018-04-17 Tom Tromey + + * gdb.rust/simple.rs (Union): New type. + (main): New local "u". + * gdb.rust/simple.exp (test_one_slice): Add new test case. + +2018-04-16 Andreas Arnez + + * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line + number information in output of "whereis" command. + * gdb.base/info-fun.exp: Likewise, for "info fun" command. + +2018-04-13 Andreas Arnez + + * gdb.ada/info_types.exp: Adjust expected output to the line + numbers now printed by "info var/func/type". + * gdb.base/completion.exp: Likewise. + * gdb.base/included.exp: Likewise. + * gdb.cp/cp-relocate.exp: Likewise. + * gdb.cp/cplusfuncs.exp: Likewise. + * gdb.cp/namespace.exp: Likewise. + * gdb.dwarf2/dw2-case-insensitive.exp: Likewise. + +2018-04-13 Markus Metzger + + * gdb.btrace/cpu.exp: New. + +2018-04-13 Markus Metzger + + * gdb.base/step-indirect-call-thunk.exp: New. + * gdb.base/step-indirect-call-thunk.c: New. + * gdb.reverse/step-indirect-call-thunk.exp: New. + * gdb.reverse/step-indirect-call-thunk.c: New. + +2018-04-11 Simon Marchi + + * gdb.base/pie-fork.c: New file. + * gdb.base/pie-fork.exp: New file. + +2018-04-11 Tom Tromey + + * gdb.rust/simple.exp: Add test for ".." struct initializer. + +2018-04-10 Pedro Alves + + * gdb.base/fork-running-state.c (fork_child): Don't exit if parent + exits. Instead loop running forever. + (fork_parent): Run forever too. + +2018-04-07 Simon Marchi + + * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use + mi_continue_to_line. + * gdb.mi/mi-stack.c (callee4): Add comment. + 2018-04-07 Simon Marchi * gdb.mi/mi-stack.exp: Fix indentation.