xtensa_sw_breakpoint is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

xtensa_sw_breakpoint struct

Syntax

struct xtensa_sw_breakpoint {     struct breakpoint *oocd_bp;     uint8_t insn[XT_ISNS_SZ_MAX];     uint8_t insn_sz;     };

Fields

oocd_bp

No summary provided. Read more...

insn

No summary provided. Read more...

insn_sz

No summary provided. Read more...

References

LocationReferrerScopeText
xtensa.h:217
struct xtensa_sw_breakpoint {
xtensa.c:2519xtensa_sw_breakpoint_add()
struct xtensa_sw_breakpoint *sw_bp)
xtensa.c:2543xtensa_sw_breakpoint_remove()
static int xtensa_sw_breakpoint_remove(struct target *target, struct xtensa_sw_breakpoint *sw_bp)
xtensa.c:3435xtensa_target_init()
xtensa->sw_brps = calloc(XT_SW_BREAKPOINTS_MAX_NUM, sizeof(struct xtensa_sw_breakpoint));
xtensa.c:3508xtensa_target_deinit()
free(xtensa->sw_brps);
xtensa.h:268xtensa::sw_brpsxtensa
struct xtensa_sw_breakpoint *sw_brps;

Type Use

Variables of xtensa_sw_breakpoint type
xtensa_sw_breakpoint
Allocators of xtensa_sw_breakpoint
Deletors of xtensa_sw_breakpoint
all items filtered out
xtensa_sw_breakpoint
all items filtered out