armv7m_get_gdb_reg_list() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarmv7m_get_gdb_reg_list()

armv7m_get_gdb_reg_list() function

Returns generic ARM userspace registers to GDB.

Syntax

int armv7m_get_gdb_reg_list(struct target *target,     struct reg **reg_list[],     int *reg_list_size,     enum target_register_class reg_class);
Implemented in armv7m.c:459

Arguments

target

reg_list

reg_list_size

reg_class

References

LocationText
armv7m.c:459
int armv7m_get_gdb_reg_list(struct target *target, struct reg **reg_list[],
armv7m.h:309
int armv7m_get_gdb_reg_list(struct target *target,
cortex_m.c:3355
.get_gdb_reg_list = armv7m_get_gdb_reg_list,
hla_target.c:662
.get_gdb_reg_list = armv7m_get_gdb_reg_list,

Call Tree

Functions called by armv7m_get_gdb_reg_list()
armv7m_get_gdb_reg_list()
malloc()
all items filtered out
Data read by armv7m_get_gdb_reg_list()
Data written by armv7m_get_gdb_reg_list()
armv7m_get_gdb_reg_list()
armv7m_get_gdb_reg_list()::i
armv7m_get_gdb_reg_list()::size
all items filtered out
Implementations
armv7m_get_gdb_reg_list()
all items filtered out
Type of armv7m_get_gdb_reg_list()
armv7m_get_gdb_reg_list()
all items filtered out