aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2008-04-17 21:36:23 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2008-04-17 21:36:23 +0000
commit100906b03a41972b1fffc24d33dd653b17b26c47 (patch)
treea1e57b517122017a4371ff3fcf70edb2054bdb03
parentb6430ec3fe192f9fc6927cec612a73943757abea (diff)
downloadgdb-100906b03a41972b1fffc24d33dd653b17b26c47.zip
gdb-100906b03a41972b1fffc24d33dd653b17b26c47.tar.gz
gdb-100906b03a41972b1fffc24d33dd653b17b26c47.tar.bz2
2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.threads/linux-dp.exp: Continue after unrecognized lines.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.threads/linux-dp.exp2
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 82ae12f..938fd61 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/gdb.threads/linux-dp.exp b/gdb/testsuite/gdb.threads/linux-dp.exp
index e0510af..479e136 100644
--- a/gdb/testsuite/gdb.threads/linux-dp.exp
+++ b/gdb/testsuite/gdb.threads/linux-dp.exp
@@ -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 } {