GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
thread_db_info Struct Reference

Public Attributes

struct thread_db_infonext
 
process_stratum_targetprocess_target
 
int pid
 
void * handle
 
char * filename
 
struct ps_prochandle proc_handle
 
td_thragent_tthread_agent
 
int need_stale_parent_threads_check
 
td_init_ftypetd_init_p
 
td_ta_new_ftypetd_ta_new_p
 
td_ta_delete_ftypetd_ta_delete_p
 
td_ta_map_lwp2thr_ftypetd_ta_map_lwp2thr_p
 
td_ta_thr_iter_ftypetd_ta_thr_iter_p
 
td_thr_get_info_ftypetd_thr_get_info_p
 
td_thr_tls_get_addr_ftypetd_thr_tls_get_addr_p
 
td_thr_tlsbase_ftypetd_thr_tlsbase_p
 

Detailed Description

Definition at line 163 of file linux-thread-db.c.

Member Data Documentation

◆ filename

char* thread_db_info::filename

◆ handle

void* thread_db_info::handle

Definition at line 174 of file linux-thread-db.c.

Referenced by add_thread_db_info(), try_thread_db_load(), and verbose_dlsym().

◆ need_stale_parent_threads_check

int thread_db_info::need_stale_parent_threads_check

Definition at line 192 of file linux-thread-db.c.

◆ next

struct thread_db_info* thread_db_info::next

Definition at line 165 of file linux-thread-db.c.

Referenced by delete_thread_db_info().

◆ pid

int thread_db_info::pid

◆ proc_handle

struct ps_prochandle thread_db_info::proc_handle

Definition at line 182 of file linux-thread-db.c.

Referenced by try_thread_db_load_1().

◆ process_target

process_stratum_target* thread_db_info::process_target

Definition at line 168 of file linux-thread-db.c.

Referenced by maintenance_check_libthread_db(), and try_thread_db_load().

◆ td_init_p

td_init_ftype* thread_db_info::td_init_p

Definition at line 196 of file linux-thread-db.c.

Referenced by try_thread_db_load_1().

◆ td_ta_delete_p

td_ta_delete_ftype* thread_db_info::td_ta_delete_p

Definition at line 198 of file linux-thread-db.c.

◆ td_ta_map_lwp2thr_p

td_ta_map_lwp2thr_ftype* thread_db_info::td_ta_map_lwp2thr_p

Definition at line 199 of file linux-thread-db.c.

◆ td_ta_new_p

td_ta_new_ftype* thread_db_info::td_ta_new_p

Definition at line 197 of file linux-thread-db.c.

Referenced by try_thread_db_load_1().

◆ td_ta_thr_iter_p

td_ta_thr_iter_ftype* thread_db_info::td_ta_thr_iter_p

Definition at line 200 of file linux-thread-db.c.

Referenced by find_new_threads_once(), and try_thread_db_load_1().

◆ td_thr_get_info_p

td_thr_get_info_ftype* thread_db_info::td_thr_get_info_p

Definition at line 201 of file linux-thread-db.c.

◆ td_thr_tls_get_addr_p

td_thr_tls_get_addr_ftype* thread_db_info::td_thr_tls_get_addr_p

Definition at line 202 of file linux-thread-db.c.

◆ td_thr_tlsbase_p

td_thr_tlsbase_ftype* thread_db_info::td_thr_tlsbase_p

Definition at line 203 of file linux-thread-db.c.

◆ thread_agent

td_thragent_t* thread_db_info::thread_agent

The documentation for this struct was generated from the following file: