Struct breakpoint_t

Struct Documentation

struct breakpoint_t

Breakpoint structure.

Record for the data associated with a software breakpoint.

Public Members

flash_addr_t addr

Address in code space of the breakpoint (where the BREAK instruction is inserted)

uint8_t instr[4]

Instruction replaced by the BREAK (up to 32-bits long)

uint8_t instr_len

Length in bytes of the instruction replaced.