tcl_subcommand_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtcl_subcommand_handlers

tcl_subcommand_handlers variable

Syntax

static const struct command_registration tcl_subcommand_handlers[] = { { .name = "port", .handler = handle_tcl_port_command, .mode = COMMAND_CONFIG, .help = "Specify port on which to listen " "for incoming Tcl syntax. " "Read help on 'gdb port'.", .usage = "[port_num]", }, { .name = "notifications", .handler = handle_tcl_notifications_command, .mode = COMMAND_EXEC, .help = "Target Notification output", .usage = "[on|off]", }, { .name = "trace", .handler = handle_tcl_trace_command, .mode = COMMAND_EXEC, .help = "Target trace output", .usage = "[on|off]", }, COMMAND_REGISTRATION_DONE };

References

LocationText
tcl_server.c:326
static const struct command_registration tcl_subcommand_handlers[] = {
tcl_server.c:359
.chain = tcl_subcommand_handlers,

Type Use

Type of tcl_subcommand_handlers
tcl_subcommand_handlers
all items filtered out