mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
2011-06-06 Pedro Alves <pedro@codesourcery.com>
gdb/testsuite/ * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
This commit is contained in:
parent
3dd5b83d5b
commit
9f47e25402
@ -1,3 +1,7 @@
|
||||
2011-06-06 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
|
||||
|
||||
2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
|
||||
|
||||
From Stephen Kitt <steve@sk2.org>
|
||||
|
@ -77,7 +77,7 @@ set ok 0
|
||||
for {set i 0} {$i < $iterations} {incr i} {
|
||||
set ok 0
|
||||
gdb_test_multiple "next" "$test" {
|
||||
-re "SIGTRAP.*$gdb_prompt $" {
|
||||
-re "Program received signal SIGTRAP.*$gdb_prompt $" {
|
||||
fail "$test (spurious SIGTRAP)"
|
||||
}
|
||||
-re "$gdb_prompt $" {
|
||||
|
Loading…
Reference in New Issue
Block a user