GDB (xrefs)
|
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 |
![]() | |
thread_fsm (struct interp *cmd_interp) | |
virtual | ~thread_fsm ()=default |
DISABLE_COPY_AND_ASSIGN (thread_fsm) | |
virtual struct return_value_info * | return_value () |
enum async_reply_reason | async_reply_reason () |
virtual bool | should_notify_stop () |
void | set_finished () |
bool | finished_p () const |
Public Attributes | |
int | thread |
![]() | |
struct interp * | command_interp = nullptr |
Additional Inherited Members | |
![]() | |
bool | finished = false |
|
inline |
|
overridevirtual |
Reimplemented from thread_fsm.
Definition at line 1303 of file infcmd.c.
References delete_longjmp_breakpoint(), and thread.
|
overridevirtual |
Reimplemented from thread_fsm.
Definition at line 1312 of file infcmd.c.
References EXEC_ASYNC_END_STEPPING_RANGE.
|
overridevirtual |
Implements thread_fsm.
Definition at line 1291 of file infcmd.c.
References thread_info::control, thread_fsm::set_finished(), and thread_control_state::stop_step.
int until_next_fsm::thread |
Definition at line 1274 of file infcmd.c.
Referenced by clean_up().