target_type::get_gdb_reg_list_noread is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget_type::get_gdb_reg_list_noread

target_type::get_gdb_reg_list_noread field

Same as get_gdb_reg_list, but doesn't read the register values.

Syntax

int (*get_gdb_reg_list_noread)(struct target *target, struct reg **reg_list[], int *reg_list_size, enum target_register_class reg_class);

References

LocationReferrerScopeText
target_type.h:105
int (*get_gdb_reg_list_noread)(struct target *target,
riscv.c:3071riscv_get_gdb_reg_list_noread()riscv_target
riscv.c:3101
.get_gdb_reg_list_noread = riscv_get_gdb_reg_list_noread,
target.c:1401target_get_gdb_reg_list_noread()
if (target->type->get_gdb_reg_list_noread &&
target.c:1402target_get_gdb_reg_list_noread()
target->type->get_gdb_reg_list_noread(target, reg_list,

Call Tree

Functions calling target_type::get_gdb_reg_list_noread
all items filtered out
target_type::get_gdb_reg_list_noread
Functions reading target_type::get_gdb_reg_list_noread
target_type::get_gdb_reg_list_noread
all items filtered out
Implementations
all items filtered out
target_type::get_gdb_reg_list_noread