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

Public Member Functions

 step_command_fsm (struct interp *cmd_interp)
 
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
 
- 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 count
 
int skip_subroutines
 
int single_inst
 
- 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 789 of file infcmd.c.

Constructor & Destructor Documentation

◆ step_command_fsm()

step_command_fsm::step_command_fsm ( struct interp * cmd_interp)
inlineexplicit

Definition at line 800 of file infcmd.c.

Referenced by step_1().

Member Function Documentation

◆ clean_up()

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

Reimplemented from thread_fsm.

Definition at line 906 of file infcmd.c.

References delete_longjmp_breakpoint(), thread_info::global_num, single_inst, and skip_subroutines.

◆ do_async_reply_reason()

enum async_reply_reason step_command_fsm::do_async_reply_reason ( )
overridevirtual

Reimplemented from thread_fsm.

Definition at line 916 of file infcmd.c.

References EXEC_ASYNC_END_STEPPING_RANGE.

◆ should_stop()

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

Member Data Documentation

◆ count

int step_command_fsm::count

◆ single_inst

int step_command_fsm::single_inst

Definition at line 798 of file infcmd.c.

Referenced by clean_up(), prepare_one_step(), step_1(), and step_command_fsm_prepare().

◆ skip_subroutines

int step_command_fsm::skip_subroutines

Definition at line 795 of file infcmd.c.

Referenced by clean_up(), prepare_one_step(), step_1(), and step_command_fsm_prepare().


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