aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/powerpc-prologue.exp
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2009-03-29 14:52:54 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2009-03-29 14:52:54 +0000
commit3cb51905575ddbdc88eee13144b537d222e61cb4 (patch)
tree8f5aaf270cea6650ef2e71081616e962c635135b /gdb/testsuite/gdb.arch/powerpc-prologue.exp
parentc2c8d75b34d09ab339d3cdc189e06caf6f69aac3 (diff)
downloadgdb-3cb51905575ddbdc88eee13144b537d222e61cb4.zip
gdb-3cb51905575ddbdc88eee13144b537d222e61cb4.tar.gz
gdb-3cb51905575ddbdc88eee13144b537d222e61cb4.tar.bz2
* gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
Diffstat (limited to 'gdb/testsuite/gdb.arch/powerpc-prologue.exp')
-rw-r--r--gdb/testsuite/gdb.arch/powerpc-prologue.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/powerpc-prologue.exp b/gdb/testsuite/gdb.arch/powerpc-prologue.exp
index 67a4ad6..183763f 100644
--- a/gdb/testsuite/gdb.arch/powerpc-prologue.exp
+++ b/gdb/testsuite/gdb.arch/powerpc-prologue.exp
@@ -50,7 +50,7 @@ if ![runto_main] then {
# Testcase for PIC prologue.
gdb_breakpoint "gdb2029_marker"
-gdb_test "continue" "Breakpoint $decimal, $hex in gdb2029_marker \\(\\)" \
+gdb_test "continue" "Breakpoint $decimal, $hex in gdb2029_marker \\(\\).*" \
"continue to PIC"
gdb_test "backtrace 10" \
@@ -70,7 +70,7 @@ gdb_test "info frame" \
# Testcase for scheduled prologue.
gdb_breakpoint "optimized_1_marker"
-gdb_test "continue" "Breakpoint $decimal, $hex in optimized_1_marker \\(\\)" \
+gdb_test "continue" "Breakpoint $decimal, $hex in optimized_1_marker \\(\\).*" \
"continue to optimized"
gdb_test "backtrace 10" \