diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-04-03 16:34:48 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-04-03 16:34:48 +0000 |
commit | ed4c619a6772b5ca8fd509f27d3cb6d9623a7616 (patch) | |
tree | 5a5f5547751e13d2c5e725e3c48406cba46b7405 /gdb/testsuite/gdb.base/ending-run.exp | |
parent | 6be67e674a60d75af6ff1b6c2fc9c5f0e8769a99 (diff) | |
download | gdb-ed4c619a6772b5ca8fd509f27d3cb6d9623a7616.zip gdb-ed4c619a6772b5ca8fd509f27d3cb6d9623a7616.tar.gz gdb-ed4c619a6772b5ca8fd509f27d3cb6d9623a7616.tar.bz2 |
2003-04-02 Andrew Cagney <cagney@redhat.com>
* gdb.base/callfuncs.exp: Make "print add" messages unique.
* gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
matching directories by the name breakpoint.
* gdb.base/pointers.exp: Make "ptype pppC" message consistent.
Make "continue to marker1" consistent.
* gdb.base/call-rt-st.exp: Make "finish out from loop_count"
message consistent.
* lib/gdb.exp: Put "the program is no longer running", and "the
program exited" in parenthesis.
* lib/mi-support.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.base/ending-run.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/ending-run.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/ending-run.exp b/gdb/testsuite/gdb.base/ending-run.exp index f89e142..3960f06 100644 --- a/gdb/testsuite/gdb.base/ending-run.exp +++ b/gdb/testsuite/gdb.base/ending-run.exp @@ -74,7 +74,7 @@ if [target_info exists use_gdb_stub] { gdb_test "cle" ".*Deleted breakpoints 2 1.*" "clear worked" send_gdb "i b\n" gdb_expect { - -re ".*breakpoint.*breakpoint.*$gdb_prompt $" { + -re ".* breakpoint .* breakpoint .*$gdb_prompt $" { fail "cleared bp at line before routine" } -re ".*3.*main.*31.*$gdb_prompt $" { @@ -120,7 +120,7 @@ gdb_expect { send_gdb "i b\n" gdb_expect { - -re ".*breakpoint.*breakpoint.*$gdb_prompt $" { + -re ".* breakpoint .* breakpoint .*$gdb_prompt $" { fail "all set to continue (didn't clear bps)" } -re ".*3.*main.*31.*$gdb_prompt $" { |