* proc-service.c (ps_lgetregs): Search all_processes instead of
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 567558b5656047fb3181ad4442d6e07971184303..87baff63f6fa9e4c4106a8ff669f61bb11e42528 100644 (file)
@@ -1,3 +1,196 @@
+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
+       * gdb.cp/exception.exp: Disable if skip_cplus_tests.
+       * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
+       * gdb.mi/mi2-console.exp: Likewise.
+       * gdb.trace/collection.exp (run_trace_experiment): Consume the
+       continue output at start.
+       (gdb_collect_locals_test): Robustify regexp.
+       * gdb.trace/passc-dyn.exp: Fix comment typo.
+       * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
+
+2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.asm/asm-source.exp: Add iq2000 case.
+       * gdb.asm/iq2000.inc: New file.
+
+2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
+       
+       * gdb.base/command.exp: Change hardcoded value to regular expression.
+       * gdb.base/float.exp: Add powerpc to the list of targets checked.
+
+2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
+       gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
+       gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
+       gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
+       gdb.asm/x86_64.inc: Use .purgem before redefining macros.
+
+2005-03-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
+       changes.
+
+2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * lib/compiler.c: Add test for IBM's xlc compiler.
+        * lib/compiler.cc: Likewise.
+
+2004-02-24  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/fixed_points.exp: Create compilation object directory
+       before running the test.
+       * gdb.ada/null_record.exp: Likewise.
+       * gdb.ada/packed_array.exp: Likewise.
+       * gdb.ada/start.exp: Likewise.
+
 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.ada/packed_array/pa.adb: New file.
        (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.
@@ -13202,6 +13395,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.033886 seconds and 4 git commands to generate.