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

Public Member Functions

 until_next_fsm (struct interp *cmd_interp, int thread)
 
bool should_stop (struct thread_info *thread) override
 
void clean_up (struct thread_info *thread) override
 
enum async_reply_reason do_async_reply_reason () override
 
- Public Member Functions inherited from thread_fsm
 thread_fsm (struct interp *cmd_interp)
 
virtual ~thread_fsm ()=default
 
 DISABLE_COPY_AND_ASSIGN (thread_fsm)
 
virtual struct return_value_inforeturn_value ()
 
enum async_reply_reason async_reply_reason ()
 
virtual bool should_notify_stop ()
 
void set_finished ()
 
bool finished_p () const
 

Public Attributes

int thread
 
- Public Attributes inherited from thread_fsm
struct interpcommand_interp = nullptr
 

Additional Inherited Members

- Protected Attributes inherited from thread_fsm
bool finished = false
 

Detailed Description

Definition at line 1271 of file infcmd.c.

Constructor & Destructor Documentation

◆ until_next_fsm()

until_next_fsm::until_next_fsm ( struct interp * cmd_interp,
int thread )
inline

Definition at line 1276 of file infcmd.c.

Member Function Documentation

◆ clean_up()

void until_next_fsm::clean_up ( struct thread_info * thread)
overridevirtual

Reimplemented from thread_fsm.

Definition at line 1303 of file infcmd.c.

References delete_longjmp_breakpoint(), and thread.

◆ do_async_reply_reason()

enum async_reply_reason until_next_fsm::do_async_reply_reason ( )
overridevirtual

Reimplemented from thread_fsm.

Definition at line 1312 of file infcmd.c.

References EXEC_ASYNC_END_STEPPING_RANGE.

◆ should_stop()

bool until_next_fsm::should_stop ( struct thread_info * thread)
overridevirtual

Member Data Documentation

◆ thread

int until_next_fsm::thread

Definition at line 1274 of file infcmd.c.

Referenced by clean_up().


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