aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/killed.exp
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-08-14 14:28:15 +0000
committerPedro Alves <palves@redhat.com>2009-08-14 14:28:15 +0000
commitb8fa0bfa752bb672c66a1d6fdefcdf4cb308a712 (patch)
treee0bb75b8b5543a6b672126496ccc8b85b483a18f /gdb/testsuite/gdb.threads/killed.exp
parentcc70f101e24176980f0cb5d88d25ee9128b6d0cd (diff)
downloadgdb-b8fa0bfa752bb672c66a1d6fdefcdf4cb308a712.zip
gdb-b8fa0bfa752bb672c66a1d6fdefcdf4cb308a712.tar.gz
gdb-b8fa0bfa752bb672c66a1d6fdefcdf4cb308a712.tar.bz2
2009-08-14 Pedro Alves <pedro@codesourcery.com>
gdb/ * top.c (any_thread_of): Delete. (kill_or_detach): Use any_thread_of_process. * top.c (print_inferior_quit_action): New. (quit_confirm): Rewrite to print info about all inferiors. * target.c (dispose_inferior): New. (target_preopen): Use it. 2009-08-14 Pedro Alves <pedro@codesourcery.com> gdb/testsuite/ * gdb.threads/killed.exp, gdb.threads/manythreads.exp, gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
Diffstat (limited to 'gdb/testsuite/gdb.threads/killed.exp')
-rw-r--r--gdb/testsuite/gdb.threads/killed.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/killed.exp b/gdb/testsuite/gdb.threads/killed.exp
index 23f096c..3752a48 100644
--- a/gdb/testsuite/gdb.threads/killed.exp
+++ b/gdb/testsuite/gdb.threads/killed.exp
@@ -87,7 +87,7 @@ gdb_expect {
# Try to quit.
send_gdb "quit\n"
gdb_expect {
- -re "The program is running. Quit anyway \\(and kill it\\)\\? \\(y or n\\) $" {
+ -re "Quit anyway\\? \\(y or n\\) $" {
send_gdb "y\n"
exp_continue
}