DGen/SDL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes
dgen_wp Struct Reference

Watchpoint structure. More...

#include <debug.h>

List of all members.

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

Detailed Description

Watchpoint structure.


Member Data Documentation

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.


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