etm_dummy_config_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDetm_dummy_config_command_handlers

etm_dummy_config_command_handlers variable

Syntax

static const struct command_registration etm_dummy_config_command_handlers[] = { { .name = "config", .handler = handle_etm_dummy_config_command, .mode = COMMAND_CONFIG, .usage = "target", }, COMMAND_REGISTRATION_DONE };

References

LocationText
etm_dummy.c:43
static const struct command_registration etm_dummy_config_command_handlers[] = {
etm_dummy.c:57
.chain = etm_dummy_config_command_handlers,

Type Use

Type of etm_dummy_config_command_handlers
etm_dummy_config_command_handlers
all items filtered out