GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
vcont_builder Class Reference

Public Member Functions

 vcont_builder (remote_target *remote)
 
void flush ()
 
void push_action (ptid_t ptid, bool step, gdb_signal siggnal)
 

Private Member Functions

void restart ()
 

Private Attributes

remote_targetm_remote
 
char * m_first_action
 
char * m_p
 
char * m_endp
 

Detailed Description

Definition at line 6794 of file remote.c.

Constructor & Destructor Documentation

◆ vcont_builder()

vcont_builder::vcont_builder ( remote_target * remote)
inlineexplicit

Definition at line 6797 of file remote.c.

References flush(), m_remote, push_action(), restart(), and vcont_builder().

Referenced by vcont_builder().

Member Function Documentation

◆ flush()

void vcont_builder::flush ( )

◆ push_action()

void vcont_builder::push_action ( ptid_t ptid,
bool step,
gdb_signal siggnal )

◆ restart()

void vcont_builder::restart ( )
private

Member Data Documentation

◆ m_endp

char* vcont_builder::m_endp
private

Definition at line 6820 of file remote.c.

Referenced by push_action(), and restart().

◆ m_first_action

char* vcont_builder::m_first_action
private

Definition at line 6814 of file remote.c.

Referenced by flush(), and restart().

◆ m_p

char* vcont_builder::m_p
private

Definition at line 6817 of file remote.c.

Referenced by flush(), push_action(), and restart().

◆ m_remote

remote_target* vcont_builder::m_remote
private

Definition at line 6810 of file remote.c.

Referenced by flush(), push_action(), restart(), and vcont_builder().


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