opts_nvp_add_reg is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

opts_nvp_add_reg variable

Syntax

static const struct nvp opts_nvp_add_reg[] = { { .name = "-name", .value = CFG_ADD_REG_NAME }, { .name = "-num", .value = CFG_ADD_REG_ARCH_NUM }, { .name = "-core", .value = CFG_ADD_REG_IS_CORE }, { .name = "-bcr", .value = CFG_ADD_REG_IS_BCR }, { .name = "-feature", .value = CFG_ADD_REG_GDB_FEATURE }, { .name = "-type", .value = CFG_ADD_REG_TYPE }, { .name = "-g", .value = CFG_ADD_REG_GENERAL }, { .name = NULL, .value = -1 } };

References

LocationReferrerText
arc_cmd.c:516
static const struct nvp opts_nvp_add_reg[] = {
arc_cmd.c:549arc_handle_add_reg_do()
const struct nvp *n = nvp_name2value(opts_nvp_add_reg, CMD_ARGV[0]);
arc_cmd.c:614arc_handle_add_reg_do()
nvp_unknown_command_print(CMD, opts_nvp_add_reg, NULL, CMD_ARGV[-1]);

Data Use

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