GDB (API)
|
00001 #ifdef HAVE_THREAD_DB_H 00002 #include <thread_db.h> 00003 #else 00004 #include "glibc_thread_db.h" 00005 #endif 00006 00007 #ifndef LIBTHREAD_DB_SO 00008 #define LIBTHREAD_DB_SO "libthread_db.so.1" 00009 #endif 00010 00011 #ifndef LIBTHREAD_DB_SEARCH_PATH 00012 /* $sdir appears before $pdir for some minimal security protection: 00013 we trust the system libthread_db.so a bit more than some random 00014 libthread_db associated with whatever libpthread the app is using. */ 00015 #define LIBTHREAD_DB_SEARCH_PATH "$sdir:$pdir" 00016 #endif