diff options
author | Bob Manson <manson@cygnus> | 1997-09-13 00:07:21 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-09-13 00:07:21 +0000 |
commit | eb16c04c8c232558f68b424bcb62b285fd2d9002 (patch) | |
tree | b90cdc3bdd882df61307b3e8a44d88571fd3724d /gdb | |
parent | a3138f51f6f59f8ce1d801e638bcc6559624f02a (diff) | |
download | gdb-eb16c04c8c232558f68b424bcb62b285fd2d9002.zip gdb-eb16c04c8c232558f68b424bcb62b285fd2d9002.tar.gz gdb-eb16c04c8c232558f68b424bcb62b285fd2d9002.tar.bz2 |
* 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.
Fixes for TCL8 miscellaneous problems.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c62d87e..6f43ba4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,31 @@ +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 |