Searched refs:try_thread_db_load (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dthread-db.cc602 try_thread_db_load (const char *library) function
649 return try_thread_db_load (LIBTHREAD_DB_SO);
675 return try_thread_db_load (path);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dthread-db.cc598 try_thread_db_load (const char *library) function
643 return try_thread_db_load (LIBTHREAD_DB_SO);
669 return try_thread_db_load (path);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c958 try_thread_db_load (const char *library, bool check_auto_load_safe)
1052 return try_thread_db_load (path.c_str (), true);
1093 return try_thread_db_load (LIBTHREAD_DB_SO, false);
1107 return try_thread_db_load (path.c_str (), true);
957 try_thread_db_load (const char *library, bool check_auto_load_safe) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c964 try_thread_db_load (const char *library, bool check_auto_load_safe)
1068 return try_thread_db_load (path.c_str (), true);
1109 return try_thread_db_load (LIBTHREAD_DB_SO, false);
1123 return try_thread_db_load (path.c_str (), true);
963 try_thread_db_load (const char *library, bool check_auto_load_safe) function

Completed in 224 milliseconds