Home
last modified time | relevance | path

Searched defs:gdb_ctx (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/arch/xtensa/
Dgdbstub.h87 struct gdb_ctx { struct
89 unsigned int exception;
92 struct xtensa_register *regs;
95 uint8_t num_regs;
98 uint8_t seqno;
101 uint8_t a0_idx;
104 uint8_t ar_idx;
107 uint8_t wb_idx;
/Zephyr-latest/include/zephyr/arch/arm/
Dgdbstub.h61 struct gdb_ctx { struct
63 unsigned int exception;
64 unsigned int registers[GDB_NUM_REGS];
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dgdbstub.h78 struct gdb_ctx { struct
79 unsigned int exception;
80 unsigned int registers[GDB_STUB_NUM_REGISTERS];