GDB (xrefs)
|
Public Member Functions | |
until_break_fsm (struct interp *cmd_interp, int thread, std::vector< breakpoint_up > &&breakpoints) | |
void | clean_up (struct thread_info *thread) override |
bool | should_stop (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 |
std::vector< breakpoint_up > | breakpoints |
![]() | |
struct interp * | command_interp = nullptr |
Additional Inherited Members | |
![]() | |
bool | finished = false |
Definition at line 10827 of file breakpoint.c.
|
inline |
Definition at line 10836 of file breakpoint.c.
|
overridevirtual |
Reimplemented from thread_fsm.
Definition at line 10870 of file breakpoint.c.
References breakpoints, delete_longjmp_breakpoint(), and thread.
|
overridevirtual |
Reimplemented from thread_fsm.
Definition at line 10881 of file breakpoint.c.
References EXEC_ASYNC_LOCATION_REACHED.
|
overridevirtual |
Implements thread_fsm.
Definition at line 10853 of file breakpoint.c.
References bp, bpstat_find_breakpoint(), breakpoints, thread_info::control, thread_fsm::set_finished(), and thread_control_state::stop_bpstat.
std::vector<breakpoint_up> until_break_fsm::breakpoints |
Definition at line 10834 of file breakpoint.c.
Referenced by clean_up(), and should_stop().
int until_break_fsm::thread |
Definition at line 10830 of file breakpoint.c.
Referenced by clean_up().