breakpoint_t Struct Reference
|
yasimavr
|
Loading...
Searching...
No Matches
breakpoint_t Struct Reference
Breakpoint structure. More...
#include <sim_core.h>
Public Attributes | |
| 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. | |
Detailed Description
Breakpoint structure.
Record for the data associated with a software breakpoint.
Member Data Documentation
◆ addr
| flash_addr_t breakpoint_t::addr |
Address in code space of the breakpoint (where the BREAK instruction is inserted)
◆ instr
| uint8_t breakpoint_t::instr[4] |
Instruction replaced by the BREAK (up to 32-bits long)
◆ instr_len
| uint8_t breakpoint_t::instr_len |
Length in bytes of the instruction replaced.
The documentation for this struct was generated from the following file:
Generated by