ipdbg_config_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDipdbg_config_command_handlers

ipdbg_config_command_handlers variable

Syntax

static const struct command_registration ipdbg_config_command_handlers[] = { { .name = "create-hub", .mode = COMMAND_ANY, .handler = handle_ipdbg_create_hub_command, .help = "create a IPDBG Hub", .usage = "name.ipdbghub (-tap device.tap -ir ir_value [dr_length] |" " -pld name.pld [user]) [-vir [vir_value [length [instr_code]]]]", }, COMMAND_REGISTRATION_DONE };

References

LocationText
ipdbg.c:1132
static const struct command_registration ipdbg_config_command_handlers[] = {
ipdbg.c:1150
.chain = ipdbg_config_command_handlers,

Type Use

Type of ipdbg_config_command_handlers
ipdbg_config_command_handlers
all items filtered out