diff options
author | Bob Manson <manson@cygnus> | 1997-02-05 05:59:01 +0000 |
---|---|---|
committer | Bob Manson <manson@cygnus> | 1997-02-05 05:59:01 +0000 |
commit | 5d05bf0d50219eaad231b322d7fc18c7af2be925 (patch) | |
tree | d1d88e97137f635062ea8f5ea09a6dec2d7367dd /gdb | |
parent | ce3189da636d855895fc9613c69d87ce27e7e5c6 (diff) | |
download | gdb-5d05bf0d50219eaad231b322d7fc18c7af2be925.zip gdb-5d05bf0d50219eaad231b322d7fc18c7af2be925.tar.gz gdb-5d05bf0d50219eaad231b322d7fc18c7af2be925.tar.bz2 |
* config/sh.exp: New file.
* config/slite.exp: Try to connect multiple times to the board
before rebooting. Only send a "monitor run" if need_monitor_run
is set.
* gdb.base/break.exp: Don't do the "stub continue" test if
the target has gdb_stub set.
* gdb.base/callfuncs.exp: Increase the timeout.
* gdb.base/interrupt.exp: Don't even try to compile the testcase
if the target has gdb,noinferiorio set.
* gdb.base/list.exp: Increase match_max to 10000 characters.
* gdb.base/sigall.exp: Check for gdb,nosignals on the target.
* gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
target.
* lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
Misc fixes for sparclite and SH.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 73e5095..03334c0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,28 @@ +Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com> + + * config/sh.exp: New file. + + * config/slite.exp: Try to connect multiple times to the board + before rebooting. Only send a "monitor run" if need_monitor_run + is set. + + * gdb.base/break.exp: Don't do the "stub continue" test if + the target has gdb_stub set. + + * gdb.base/callfuncs.exp: Increase the timeout. + + * gdb.base/interrupt.exp: Don't even try to compile the testcase + if the target has gdb,noinferiorio set. + + * gdb.base/list.exp: Increase match_max to 10000 characters. + + * gdb.base/sigall.exp: Check for gdb,nosignals on the target. + + * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the + target. + + * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs. + Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com> * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before |