mips64_commands_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDmips64_commands_handlers

mips64_commands_handlers variable

Syntax

static const struct command_registration mips64_commands_handlers[] = { { .name = "mips64mode32", .mode = COMMAND_EXEC, .help = "Enable/disable 32 bit mode", .usage = "[1|0]", .handler = handle_mips64mode32 }, COMMAND_REGISTRATION_DONE };

References

LocationText
mips_mips64.c:1140
static const struct command_registration mips64_commands_handlers[] = {
mips_mips64.c:1185
.commands = mips64_commands_handlers,

Type Use

Type of mips64_commands_handlers
mips64_commands_handlers
all items filtered out