target_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget_command_handlers

target_command_handlers variable

Syntax

static const struct command_registration target_command_handlers[] = { { .name = "targets", .handler = handle_targets_command, .mode = COMMAND_ANY, .help = "change current default target (one parameter) " "or prints table of all targets (no parameters)", .usage = "[target]", }, { .name = "target", .mode = COMMAND_CONFIG, .help = "configure target", .chain = target_subcommand_handlers, .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
target.c:6372
static const struct command_registration target_command_handlers[] = {
target.c:6393target_register_commands()
return register_commands(cmd_ctx, NULL, target_command_handlers);

Data Use

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