diff options
author | Jeff Law <law@redhat.com> | 1995-07-20 18:43:53 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-07-20 18:43:53 +0000 |
commit | f20dfd566a2ec60e107cc0adde3bd1bc62b459f0 (patch) | |
tree | 4aa7a5ed12e5af0ab7a98283cb8df457fd21f635 /gdb | |
parent | 46e8d4117ab78b5d378426584f02c4035d37998c (diff) | |
download | gdb-f20dfd566a2ec60e107cc0adde3bd1bc62b459f0.zip gdb-f20dfd566a2ec60e107cc0adde3bd1bc62b459f0.tar.gz gdb-f20dfd566a2ec60e107cc0adde3bd1bc62b459f0.tar.bz2 |
* gdb.base/return.c: Put return values into variables so we
can have gdb print them rather than depending on the program
to print them.
* gdb.base/return.exp: Corresponding changes.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1a4447f..73620d0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ Thu Jul 20 11:40:13 1995 Jeff Law (law@snake.cs.utah.edu) + * gdb.base/return.c: Put return values into variables so we + can have gdb print them rather than depending on the program + to print them. + * gdb.base/return.exp: Corresponding changes. + * lib/gdb.exp: Provide default value for noinferiorio. * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from the inferior. |