Fix typo in syntax of record instruction-history begin, end.
authorDoug Evans <dje@google.com>
Fri, 25 Sep 2015 22:40:47 +0000 (15:40 -0700)
committerDoug Evans <dje@google.com>
Fri, 25 Sep 2015 22:42:04 +0000 (15:42 -0700)
gdb/doc/ChangeLog:

* gdb.texinfo (Process Record and Replay): Fix syntax of
"record instruction-history begin, end" and
"record function-call-history begin, end".

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index dc9bc88666664cd89eef7b2c803bb1276b95392f..2ce918614712bb76d751afc0efb6ab869ffa3c91 100644 (file)
@@ -1,3 +1,9 @@
+2015-09-25  Doug Evans  <dje@google.com>
+
+       * gdb.texinfo (Process Record and Replay): Fix syntax of
+       "record instruction-history begin, end" and
+       "record function-call-history begin, end".
+
 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
 
        * gdb.texinfo (Specifying Source Directories): Fix
index 57e47b84d09b087c1c5a1a66ef8ac1610701c07d..f298172da27bff671bcc5bd685ed77ad95a87e37 100644 (file)
@@ -6765,7 +6765,7 @@ Disassembles ten more instructions after the last disassembly.
 @item record instruction-history -
 Disassembles ten more instructions before the last disassembly.
 
-@item record instruction-history @var{begin} @var{end}
+@item record instruction-history @var{begin}, @var{end}
 Disassembles instructions beginning with instruction number
 @var{begin} until instruction number @var{end}.  The instruction
 number @var{end} is included.
@@ -6837,7 +6837,7 @@ Prints ten more functions after the last ten-line print.
 @item record function-call-history -
 Prints ten more functions before the last ten-line print.
 
-@item record function-call-history @var{begin} @var{end}
+@item record function-call-history @var{begin}, @var{end}
 Prints functions beginning with function number @var{begin} until
 function number @var{end}.  The function number @var{end} is included.
 @end table
This page took 0.046479 seconds and 4 git commands to generate.