2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.threads/linux-dp.exp: Continue after unrecognized lines.
This commit is contained in:
parent
b6430ec3fe
commit
100906b03a
@ -1,3 +1,7 @@
|
||||
2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.threads/linux-dp.exp: Continue after unrecognized lines.
|
||||
|
||||
2008-04-17 Doug Evans <dje@google.com>
|
||||
|
||||
* gdb.base/hashline1.exp: New testcase.
|
||||
|
@ -80,6 +80,7 @@ for {set i 0} {$i < 5} {incr i} {
|
||||
}
|
||||
-re "^\[^\n\]*\n" {
|
||||
verbose -log "skipping line" 2
|
||||
exp_continue -continue_timer
|
||||
}
|
||||
-re "^$gdb_prompt $" {
|
||||
}
|
||||
@ -162,6 +163,7 @@ for {set i 0} {$i < 5} {incr i} {
|
||||
}
|
||||
-re "^\[^\n\]*\n" {
|
||||
verbose -log "skipping line" 2
|
||||
exp_continue -continue_timer
|
||||
}
|
||||
-re "^$gdb_prompt $" {
|
||||
if { [llength $threads_before] != 0 } {
|
||||
|
Loading…
x
Reference in New Issue
Block a user