ipdbg_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDipdbg_command_handlers

ipdbg_command_handlers variable

Syntax

static const struct command_registration ipdbg_command_handlers[] = { { .name = "ipdbg", .mode = COMMAND_ANY, .help = "IPDBG Hub/Host commands.", .usage = "", .chain = ipdbg_config_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
ipdbg.c:1144
static const struct command_registration ipdbg_command_handlers[] = {
ipdbg.c:1157ipdbg_register_commands()
return register_commands(cmd_ctx, NULL, ipdbg_command_handlers);

Data Use

Functions reading ipdbg_command_handlers
ipdbg_command_handlers
all items filtered out
Type of ipdbg_command_handlers
ipdbg_command_handlers
all items filtered out