diff options
author | Sanimir Agovic <sagovic@sourceware.org> | 2013-09-13 08:04:02 +0000 |
---|---|---|
committer | Sanimir Agovic <sagovic@sourceware.org> | 2013-09-13 08:04:02 +0000 |
commit | b3d3b4bda18d970a8983f06975d707fc130a1ae1 (patch) | |
tree | eab67dcf8101907bf5889f495bfa85b6fb88ed30 /gdb/doc/gdb.texinfo | |
parent | 89e204c4bc0e70e80573add10a37435d98558266 (diff) | |
download | gdb-b3d3b4bda18d970a8983f06975d707fc130a1ae1.zip gdb-b3d3b4bda18d970a8983f06975d707fc130a1ae1.tar.gz gdb-b3d3b4bda18d970a8983f06975d707fc130a1ae1.tar.bz2 |
doc,mi: example refers to -list-features instead of -list-target-features
Corrected mi documentation about -list-target-features, example now uses the
correct mi command.
2013-09-13 Sanimir Agovic <sanimir.agovic@intel.com>
* gdb.texinfo (GDB/MI Miscellaneous Commands): Use
-list-target-features in the example.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b6ba239..c99f5a4 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34570,7 +34570,7 @@ may change, and the frontend should obtain it again. Example output: @smallexample -(gdb) -list-features +(gdb) -list-target-features ^done,result=["async"] @end smallexample |