Changed pattern in gdb_run_cmd to match up to the first newline only.
authorJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 20 Jul 1994 17:29:02 +0000 (17:29 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Wed, 20 Jul 1994 17:29:02 +0000 (17:29 +0000)
commit959fea03b51d7106fe2fa8362c9e74d4085927fb
treeac658a72f34d402e169d72e241fa1aea850e037f
parent4f2ec2eeb86254e6d29fc86f899e4372984f985d
Changed pattern in gdb_run_cmd to match up to the first newline only.
The old pattern used ".*$", which could, and did, swallow up output
that we were attempting to match elsewhere.
gdb/testsuite/lib/gdb.exp