summaryrefslogtreecommitdiff
path: root/gdb/inflow.c
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2008-10-07 07:37:37 +0000
committerHui Zhu <teawater@gmail.com>2008-10-07 07:37:37 +0000
commitedde9673264a3da3a66be649920ff5749d8eedf3 (patch)
tree9723d259605783389d14065f6dfa4e81af0e411e /gdb/inflow.c
parentc125d644619e322465bc98ee21b425fa04eb687b (diff)
downloadgdb-edde9673264a3da3a66be649920ff5749d8eedf3.tar.gz
2008-10-07 Hui Zhu <teawater@gmail.com>
* i386-tdep.c, inflow.c, infrun.c, linux-record.c, linux-record.h, record.c, record.h: Change name from "record and reverse target" to "process record and replay target".
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r--gdb/inflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c
index c0996a96b24..a3978197adb 100644
--- a/gdb/inflow.c
+++ b/gdb/inflow.c
@@ -598,7 +598,7 @@ kill_command (char *arg, int from_tty)
error (_("The program is not being run."));
if (RECORD_IS_USED)
{
- if (!query ("Stop the record target and kill the program being debugged? "))
+ if (!query ("Stop the process record target and kill the program being debugged? "))
error (_("Not confirmed."));
}
else