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

dap_commands variable

Syntax

static const struct command_registration dap_commands[] = { { .name = "dap", .mode = COMMAND_CONFIG, .help = "DAP commands", .chain = dap_subcommand_handlers, .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
arm_dap.c:528
static const struct command_registration dap_commands[] = {
arm_dap.c:541dap_register_commands()
return register_commands(cmd_ctx, NULL, dap_commands);

Data Use

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