telnet_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtelnet_command_handlers

telnet_command_handlers variable

Syntax

static const struct command_registration telnet_command_handlers[] = { { .name = "exit", .handler = handle_exit_command, .mode = COMMAND_ANY, .usage = "", .help = "exit telnet session", }, { .name = "telnet_port", .handler = handle_telnet_port_command, .mode = COMMAND_CONFIG, .help = "Specify port on which to listen " "for incoming telnet connections. " "Read help on 'gdb port'.", .usage = "[port_num]", }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
telnet_server.c:981
static const struct command_registration telnet_command_handlers[] = {
telnet_server.c:1004telnet_register_commands()
return register_commands(cmd_ctx, NULL, telnet_command_handlers);

Data Use

Functions reading telnet_command_handlers
telnet_command_handlers
all items filtered out
Type of telnet_command_handlers
telnet_command_handlers
all items filtered out