|
GDB (xrefs)
|
#include "cli-decode.h"
Public Attributes | |
| struct cmd_list_element * | next |
| const char * | name |
| enum command_class | class |
| void(* | func )(struct cmd_list_element *c, char *args, int from_tty) |
| union { | |
| cmd_cfunc_ftype * cfunc | |
| cmd_sfunc_ftype * sfunc | |
| } | function |
| void * | context |
| char * | doc |
| show_value_ftype * | show_value_func |
| int | flags |
| char * | replacement |
| void(* | pre_show_hook )(struct cmd_list_element *c) |
| struct cmd_list_element * | hook_pre |
| struct cmd_list_element * | hook_post |
| int | hook_in |
| struct cmd_list_element ** | prefixlist |
| char * | prefixname |
| char | allow_unknown |
| struct cmd_list_element * | prefix |
| char | abbrev_flag |
| completer_ftype * | completer |
| void(* | destroyer )(struct cmd_list_element *self, void *context) |
| cmd_types | type |
| void * | var |
| var_types | var_type |
| const char *const * | enums |
| struct command_line * | user_commands |
| struct cmd_list_element * | hookee_pre |
| struct cmd_list_element * | hookee_post |
| struct cmd_list_element * | cmd_pointer |
| struct cmd_list_element * | aliases |
| struct cmd_list_element * | alias_chain |
Definition at line 56 of file cli-decode.h.
Definition at line 162 of file cli-decode.h.
Referenced by add_abbrev_prefix_cmd(), add_alias_cmd(), add_cmd(), alias_command(), apropos_cmd(), cmd_show_list(), help_all(), help_cmd_list(), and print_help_for_command().
Definition at line 218 of file cli-decode.h.
Referenced by add_alias_cmd(), add_cmd(), and delete_cmd().
Definition at line 215 of file cli-decode.h.
Referenced by add_alias_cmd(), add_cmd(), cleanup_check.MasterCleanup::compare_vars(), delete_cmd(), and cleanup_check.MasterCleanup::note_assignment().
Definition at line 153 of file cli-decode.h.
Referenced by add_abbrev_prefix_cmd(), add_alias_cmd(), add_cmd(), add_prefix_cmd(), cmdpy_init(), and lookup_cmd().
Definition at line 78 of file cli-decode.h.
Referenced by cmd_cfunc_eq(), do_cfunc(), and set_cmd_cfunc().
Definition at line 65 of file cli-decode.h.
Referenced by add_cmd(), cmd_show_list(), define_command(), document_command(), execute_command(), gdbtk_call_command(), help_all(), help_cmd(), help_cmd_list(), notify_command_param_changed_p(), show_user(), and show_user_1().
Definition at line 212 of file cli-decode.h.
Referenced by add_alias_cmd(), add_cmd(), delete_cmd(), lookup_cmd_1(), lookup_cmd_composition(), and set_cmd_prefix().
| completer_ftype* cmd_list_element::completer |
Definition at line 177 of file cli-decode.h.
Referenced by _initialize_cli_cmds(), _initialize_cli_dump(), add_dump_command(), cmdpy_init(), and set_cmd_completer().
Definition at line 86 of file cli-decode.h.
Referenced by delete_cmd(), get_cmd_context(), and set_cmd_context().
| void(* cmd_list_element::destroyer)(struct cmd_list_element *self, void *context) |
Definition at line 182 of file cli-decode.h.
Referenced by add_cmd(), add_internal_function(), cmdpy_init(), and delete_cmd().
| char* cmd_list_element::doc |
Definition at line 92 of file cli-decode.h.
Referenced by add_alias_cmd(), add_cmd(), add_dump_command(), apropos_cmd(), define_command(), delete_cmd(), deprecated_show_value_hack(), document_command(), help_cmd(), print_help_for_command(), and set_verbose().
| const char* const* cmd_list_element::enums |
Definition at line 197 of file cli-decode.h.
Referenced by add_cmd(), add_setshow_auto_boolean_cmd(), add_setshow_boolean_cmd(), add_setshow_enum_cmd(), and do_set_command().
Definition at line 120 of file cli-decode.h.
Referenced by add_alias_cmd(), add_cmd(), add_setshow_cmd_full(), delete_cmd(), deprecate_cmd(), deprecated_cmd_warning(), execute_command(), lookup_cmd_1(), and maintenance_do_deprecate().
| void(* cmd_list_element::func)(struct cmd_list_element *c, char *args, int from_tty) |
Definition at line 72 of file cli-decode.h.
Referenced by add_alias_cmd(), add_dump_command(), cmd_cfunc_eq(), cmd_func(), cmd_func_p(), cmdpy_init(), do_set_command(), do_show_command(), find_cmd(), help_all(), help_cmd(), help_cmd_list(), set_cmd_cfunc(), and set_cmd_sfunc().
| union { ... } cmd_list_element::function |
Referenced by add_alias_cmd(), cmd_cfunc_eq(), do_cfunc(), do_sfunc(), set_cmd_cfunc(), and set_cmd_sfunc().
Definition at line 137 of file cli-decode.h.
Referenced by add_cmd(), clear_hook_in_cleanup(), execute_cmd_post_hook(), and execute_cmd_pre_hook().
Definition at line 133 of file cli-decode.h.
Referenced by add_cmd(), define_command(), delete_cmd(), execute_cmd_post_hook(), and help_cmd().
Definition at line 130 of file cli-decode.h.
Referenced by add_cmd(), define_command(), delete_cmd(), execute_cmd_pre_hook(), and help_cmd().
Definition at line 208 of file cli-decode.h.
Referenced by add_cmd(), define_command(), and delete_cmd().
Definition at line 204 of file cli-decode.h.
Referenced by add_cmd(), define_command(), and delete_cmd().
| const char* cmd_list_element::name |
Definition at line 62 of file cli-decode.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.printing.PrettyPrinter::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), add_cmd(), apropos_cmd(), cmd_show_list(), exsummary.Function::consistency_check(), define_command(), delete_cmd(), deprecated_cmd_warning(), do_set_command(), find_cmd(), gdbtk_set_hook(), help_all(), help_cmd(), info_auto_load_cmd(), lookup_cmd(), print_help_for_command(), exsummary.Function::print_stack(), set_remote_protocol_packet_cmd(), show_remote_cmd(), show_remote_protocol_packet_cmd(), show_user(), and show_user_1().
Definition at line 59 of file cli-decode.h.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), add_cmd(), add_prefix_cmd(), apropos_cmd(), cmd_show_list(), delete_cmd(), find_cmd(), help_all(), help_cmd_list(), info_auto_load_cmd(), lookup_cmd(), lookup_cmd_for_prefixlist(), set_auto_load_cmd(), set_cmd_prefix(), set_per_command_cmd(), show_remote_cmd(), show_user(), and show_user_1().
| void(* cmd_list_element::pre_show_hook)(struct cmd_list_element *c) |
Definition at line 127 of file cli-decode.h.
Referenced by add_cmd(), and do_show_command().
Definition at line 156 of file cli-decode.h.
Referenced by add_cmd(), add_prefix_cmd(), do_set_command(), gdbtk_interpreter_init(), and set_cmd_prefix().
Definition at line 141 of file cli-decode.h.
Referenced by add_abbrev_prefix_cmd(), add_alias_cmd(), add_cmd(), add_prefix_cmd(), alias_command(), apropos_cmd(), cmd_show_list(), do_set_command(), gdbpy_parse_command_name(), help_cmd(), help_cmd_list(), info_auto_load_cmd(), lookup_cmd(), lookup_cmd_1(), lookup_cmd_composition(), lookup_cmd_for_prefixlist(), print_help_for_command(), show_user(), show_user_1(), and validate_comname().
Definition at line 148 of file cli-decode.h.
Referenced by add_abbrev_prefix_cmd(), add_alias_cmd(), add_cmd(), add_prefix_cmd(), apropos_cmd(), cmd_show_list(), deprecated_cmd_warning(), gdbtk_set_hook(), help_cmd(), help_cmd_list(), lookup_cmd(), print_help_for_command(), and show_user_1().
Definition at line 123 of file cli-decode.h.
Referenced by add_cmd(), deprecate_cmd(), deprecated_cmd_warning(), and maintenance_do_deprecate().
Definition at line 81 of file cli-decode.h.
Referenced by add_catch_command(), do_sfunc(), and set_cmd_sfunc().
Definition at line 96 of file cli-decode.h.
Referenced by add_setshow_cmd_full(), and do_show_command().
Definition at line 186 of file cli-decode.h.
Referenced by add_cmd(), add_set_or_show_cmd(), cmd_show_list(), cmd_type(), do_set_command(), do_show_command(), execute_command(), info_auto_load_cmd(), lookup_cmd(), set_auto_load_cmd(), set_per_command_cmd(), and show_remote_cmd().
Definition at line 200 of file cli-decode.h.
Referenced by add_cmd(), define_command(), execute_command(), execute_user_command(), show_user(), and show_user_1().
| void* cmd_list_element::var |
Definition at line 190 of file cli-decode.h.
Referenced by add_cmd(), add_set_or_show_cmd(), do_set_command(), do_show_command(), gdbtk_set_hook(), init_history(), set_remote_protocol_packet_cmd(), and show_remote_protocol_packet_cmd().
Definition at line 193 of file cli-decode.h.
Referenced by add_cmd(), add_set_or_show_cmd(), deprecated_show_value_hack(), do_set_command(), do_show_command(), gdbtk_set_hook(), set_auto_load_cmd(), and set_per_command_cmd().
1.7.6.1