tcl_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

tcl_command_handlers variable

Syntax

static const struct command_registration tcl_command_handlers[] = { { .name = "tcl", .mode = COMMAND_ANY, .help = "tcl command group", .usage = "", .chain = tcl_subcommand_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
tcl_server.c:353
static const struct command_registration tcl_command_handlers[] = {
tcl_server.c:367tcl_register_commands()
return register_commands(cmd_ctx, NULL, tcl_command_handlers);

Data Use

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