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.
This commit is contained in:
Paul Pluzhnikov 2009-06-28 18:53:12 +00:00
parent edb3359dff
commit 9901a55bcf
4 changed files with 30 additions and 52 deletions

View File

@ -1,3 +1,7 @@
2009-06-28 Paul Pluzhnikov <ppluzhnikov@google.com>
* mi/mi-cmds.c (mi_cmds): Remove unimplemented entries.
2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
Jan Kratochvil <jan.kratochvil@redhat.com>

View File

@ -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.

View File

@ -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

View File

@ -34,8 +34,6 @@ static void build_table (struct mi_cmd *commands);
struct mi_cmd mi_cmds[] =
{
{ "break-after", { "ignore", 1 }, NULL },
{ "break-catch", { NULL, 0 }, NULL },
{ "break-commands", { NULL, 0 }, NULL },
{ "break-condition", { "cond", 1 }, NULL },
{ "break-delete", { "delete breakpoint", 1 }, NULL },
{ "break-disable", { "disable breakpoint", 1 }, NULL },
@ -57,7 +55,6 @@ struct mi_cmd mi_cmds[] =
{ "environment-directory", { NULL, 0 }, mi_cmd_env_dir},
{ "environment-path", { NULL, 0 }, mi_cmd_env_path},
{ "environment-pwd", { NULL, 0 }, mi_cmd_env_pwd},
{ "exec-abort", { NULL, 0 }, NULL },
{ "exec-arguments", { "set args", 1 }, NULL },
{ "exec-continue", { NULL, 0 }, mi_cmd_exec_continue},
{ "exec-finish", { NULL, 0 }, mi_cmd_exec_finish},
@ -67,25 +64,17 @@ struct mi_cmd mi_cmds[] =
{ "exec-next-instruction", { NULL, 0 }, mi_cmd_exec_next_instruction},
{ "exec-return", { NULL, 0 }, mi_cmd_exec_return},
{ "exec-run", { "run", 1 }, NULL},
{ "exec-show-arguments", { NULL, 0 }, NULL },
{ "exec-signal", { NULL, 0 }, NULL },
{ "exec-step", { NULL, 0 }, mi_cmd_exec_step},
{ "exec-step-instruction", { NULL, 0 }, mi_cmd_exec_step_instruction},
{ "exec-until", { "until", 1 }, NULL},
{ "file-clear", { NULL, 0 }, NULL },
{ "file-exec-and-symbols", { "file", 1 }, NULL },
{ "file-exec-file", { "exec-file", 1 }, NULL },
{ "file-list-exec-sections", { NULL, 0 }, NULL },
{ "file-list-exec-source-file", { NULL, 0 }, mi_cmd_file_list_exec_source_file},
{ "file-list-exec-source-files", { NULL, 0 }, mi_cmd_file_list_exec_source_files },
{ "file-list-shared-libraries", { NULL, 0 }, NULL },
{ "file-list-symbol-files", { NULL, 0 }, NULL },
{ "file-symbol-file", { "symbol-file", 1 }, NULL },
{ "gdb-complete", { NULL, 0 }, NULL },
{ "gdb-exit", { NULL, 0 }, mi_cmd_gdb_exit},
{ "gdb-set", { "set", 1 }, NULL },
{ "gdb-show", { "show", 1 }, NULL },
{ "gdb-source", { NULL, 0 }, NULL },
{ "gdb-version", { "show version", 0 }, 0 },
{ "inferior-tty-set", { NULL, 0 }, mi_cmd_inferior_tty_set},
{ "inferior-tty-show", { NULL, 0 }, mi_cmd_inferior_tty_show},
@ -93,65 +82,24 @@ struct mi_cmd mi_cmds[] =
{ "list-features", { NULL, 0 }, mi_cmd_list_features},
{ "list-target-features", { NULL, 0 }, mi_cmd_list_target_features},
{ "list-thread-groups", { NULL, 0 }, mi_cmd_list_thread_groups },
{ "overlay-auto", { NULL, 0 }, NULL },
{ "overlay-list-mapping-state", { NULL, 0 }, NULL },
{ "overlay-list-overlays", { NULL, 0 }, NULL },
{ "overlay-map", { NULL, 0 }, NULL },
{ "overlay-off", { NULL, 0 }, NULL },
{ "overlay-on", { NULL, 0 }, NULL },
{ "overlay-unmap", { NULL, 0 }, NULL },
{ "signal-handle", { NULL, 0 }, NULL },
{ "signal-list-handle-actions", { NULL, 0 }, NULL },
{ "signal-list-signal-types", { NULL, 0 }, NULL },
{ "stack-info-depth", { NULL, 0 }, mi_cmd_stack_info_depth},
{ "stack-info-frame", { NULL, 0 }, mi_cmd_stack_info_frame},
{ "stack-list-arguments", { NULL, 0 }, mi_cmd_stack_list_args},
{ "stack-list-exception-handlers", { NULL, 0 }, NULL },
{ "stack-list-frames", { NULL, 0 }, mi_cmd_stack_list_frames},
{ "stack-list-locals", { NULL, 0 }, mi_cmd_stack_list_locals},
{ "stack-select-frame", { NULL, 0 }, mi_cmd_stack_select_frame},
{ "symbol-info-address", { NULL, 0 }, NULL },
{ "symbol-info-file", { NULL, 0 }, NULL },
{ "symbol-info-function", { NULL, 0 }, NULL },
{ "symbol-info-line", { NULL, 0 }, NULL },
{ "symbol-info-symbol", { NULL, 0 }, NULL },
{ "symbol-list-functions", { NULL, 0 }, NULL },
{ "symbol-list-lines", { NULL, 0 }, mi_cmd_symbol_list_lines},
{ "symbol-list-types", { NULL, 0 }, NULL },
{ "symbol-list-variables", { NULL, 0 }, NULL },
{ "symbol-locate", { NULL, 0 }, NULL },
{ "symbol-type", { NULL, 0 }, NULL },
{ "target-attach", { "attach", 1 }, NULL },
{ "target-compare-sections", { NULL, 0 }, NULL },
{ "target-detach", { NULL, 0 }, mi_cmd_target_detach },
{ "target-disconnect", { "disconnect", 0 }, 0 },
{ "target-download", { "load", 1 }, NULL},
{ "target-exec-status", { NULL, 0 }, NULL },
{ "target-file-delete", { NULL, 0 }, mi_cmd_target_file_delete },
{ "target-file-get", { NULL, 0 }, mi_cmd_target_file_get },
{ "target-file-put", { NULL, 0 }, mi_cmd_target_file_put },
{ "target-list-available-targets", { NULL, 0 }, NULL },
{ "target-list-current-targets", { NULL, 0 }, NULL },
{ "target-list-parameters", { NULL, 0 }, NULL },
{ "target-select", { "target", 1 }, NULL},
{ "thread-info", { NULL, 0 }, mi_cmd_thread_info },
{ "thread-list-ids", { NULL, 0 }, mi_cmd_thread_list_ids},
{ "thread-select", { NULL, 0 }, mi_cmd_thread_select},
{ "trace-actions", { NULL, 0 }, NULL },
{ "trace-delete", { NULL, 0 }, NULL },
{ "trace-disable", { NULL, 0 }, NULL },
{ "trace-dump", { NULL, 0 }, NULL },
{ "trace-enable", { NULL, 0 }, NULL },
{ "trace-exists", { NULL, 0 }, NULL },
{ "trace-find", { NULL, 0 }, NULL },
{ "trace-frame-number", { NULL, 0 }, NULL },
{ "trace-info", { NULL, 0 }, NULL },
{ "trace-insert", { NULL, 0 }, NULL },
{ "trace-list", { NULL, 0 }, NULL },
{ "trace-pass-count", { NULL, 0 }, NULL },
{ "trace-save", { NULL, 0 }, NULL },
{ "trace-start", { NULL, 0 }, NULL },
{ "trace-stop", { NULL, 0 }, NULL },
{ "var-assign", { NULL, 0 }, mi_cmd_var_assign},
{ "var-create", { NULL, 0 }, mi_cmd_var_create},
{ "var-delete", { NULL, 0 }, mi_cmd_var_delete},