GDBserver
|
#include <linux-low.h>
Public Attributes | |
struct inferior_list_entry | head |
int | stop_expected |
int | suspended |
int | stopped |
int | dead |
int | last_status |
CORE_ADDR | stop_pc |
int | status_pending_p |
int | status_pending |
int | stopped_by_watchpoint |
CORE_ADDR | stopped_data_address |
CORE_ADDR | bp_reinsert |
int | stepping |
CORE_ADDR | step_range_start |
CORE_ADDR | step_range_end |
int | must_set_ptrace_flags |
struct pending_signals * | pending_signals |
struct thread_resume * | resume |
int | collecting_fast_tracepoint |
struct pending_signals * | pending_signals_to_report |
struct breakpoint * | exit_jump_pad_bkpt |
int | need_step_over |
struct arch_lwp_info * | arch_private |
Definition at line 236 of file linux-low.h.
struct arch_lwp_info* lwp_info::arch_private |
Definition at line 337 of file linux-low.h.
Referenced by aarch64_linux_prepare_to_resume(), add_lwp(), arm_prepare_to_resume(), arm_stopped_by_watchpoint(), arm_stopped_data_address(), debug_reg_change_callback(), delete_lwp(), mips_linux_prepare_to_resume(), update_debug_registers_callback(), update_registers_callback(), update_watch_registers_callback(), and x86_linux_prepare_to_resume().
Definition at line 285 of file linux-low.h.
Referenced by finish_step_over(), linux_resume_one_lwp(), and start_step_over().
Definition at line 314 of file linux-low.h.
Referenced by handle_tracepoints(), linux_resume_one_lwp(), linux_wait_1(), linux_wait_for_event(), maybe_move_out_of_jump_pad(), and proceed_one_lwp().
int lwp_info::dead |
Definition at line 259 of file linux-low.h.
Referenced by linux_thread_alive(), lwp_running(), and mark_lwp_dead().
Definition at line 323 of file linux-low.h.
Referenced by linux_wait_1(), and maybe_move_out_of_jump_pad().
Definition at line 238 of file linux-low.h.
Referenced by add_lwp(), delete_lwp(), kill_one_lwp_callback(), linux_kill(), start_step_over(), status_pending_p_callback(), thread_db_create_event(), thread_db_get_tls_address(), and wait_for_sigstop().
Definition at line 262 of file linux-low.h.
Referenced by get_detach_signal(), get_stop_pc(), linux_resume_one_thread(), and linux_wait_for_lwp().
Definition at line 299 of file linux-low.h.
Referenced by linux_attach_lwp_1(), linux_create_inferior(), and linux_wait_for_event().
Definition at line 327 of file linux-low.h.
Referenced by linux_resume(), linux_wait_1(), need_step_over_p(), and proceed_all_lwps().
Definition at line 303 of file linux-low.h.
Referenced by linux_resume_one_lwp(), and linux_resume_one_thread().
Definition at line 319 of file linux-low.h.
Referenced by dequeue_one_deferred_signal(), enqueue_one_deferred_signal(), linux_resume_one_thread(), and proceed_one_lwp().
struct thread_resume* lwp_info::resume |
Definition at line 307 of file linux-low.h.
Referenced by linux_resume_one_thread(), linux_set_resume_request(), and resume_status_pending_p().
Definition at line 271 of file linux-low.h.
Referenced by cancel_breakpoints_callback(), count_events_callback(), get_detach_signal(), handle_extended_wait(), linux_set_resume_request(), linux_wait_1(), linux_wait_for_event(), mark_lwp_dead(), move_out_of_jump_pad_callback(), select_event_lwp_callback(), and wait_for_sigstop().
Definition at line 270 of file linux-low.h.
Referenced by cancel_breakpoints_callback(), count_events_callback(), get_detach_signal(), handle_extended_wait(), linux_resume_one_lwp(), linux_resume_one_thread(), linux_set_resume_request(), linux_wait_1(), linux_wait_for_event(), mark_lwp_dead(), move_out_of_jump_pad_callback(), need_step_over_p(), proceed_one_lwp(), resume_status_pending_p(), select_event_lwp_callback(), select_singlestep_lwp_callback(), status_pending_p_callback(), and wait_for_sigstop().
Definition at line 295 of file linux-low.h.
Referenced by linux_set_resume_request(), and linux_wait_1().
Definition at line 294 of file linux-low.h.
Referenced by linux_set_resume_request(), linux_wait_1(), and lwp_in_step_range().
Definition at line 289 of file linux-low.h.
Referenced by cancel_breakpoints_callback(), get_stop_pc(), handle_extended_wait(), linux_resume_one_lwp(), linux_wait_1(), and linux_wait_for_event().
Definition at line 246 of file linux-low.h.
Referenced by handle_extended_wait(), linux_attach_lwp_1(), linux_detach_one_lwp(), linux_resume_one_lwp(), linux_wait_for_event(), mark_lwp_dead(), and send_sigstop().
Definition at line 266 of file linux-low.h.
Referenced by cancel_breakpoint(), count_events_callback(), handle_extended_wait(), handle_tracepoints(), linux_fast_tracepoint_collecting(), linux_resume_one_lwp(), linux_wait_1(), linux_wait_for_lwp(), lwp_in_step_range(), maybe_move_out_of_jump_pad(), move_out_of_jump_pad_callback(), need_step_over_p(), select_event_lwp_callback(), and stuck_in_jump_pad_callback().
Definition at line 254 of file linux-low.h.
Referenced by debug_reg_change_callback(), handle_extended_wait(), linux_resume_one_lwp(), linux_resume_one_thread(), linux_set_resume_request(), linux_wait_for_lwp(), lwp_running(), mark_lwp_dead(), move_out_of_jump_pad_callback(), need_step_over_p(), proceed_one_lwp(), send_sigstop_callback(), stuck_in_jump_pad_callback(), update_debug_registers_callback(), update_registers_callback(), update_watch_registers_callback(), and wait_for_sigstop().
Definition at line 275 of file linux-low.h.
Referenced by cancel_breakpoints_callback(), get_stop_pc(), linux_resume_one_lwp(), linux_stopped_by_watchpoint(), linux_wait_1(), linux_wait_for_lwp(), move_out_of_jump_pad_callback(), stuck_in_jump_pad_callback(), and x86_linux_prepare_to_resume().
Definition at line 281 of file linux-low.h.
Referenced by linux_stopped_data_address(), and linux_wait_for_lwp().
Definition at line 250 of file linux-low.h.
Referenced by handle_extended_wait(), handle_tracepoints(), linux_resume_one_lwp(), linux_stabilize_threads(), linux_wait_1(), linux_wait_for_event(), maybe_move_out_of_jump_pad(), move_out_of_jump_pad_callback(), need_step_over_p(), proceed_one_lwp(), start_step_over(), stuck_in_jump_pad_callback(), suspend_and_send_sigstop_callback(), unsuspend_and_proceed_one_lwp(), and unsuspend_one_lwp().