server_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDserver_command_handlers

server_command_handlers variable

Syntax

static const struct command_registration server_command_handlers[] = { { .name = "shutdown", .handler = &handle_shutdown_command, .mode = COMMAND_ANY, .usage = "", .help = "shut the server down", }, { .name = "poll_period", .handler = &handle_poll_period_command, .mode = COMMAND_ANY, .usage = "", .help = "set the servers polling period", }, { .name = "bindto", .handler = &handle_bindto_command, .mode = COMMAND_CONFIG, .usage = "[name]", .help = "Specify address by name on which to listen for " "incoming TCP/IP connections", }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
server.c:804
static const struct command_registration server_command_handlers[] = {
server.c:844server_register_commands()
return register_commands(cmd_ctx, NULL, server_command_handlers);

Data Use

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