summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2008-03-21 14:39:23 +0000
committerDaniel Jacobowitz <dan@debian.org>2008-03-21 14:39:23 +0000
commit2d6daee8f00b4f9fec1928781367d46017c1a181 (patch)
treed42c029a7d646379652f0f1617e58580a6d5c625 /gdb/top.c
parentfe7d29f1d9be50f323c2e2077c0e88bae252e960 (diff)
downloadgdb-2d6daee8f00b4f9fec1928781367d46017c1a181.tar.gz
* top.c (quit_confirm): Warn that we will kill the program.
* gdb.threads/killed.exp, gdb.threads/manythreads.exp, gdb.threads/staticthreads.exp: Update exit query.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index 379f0b72b54..418ff8e95f0 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1253,7 +1253,7 @@ quit_confirm (void)
else if (attach_flag)
s = "The program is running. Quit anyway (and detach it)? ";
else
- s = "The program is running. Exit anyway? ";
+ s = "The program is running. Quit anyway (and kill it)? ";
if (!query ("%s", s))
return 0;