* gdb.trace/tfind.exp: Adjust expected disassembly output.
This commit is contained in:
parent
5cea2a2659
commit
bf65cad81d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-04-02 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* gdb.trace/tfind.exp: Adjust expected disassembly output.
|
||||
|
||||
2010-04-01 Stan Shebs <stan@codesourcery.com>
|
||||
|
||||
* gdb.trace/actions.exp: Tweak expected output.
|
||||
|
|
|
@ -334,7 +334,7 @@ set timeout 60
|
|||
send_gdb "disassemble gdb_c_test\n"
|
||||
# look for disassembly of function label
|
||||
gdb_expect {
|
||||
-re "<gdb_c_test(\.\[0-9\]+|)>:.*End of assembler dump.*$gdb_prompt $" { pass "8.36: trace disassembly" }
|
||||
-re "<(\.\[0-9\]+|)>:.*End of assembler dump.*$gdb_prompt $" { pass "8.36: trace disassembly" }
|
||||
-re ".*$gdb_prompt $" { fail "8.36: trace disassembly" }
|
||||
timeout { fail "8.36: trace disassembly (timeout)" }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue