GDB (xrefs)
|
Public Attributes | |
const char * | name |
const char * | title |
enum auto_boolean | detect |
cmd_list_element * | show_cmd |
enum packet_support | support |
enum auto_boolean packet_config::detect |
Definition at line 1905 of file remote.c.
Referenced by add_packet_config_cmd(), init_all_packet_configs(), packet_config_support(), packet_ok(), packet_set_cmd_state(), set_remote_protocol_Z_packet_cmd(), and show_packet_config_cmd().
const char* packet_config::name |
Definition at line 1897 of file remote.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.unwinder.Unwinder::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), add_packet_config_cmd(), remote_target::btrace_sync_conf(), remote_target::disable_btrace(), remote_target::enable_btrace(), packet_ok(), and show_packet_config_cmd().
cmd_list_element* packet_config::show_cmd |
Definition at line 1908 of file remote.c.
Referenced by add_packet_config_cmd(), and show_remote_protocol_packet_cmd().
enum packet_support packet_config::support |
Definition at line 1911 of file remote.c.
Referenced by remote_target::check_binary_download(), init_all_packet_configs(), packet_config_support(), packet_ok(), remote_supported_packet(), and remote_target::start_remote_1().
const char* packet_config::title |
Definition at line 1898 of file remote.c.
Referenced by add_packet_config_cmd(), and packet_ok().