2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index ace5929e9753227ae45587a745952014121d2269..f8ff3614682e78b27d59ff56b09999def43a5ee1 100644 (file)
@@ -1,5 +1,345 @@
+2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
+        output.
+
+2005-09-11  Bob Rossi  <bob@brasko.net>
+
+       * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
+       * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for 
+       commands that return an MI output command and an asyncronous MI output
+       command.
+       * gdb.mi/mi-console.exp: Ditto.
+
+2005-09-11  Bob Rossi  <bob@brasko.net>
+
+       * gdb.mi/mi-var-child.c: Include <string.h>.
+
+2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * killed.exp: Correct gdb_expect syntax.
+
+2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
+
+       * lib/mi-support.exp (mi_gdb_load): Fix typo.
+
+2005-08-02  Bob Rossi  <bob@brasko.net>
+
+       * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
+       (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
+       Change tests to inferior-tty-set/show.
+       * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
+       (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
+       * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
+       inferior.  Use mi_gdb_test to get GDB and Inferior output.
+       * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
+       descriptor.
+       (mi_inferior_tty_name): Add inferior PTY file name.
+       (mi_gdb_start): Add INFERIOR_PTY parameter.
+       (mi_gdb_test): Add IPATTERN parameter.
+
+2005-08-02   Bob Rossi  <bob@brasko.net>
+  
+       * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
+       parameter to mi_gdb_test.
+       * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
+
+2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi-var-child.c (do_children_tests): Initialize
+       struct_declarations.
+       * gdb.mi/mi-var-child.exp: Step over the initialization of
+       struct_declarations.
+
+2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
+       * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
+       * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
+       * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
+       * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
+       file.
+
+2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
+       (do_children_tests): Assign values to the extra elements.
+
+       * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
+       them for tests for "-var-update --no-values" and
+       "-var-update --all-values".  
+       Add test for "-var-list-children --simple-values".
+
+       * gdb.mi/basics.c (callee4): Add integer array D[3]...
+
+       * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
+       "-stack-list-locals --simple-values"  Improve doc strings and
+       comments.
+
+2005-07-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
+       *-*-openbsd*.
+       * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
+
+       * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
+       sigaltsatck'.
+
+2005-07-14  Bob Rossi  <bob@brasko.net>
+  
+       * gdb.base/default.exp (tty): Changed output of command.
+       * gdb.base/help.exp (help tty): Ditto.
+
+2005-07-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
+
+2005-07-10  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
+       -stack-select-frame without arguments.
+       (test_stack_frame_listing): Add test for newly implemented command
+       -stack-info-frame.
+
+2005-07-06  Bob Rossi  <bob@brasko.net>
+
+       * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
+       command.
+       (Copyright): Update copyright.
+
+2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
+       tests to evaluate exponentiation expression.
+
+2005-06-29  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
+       main to avoid warnings.
+
+       * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
+
+2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
+
+       * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
+       -stack-select-frame without arguments.
+       (test_stack_frame_listing): Add test for newly implemented command
+       -stack-info-frame.
+       
+2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdb.fortran/array-element.f: New file.
+       * gdb.fortran/array-element.exp: New testcase.
+
+2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/bigcore.exp: Correct checks for systems which can
+       not dump a large core file.
+
+2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/relocate.c: Add a copyright notice.
+       (dummy): Remove.
+       * gdb.base/relocate.exp: Test printing the values of variables
+       from a relocatable file.
+
+2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
+       excess MI output after an error.
+
+2005-05-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.arch/alpha-step.c: New file.
+       * gdb.arch/alpha-step.exp: New testcase.
+
+2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
+           Dennis Brueni  <dennis@slickedit.com>
+
+       * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
+       gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
+       gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
+       gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
+       gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
+       gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
+       * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
+
+2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
+           Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
+       IBM's xlc compiler.
+       * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
+       * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
+
+2005-05-13  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
+       calling gdb_suppress_entire_file.
+       * gdb.base/charset.exp: Same.
+       * gdb.base/call-rt-st.exp: Same.
+
+2005-05-05  Bob Rossi  <bob_rossi@cox.net>
+
+       * lib/gdb.exp (fullname_syntax): Added global regex.
+       (fullname_syntax_POSIX): Ditto.
+       (fullname_syntax_UNC): Ditto.
+       (fullname_syntax_DOS_CASE): Ditto.
+       (fullname_syntax_DOS): Ditto.
+       * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
+       fullname_syntax variable to scope and use it.
+       (test_file_list_exec_source_files): Ditto.
+       * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
+
+2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
+
+2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * lib/gdb.exp (skip_altivec_tests): New function, based on
+        check_vmx_hw_available from the GCC testsuite.
+        * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
+        * lib/gdb.arch/altivec-regs.exp: Likewise.
+
+2005-05-02  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
+       calling gdb_suppress_entire_file.
+
+2005-04-30  Randolph Chung  <tausq@debian.org>
+
+       * gdb.threads/staticthreads.exp: Override signal to check for hppa.
+       Slightly relax "sem_post" name checking.
+
+2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
+
+       * gdb.base/unload.exp: Use new shared library infrastructure.
+
+2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
+
+       * gdb.base/so-impl-ld.exp: Use new shared library
+        infrastructure.
+
+2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.asm/asm-source.exp: Add h8300 to supported targets.
+       * gdb.asm/h8300.inc: New file.
+
+2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
+
+       * gdb.base/shlib-call.exp: Change to use new shared library
+       infrastructure.
+
+2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * gdb.base/pending.exp: Change to use new shared library
+        infrastructure.
+
+2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
+        use test_compiler_info instead of gcc_compiled, and update copyright.
+
+2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
+        shared objects being adjusted and update copyright years.
+
+2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ChangeLog: Correct some 2003-01-13 dates.
+       * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
+       gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
+       gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
+       gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
+       gdb.trace/tfind.exp: Update copyright years.
+
+2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * lib/gdb.exp (gdb_compile): Handle shlib=.
+       (gdb_compile_shlib): New function.
+
+2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * lib/gdb.exp (test_compiler_info): Give argument a default value.
+
+2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
+       gdb.server.
+       * configure.ac: Likewise.
+       * configure: Regenerated.
+       * gdb.gdbserver/Makefile.in: Moved to...
+       * gdb.server/Makefile.in: ... here.
+       * gdb.gdbserver/server.c: Moved to...
+       * gdb.server/server.c: ... here.
+       * gdb.gdbserver/server-run.exp: Moved to...
+       * gdb.server/server-run.exp: ... here.
+
+2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
+       * configure.ac: Create gdb.gdbserver/Makefile.
+       * configure: Regenerated.
+       * lib/gdbserver-support.exp: New file, derived from
+       config/gdbserver.exp.
+       * config/gdbserver.exp: Use gdbserver-support.exp.
+       * gdb.gdbserver/Makefile.in: New file.
+       * gdb.gdbserver/server.c: New file.
+       * gdb.gdbserver/server-run.exp: New file.
+
+2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * lib/gdb.exp (test_compiler_info): Return compiler_info
+        if no arguments are given.
+
+2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
+
+       * gdb.arch/altivec-abi.exp: Check for compiler and set
+       use altivec' flag accordingly.
+       * gdb.arch/altivec-regs.exp: Likewise.
+
+2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
+
+2005-03-27  Andreas Schwab  <schwab@suse.de>
+
+       * gdb.base/bigcore.c (main): Add missing mode argument in open
+       call.
+
+2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
+       downloads.
+       * config/gdbserver.exp (gdb_load): Likewise.
+
+2005-03-14  Paul Brook  <paul@codesourcery.com>
+
+       * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
+       targets.
+
+2005-03-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.dwarf2/dup-psym.S: New file.
+       * gdb.dwarf2/dup-psym.exp: New testcase.
+
+2005-03-09  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/exec_changed/first.adb: New file.
+       * gdb.ada/exec_changed/second.adb: New file.
+       * gdb.ada/exec_changed.exp: New testcase.
+
 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
 
+       * gdb.cp/userdef.cc (A1::operator+): New unary plus.
+       (A2): New class.
+       (main): Test operator+.
+       * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
+       breakpoint test.
+
        * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
        * gdb.base/signull.exp: Disable if gdb,nosignals.
        * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
        (ptype &*"foo").
        * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
 
-2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
+2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdb.mi/mi-console.exp: Remove extra "(known bug)".
        * gdb.mi/mi1-console.exp: Likewise.
 
-2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
+2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
        * gdb.mi/mi1-console.exp: Likewise.
@@ -13252,6 +13592,6 @@ Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
 ;; End:
 
     Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-    2003, 2004 Free Software Foundation, Inc.
+    2003, 2004, 2005 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
This page took 0.048753 seconds and 4 git commands to generate.