summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/finish.exp
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-05-24 01:14:15 +0000
committerKevin Buettner <kevinb@redhat.com>2001-05-24 01:14:15 +0000
commitf6dc23a9315643df7775395ab7518490e5da6a1c (patch)
tree44991bd1f17d4d5a01dd0281c21808ef4e8d76d6 /gdb/testsuite/gdb.base/finish.exp
parente90fdc1abd8cbaa9aa2117d8671c1ee9f5436b56 (diff)
* gdb.base/finish.exp (finish_void): Revise pattern for
stopping on the call statement to not permit stopping at the start of the instructions comprising the call sequence.
Diffstat (limited to 'gdb/testsuite/gdb.base/finish.exp')
-rw-r--r--gdb/testsuite/gdb.base/finish.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/finish.exp b/gdb/testsuite/gdb.base/finish.exp
index 3e2c69f1f0..064f26e39d 100644
--- a/gdb/testsuite/gdb.base/finish.exp
+++ b/gdb/testsuite/gdb.base/finish.exp
@@ -85,7 +85,7 @@ proc finish_void { } {
-re ".*void_checkpoint.*$gdb_prompt $" {
pass "finish from void_func"
}
- -re ".*call to void_func.*$gdb_prompt $" {
+ -re "0x\[0-9a-fA-F\]+ in main.*call to void_func.*$gdb_prompt $" {
pass "finish from void_func"
}
-re ".*$gdb_prompt $" {