|
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 2028 of file infrun.c.
Referenced by check_exception_resume(), clean_up_just_stopped_threads_fsms(), end_stepping_range(), fetch_inferior_event(), finish_step_over(), handle_inferior_event_1(), handle_signal_stop(), handle_step_into_function(), handle_step_into_function_backward(), handle_stop_requested(), handle_syscall_event(), keep_going(), keep_going_pass_signal(), process_event_stop_test(), reset_ecs(), and switch_back_to_stepped_thread().
| int execution_control_state::hit_singlestep_breakpoint |
Definition at line 2041 of file infrun.c.
Referenced by handle_signal_stop(), keep_going_pass_signal(), and switch_back_to_stepped_thread().
| ptid_t execution_control_state::ptid |
Definition at line 2025 of file infrun.c.
Referenced by fetch_inferior_event(), finish_step_over(), handle_inferior_event_1(), handle_signal_stop(), handle_syscall_event(), keep_going_pass_signal(), prepare_for_detach(), process_event_stop_test(), reset_ecs(), switch_back_to_stepped_thread(), and wait_for_inferior().
| 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().
| int execution_control_state::stop_func_filled_in |
Definition at line 2031 of file infrun.c.
Referenced by fill_in_stop_func().
| 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().
| CORE_ADDR execution_control_state::stop_func_start |
Definition at line 2032 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 2035 of file infrun.c.
Referenced by fetch_inferior_event(), prepare_for_detach(), prepare_to_wait(), proceed(), start_step_over(), stop_waiting(), and wait_for_inferior().
| struct target_waitstatus execution_control_state::ws |
Definition at line 2030 of file infrun.c.
Referenced by fetch_inferior_event(), finish_step_over(), handle_inferior_event_1(), handle_signal_stop(), handle_stop_requested(), handle_syscall_event(), prepare_for_detach(), and wait_for_inferior().
1.8.14