GDBserver
|
#include "linux-low.h"
Public Attributes | |
struct arch_process_info * | arch_private |
struct thread_db * | thread_db |
CORE_ADDR | r_debug |
int | new_inferior |
ptid_t | last_wait_event_ptid |
Definition at line 107 of file linux-low.h.
struct arch_process_info* process_info_private::arch_private |
Definition at line 110 of file linux-low.h.
Referenced by aarch64_get_debug_reg_state(), aarch64_linux_new_fork(), aarch64_linux_prepare_to_resume(), arm_insert_point(), arm_new_fork(), arm_prepare_to_resume(), arm_remove_point(), linux_add_process(), linux_mourn(), mips_insert_point(), mips_linux_new_fork(), mips_linux_prepare_to_resume(), mips_remove_point(), mips_stopped_by_watchpoint(), mips_stopped_data_address(), x86_debug_reg_state(), x86_insert_point(), x86_linux_new_fork(), x86_remove_point(), x86_stopped_by_watchpoint(), and x86_stopped_data_address().
ptid_t process_info_private::last_wait_event_ptid |
Definition at line 42 of file lynx-low.c.
Referenced by lynx_add_process(), lynx_resume(), and lynx_wait_1().
int process_info_private::new_inferior |
Definition at line 122 of file linux-low.h.
Referenced by linux_add_process(), and linux_low_filter_event().
CORE_ADDR process_info_private::r_debug |
Definition at line 117 of file linux-low.h.
Referenced by linux_qxfer_libraries_svr4().
struct thread_db* process_info_private::thread_db |
Definition at line 114 of file linux-low.h.
Referenced by attach_thread(), disable_thread_event_reporting(), find_new_threads_callback(), find_one_thread(), linux_look_up_symbols(), remove_thread_event_breakpoints(), thread_db_create_event(), thread_db_detach(), thread_db_enable_reporting(), thread_db_find_new_threads(), thread_db_get_tls_address(), thread_db_look_up_one_symbol(), thread_db_look_up_symbols(), thread_db_mourn(), and try_thread_db_load_1().