X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Ftestsuite%2FChangeLog;h=180dc87d278ff2b7b5324fe8d6ed4e9117b45467;hb=d53a7b30c1996081dfffc6c33ecd18ac42a58610;hp=4af502fa108252878905798d162a732792abc733;hpb=4ac4dd3fece22aa8ef53ea7dc4137ef24b8f50eb;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4af502fa10..180dc87d27 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,139 @@ +2009-12-20 Joel Brobecker + + * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c, + gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb, + gdb.base/watch_thread_num.c, gdb.java/jprint.java, + gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp, + gdb.modula2/unbounded1.c: Update copyright header. + +2009-12-10 Chris Moller + + PR gdb/9399 + * gdb.cp/virtfunc2.exp: New tests + * gdb.cp/virtfunc2.cc: New tests + * gdb.cp/Makefile.in: Added tests to EXECUTABLES + +2009-12-10 Oza Pawandeep (paawan1982@yahoo.com + + * gdb.reverse/i387-env-reverse.c: New file. + * gdb.reverse/i387-env-reverse.exp: New file. + * gdb.reverse/i387-stack-reverse.c: New file. + * gdb.reverse/i387-stack-reverse.exp: New file. + +2009-12-08 Phil Muldoon + + * gdb.python/py-type.exp (test_range): New test. + +2009-12-03 Phil Muldoon + + PR python/10805 + + * gdb.python/py-type.exp: New file. + * gdb.python/py-type.c: New file. + * Makefile.in: Add py-type. + +2009-12-03 Tom Tromey + + * gdb.python/py-value.exp (test_parse_and_eval): New + function. + +2009-12-03 Paul Pluzhnikov + + PR gdb/11022 + + * gdb.base/pr11022.exp: New test. + * gdb.base/pr11022.c: New test. + +2009-12-03 Jan Kratochvil + + Fix spurious false FAILs. + * gdb.base/structs.c (chartest): New. + (main): Fill-in chartest. + * gdb.base/structs.exp (anychar_re, first): New. + (start_structs_test): Import global anychar_re and first. + New gdb_test call "set print elements 300; ${testfile}" + (start_structs_test <$first>): New block. + (any): Import global anychar_re. New variable ac. Use ${ac}. + +2009-11-30 Jan Kratochvil + + * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200. + +2009-11-30 Jan Kratochvil + + * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call): + Force $srcfile file. + * gdb.base/foll-fork.c (callee): Comment out the printf call. + +2009-11-27 Ulrich Weigand + + * gdb.base/hbreak.exp: Disable for s390*-*-* targets. + * gdb.base/watchpoint-hw-hit-once.exp: Likewise. + * gdb.threads/watchthreads-reorder.exp: Likewise. + +2009-11-24 Daniel Jacobowitz + + PR gdb/8704 + + * gdb.base/condbreak.exp: Test combinations of "break *EXP", + "if", and "thread". Correct matching in the previous test. + +2009-11-25 Daniel Jacobowitz + + * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test. + +2009-11-23 Michael Snyder + + * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints. + * gdb.reverse-watch-precsave.exp: Ditto. + +2009-11-23 Paul Pluzhnikov + + * gdb.asm/asm-source.exp: Adjust. + * gdb.base/help.exp: Adjust. + +2009-11-22 Pedro Alves + + * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir) + (do_syscall_tests_without_xml): Set data-directory to + /the/path/to/nowhere. + +2009-11-21 Pedro Alves + + * gdb.threads/local-watch-wrong-thread.c, + gdb.threads/local-watch-wrong-thread.exp: New files. + +2009-11-21 Pedro Alves + + * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't + assume new `regsub' syntax available. + +2009-11-20 Jan Kratochvil + + * gdb.base/watchpoint-hw-hit-once.exp, + gdb.base/watchpoint-hw-hit-once.c: New. + +2009-11-20 Jan Kratochvil + + * gdb.threads/watchthreads-reorder.exp, + gdb.threads/watchthreads-reorder.c: New. + +2009-11-17 Nathan Sidwell + + * gdb.xml/tdesc-regs.exp: Use for m68k. + +2009-11-15 Pedro Alves + + * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files. + +2009-11-13 Daniel Jacobowitz + + * lib/gdb.exp (current_target_name): New procedure. + (gdb_wrapper_target): New variable. + (gdb_wrapper_init): Set gdb_wrapper_target. + (default_gdb_init): Check gdb_wrapper_target before rebuilding the + wrapper. + 2009-11-13 Daniel Jacobowitz * gdb.base/remote.exp: Delete the slowest load test.