esp32s2_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDesp32s2_command_handlers

esp32s2_command_handlers variable

Syntax

static const struct command_registration esp32s2_command_handlers[] = { { .chain = xtensa_command_handlers, }, { .name = "esp", .usage = "", .chain = esp32_apptrace_command_handlers, }, { .name = "arm", .mode = COMMAND_ANY, .help = "ARM Command Group", .usage = "", .chain = semihosting_common_handlers }, COMMAND_REGISTRATION_DONE };

References

LocationText
esp32s2.c:477
static const struct command_registration esp32s2_command_handlers[] = {
esp32s2.c:539
.commands = esp32s2_command_handlers,

Type Use

Type of esp32s2_command_handlers
esp32s2_command_handlers
all items filtered out