summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/watchpoint-cond-gone.exp
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-11-09 04:44:17 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-11-09 04:44:17 +0000
commitefd11a33a137b2c48728539f9d695fc1bea6fb40 (patch)
treef9c5d3c212b75b16f0611e23ce5981b1467c3254 /gdb/testsuite/gdb.base/watchpoint-cond-gone.exp
parentd9435e4b81ece9aaacb42f27b6b4b77818fb6f5f (diff)
downloadbinutils-gdb-efd11a33a137b2c48728539f9d695fc1bea6fb40.tar.gz
gdb/testsuite/
* gdb.base/maint.exp: Expect "." prefix. * gdb.base/nodebug.exp: Expect "." Likewise. * gdb.base/sepsymtab.exp: Expect "." Likewise. * gdb.base/watchpoint-cond-gone.exp: Likewise. * gdb.base/watchpoint.exp: Expect a software watch to be created for POWER server processors.
Diffstat (limited to 'gdb/testsuite/gdb.base/watchpoint-cond-gone.exp')
-rw-r--r--gdb/testsuite/gdb.base/watchpoint-cond-gone.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/watchpoint-cond-gone.exp b/gdb/testsuite/gdb.base/watchpoint-cond-gone.exp
index e3eacc9f0c0..6ab099c9925 100644
--- a/gdb/testsuite/gdb.base/watchpoint-cond-gone.exp
+++ b/gdb/testsuite/gdb.base/watchpoint-cond-gone.exp
@@ -46,6 +46,7 @@ gdb_test "watch c if c == 30" "atchpoint \[0-9\]*.*" "Place the watchpoint"
# We may stay either in the function itself or only at the first instruction of
# its caller depending on the epilogue unwinder (or valid epilogue CFI) presence.
+
gdb_test "finish" \
- "Watchpoint .* deleted because the program has left the block in.*which its expression is valid..*in (jumper|func).*" \
+ "Watchpoint .* deleted because the program has left the block in.*which its expression is valid..*in (\\.?jumper|func).*" \
"Catch the no longer valid watchpoint"