nuttx_stack_offsets_riscv is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDnuttx_stack_offsets_riscv

nuttx_stack_offsets_riscv variable

Syntax

static const struct stack_register_offset nuttx_stack_offsets_riscv[] = { { GDB_REGNO_ZERO, -1, 32 }, { GDB_REGNO_RA, 0x04, 32 }, { GDB_REGNO_SP, 0x08, 32 }, { GDB_REGNO_GP, 0x0c, 32 }, { GDB_REGNO_TP, 0x10, 32 }, { GDB_REGNO_T0, 0x14, 32 }, { GDB_REGNO_T1, 0x18, 32 }, { GDB_REGNO_T2, 0x1c, 32 }, { GDB_REGNO_FP, 0x20, 32 }, { GDB_REGNO_S1, 0x24, 32 }, { GDB_REGNO_A0, 0x28, 32 }, { GDB_REGNO_A1, 0x2c, 32 }, { GDB_REGNO_A2, 0x30, 32 }, { GDB_REGNO_A3, 0x34, 32 }, { GDB_REGNO_A4, 0x38, 32 }, { GDB_REGNO_A5, 0x3c, 32 }, { GDB_REGNO_A6, 0x40, 32 }, { GDB_REGNO_A7, 0x44, 32 }, { GDB_REGNO_S2, 0x48, 32 }, { GDB_REGNO_S3, 0x4c, 32 }, { GDB_REGNO_S4, 0x50, 32 }, { GDB_REGNO_S5, 0x54, 32 }, { GDB_REGNO_S6, 0x58, 32 }, { GDB_REGNO_S7, 0x5c, 32 }, { GDB_REGNO_S8, 0x60, 32 }, { GDB_REGNO_S9, 0x64, 32 }, { GDB_REGNO_S10, 0x68, 32 }, { GDB_REGNO_S11, 0x6c, 32 }, { GDB_REGNO_T3, 0x70, 32 }, { GDB_REGNO_T4, 0x74, 32 }, { GDB_REGNO_T5, 0x78, 32 }, { GDB_REGNO_T6, 0x7c, 32 }, { GDB_REGNO_PC, 0x00, 32 }, };

References

LocationText
rtos_nuttx_stackings.c:68
static const struct stack_register_offset nuttx_stack_offsets_riscv[] = {
rtos_nuttx_stackings.c:109
.register_offsets = nuttx_stack_offsets_riscv,

Type Use

Type of nuttx_stack_offsets_riscv
nuttx_stack_offsets_riscv
all items filtered out