cortex_a_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_a_command_handlers

cortex_a_command_handlers variable

Syntax

static const struct command_registration cortex_a_command_handlers[] = { { .chain = arm_command_handlers, }, { .chain = armv7a_command_handlers, }, { .name = "cortex_a", .mode = COMMAND_ANY, .help = "Cortex-A command group", .usage = "", .chain = cortex_a_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
cortex_a.c:3409
static const struct command_registration cortex_a_command_handlers[] = {
cortex_a.c:3461
.commands = cortex_a_command_handlers,

Type Use

Type of cortex_a_command_handlers
cortex_a_command_handlers
all items filtered out