aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorMarkus Metzger <mmetzger@sourceware.org>2013-05-15 07:04:12 +0000
committerMarkus Metzger <mmetzger@sourceware.org>2013-05-15 07:04:12 +0000
commit742ce053c16cb345eeddfdb0acf0c6658ce8e126 (patch)
tree264ac330df89b1e6d7adae9977cdad162bda12f7 /gdb/doc/ChangeLog
parentc495064debc2cae93d0cb3710e4bf13bb9a0738a (diff)
downloadgdb-742ce053c16cb345eeddfdb0acf0c6658ce8e126.zip
gdb-742ce053c16cb345eeddfdb0acf0c6658ce8e126.tar.gz
gdb-742ce053c16cb345eeddfdb0acf0c6658ce8e126.tar.bz2
The "record goto" command scans its arguments for "begin", "start", or "end".
Turn those into sub-commands. Document the "record goto" command.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 908fbb4..b14e17a 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
+
+ * gdb.texinfo (Process Record and Replay): Document the
+ "record goto" command and its sub-commands.
+
2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
* gdb.texinfo (Backtrace): Add "no-filter" argument.