PICSimLab - Programmable IC Simulator Laboratory 0.9.2
PICSimLab - API
Loading...
Searching...
No Matches
avr_gdb_watchpoints_t Struct Reference

Public Attributes

uint32_t len
 
struct { 
 
   uint32_t   addr 
 
   uint32_t   size 
 
   uint32_t   kind 
 
points [WATCH_LIMIT] 
 

Member Data Documentation

◆ addr

uint32_t avr_gdb_watchpoints_t::addr

Which address is watched.

◆ kind

uint32_t avr_gdb_watchpoints_t::kind

Bitmask of enum avr_gdb_watch_type values.

◆ len

uint32_t avr_gdb_watchpoints_t::len

How many points are taken (points[0] .. points[len - 1]).

◆ size

uint32_t avr_gdb_watchpoints_t::size

How large is the watched segment.


The documentation for this struct was generated from the following file: