cortex_r4_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDcortex_r4_command_handlers

cortex_r4_command_handlers variable

Syntax

static const struct command_registration cortex_r4_command_handlers[] = { { .chain = arm_command_handlers, }, { .name = "cortex_r4", .mode = COMMAND_ANY, .help = "Cortex-R4 command group", .usage = "", .chain = cortex_r4_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
cortex_a.c:3492
static const struct command_registration cortex_r4_command_handlers[] = {
cortex_a.c:3538
.commands = cortex_r4_command_handlers,

Type Use

Type of cortex_r4_command_handlers
cortex_r4_command_handlers
all items filtered out