diff options
author | Hui Zhu <teawater@gmail.com> | 2008-10-07 07:37:37 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2008-10-07 07:37:37 +0000 |
commit | edde9673264a3da3a66be649920ff5749d8eedf3 (patch) | |
tree | 9723d259605783389d14065f6dfa4e81af0e411e /gdb/inflow.c | |
parent | c125d644619e322465bc98ee21b425fa04eb687b (diff) | |
download | gdb-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.c | 2 |
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 |