2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 67e0809cf50dc0ec8228a0ee49e14247b808a970..89eb7b3b2fe3020fa0103a25e691f3444ff998e9 100644 (file)
@@ -1,3 +1,205 @@
+2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.cp/classes.exp: Remove unused declarations.  Just let
+       test names default instead of providing special names.  Remove
+       extraneous demangler test.
+
+2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * gdb.base/unload.exp: New test for breakpoints in dynamically
+       loaded libraries.
+       * gdb.base/unload.c: Ditto.
+       * gdb.base/unloadshr.c: Ditto.
+
+2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.cp/classes.exp (test_ptype_class_objects): Call
+       cp_test_ptype_class.
+       (test_enums): Likewise.
+
+2004-08-10  Andrew Cagney  <cagney@gnu.org>
+
+       * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
+       init_malloc call.
+
+2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * ChangeLog: Add copyright notice.  The notice is copied
+       from emacs 21.3 top level ChangeLog.
+
+2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * lib/cp-support.exp: New file.
+       * lib/cp-support.exp (cp_test_type_class): New function.
+       * gdb.cp/derivation.exp: Use cp_test_ptype_class.
+       * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
+       * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
+       cp_test_ptype_class.
+
+2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
+       gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
+       gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
+       gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
+       gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
+       gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
+       gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
+       gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
+       gdb.mi/mi2-watch.exp: Update copyright years.
+
+2004-08-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/sigaltstack.exp: Provide proper anchoring.
+
+2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
+       gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
+       gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
+       gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
+       gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
+       gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
+       gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
+       gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
+       gdb.mi/mi-watch.exp: Update copyright years.
+
+2004-08-08  Daniel Jacobowitz  <dan@debian.org>
+
+       PR gdb/1738
+       * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
+       from a breakpoint with a pending signal.
+
+2004-08-08  Daniel Jacobowitz  <dan@debian.org>
+
+       PR gdb/1736
+       * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
+       * gdb.base/sigaltstack.exp (finish_test): Consume output until
+       the prompt.
+       * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
+
+2004-08-08  Daniel Jacobowitz  <dan@debian.org>
+
+       * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
+
+2004-08-08  Daniel Jacobowitz  <dan@debian.org>
+
+       PR gdb/1736
+       * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
+       for i?86-*-linux*.
+
+2004-08-08  Daniel Jacobowitz  <dan@debian.org>
+
+       * gdb.arch/i386-prologue.exp: Compile without debug information.
+
+2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
+       rather than asking gdb to search.
+
+2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/gcore.c: Include <string.h>.
+
+2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/gcore.c: Add copyright notice.
+
+2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/freebpcmd.c: Include <stdio.h>.
+       * gdb.base/long_long.c: Include <string.h>.
+       * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
+       * gdb.base/siginfo.c: Include <string.h>.
+       * gdb.base/sigstep.c: Include <string.h>.
+
+2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/complex.c: Include <stdlib.h>.
+
+2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/complex.c: Add copyright notice.
+
+2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/charset.c: Include <stdlib.h>.
+
+2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/auxv.c: Include <stdlib.h>.
+
+2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/auxv.c: Add copyright notice.
+
+2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/coremaker.c: Add copyright notice.
+       * gdb.base/coremaker2.c: Add copyright notice.
+
+2004-08-04  Andrew Cagney  <cagney@gnu.org>
+
+       * gdb.base/store.exp: Update copyright.
+       (check_set, up_set, check_struct, up_struct): Add a prefix to test
+       names, do not import gdb_prompt.
+
+2004-08-01  Andrew Cagney  <cagney@gnu.org>
+
+       Fix PR testsuite/1729.
+       * gdb.base/dump.exp: Add test name to callers of capture_value, do
+       not use capture_value with value 4.
+       (capture_value): Add optional test name parameter.
+       (test_reload_saved_value, test_restore_saved_value): Use $msg as
+       the prefix, pass to capture_value.
+
+2004-08-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
+       * gdb.arch/i386-prologue.c (standard): New prototype and function.
+       (main): Call new function.
+
+2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.cp/namespace.exp: Accept more varieties of ptype output.
+
+2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
+
+2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.cp/inherit.exp: Accept more varieties of ptype output.
+       Accept more values of vtbl pointer.  Remove some messages
+       about "obsolete gcc or gdb".
+
+2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.cp/classes.exp: Accept more varieties of ptype output.
+
+2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.base/asm-source.exp: Properly convert target board
+       debug flags from gcc format to binutils format.
+
+2004-07-28  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
+       gdb1718".  PR backtrace/1718 partially fixed.
+
+2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
+
+2004-07-26  Nick Clifton  <nickc@redhat.com>
+
+       * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
+       good default value for a specific architecture is available then
+       set it to that value.  Otherwise default to the -gstabs switch.
+       Remove the -g... switches from the asm-flags variable.  Allow the
+       target board info to override the value if it wants to.  Pass the
+       switch on the assembler command line.
+
 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
 
        * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
@@ -12449,3 +12651,8 @@ left-margin: 8
 fill-column: 74
 version-control: never
 End:
+
+    Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+    2003, 2004 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.027883 seconds and 4 git commands to generate.