From: Michael Snyder Date: Thu, 2 Oct 2008 22:57:24 +0000 (+0000) Subject: 2008-10-02 Michael Snyder X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9cb17df77cfaa6e1391981375e2e8cb225f835f;p=thirdparty%2Fbinutils-gdb.git 2008-10-02 Michael Snyder * reverse.c (reverse-continue): Remove a comma from docs string, to avoid confusing output from 'apropos'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2d1a7437374..d76205fa7e0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-10-02 Michael Snyder + + * reverse.c (reverse-continue): Remove a comma from docs string, + to avoid confusing output from 'apropos'. + 2008-09-30 Hui Zhu Add process record and replay to GDB. * record.c, record.h: New files. Record and reverse target. diff --git a/gdb/reverse.c b/gdb/reverse.c index 9d7231c0374..4b3a0c883b5 100644 --- a/gdb/reverse.c +++ b/gdb/reverse.c @@ -185,7 +185,7 @@ Argument N means do this N times (or till program stops for another reason).") add_com_alias ("rni", "reverse-nexti", class_alias, 0); add_com ("reverse-continue", class_run, reverse_continue, _("\ -Continue program being debugged, running in reverse.\n\ +Continue program being debugged but run it in reverse.\n\ If proceeding from breakpoint, a number N may be used as an argument,\n\ which means to set the ignore count of that breakpoint to N - 1 (so that\n\ the breakpoint won't break until the Nth time it is reached)."));