From 0882dbd6c2cd0c0606cae0186eba5400c87bc997 Mon Sep 17 00:00:00 2001 From: schwab Date: Sun, 29 Mar 2009 14:52:54 +0000 Subject: [PATCH] * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line. --- gdb/testsuite/ChangeLog | 14 +++++++++----- gdb/testsuite/gdb.arch/powerpc-prologue.exp | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c59e1944ec..e30eeab2b4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-03-29 Andreas Schwab + + * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line. + 2009-03-26 Doug Evans * gdb.mi/mi-nonstop-exit.exp: New file. @@ -168,7 +172,7 @@ 2009-02-18 Pierre Muller * gdb.pascal/floats.exp: Accept approximate results everywhere. - + 2009-02-17 Vladimir Prus * gdb.mi/mi-nonstop.exp (notifs): Adjust for library @@ -198,10 +202,10 @@ 2009-02-14 Vladimir Prus - * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields. - (mi_expect_interrupt): Likewise. - * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped - response. + * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields. + (mi_expect_interrupt): Likewise. + * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped + response. 2009-02-14 Pierre Muller diff --git a/gdb/testsuite/gdb.arch/powerpc-prologue.exp b/gdb/testsuite/gdb.arch/powerpc-prologue.exp index 67a4ad6acf..183763fae6 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" \ -- 2.11.0