mips_m4k_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmips_m4k_command_handlers

mips_m4k_command_handlers variable

Syntax

static const struct command_registration mips_m4k_command_handlers[] = { { .chain = mips32_command_handlers, }, { .name = "mips_m4k", .mode = COMMAND_ANY, .help = "mips_m4k command group", .usage = "", .chain = mips_m4k_exec_command_handlers, }, COMMAND_REGISTRATION_DONE };

References

LocationText
mips_m4k.c:1453
static const struct command_registration mips_m4k_command_handlers[] = {
mips_m4k.c:1494
.commands = mips_m4k_command_handlers,

Type Use

Type of mips_m4k_command_handlers
mips_m4k_command_handlers
all items filtered out