X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=9a46b61db97f8bc354662c756c097c9226cb68cd;hb=52bbc560524ec3691203eccd05207d13913a1e35;hp=59d0be758545f738cb82efef21692dc14f9e702f;hpb=0a39bb3218ec528236da4953a97d07f0da9313ce;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 59d0be7585..9a46b61db9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,143 @@ +2015-08-13 Joel Brobecker + + * gdb.base/dso2dso.exp: Improve the testcase's documentation. + +2015-08-13 Pierre-Marie de Rodat + + * gdb.ada/fun_renaming.exp: New testcase. + * gdb.ada/fun_renaming/fun_renaming.adb: New file. + * gdb.ada/fun_renaming/pack.adb: New file. + * gdb.ada/fun_renaming/pack.ads: New file. + +2015-08-12 Keith Seitz + + * gdb.base/dso2dso.exp: Pass basename of source file in call to + gdb_get_line_number. + +2015-08-12 Joel Brobecker + + * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h, + gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c, + gdb.base/dso2dso.exp: New files. + +2015-08-12 Sergio Durigan Junior + Pedro Alves + Keith Seitz + + * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore + GDBFLAGS. + +2015-08-12 Patrick Palka + + * gdb.base/gdbhistsize-history.exp + (test_histsize_history_setting): Use save_vars. + * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting): + Use save_vars. + (test_no_truncation_of_unlimited_history_file): Use save_vars. + * gdb.base/readline.exp: Use save_vars. + +2015-08-12 Patrick Palka + + * lib/gdb.exp (save_vars): New proc. + +2015-08-11 Keith Seitz + + * gdb.base/help.exp: Update help_breakpoint_text. + +2015-08-11 Keith Seitz + + * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc. + (at toplevel): Call test_explicit_breakpoints. + * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf + breakpoints. + * lib/mi-support.exp (mi_make_breakpoint): Add support for + breakpoint conditions, "-cond". + +2015-08-11 Keith Seitz + + * gdb.linespec/3explicit.c: New file. + * gdb.linespec/cpexplicit.cc: New file. + * gdb.linespec/cpexplicit.exp: New file. + * gdb.linespec/explicit.c: New file. + * gdb.linespec/explicit.exp: New file. + * gdb.linespec/explicit2.c: New file. + * gdb.linespec/ls-errs.exp: Add explicit location tests. + * lib/gdb.exp (capture_command_output): Regexp-escape `command' + before using in the matching pattern. + Clarify that `prefix' is a regular expression. + +2015-08-11 Keith Seitz + + * gdb.base/dprintf-pending.exp: Update dprintf "without format" + test. + Add tests for missing ",FMT" and ",". + +2015-08-10 Doug Evans + Keith Seitz + + PR gdb/17960 + * gdb.base/completion.exp: Add location completer tests. + +2015-08-07 Pedro Alves + + * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move + tests here. + (top level): Run do_test with and without displaced stepping. + +2015-08-07 Pedro Alves + + * gdb.base/valgrind-disp-step.c: New file. + * gdb.base/valgrind-disp-step.exp: New file. + +2015-08-07 Pedro Alves + + * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads): + Delete function. + (main): Add alarm. Run an infinite loop instead of calling + wait_threads. + * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change + comment. + * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads): + Delete function. + (main): Add alarm. Run an infinite loop instead of calling + wait_threads. + * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change + comment. + +2015-08-07 Pedro Alves + + * gdb.base/checkpoint-ns.exp: New file. + * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to + standard_testfile. + +2015-08-07 Markus Metzger + + * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New. + * gdb.btrace/instruction_history.exp: Update. + * gdb.btrace/tsx.exp: New. + * gdb.btrace/tsx.c: New. + +2015-08-06 Pedro Alves + + * gdb.reverse/step-precsave.exp: Use with_timeout_factor to + increase timeout. + * gdb.reverse/until-precsave.exp: Bump timeouts. + +2015-08-06 Pedro Alves + + * gdb.base/valgrind-infcall.exp: Issue a "disconnect". + +2015-08-06 Pedro Alves + + PR gdb/18749 + * gdb.threads/process-dies-while-handling-bp.c: New file. + * gdb.threads/process-dies-while-handling-bp.exp: New file. + +2015-08-06 Pedro Alves + + * gdb.threads/forking-threads-plus-breakpoint.exp: New file. + * gdb.threads/forking-threads-plus-breakpoint.c: New file. + 2015-08-05 Pedro Alves * gdb.threads/next-while-other-thread-longjmps.c: New file.