aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2008-03-21 14:39:23 +0000
committerDaniel Jacobowitz <drow@false.org>2008-03-21 14:39:23 +0000
commitb21991b00cf16b94e9646a054e786c1fa4d5501a (patch)
treec3ed986846aff1ccd230c0e4ef8041672fe6640c /gdb/top.c
parentbbeee7eaea4dc0c8145299850787e50172438270 (diff)
downloadgdb-b21991b00cf16b94e9646a054e786c1fa4d5501a.zip
gdb-b21991b00cf16b94e9646a054e786c1fa4d5501a.tar.gz
gdb-b21991b00cf16b94e9646a054e786c1fa4d5501a.tar.bz2
* 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 379f0b7..418ff8e 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;