* gdb.base/callfuncs.exp (do_get_all_registers): Remove.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 6966dceb6a69814e58526266f188bd8c4338a8f0..bc3ab33ce0c4710a32ef4d709ac5ddd12702a548 100644 (file)
@@ -1,3 +1,279 @@
+2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
+       (fetch_all_registers): New function, uses gdb_test_multiple and
+       exp_continue to fetch inferior output line-by-line.
+       Replace all uses of do_get_all_registers by fetch_all_registers.
+
+2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
+       in target_info.
+
+2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
+
+       * gdb.threads/manythreads.exp: Use $message string for 
+       consistancy; add a default (timeout) case.
+
+2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
+
+       * gdb.base/watchpoint.exp: Fix truncated comment.
+
+2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
+
+       * Makefile.in: Remove spurious single-quotes from sed command.
+
+2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
+       func.
+       * gdb.mi/mi2-var-cmd.exp: Likewise.
+
+2007-02-27  Joel Brobecker  <brobecker@adacore.com>
+
+        * gdb.dwarf2/dw2-producer.S: New file.
+        * gdb.dwarf2/dw2-producer.exp: New testcase.
+
+2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
+       * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
+       * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
+       * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
+       * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
+       Revert tests to use mi_gdb_test and include value field in output
+       of -var-create.
+
+2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
+
+2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/maint.exp: Remove full paths from test names.
+       * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
+       gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
+
+2007-02-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
+
+2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.server/server-mon.exp: New test.
+
+2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
+
+2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
+       register capitalization.
+
+2007-02-13  Denis Pilat  <denis.pilat@st.com>
+
+       * gdb.mi/mi-var-invalidate.exp: New file.
+
+2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
+
+2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
+
+2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
+       gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
+
+2007-02-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
+       * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
+       * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
+       * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
+       * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
+       * gdb.mi/gdb792.exp, lib/mi-support.exp:
+       Update tests to include value field in output of -var-create.
+       
+2007-02-08  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.mi/mi-var-child.exp: Fix matching display of function value.
+
+2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
+       gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
+
+2007-02-02  Denis Pilat  <denis.pilat@st.com>
+
+       * gdb.threads/threadapply.exp: check that frame is not changed by
+       the thread apply all command.
+
+2007-01-31  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
+
+       * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
+       in the dwarf sections.
+       * gdb.dwarf2/mac-fileno.S: Likewise.
+
+       * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
+       bspstore register on ia64.
+
+2007-01-29  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
+       "frame-begin" annotation.
+
+       * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
+       number of "frames-invalid" annotations.
+
+2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/commands.exp: Call if_commands_test.
+       (gdb_test_no_prompt, if_commands_test): New.
+
+2007-01-28  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.threads/sigthread.c (NSIGS): Make bigger.
+
+2007-01-27  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
+       .short/.int/.quad in the dwarf sections.
+       * gdb.dwarf2/dw2-intercu.S: Likewise.
+       * gdb.dwarf2/dw2-intermix.S: Likewise.
+
+2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
+
+       * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
+       * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
+       array.
+       * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
+       * gdb.base/setvar.exp: Likewise.
+
+2007-01-26  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.base/corefile.exp: Allow non-empty argument list in reinit
+       test.
+
+       * gdb.base/multi-forks.exp ("restart $i"): Also match
+       __kernel_syscall_via_break.
+
+2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * lib/mi-support.exp (mi_delete_varobj): New.
+       * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
+       testcase.
+       * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
+       (main): Call the above.
+       (reference_update_test, base_in_reference_test)
+       (reference_to_pointer): Delete the created varobjs.
+       
+2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
+       * configure: Regenerated.
+       * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
+       * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
+       gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
+       gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
+       * lib/gdb.exp (gdb_skip_xml_test): New function.
+
+2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
+
+       * gdb.base/sigrepeat.exp: Correct error message.
+
+2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
+       gdb.arch/i386-gnu-cfi-asm.S: New files.
+
+2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp: Abort on missing `site.exp'.
+
+2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/included.c, gdb.base/included.exp,
+       gdb.base/included.h: New files.
+
+2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/bigcore.c (RLIMIT_CAP): Define.
+       (maximize_rlimit): Reduce limits on 64-bit systems.
+
+2007-01-19  Mark Kettenis  <kettenis@gnu.org>
+
+       From Marcus Deuling <deuling@de.ibm.com>:
+       * gdb.arch/altivec-regs.exp: Initialise variable endianness in
+       every case.
+
+2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
+       (test_path_specification): Use objdir instead of srcdir to always
+       get an absolute filename.
+
+2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.cp/member-ptr.cc (class Padding): Make contents public.
+
+2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * gdb.mi/mi-var-cp.cc (reference_update_tests):
+       Make sure the variable we're using is in scope.
+       (reference_to_pointer): Likewise.
+
+2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
+       has no debug information.
+
+2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/annota1.exp: Remove extra send_gdb.
+
+2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
+
+2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
+
+2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
+       lcharacter or linteger change.  Correct duplicated test name.
+       * gdb.mi/mi2-var-cmd.exp: Likewise.
+
+2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
+
+2007-01-05  Joel Brobecker  <brobecker@adacore.com>
+
+        * gdb.base/nofield.c: New file.
+        * gdb.base/nofield.exp: New testcase.
+
+2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.mi/mi-var-cp.exp: New test for references to pointers.
+
+       * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
+        test.
+
+2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
+
 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * lib/mi-support.exp (mi_runto_helper): Expect two prompts
        Run inline tests.
        * gdb.mi/mi-var-cp.cc: Define tests here.
 
+2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Simplify usage of mi_continue_to.
+       * lib/mi-support.exp (mi_runto_helper): Renamed
+       from mi_runto, added new parameter 'run_or_continue'.
+       (mi_runto): Use mi_runto_helper.
+       (mi_continue_to): Accept just function name as parameter.
+       Use mi_runto_helper.
+       * gdb.mi/mi-var-cmd.exp: Adjust to changes.
+       * gdb.mi/mi2-var-cmd.exp: Likewise.
+       
 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
 
        Make this testcase a bit more realistic. The current code
This page took 0.044755 seconds and 4 git commands to generate.