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 kind
 
unsigned char old_data [MAX_BREAKPOINT_LEN]
 
int inserted
 

Detailed Description

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

Member Data Documentation

◆ inserted

int raw_breakpoint::inserted

◆ kind

int raw_breakpoint::kind

◆ next

struct raw_breakpoint* raw_breakpoint::next

◆ old_data

unsigned char raw_breakpoint::old_data[MAX_BREAKPOINT_LEN]

◆ pc

CORE_ADDR raw_breakpoint::pc

◆ raw_type

enum raw_bkpt_type raw_breakpoint::raw_type

◆ refcount

int raw_breakpoint::refcount

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

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


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