GDB (xrefs)
Public Attributes | List of all members
execution_control_state Struct Reference

Public Attributes

ptid_t ptid
 
struct thread_infoevent_thread
 
struct target_waitstatus ws
 
int stop_func_filled_in
 
CORE_ADDR stop_func_start
 
CORE_ADDR stop_func_end
 
const char * stop_func_name
 
int wait_some_more
 
int hit_singlestep_breakpoint
 

Detailed Description

Definition at line 2821 of file infrun.c.

Member Data Documentation

struct thread_info* execution_control_state::event_thread
int execution_control_state::hit_singlestep_breakpoint

Definition at line 2839 of file infrun.c.

Referenced by handle_signal_stop(), keep_going(), and switch_back_to_stepped_thread().

ptid_t execution_control_state::ptid
CORE_ADDR execution_control_state::stop_func_end

Definition at line 2831 of file infrun.c.

Referenced by fill_in_stop_func(), and handle_step_into_function().

int execution_control_state::stop_func_filled_in

Definition at line 2829 of file infrun.c.

Referenced by fill_in_stop_func().

const char* execution_control_state::stop_func_name

Definition at line 2832 of file infrun.c.

Referenced by fill_in_stop_func(), and process_event_stop_test().

CORE_ADDR execution_control_state::stop_func_start
int execution_control_state::wait_some_more
struct target_waitstatus execution_control_state::ws

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