nuttx_get_thread_reg_list() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDnuttx_get_thread_reg_list()

nuttx_get_thread_reg_list() function

Syntax

static int nuttx_get_thread_reg_list(struct rtos *rtos,     int64_t thread_id,     struct rtos_reg **reg_list,     int *num_regs);

Arguments

rtos

thread_id

reg_list

num_regs

References

LocationText
nuttx.c:405
static int nuttx_get_thread_reg_list(struct rtos *rtos, int64_t thread_id,
nuttx.c:440
.get_thread_reg_list = nuttx_get_thread_reg_list,

Call Tree

Functions called by nuttx_get_thread_reg_list()
nuttx_get_thread_reg_list()
Implementations
nuttx_get_thread_reg_list()
all items filtered out