X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=703de3178f612f0fd0156a4fd9c4f552a8c5451c;hb=79b55b8218909abf9d8a0ff4f0f0813c49db0a0b;hp=4ad760e0ea438eda0c38c61fcb6177e0adf24c0b;hpb=57a1d736959fb92e39abab59511a903b7ec59547;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4ad760e0ea..703de3178f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,138 @@ +2010-01-01 Joel Brobecker + + * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright + notice. + +2010-01-01 Jan Kratochvil + + * lib/mi-support.exp (mi_expect_stop ): Insert + missing $after_stopped and comma (,) expectation. + +2009-12-31 Stan Shebs + + * gdb.trace/actions.exp: Test teval action. + +2009-12-30 Thiago Jung Bauermann + + * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function. + (top level): Call test_watchpoint_in_big_blob. + * gdb.base/watchpoint.c (buf): Change size to value too big for hardware + watchpoints. + (func3): Write to buf. + +2009-12-29 Stan Shebs + + * gdb.trace/actions.exp: Test default-collect. + +2009-12-28 Stan Shebs + + * gdb.trace/tsv.exp: New file. + * gdb.base/completion.exp: Update ambiguous info output. + +2009-12-28 Daniel Jacobowitz + + * gdb.base/find.c (main): Reference search buffers. + * gdb.base/included.c (main): Reference integer. + * gdb.base/ptype.c (charfoo): Declare. + (intfoo): Call charfoo. + * gdb.base/scope0.c (useitp): New function. + (usestatics): Use useitp. + (useit): Add a type for val. + * gdb.base/scope1.c (useit1): Take a pointer argument. + (usestatics1): Update calls to useit1. + * gdb.cp/call-c.cc: Declare foo. + (main): Call foo. + * gdb.cp/m-static.cc (main): Reference test4.elsewhere. + * gdb.cp/namespace.cc (ensureOtherRefs): Declare. + (main): Call C::ensureRefs and ensureOtherRefs. + * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int + variables. + (ensureOtherRefs): New function. + * gdb.cp/overload.cc (main): Call all overloadNamespace variants. + * gdb.cp/templates.cc (main): Call t5i.value. + +2009-12-24 Jan Kratochvil + + Fix compatibility with G++-4.5. + * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment. + * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line". + (uncaught return): Remove. + +2009-12-23 Jan Kratochvil + Phil Muldoon + + * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4. + (bp_location13, bp_location14, bp_location17, bp_location18) + (marker3_proto, marker4_proto): New variables. + (breakpoint info): Update output. + (run until breakpoint at marker3, run until breakpoint at marker4): New + tests. + +2009-12-23 Jan Kratochvil + + * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1. + Replace the printf call of Y by provided "y-set-1" label. New block + for the second shared library. + * gdb.base/unload.exp: Compile also the second library, call + gdb_load_shlibs also for it. Use now gdb_breakpoint. + (single pending breakpoint info): Rename to ... + (pending breakpoint info before run): ... this extended test. + (libfile2, libname2, libsrcfile2, libsrc2) + (lib_sl2): New variables. + (exec_opts): Set also SHLIB_NAME2. + (pending breakpoint info on first run at shrfunc1) + (pending breakpoint info on second run at shrfunc1) + (pending breakpoint info on second run at shrfunc2) + (print y from libfile, print y from libfile2): New tests. + * gdb.base/unloadshr.c (shrfunc1): Change the returned value. + * gdb.base/unloadshr2.c: New. + +2009-12-22 Hui Zhu + + * gdb.reverse/sigall-reverse.exp: Adjust. + +2009-12-21 Vladimir Prus + + PR gdb/10884 + + * gdb.mi/var-cmd.c (do_bitfield_tests): New + (main): Call do_bitfield_tests. + * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase. + +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