diff options
author | Jeff Law <law@redhat.com> | 1995-07-20 17:50:05 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-07-20 17:50:05 +0000 |
commit | 8c72d4fcf698773eda7b93a5200b8a67a45321a4 (patch) | |
tree | 3028ca9202d94a0b918f4eb35203e41df1dec347 | |
parent | f4c40a88f36d1f729afaf70036c4fd3eed1451f8 (diff) | |
download | gdb-8c72d4fcf698773eda7b93a5200b8a67a45321a4.zip gdb-8c72d4fcf698773eda7b93a5200b8a67a45321a4.tar.gz gdb-8c72d4fcf698773eda7b93a5200b8a67a45321a4.tar.bz2 |
* gdb.base/break.exp: Always check for a program already being
started after sending a "run" command to gdb.
(text_next_with_recursion): Don't check the output from the
program's printf statement. Instead just make sure the program
exited.
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d96c1d0..a294eda 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ Thu Jul 20 11:40:13 1995 Jeff Law (law@snake.cs.utah.edu) + * gdb.base/break.exp: Always check for a program already being + started after sending a "run" command to gdb. + (text_next_with_recursion): Don't check the output from the + program's printf statement. Instead just make sure the program + exited. + * gdb.base/commands.exp: Protect tests which need arguments with $noargs conditionals. |