GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
execution_control_state Struct Reference

Public Member Functions

 execution_control_state (thread_info *thr=nullptr)
 

Public Attributes

process_stratum_targettarget = nullptr
 
ptid_t ptid
 
struct thread_infoevent_thread
 
struct target_waitstatus ws
 
int stop_func_filled_in = 0
 
CORE_ADDR stop_func_alt_start = 0
 
CORE_ADDR stop_func_start = 0
 
CORE_ADDR stop_func_end = 0
 
const char * stop_func_name = nullptr
 
int wait_some_more = 0
 
int hit_singlestep_breakpoint = 0
 

Detailed Description

Definition at line 1997 of file infrun.c.

Constructor & Destructor Documentation

◆ execution_control_state()

execution_control_state::execution_control_state ( thread_info * thr = nullptr)
inlineexplicit

Definition at line 1999 of file infrun.c.

Member Data Documentation

◆ event_thread

struct thread_info* execution_control_state::event_thread

◆ hit_singlestep_breakpoint

int execution_control_state::hit_singlestep_breakpoint = 0

◆ ptid

ptid_t execution_control_state::ptid

◆ stop_func_alt_start

CORE_ADDR execution_control_state::stop_func_alt_start = 0

Definition at line 2013 of file infrun.c.

Referenced by fill_in_stop_func(), and process_event_stop_test().

◆ stop_func_end

CORE_ADDR execution_control_state::stop_func_end = 0

Definition at line 2015 of file infrun.c.

Referenced by fill_in_stop_func(), and handle_step_into_function().

◆ stop_func_filled_in

int execution_control_state::stop_func_filled_in = 0

Definition at line 2012 of file infrun.c.

Referenced by fill_in_stop_func().

◆ stop_func_name

const char* execution_control_state::stop_func_name = nullptr

Definition at line 2016 of file infrun.c.

Referenced by fill_in_stop_func(), and process_event_stop_test().

◆ stop_func_start

CORE_ADDR execution_control_state::stop_func_start = 0

◆ target

process_stratum_target* execution_control_state::target = nullptr

◆ wait_some_more

int execution_control_state::wait_some_more = 0

◆ ws

struct target_waitstatus execution_control_state::ws

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