![]() |
PICSimLab - Programmable IC Simulator Laboratory 0.9.3
PICSimLab - API
|
Public Attributes | |
| uint32_t | len |
| struct { | |
| uint32_t addr | |
| uint32_t size | |
| uint32_t kind | |
| } | points [WATCH_LIMIT] |
| uint32_t avr_gdb_watchpoints_t::addr |
Which address is watched.
| uint32_t avr_gdb_watchpoints_t::kind |
Bitmask of enum avr_gdb_watch_type values.
| uint32_t avr_gdb_watchpoints_t::len |
How many points are taken (points[0] .. points[len - 1]).
| uint32_t avr_gdb_watchpoints_t::size |
How large is the watched segment.