X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=3611875a343f4b742e2089428cd4f6d9b0c6204e;hb=9e14a9ba25afb7116d7220271973cd11fe2d6902;hp=dedfe752e94ce4dcbacb8ac62519887b0305a469;hpb=d3e1fc54d4d03509b5c552d21a06a829406729a2;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index dedfe752e9..3611875a34 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,408 @@ +2010-01-18 Tom Tromey + Thiago Jung Bauermann + + * gdb.python/source2.py: New file. + * gdb.python/source1: New file. + * gdb.python/python.exp: Test "source" command. + +2010-01-15 Stan Shebs + + * gdb.trace/tfile.c: New file. + * gdb.trace/tfile.exp: New file. + +2010-01-14 Jan Kratochvil + + * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove. + +2010-01-14 Jan Kratochvil + + * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New. + +2010-01-14 Jan Kratochvil + + * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h. + (libfunc): New parameter action. Implement also selectable "sleep". + * gdb.base/break-interp-main.c: Include assert.h. + (libfunc): New parameter action. + (main): New parameters argc and argv. Assert argc. Pass argv. + * gdb.base/break-interp.exp (test_core): Pass the "segv" argument. + (test_attach): New proc. + (test_ld): Pass new "segv" exec parameter. Call also test_attach. + * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile. + +2010-01-14 Jan Kratochvil + + * gdb.base/break-interp.exp (test_core): New proc. + (test_ld): Call it. + +2010-01-14 Jan Kratochvil + + * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New. + * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile. + New variables $binfile_lib and $srcfile_lib. Call get_compiler_info + and gdb_compile_shlib. Use new -Wl compiler options. + (dl bt, main bt): New tests. + +2010-01-14 Jan Kratochvil + + Support PIEs with no symfile_objfile. + * gdb.base/break-interp.exp: New argument at the test_ld calls. + (test_ld): New parameter trynosym. + (test_ld <$trynosym>): New block. + +2010-01-14 Jan Kratochvil + + * gdb.base/break-interp.exp: New file. + +2010-01-13 Phil Muldoon + + * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test. + * gdb.python/py-prettyprint.py (pp_ls): New printer. + * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string + test. + * gdb.python/py-prettyprint.c: Define lazystring test structure. + * gdb.python/py-mi.exp: Add lazy string test. + +2010-01-13 Vladimir Prus + + * lib/mi-support.exp (mi_check_thread_states): Handle + core number in thread listing. + +2010-01-12 Joel Brobecker + + * gdb.base/maint.exp: Adjust the expected output for the + "maint print type" test. Use gdb_test_multiple instead of + gdb_sent/gdb_expect. + +2010-01-11 Doug Evans + + * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename + from gdbserver_download. All callers updated. + + * gdb.server/ext-run.exp: "info os processes" requires xml support. + +2010-01-11 Jan Kratochvil + + Implement binary numbers parsing. + * gdb.base/printcmds.exp (test_integer_literals_accepted) + (test_integer_literals_rejected): New binary tests. + +2010-01-09 Ralf Wildenhues + + * gdb.cell/configure: Regenerate. + +2010-01-09 Jan Kratochvil + + * gdb.base/corefile.exp: Move the core finding block out and call it as + core_find, new variable $corefile, replace corefile by $corefile and + [file tail $corefile] for usage vs. test names resp. + * lib/gdb.exp (core_find): Move it as a new function here. New + parameter binfile and deletefiles. New variable $destcore. Pre-delete + $destcore. Return "" on error. + +2010-01-08 Jan Kratochvil + + Workaround PR binutils/10802. + * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes + (twice). + +2010-01-08 Daniel Jacobowitz + + * gdb.cp/gdb2495.exp: Skip if gdb,nosignals. + +2010-01-08 Joel Brobecker + + * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect + call, to avoid interruption. + +2010-01-08 Jan Kratochvil + + * gdb.stabs/weird.def (args93): New. + +2010-01-07 Doug Evans + + * lib/gdb.exp (gdb_skip_xml_test): Add comment. + +2010-01-07 Tom Tromey + + * gdb.base/source.exp: Use correct line number. + +2010-01-05 Stan Shebs + + * gdb.trace/tracecmd.exp: Test ftrace. + +2010-01-04 Ulrich Weigand + + * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets. + +2010-01-03 Jan Kratochvil + + * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to + "uint_for_mi_testing". + +2010-01-01 Joel Brobecker + + Test indented comment in file being sourced. + * gdb.base/commands.exp: Test indented comment in file being sourced. + +2010-01-01 Joel Brobecker + + * gdb.fortran/array-element.f, gdb.fortran/complex.f, + gdb.fortran/derived-type.f90, gdb.fortran/module.f90, + gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright + notice. + +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 + 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. + Do not load with fixed packet sizes. + +2009-11-13 Daniel Jacobowitz + + * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up. + +2009-11-13 Daniel Jacobowitz + + * gdb.base/freebpcmd.exp: Delete unused variable. Specify + srcfile when setting a breakpoint. + 2009-11-13 Maciej W. Rozycki * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine