GDB (xrefs)
|
Public Attributes | |
ptid_t | ptid |
struct thread_info * | event_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 |
struct thread_info* execution_control_state::event_thread |
Definition at line 2826 of file infrun.c.
Referenced by adjust_pc_after_break(), check_exception_resume(), end_stepping_range(), fetch_inferior_event(), handle_inferior_event_1(), handle_signal_stop(), handle_step_into_function(), handle_step_into_function_backward(), handle_syscall_event(), infrun_thread_stop_requested_callback(), keep_going(), process_event_stop_test(), and switch_back_to_stepped_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 |
Definition at line 2823 of file infrun.c.
Referenced by adjust_pc_after_break(), fetch_inferior_event(), handle_inferior_event_1(), handle_signal_stop(), handle_syscall_event(), infrun_thread_stop_requested_callback(), keep_going(), prepare_for_detach(), process_event_stop_test(), switch_back_to_stepped_thread(), and wait_for_inferior().
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 |
Definition at line 2830 of file infrun.c.
Referenced by fill_in_stop_func(), handle_step_into_function(), handle_step_into_function_backward(), and process_event_stop_test().
int execution_control_state::wait_some_more |
Definition at line 2833 of file infrun.c.
Referenced by fetch_inferior_event(), infrun_thread_stop_requested_callback(), prepare_for_detach(), prepare_to_wait(), stop_waiting(), and wait_for_inferior().
struct target_waitstatus execution_control_state::ws |
Definition at line 2828 of file infrun.c.
Referenced by adjust_pc_after_break(), fetch_inferior_event(), handle_inferior_event_1(), handle_signal_stop(), handle_syscall_event(), infrun_thread_stop_requested_callback(), prepare_for_detach(), and wait_for_inferior().