2009-10-23 Michael Snyder <msnyder@vmware.com>

gdb.reverse/consecutive-precsave.exp: Change expect pattern
	to allow for new disassembly style.
This commit is contained in:
Michael Snyder 2009-10-23 16:52:18 +00:00
parent 3332cef88a
commit 240e538ad8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-10-23 Michael Snyder <msnyder@vmware.com>
gdb.reverse/consecutive-precsave.exp: Change expect pattern
to allow for new disassembly style.
2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.asm/asm-source.exp: Adjust.

View File

@ -69,7 +69,7 @@ gdb_expect {
global foo2_addr
global gdb_prompt
-re "($hex).*\[\r\n\]+($hex).*$gdb_prompt $" {
-re "=> ($hex).*\[\r\n\]+ ($hex).*$gdb_prompt $" {
set foo1_addr $expect_out(1,string)
set foo2_addr $expect_out(2,string)
pass "get breakpoint address for foo"