diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-06 15:59:34 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-06 15:59:34 +0000 |
commit | 84ccb887528da1a73efbfbaf81646f97292322b7 (patch) | |
tree | 83ef25e2e1e93af3684025b26f9cef7b10f758b7 | |
parent | 8066e4344eaf94cc8530a01a017a58a931fd8116 (diff) | |
download | gdb-84ccb887528da1a73efbfbaf81646f97292322b7.zip gdb-84ccb887528da1a73efbfbaf81646f97292322b7.tar.gz gdb-84ccb887528da1a73efbfbaf81646f97292322b7.tar.bz2 |
* gdb.base/break.exp: Remove commented out if $usestubs {}. As
nearly as I can tell, the whole thing was an accident in Stu's
change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
to replace a send/expect pair with gdb_test, but ended up only
adding the gdb_test. My change of 24 Mar 1995 and Kung's change
of 30 Mar 1995 took care of it, but left this vestigial comment
which I am now nuking.
-rw-r--r-- | gdb/testsuite/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5c12471..ebca1ee 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,18 @@ +Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.base/break.exp: Remove commented out if $usestubs {}. As + nearly as I can tell, the whole thing was an accident in Stu's + change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant + to replace a send/expect pair with gdb_test, but ended up only + adding the gdb_test. My change of 24 Mar 1995 and Kung's change + of 30 Mar 1995 took care of it, but left this vestigial comment + which I am now nuking. + +Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.base/break.exp: Look for different line number for + breakpoint at main depending on usestubs. + Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * gdb.base/list.exp: Adjust some alternate expect patterns to |