diff options
author | Bob Manson <manson@cygnus> | 1997-05-23 22:30:29 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-05-23 22:30:29 +0000 |
commit | 29a76b68a6ad48eb43cf95c906bdfbc3d55ea5a8 (patch) | |
tree | 46fd6e7729d97154394cac7d65f0ba6c126ae42a | |
parent | 1e0d962e4f7a449bd538867ef9f93bb3075368d5 (diff) | |
download | gdb-29a76b68a6ad48eb43cf95c906bdfbc3d55ea5a8.zip gdb-29a76b68a6ad48eb43cf95c906bdfbc3d55ea5a8.tar.gz gdb-29a76b68a6ad48eb43cf95c906bdfbc3d55ea5a8.tar.bz2 |
* gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
test_calls after restarting.
* lib/gdb.exp(gdb_run_cmd): Send jump command again after
reloading.
* gdb.base/watchpoint.exp: Fix typo.
* gdb.base/setshow.exp: Check for use_gdb_stub.
* gdb.base/break.exp: Fix continue until exit test for the gdb
stub case.
* gdb.base/langs.exp: Ditto.
* config/monitor.exp(gdb_load): Handle gdb_sect_offset and
gdb_load_offset. If we weren't given a file to load, figure out
what the current file is and use it.
-rw-r--r-- | gdb/testsuite/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d2925c0..8017634 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,7 +1,22 @@ Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com> + * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run + test_calls after restarting. + + * lib/gdb.exp(gdb_run_cmd): Send jump command again after + reloading. + + * gdb.base/watchpoint.exp: Fix typo. + + * gdb.base/setshow.exp: Check for use_gdb_stub. + + * gdb.base/break.exp: Fix continue until exit test for the gdb + stub case. + * gdb.base/langs.exp: Ditto. + * config/monitor.exp(gdb_load): Handle gdb_sect_offset and - gdb_load_offset. + gdb_load_offset. If we weren't given a file to load, figure out + what the current file is and use it. * config/i386-bozo.exp: New file. |