GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
stop_reply Struct Reference
Inheritance diagram for stop_reply:
notif_event

Public Member Functions

 ~stop_reply ()
 
- Public Member Functions inherited from notif_event
virtual ~notif_event ()
 

Public Attributes

ptid_t ptid
 
struct remote_staters
 
struct target_waitstatus ws
 
gdbarcharch
 
std::vector< cached_reg_tregcache
 
enum target_stop_reason stop_reason
 
CORE_ADDR watch_data_address
 
int core
 

Detailed Description

Definition at line 1291 of file remote.c.

Constructor & Destructor Documentation

◆ ~stop_reply()

stop_reply::~stop_reply ( )

Definition at line 7425 of file remote.c.

Member Data Documentation

◆ arch

gdbarch* stop_reply::arch

◆ core

int stop_reply::core

Definition at line 1318 of file remote.c.

Referenced by remote_target::process_stop_reply(), and remote_target::remote_stop_ns().

◆ ptid

ptid_t stop_reply::ptid

◆ regcache

std::vector<cached_reg_t> stop_reply::regcache

Definition at line 1312 of file remote.c.

Referenced by remote_target::process_stop_reply().

◆ rs

struct remote_state* stop_reply::rs

◆ stop_reason

enum target_stop_reason stop_reply::stop_reason

Definition at line 1314 of file remote.c.

Referenced by remote_target::process_stop_reply(), and remote_target::remote_stop_ns().

◆ watch_data_address

CORE_ADDR stop_reply::watch_data_address

Definition at line 1316 of file remote.c.

Referenced by remote_target::process_stop_reply(), and remote_target::remote_stop_ns().

◆ ws

struct target_waitstatus stop_reply::ws

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