Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 47836270942d395b198660c272e721aded613fc0..4af0c78380e7df48df32c518d97229dee0f84499 100644 (file)
@@ -1,3 +1,318 @@
+Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
+
+       * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
+       not void.
+
+Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
+
+       * gdb.base/branches.c: Code with lots of loops and
+       subroutines. Used to test gdbs ability to single step through PC
+       changes, especially to test mips-tdep.c:mips_next_pc
+
+Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
+
+       * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
+       more rigorous EGCS C++ error checking.
+
+Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
+
+        * gdb.base/help.exp:  Clean up `help set args' and `help show args'
+        tests.                                                             
+        * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
+        function when asleep.                                              
+        * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
+        for i*86 Linux and SVR4 signal handling problems.                  
+        Remove linux xfail for `next to handler in signals_tests_1', fixed 
+        by recent infrun.c change.                                         
+        Limit backtrace to 10 frames to avoid timeout problems with infinite
+        stack backtraces.                                                   
+        Adjust expect pattern in `handle all print' test to match Apr 28 1997
+        target.[ch] change.
+
+Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
+
+       * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
+       for a newline from gdb before continuing.
+       (default_gdb_exit): Just look for y or n.
+       (gdb_test): Detect abnormal exit from GDB running on DOS; if
+       it does, fail the rests of the tests in the file.
+
+Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
+
+       * config/cygmon.exp: New file.
+
+Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
+
+       * gdb.base/list.exp: Fix problem with "list default lines around
+       main" test on remote targets.
+
+       * gdb.base/scope.exp: Fix problem with filelocal_bss before
+       run test on remote targets.
+
+Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * gdb.asm: New directory.
+       * configure.in: Configure it.
+       * configure: Regenerate.
+       * gdb.asm/{Makefile.in,configure.in,configure}: New files.
+       * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
+
+Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
+
+       * config/mn10300-eval.exp: New file to support MN10300 eval board.
+
+Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cleaver.cygnus.com)
+        * gdb.base/overlays (several files): Merge the two overlay
+        managers into one.  Change variables (foox, barx, bazx, grbxx)
+        back into ints but force them to load in their proper sections.
+
+Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
+       on-chip insn memory and IMAP1 to upper 128k.
+       (D10VCopy): Handle memory regions crossing 16k boundaries.
+       (D10VCopy): Transfer data in 32 bit chunks.
+
+Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/overlays.c (main): Exit normally when result is
+       correct.
+
+       * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
+       map.  Include space for printf in .text segment.
+
+       * gdb.base/d10vovly.c (D10VTranslate): New function, handle
+       updated d10v memory VMA/LMA map.
+       (D10VCopy): Call D10VTranslate.
+       
+Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/m32rovly.c: Force variable _novlys into .data section.
+
+       * gdb.base/bar.c (barx, bar): Change variable to small array so
+       that it won't be put into the .sdata - small data -
+       section. Update reference.
+       * gdb.base/baz.c (bazx, baz): Ditto.
+       * gdb.base/foo.c (foox, foo): Ditto.
+       * gdb.base/grbx.c (grbxx, grbx): Ditto.
+
+       * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
+       to be arrays.
+       
+Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cleaver.cygnus.com)
+        * gdb.base/overlays.exp: fix up and get working again.
+        Add tests for backtraces from an overlay function.
+Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
+       "calling function with watchpoint enabled".
+
+Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/break.exp (test_next_with_recursion): Remove
+       gdb_suppress_tests for d10v-*-*.
+       * lib/gdb.exp (gdb_suppress_tests): Disable this function
+       pending review of whether it is useful or not.
+
+Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
+
+       * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
+
+Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
+
+       * gdb.base/break.exp: Increase timeout for slow TX39 boards.
+       * config/dve.exp: New file to support Densan boards.
+
+Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/interrupt.exp: Document problem of simulators, signals,
+       reads and BSD.
+
+Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * config/monitor.exp: Be a bit less picky about the "Remote debugging"
+       response.
+
+       * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
+
+Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
+       test.
+
+       * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
+       target_sizeof_long and target_bigendian_p.
+       (structs_by_value, structs_by_reference): Check values according
+       to targets word size and endianess.
+       
+Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/langs.exp: For "continue to exit" ignore any trailing
+       output.
+
+Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
+       Update test of set args help to match source change.
+
+Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
+
+       * gdb.base/default.exp: Expect help system output to be in
+       alphabetical order.
+       * gdb.base/help.exp: Ditto.
+
+Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
+       "i*86-pc-linux-gnu*".
+       * gdb.base/interrupt.exp: Ditto.
+       * gdb.base/corefile.exp: Ditto.
+
+       * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
+       define vxworks when building the testcase.
+
+       * gdb.base/ptype.exp: Fix testnames to be unique.
+       * gdb.base/radix.exp: Ditto.
+       * gdb.base/term.exp: Ditto.
+       * gdb.base/whatis.exp: Ditto.
+       * gdb.c++/classes.exp: Ditto.
+
+Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * gdb.base/callfuncs.exp: Fix indentation.
+
+       * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
+       suppress_flag has been set.
+       (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
+       target feature.
+
+Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
+       the testcase.
+
+       * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
+       set_debug_traps() and breakpoint().
+       * gdb.c++/misc.cc (main): Ditto.
+       * gdb.c++/templates.cc (main): Ditto.
+       * gdb.c++/virtfunc.cc (main): Ditto.
+
+Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * lib/gdb.exp(gdb_step_for_stub): New function.
+       (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
+       exists, reload the executable and do a "continue" instead of
+       doing a jump.
+       (runto_main): Use gdb_step_for_stub.
+       
+       * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
+       tests to have unique names.
+       * gdb.base/callfuncs.exp: Ditto.
+       * gdb.base/commands.exp: Ditto.
+       * gdb.base/default.exp: Ditto.
+       * gdb.base/help.exp: Ditto.
+       * gdb.base/list.exp: Ditto.
+       * gdb.base/opaque.exp: Ditto.
+       * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
+       similar tests.
+       
+       * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
+       * gdb.c++/cplusfuncs.cc: Ditto.
+       * gdb.c++/virtfunc.cc: Ditto.
+
+       * config/monitor.exp: Keep track of the last file we saw, rather
+       than trying to get the info from gdb.
+
+       * gdb.fortran/types.exp: Move comment to previous line.
+
+Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * config/sparclet.exp: Detect gratuitous change to sparclet gdb
+       target mode.
+
+Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
+
+       From Bob Manson:
+       * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
+       string from GDB when it connects.
+
+       * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
+
+Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
+       if we can't get a debug format from GDB (we may be testing an
+       older GDB). Use a 10 second timeout when checking for the format.
+
+       * gdb.stabs/weird.exp: Fix quoting.
+
+       * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
+
+Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * config/arm-ice.exp: New file.
+
+Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
+       until it has been modified to work with the new testsuite.
+
+       * gdb.*/*.exp: Instead of causing 1 unresolved test when the
+       testcase won't compile, cause all of the testcases in the file to
+       fail instead.
+
+       * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
+       (gdb_clear_suppressed): New procedure.
+       (gdb_stop_suppressing_tests): Only clear suppress_flag if
+       it contains a positive value.
+
+Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
+
+       * gdb.c++/virtfunc.exp: Remove setting of libs variable.
+
+Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
+
+       * lib/gdb.exp (setup_xfail_format): New function.
+       (get_debug_format): New function to get debug format.
+       (debug_format): New global variable to hold last value set
+       by get_debug_format.
+       * gdb.base/list.exp: Call get_debug_format and expect some
+       tests to fail for DWARF 1 and COFF formats.
+       * gdb.c++/ptype.exp: Ditto.
+       * gdb.c++/classes.exp: Ditto.
+       * gdb.c++/cplusfuncs.exp: Ditto.
+       * gdb.c++/inherit.exp: Ditto.
+       * gdb.c++/templates.exp: Ditto.
+       * gdb.c++/virtfunc.exp: Ditto.
+       
+Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
+
+       * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
+       host doesn't have a currently-open connection.
+
+       * config/sparclet.exp: Cleanups and fixes to make it generic for
+       any gdb stub target. Handle cases where gdb doesn't respond when
+       interrupted in a sane fashion.
+
+       * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
+       same thing in a totally different way.
+
+       * config/monitor.exp: Pass in timeouts to gdb_expect instead of
+       setting "timeout".
+       (gdb_start): We set the global gdb_prompt variable in
+       default_gdb_init now.
+
+Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/printcmds.exp: Fix "check for floating addition"
+       regexp to accept results within approx +/- .01 of exact value.
+       * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
+
 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
 
        * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
@@ -550,7 +865,7 @@ Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
        to destructor breakpoint test, GDB should be able to set the
        destructor breakpoint without specifying arguments.
 
-Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@ninemoons.com>
+Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
 
        * gdb.threads/pthreads.exp: Change result for failure to compile due
        to lack of pthreads runtime support from an error to simply an
This page took 0.037244 seconds and 4 git commands to generate.