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 559 of file linux-thread-db.c.
struct thread_db_info* check_thread_db_info::info |
Definition at line 562 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 571 of file linux-thread-db.c.
td_err_e check_thread_db_info::last_result |
Definition at line 574 of file linux-thread-db.c.
Referenced by check_thread_db_callback().
bool check_thread_db_info::log_progress |
Definition at line 565 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 568 of file linux-thread-db.c.
Referenced by check_thread_db(), and check_thread_db_callback().