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 2023 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

◆ ptid

ptid_t execution_control_state::ptid

◆ stop_func_end

CORE_ADDR execution_control_state::stop_func_end

Definition at line 2033 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

Definition at line 2031 of file infrun.c.

Referenced by fill_in_stop_func().

◆ stop_func_name

const char* execution_control_state::stop_func_name

Definition at line 2034 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

◆ wait_some_more

int execution_control_state::wait_some_more

◆ ws

struct target_waitstatus execution_control_state::ws

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