diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-06-28 18:53:12 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-06-28 18:53:12 +0000 |
commit | 9901a55bcfac8f9508e5ebaf388d250a004c618e (patch) | |
tree | bee199af20385af73712d07c960907a294be4b16 /gdb/doc | |
parent | edb3359dff90ef8a3352408bfef8ce1438c2b2e1 (diff) | |
download | gdb-9901a55bcfac8f9508e5ebaf388d250a004c618e.zip gdb-9901a55bcfac8f9508e5ebaf388d250a004c618e.tar.gz gdb-9901a55bcfac8f9508e5ebaf388d250a004c618e.tar.bz2 |
ChangeLog:
2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
* mi/mi-cmds.c (mi_cmds): Remove unimplemented entries.
doc/ChangeLog:
2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
MI commands.
(GDB/MI Symbol Query): Likewise.
(GDB/MI File Commands): Likewise.
(GDB/MI File Transfer Commands): Likewise.
(GDB/MI Target Manipulation): Likewise.
(GDB/MI Miscellaneous Commands): Likewise.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 10 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 16 |
2 files changed, 26 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 26b2aae..6965728 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,13 @@ +2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com> + + * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented + MI commands. + (GDB/MI Symbol Query): Likewise. + (GDB/MI File Commands): Likewise. + (GDB/MI File Transfer Commands): Likewise. + (GDB/MI Target Manipulation): Likewise. + (GDB/MI Miscellaneous Commands): Likewise. + 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com> * gdb.texinfo (Debugging Optimized Code): New chapter. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 17fc7d6..272e807 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -21943,6 +21943,7 @@ The corresponding @value{GDBN} command is @samp{set args}. @end smallexample +@ignore @subheading The @code{-exec-show-arguments} Command @findex -exec-show-arguments @@ -21960,6 +21961,7 @@ The corresponding @value{GDBN} command is @samp{show args}. @subsubheading Example N.A. +@end ignore @subheading The @code{-environment-cd} Command @@ -24160,6 +24162,7 @@ The tracepoint commands are not yet implemented. @section @sc{gdb/mi} Symbol Query Commands +@ignore @subheading The @code{-symbol-info-address} Command @findex -symbol-info-address @@ -24275,6 +24278,7 @@ List the functions in the executable. @subsubheading Example N.A. +@end ignore @subheading The @code{-symbol-list-lines} Command @@ -24303,6 +24307,7 @@ There is no corresponding @value{GDBN} command. @end smallexample +@ignore @subheading The @code{-symbol-list-types} Command @findex -symbol-list-types @@ -24377,6 +24382,7 @@ The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has @subsubheading Example N.A. +@end ignore @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -24445,6 +24451,7 @@ The corresponding @value{GDBN} command is @samp{exec-file}. @end smallexample +@ignore @subheading The @code{-file-list-exec-sections} Command @findex -file-list-exec-sections @@ -24464,6 +24471,7 @@ information as this command. @code{gdbtk} has a corresponding command @subsubheading Example N.A. +@end ignore @subheading The @code{-file-list-exec-source-file} Command @@ -24524,6 +24532,7 @@ The @value{GDBN} equivalent is @samp{info sources}. (gdb) @end smallexample +@ignore @subheading The @code{-file-list-shared-libraries} Command @findex -file-list-shared-libraries @@ -24560,6 +24569,7 @@ The corresponding @value{GDBN} command is @samp{info file} (part of it). @subsubheading Example N.A. +@end ignore @subheading The @code{-file-symbol-file} Command @@ -24656,6 +24666,7 @@ The corresponding @value{GDBN} command is @samp{attach}. (gdb) @end smallexample +@ignore @subheading The @code{-target-compare-sections} Command @findex -target-compare-sections @@ -24674,6 +24685,7 @@ The @value{GDBN} equivalent is @samp{compare-sections}. @subsubheading Example N.A. +@end ignore @subheading The @code{-target-detach} Command @@ -24833,6 +24845,7 @@ write-rate="429" @end smallexample +@ignore @subheading The @code{-target-exec-status} Command @findex -target-exec-status @@ -24902,6 +24915,7 @@ N.A. @end smallexample @c ???? +@end ignore @subsubheading @value{GDBN} Command @@ -25063,6 +25077,7 @@ Approximately corresponds to @samp{quit}. @end smallexample +@ignore @subheading The @code{-exec-abort} Command @findex -exec-abort @@ -25080,6 +25095,7 @@ The corresponding @value{GDBN} command is @samp{kill}. @subsubheading Example N.A. +@end ignore @subheading The @code{-gdb-set} Command |