]> Git Repo - binutils.git/blobdiff - gdb/testsuite/ChangeLog
2000-10-19 Michael Snyder <[email protected]>
[binutils.git] / gdb / testsuite / ChangeLog
index 6423ee20b3de5b7eb539a0ab58b607f72aeee903..b017f8c74c46d9c0d02138b5515c46e4d53701ea 100644 (file)
@@ -1,3 +1,178 @@
+2000-10-19  Michael Snyder  <[email protected]>
+
+       * config/gdbserver.exp:  Rewritten from the ground up, to make it
+       compatible with the current dejagnu tree, and to make it work with
+       the new "gdbserver" in libremote.
+
+2000-10-16  Michael Snyder  <[email protected]>
+
+       * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
+       * gdb.base/varargs.exp: Skip entire test if no printf support.
+       * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
+       * gdb.base/shlib-call.exp: Skip several tests if no printf support.
+
+2000-10-13  Michael Snyder  <[email protected]>
+
+       * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
+       no floating point support.
+       (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
+       * gdb.base/call-ar-st.exp: Use above procs to skip tests.
+       * gdb.base/call-rt-st.exp: Ditto.
+       * gdb.base/call-strs.exp: Ditto.
+
+2000-08-02  Jimmy Guo  <[email protected]>
+
+       * gdb.base/sizeof.c: include <stdio.h>.
+
+       * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
+        'finish', otherwise uncaptured gdb_prompt would potentially
+        throw remaining test points out of sync.
+
+2000-07-26  Scott Bambrough <[email protected]>
+
+       * gdb.base/recurse.exp: Run tests for all targets.
+       * gdb.base/so-impl-ld.exp: Added wildcard to handle the
+       gnu-oldld case on ARM.
+       * gdb.base/watchpoint.exp (test_stepping): Clear xfail
+       for ARM targets.
+Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <[email protected]>
+
+       * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
+       * gdb.java/configure: Rebuild.
+
+Sun Jul 23 21:42:34 2000  Anthony Green  <[email protected]>
+
+       * gdb.java/jv-exp.exp: New file.
+
+Sun Jul 23 21:02:42 2000  Anthony Green  <[email protected]>
+
+       * configure: Rebuilt.
+       * configure.in (configdirs): Add gdb.java.
+       * gdb.java/jmisc.java: New file.
+       * gdb.java/jmisc.exp: New file.
+       * gdb.java/Makefile.in: New file.
+       * gdb.java/configure: Rebuilt.
+       * gdb.java/configure.in: New file.
+       * lib/java.exp: New file.
+
+Wed Jul 12 18:14:29 2000  Andrew Cagney  <[email protected]>
+
+       * gdb.base/exprs.exp: Test casts to a pointer including over and
+       underflow.
+
+Thu Jul 13 11:52:53 2000  Andrew Cagney  <[email protected]>
+
+       * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
+       and the compilers sizes.
+
+2000-07-09  Nick Duffek  <[email protected]>
+
+       * gdb.c++/misc.cc (class ClassParam, class_param): Define.
+       (use_methods): New function.
+       (main): Call use_methods().
+       * gdb.c++/classes.exp (test_method_param_class): New procedure.
+       (do_tests): Call test_method_param_class.
+
+2000-07-09  Nick Duffek  <[email protected]>
+
+       * gdb.c++/classes.exp (test_nonexistant_members): Fix name
+       spelling.
+       (test_enums): New procedure.  Move enum tests from end of script
+       to here.  Set breakpoint on function name instead of line number.
+       * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
+       (enums2): New marker function.
+       (enums1): New function.
+       (main): Call enums1().  Move enum tests to enums1().
+
+Tue Jul  4 03:43:49 2000  Andrew Cagney  <[email protected]>
+
+       * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
+       compile/link program.  Update line numbers.
+       * gdb.asm/d10v.inc: Define ``startup''.
+       * gdb.asm/asmsrc1.s: Add definition of _start.
+       
+Fri Jun 23 17:45:52 2000  Andrew Cagney  <[email protected]>
+
+       * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
+
+2000-06-18  Elena Zannoni  <[email protected]>
+
+       * gdb.base/maint.exp: Add 'maint print architecture' item to output
+       of 'help maint print' command.
+
+Fri Jun 16 18:22:05 2000  Andrew Cagney  <[email protected]>
+
+       * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
+       they use gdb_expect_list.
+
+Wed Jun  7 13:02:40 2000  Andrew Cagney  <[email protected]>
+
+       * gdb.base/commands.exp: Use ``set remote
+       memory-read-packet-size'' instead of ``set endian big'' to test
+       long commands.
+
+2000-06-03  Daniel Berlin  <[email protected]>
+
+       * gdb.c++/templates.exp (do_tests): Make all of these work under
+       g++, and stop skipping them. 
+
+       * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
+       work under g++.
+
+       * gdb.c++/misc.cc: Fix ambiguous initialization with correct 
+       initialization.
+
+2000-06-02  Michael Snyder  <[email protected]>
+
+       * gdb.base/annota1.exp (run until main breakpoint): Loosen up
+       the regular expression: accept an (almost) arbitrary sequence of
+       "frames-invalid" and "breakpoints-invalid" messages both before
+       and after the "starting" message.
+
+2000-06-02  Michael Snyder  <[email protected]>
+
+       * gdb.c++/local.exp: This test has never been known to work with g++.
+
+2000-05-18  Michael Snyder  <[email protected]>
+
+       * gdb.base/annota1.exp (annotate-signal-handler-caller):
+       Relax the regular expression a little, make it pass on Solaris 8.
+
+2000-05-12  Kevin Buettner  <[email protected]>
+
+       * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
+       a call, do not require that gdb stop on the line after the call. 
+       Instead, it is permissible for gdb to stop on the line of the
+       call itself.
+
+2000-05-12  Michael Snyder  <[email protected]>
+
+       * gdb.base/break.exp (bp on small function, optimized file):
+       Add a second pass pattern.  The behavior differs here between stabs
+       and dwarf for one-line functions.  Stabs preserves two line symbols
+       (one before the prologue and one after) with the same line number,
+       but dwarf regards these as duplicates and discards one of them.
+       Therefore the address after the prologue (where the breakpoint is)
+       has no exactly matching line symbol, and GDB reports the breakpoint
+       as if it were in the middle of a line rather than at the beginning.
+
+2000-05-08  Michael Snyder  <[email protected]>
+
+       * gdb.base/interrupt.exp: Make "pass" message say "send" 
+       rather than "send_gdb" (for consistancy).
+
+Mon May  1 15:37:58 2000  Andrew Cagney  <[email protected]>
+
+       From 2000-04-28 Andreas Jaeger  <[email protected]>:
+       * gdb.c++/templates.cc: Properly check for GCC version number.
+       * lib/compiler.cc: Likewise
+
+2000-04-28  Michael Snyder  <[email protected]>
+
+       * gdb.base/break.exp: When compiled with -O2 optimization, 
+       gdb may not stop at the first line of main, due to code motion.
+
 2000-04-26  Michael Snyder  <[email protected]>
 
        * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
This page took 0.030765 seconds and 4 git commands to generate.