GDBserver
Public Attributes | List of all members
thread_db Struct Reference

Public Attributes

struct ps_prochandle proc_handle
 
td_thragent_tthread_agent
 
int all_symbols_looked_up
 
void * handle
 
td_ta_new_ftypetd_ta_new_p
 
td_ta_map_lwp2thr_ftypetd_ta_map_lwp2thr_p
 
td_thr_get_info_ftypetd_thr_get_info_p
 
td_ta_thr_iter_ftypetd_ta_thr_iter_p
 
td_thr_tls_get_addr_ftypetd_thr_tls_get_addr_p
 
td_thr_tlsbase_ftypetd_thr_tlsbase_p
 
td_symbol_list_ftypetd_symbol_list_p
 

Detailed Description

Definition at line 39 of file thread-db.c.

Member Data Documentation

◆ all_symbols_looked_up

int thread_db::all_symbols_looked_up

◆ handle

void* thread_db::handle

◆ proc_handle

struct ps_prochandle thread_db::proc_handle

Definition at line 43 of file thread-db.c.

Referenced by try_thread_db_load_1().

◆ td_symbol_list_p

td_symbol_list_ftype* thread_db::td_symbol_list_p

Definition at line 65 of file thread-db.c.

Referenced by thread_db_look_up_symbols().

◆ td_ta_map_lwp2thr_p

td_ta_map_lwp2thr_ftype* thread_db::td_ta_map_lwp2thr_p

Definition at line 60 of file thread-db.c.

Referenced by find_one_thread().

◆ td_ta_new_p

td_ta_new_ftype* thread_db::td_ta_new_p

Definition at line 59 of file thread-db.c.

Referenced by try_thread_db_load_1().

◆ td_ta_thr_iter_p

td_ta_thr_iter_ftype* thread_db::td_ta_thr_iter_p

Definition at line 62 of file thread-db.c.

Referenced by thread_db_find_new_threads().

◆ td_thr_get_info_p

td_thr_get_info_ftype* thread_db::td_thr_get_info_p

Definition at line 61 of file thread-db.c.

Referenced by find_new_threads_callback(), and find_one_thread().

◆ td_thr_tls_get_addr_p

td_thr_tls_get_addr_ftype* thread_db::td_thr_tls_get_addr_p

Definition at line 63 of file thread-db.c.

Referenced by thread_db_get_tls_address().

◆ td_thr_tlsbase_p

td_thr_tlsbase_ftype* thread_db::td_thr_tlsbase_p

Definition at line 64 of file thread-db.c.

Referenced by thread_db_get_tls_address().

◆ thread_agent

td_thragent_t* thread_db::thread_agent

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