|
SimAVR
AVR Simulator
|
Data Fields | |
| uint32_t | len |
| How many points are taken (points[0] . More... | |
| struct { | |
| uint32_t addr | |
| Which address is watched. More... | |
| uint32_t size | |
| How large is the watched segment. More... | |
| uint32_t kind | |
| Bitmask of enum avr_gdb_watch_type values. More... | |
| } | points [WATCH_LIMIT] |
| uint32_t addr |
Which address is watched.
| uint32_t kind |
Bitmask of enum avr_gdb_watch_type values.
| uint32_t len |
How many points are taken (points[0] .
. points[len - 1]).
| struct { ... } points[WATCH_LIMIT] |
| uint32_t size |
How large is the watched segment.