* gdb.base/break.exp: Always check for a program already being
authorJeff Law <law@redhat.com>
Thu, 20 Jul 1995 17:50:05 +0000 (17:50 +0000)
committerJeff Law <law@redhat.com>
Thu, 20 Jul 1995 17:50:05 +0000 (17:50 +0000)
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/testsuite/ChangeLog

index d96c1d05580536e86ca0c5aac0c76cda2ee83f75..a294edad14bc9a13231373678f46430c06ad7e69 100644 (file)
@@ -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.