summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2009-10-22 19:41:33 +0000
committerMichael Snyder <msnyder@vmware.com>2009-10-22 19:41:33 +0000
commit29153c240adea2794a6ec1c8c4da1dbe3654a045 (patch)
tree9b5b5732cee5f63ba632098e49a1464f768f3e4e /gdb/doc
parent0156b21832b684643a30b598bf2ce5acae533768 (diff)
downloadbinutils-gdb-29153c240adea2794a6ec1c8c4da1dbe3654a045.tar.gz
2009-10-22 Michael Snyder <msnyder@vmware.com>
* gdb.texinfo (Process Record and Replay): Document new form of info record command. Also document the new save and restore commands.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/doc/gdb.texinfo22
2 files changed, 25 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index fef8f188e04..7f70e8d1c25 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-22 Michael Snyder <msnyder@vmware.com>
+
+ * gdb.texinfo (Process Record and Replay): Document new form of
+ info record command. Also document the new save and restore
+ commands.
+
2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.texinfo (Machine Code): Mention current pc marker.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 78c044da487..18bad647ce1 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -5516,9 +5516,25 @@ oldest record to make room for each new one, without asking.
@item show record stop-at-limit
Show the current setting of @code{stop-at-limit}.
-@kindex info record insn-number
-@item info record insn-number
-Show the current number of recorded instructions.
+@kindex info record
+@item info record
+Show various statistics about the state of process record and its
+in-memory execution log buffer, including:
+
+@itemize @bullet
+@item
+Whether in record mode or replay mode.
+@item
+Lowest recorded instruction number (counting from when the current execution log started recording instructions).
+@item
+Highest recorded instruction number.
+@item
+Current instruction about to be replayed (if in replay mode).
+@item
+Number of instructions contained in the execution log.
+@item
+Maximum number of instructions that may be contained in the execution log.
+@end itemize
@kindex record delete
@kindex rec del