riscv_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDriscv_command_handlers

riscv_command_handlers variable

Syntax

static const struct command_registration riscv_command_handlers[] = { { .name = "riscv", .mode = COMMAND_ANY, .help = "RISC-V Command Group", .usage = "", .chain = riscv_exec_command_handlers }, { .name = "arm", .mode = COMMAND_ANY, .help = "ARM Command Group", .usage = "", .chain = semihosting_common_handlers }, { .chain = smp_command_handlers }, COMMAND_REGISTRATION_DONE };

References

LocationText
riscv.c:3037
static const struct command_registration riscv_command_handlers[] = {
riscv.c:3114
.commands = riscv_command_handlers,

Type Use

Type of riscv_command_handlers
riscv_command_handlers
all items filtered out