X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=70ded08ba41fa264078ecf2b4279df5bc86e06d8;hb=c28c63d86bd759c7595e85ef13949502e95fd58a;hp=1e131c9f3d48245de45982d47d5ac5d2888edd55;hpb=c35fafde7ca3b92581dee5c0ed445de3c667ab2d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1e131c9f3d..70ded08ba4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,142 @@ +2009-05-18 Jon Beniston + + * gdb.asm/asm-source.exp: Add lm32 target. + +2009-05-17 Pedro Alves + + * gdb.base/foll-fork.c: Include stdlib.h. Add markers for + `gdb_get_line_number'. Call `callee' in both parent and child. + * gdb.base/foll-fork.exp (catch_fork_child_follow): Use + `gdb_get_line_number' instead of hardcoding line numbers. + (catch_fork_unpatch_child): New procedure to test detaching + breakpoints from child fork. + (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of + hardcoding line numbers. + (do_fork_tests): Run `catch_fork_unpatch_child'. + +2009-05-17 Vladimir Prus + + * gdb.mi/mi-cmd-var.exp: Check that when varobj + of structure type enters or leaves the scope, it + is reported by -var-update. + +2009-05-11 Doug Evans + + * gdb.mi/nsintrall.c (main): Fix off-by-one error. + * gdb.threads/pending-step.c (main): Fix off-by-one error. + * gdb.threads/schedlock.c (main): Fix off-by-one error. + +2009-05-11 Jan Kratochvil + + * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New. + +2009-04-30 Doug Evans + + * gdb.threads/watchthreads2.exp: New testcase. + * gdb.threads/watchthreads2.c: New testcase. + +2009-04-29 Doug Evans + + * gdb.cp/mb-ctor.exp: Add multi-line source statement test. + * gdb.cp/mb-ctor.cc: Ditto. + * gdb.cp/mb-inline.exp: Add multi-line source statement test. + * gdb.cp/mb-inline.h (multi_line_foo): New function. + * gdb.cp/mb-inline1.cc: Call it. + * gdb.cp/mb-inline2.cc: Ditto. + * gdb.cp/mb-templates.exp: Add multi-line source statement test. + * gdb.cp/mb-templates.cc (multi_line_foo): New template. + +2009-04-29 Jan Kratochvil + + * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'. + (info_macro): Remova `decimal' declaration. New variable `nonzero'. + Replace all uses of `decimal' by `nonzero'. + (info macro FROM_COMMANDLINE): New test. + +2009-04-27 Tom Tromey + + * gdb.base/printcmds.exp (test_printf): Test comma operator in []. + +2009-04-27 Doug Evans + + * gdb.threads/watchthreads.c (main): Initialize args before starting + the threads. Plus formatting cleanup. + * gdb.threads/watchthreads.exp: Avoid errant failures due to + biased scheduling of one thread. + +2009-04-27 Jerome Guitton + + * gdb.cp/templates.cc (GetMax): New template. + (main): Declare two instances of GetMax. + * gdb.cp/templates.exp: Add new test. + +2009-04-27 Jan Kratochvil + + * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test. + +2009-04-22 Joseph Myers + + * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case. + +2009-04-15 Tom Tromey + + * gdb.base/charset.exp: Add regression test. + +2009-04-14 Joel Brobecker + + * gdb.base/exe-lock.exp: New testcase. + +2009-04-13 Tom Tromey + + * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test != + operator on Frame. + +2009-04-03 Ulrich Weigand + + * gdb.base/attach.exp: Re-enable for spu*-*-* targets. + * gdb.server/ext-attach.exp: Likewise. + +2009-04-03 Vladimir Prus + + Eliminate some sleep usage. + + * gdb.mi/basics.c (do_nothing): New. + (main): Use do_nothing instead of printf, so that + not to introduce race condition between output of + inferiour and output of gdb. Do not use sleep as it + is not generally available on embedded targets. + +2009-04-02 Pedro Alves + + * gdb.server/ext-attach.exp: Expect an optional process id after + "Detached from remote process". + +2009-04-02 Jan Kratochvil + + * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S, + gdb.dwarf2/dw2-unresolved.exp: New. + +2009-04-02 Pedro Alves + + * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use + mi_run_to_main. + +2009-04-02 Pedro Alves + + * gdb.mi/mi-nonstop.exp: Don't check isnative. Use + mi_run_to_main. Skip thread exit test on remote targets. + * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use + mi_run_to_main. + * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use + mi_run_to_main. + * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor + when expecting ^connected. Detect when the target doesn't support + non-stop mode. + (mi_run_cmd): Detect if non-stop mode was requested by isn't + supported. Return -1 on error, 0 on success. + (mi_runto_helper): Don't expect a stop if mi_run_cmd failed. + (mi_runto): Return mi_runto_helper's result explicitly. + 2009-04-01 Pedro Alves * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.