summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorMarc Khouzam <marc.khouzam@ericsson.com>2010-09-01 19:03:54 +0000
committerMarc Khouzam <marc.khouzam@ericsson.com>2010-09-01 19:03:54 +0000
commitf75d858b7cb8240de60f8cff95902139453bcd40 (patch)
tree463468e812ace998be96059cc94e0324adee969c /gdb/doc
parent8ed54b31b39a8a3ed6a540c9c4019c19932adfdb (diff)
downloadbinutils-gdb-f75d858b7cb8240de60f8cff95902139453bcd40.tar.gz
* mi/mi-main.c (mi_cmd_list_target_features): Add `reverse'
as a feature reported by -list-target-features. * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new feature `reverse' output by -list-target-features.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo4
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 368e76362e1..e892e3965c6 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-09-01 Marc Khouzam <marc.khouzam@ericsson.com>
+
+ * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
+ feature `reverse' output by -list-target-features.
+
2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
* gdb.texinfo (i386 Features): Remove an extra "@item".
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index f0b06ef7676..36552e23e02 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -29030,6 +29030,10 @@ Indicates that the target is capable of asynchronous command
execution, which means that @value{GDBN} will accept further commands
while the target is running.
+@item reverse
+Indicates that the target is capable of reverse execution.
+@xref{Reverse Execution}, for more information.
+
@end table
@subheading The @code{-list-thread-groups} Command