Watchpoint structure. More...
#include <debug.h>
Public Attributes | |
uint32_t | start_addr |
Address to start watching from. | |
uint32_t | end_addr |
Address to stop watching to. | |
uint32_t | flags |
Flags for watchpoint, see WP_FLAG*. | |
unsigned char * | bytes |
Watchpoint structure.
unsigned char* dgen_wp::bytes |
uint32_t dgen_wp::end_addr |
Address to stop watching to.
uint32_t dgen_wp::flags |
Flags for watchpoint, see WP_FLAG*.
uint32_t dgen_wp::start_addr |
Address to start watching from.