|
GDB (xrefs)
|
#include "gdbthread.h"
Public Attributes | |
| struct breakpoint * | step_resume_breakpoint |
| struct breakpoint * | exception_resume_breakpoint |
| struct breakpoint * | single_step_breakpoints |
| CORE_ADDR | step_range_start |
| CORE_ADDR | step_range_end |
| struct symbol * | step_start_function |
| int | may_range_step |
| struct frame_id | step_frame_id |
| struct frame_id | step_stack_frame_id |
| int | trap_expected |
| int | proceed_to_finish |
| int | in_infcall |
| enum step_over_calls_kind | step_over_calls |
| int | stop_step |
| bpstat | stop_bpstat |
| int | stepping_command |
Definition at line 50 of file gdbthread.h.
| struct breakpoint* thread_control_state::exception_resume_breakpoint |
Definition at line 58 of file gdbthread.h.
Referenced by clear_thread_inferior_resources(), delete_exception_resume_breakpoint(), discard_infcall_control_state(), follow_exec(), follow_fork(), follow_inferior_reset_breakpoints(), insert_exception_resume_breakpoint(), insert_exception_resume_from_probe(), insert_longjmp_resume_breakpoint(), process_event_stop_test(), restore_infcall_control_state(), and save_infcall_control_state().
| int thread_control_state::in_infcall |
Definition at line 130 of file gdbthread.h.
Referenced by breakpoint_about_to_proceed(), mi_about_to_proceed(), mi_on_resume(), proceed(), restart_threads(), run_inferior_call(), and spu_skip_standalone_loader().
| int thread_control_state::may_range_step |
Definition at line 89 of file gdbthread.h.
Referenced by append_resumption(), clear_proceed_status_thread(), displaced_step_prepare_throw(), handle_inferior_event_1(), prepare_one_step(), process_event_stop_test(), resume_1(), stop_all_threads(), and until_next_command().
| int thread_control_state::proceed_to_finish |
Definition at line 126 of file gdbthread.h.
Referenced by clear_proceed_status_thread(), finish_backward(), finish_forward(), process_event_stop_test(), and run_inferior_call().
| struct breakpoint* thread_control_state::single_step_breakpoints |
Definition at line 65 of file gdbthread.h.
Referenced by clear_thread_inferior_resources(), delete_single_step_breakpoints(), follow_exec(), insert_single_step_breakpoint(), thread_has_single_step_breakpoint_here(), and thread_has_single_step_breakpoints_set().
| struct frame_id thread_control_state::step_frame_id |
Definition at line 94 of file gdbthread.h.
Referenced by clear_proceed_status_thread(), follow_fork(), print_stop_location(), process_event_stop_test(), record_btrace_start_replaying(), and set_step_info().
| enum step_over_calls_kind thread_control_state::step_over_calls |
Definition at line 132 of file gdbthread.h.
Referenced by clear_proceed_status_thread(), finish_command(), prepare_one_step(), process_event_stop_test(), and until_next_command().
| CORE_ADDR thread_control_state::step_range_end |
Definition at line 78 of file gdbthread.h.
Referenced by append_resumption(), clear_proceed_status_thread(), currently_stepping(), finish_backward(), finish_command(), follow_exec(), follow_fork(), handle_signal_stop(), handle_step_into_function(), handle_step_into_function_backward(), pc_in_thread_step_range(), prepare_one_step(), process_event_stop_test(), switch_back_to_stepped_thread(), and until_next_command().
| CORE_ADDR thread_control_state::step_range_start |
Definition at line 77 of file gdbthread.h.
Referenced by append_resumption(), clear_proceed_status_thread(), finish_backward(), finish_command(), follow_exec(), follow_fork(), handle_step_into_function(), handle_step_into_function_backward(), pc_in_thread_step_range(), prepare_one_step(), process_event_stop_test(), and until_next_command().
| struct breakpoint* thread_control_state::step_resume_breakpoint |
Definition at line 55 of file gdbthread.h.
Referenced by arm_linux_copy_svc(), clear_thread_inferior_resources(), currently_stepping(), delete_step_resume_breakpoint(), discard_infcall_control_state(), follow_exec(), follow_fork(), follow_inferior_reset_breakpoints(), handle_signal_stop(), insert_step_resume_breakpoint_at_sal_1(), process_event_stop_test(), restore_infcall_control_state(), resume_1(), and save_infcall_control_state().
| struct frame_id thread_control_state::step_stack_frame_id |
Definition at line 98 of file gdbthread.h.
Referenced by clear_proceed_status_thread(), handle_signal_stop(), process_event_stop_test(), record_btrace_start_replaying(), and set_step_info().
| struct symbol* thread_control_state::step_start_function |
Definition at line 81 of file gdbthread.h.
Referenced by clear_proceed_status_thread(), print_stop_location(), process_event_stop_test(), and set_step_frame().
| int thread_control_state::stepping_command |
Definition at line 144 of file gdbthread.h.
Referenced by clear_proceed_status_thread(), keep_going_stepped_thread(), proceed(), resume_1(), schedlock_applies(), and step_command_fsm_prepare().
| bpstat thread_control_state::stop_bpstat |
Definition at line 139 of file gdbthread.h.
Referenced by bpstat_clear_actions(), bpstat_remove_breakpoint_callback(), clear_proceed_status_thread(), clear_thread_inferior_resources(), continue_command(), discard_infcall_control_state(), finish_command_fsm_should_stop(), handle_inferior_event_1(), handle_signal_stop(), handle_syscall_event(), info_program_command(), print_stop_location(), process_event_stop_test(), restore_infcall_control_state(), run_inferior_call(), save_infcall_control_state(), should_print_stop_to_console(), and until_break_fsm_should_stop().
| int thread_control_state::stop_step |
Definition at line 135 of file gdbthread.h.
Referenced by clear_proceed_status_thread(), end_stepping_range(), finish_command_fsm_should_stop(), handle_signal_stop(), info_program_command(), print_stop_location(), step_command_fsm_should_stop(), and until_next_fsm_should_stop().
| int thread_control_state::trap_expected |
Definition at line 122 of file gdbthread.h.
Referenced by clear_proceed_status_thread(), currently_stepping(), displaced_step_prepare_throw(), finish_step_over(), handle_signal_stop(), keep_going(), keep_going_pass_signal(), keep_going_stepped_thread(), resume_1(), start_step_over(), stop_all_threads(), and switch_back_to_stepped_thread().
1.8.14