aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/interrupted-hand-call.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-03-09 14:17:05 +0000
committerTom Tromey <tromey@redhat.com>2011-03-09 14:17:05 +0000
commiteceb0c5f4943501e17f3296e2348789ccba62522 (patch)
tree38269aabcf78ebe02025ca2ba06385c409e669de /gdb/testsuite/gdb.threads/interrupted-hand-call.exp
parent9f37bbcca8004e1ac5be674446c51b50b36dc94e (diff)
downloadgdb-eceb0c5f4943501e17f3296e2348789ccba62522.zip
gdb-eceb0c5f4943501e17f3296e2348789ccba62522.tar.gz
gdb-eceb0c5f4943501e17f3296e2348789ccba62522.tar.bz2
* lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
parentheses. (gdb_continue_to_end): Add "allow_extra" parameter. Use $command. * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra" argument to gdb_continue_to_end. * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra" argument to gdb_continue_to_end. * gdb.cp/annota3.exp: Fix regex. * gdb.cp/annota2.exp: Fix regex. * gdb.base/shlib-call.exp: Pass "allow_extra" argument to gdb_continue_to_end. * gdb.base/call-signal-resume.exp: Revert earlier patch. * gdb.ada/tasks.exp: Pass "allow_extra" argument to gdb_continue_to_end.
Diffstat (limited to 'gdb/testsuite/gdb.threads/interrupted-hand-call.exp')
-rw-r--r--gdb/testsuite/gdb.threads/interrupted-hand-call.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/interrupted-hand-call.exp b/gdb/testsuite/gdb.threads/interrupted-hand-call.exp
index 865bc2f..fb276aa 100644
--- a/gdb/testsuite/gdb.threads/interrupted-hand-call.exp
+++ b/gdb/testsuite/gdb.threads/interrupted-hand-call.exp
@@ -86,6 +86,6 @@ gdb_test_multiple "maint print dummy-frames" "dummy frame popped" {
# Continue one last time, the program should exit normally.
-gdb_continue_to_end
+gdb_continue_to_end "" continue 1
return 0