GDBserver
Public Attributes | List of all members
raw_breakpoint Struct Reference

Public Attributes

struct raw_breakpointnext
 
enum raw_bkpt_type raw_type
 
int refcount
 
CORE_ADDR pc
 
int size
 
unsigned char old_data [MAX_BREAKPOINT_LEN]
 
int inserted
 

Detailed Description

Definition at line 87 of file mem-break.c.

Member Data Documentation

int raw_breakpoint::inserted
struct raw_breakpoint* raw_breakpoint::next
unsigned char raw_breakpoint::old_data[MAX_BREAKPOINT_LEN]
CORE_ADDR raw_breakpoint::pc
enum raw_bkpt_type raw_breakpoint::raw_type
int raw_breakpoint::refcount

Definition at line 97 of file mem-break.c.

Referenced by clone_one_breakpoint(), release_breakpoint(), and set_raw_breakpoint_at().

int raw_breakpoint::size

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