GDB (xrefs)
|
Public Attributes | |
struct thread_db_info * | info |
bool | log_progress |
bool | threads_seen |
const char * | last_call |
td_err_e | last_result |
Definition at line 558 of file linux-thread-db.c.
struct thread_db_info* check_thread_db_info::info |
Definition at line 561 of file linux-thread-db.c.
Referenced by check_thread_db(), check_thread_db_callback(), and try_thread_db_load_1().
const char* check_thread_db_info::last_call |
Definition at line 570 of file linux-thread-db.c.
td_err_e check_thread_db_info::last_result |
Definition at line 573 of file linux-thread-db.c.
Referenced by check_thread_db_callback().
bool check_thread_db_info::log_progress |
Definition at line 564 of file linux-thread-db.c.
Referenced by check_thread_db(), and check_thread_db_callback().
bool check_thread_db_info::threads_seen |
Definition at line 567 of file linux-thread-db.c.
Referenced by check_thread_db(), and check_thread_db_callback().