xscale_any_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDxscale_any_command_handlers

xscale_any_command_handlers variable

Syntax

static const struct command_registration xscale_any_command_handlers[] = { { .name = "debug_handler", .handler = xscale_handle_debug_handler_command, .mode = COMMAND_ANY, .help = "Change address used for debug handler.", .usage = "<target> <address>", }, { .name = "cache_clean_address", .handler = xscale_handle_cache_clean_address_command, .mode = COMMAND_ANY, .help = "Change address used for cleaning data cache.", .usage = "address", }, { .chain = xscale_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
xscale.c:3671
static const struct command_registration xscale_any_command_handlers[] = {
xscale.c:3700
.chain = xscale_any_command_handlers,

Type Use

Type of xscale_any_command_handlers
xscale_any_command_handlers
all items filtered out