summaryrefslogtreecommitdiff
path: root/debian/patches/dyson-thread-debugging-library.patch
blob: 99825a4e9a09627884a88ad117f0b13b5692a70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: gdb.git/gdb/sol-thread.c
===================================================================
--- gdb.git.orig/gdb/sol-thread.c
+++ gdb.git/gdb/sol-thread.c
@@ -1187,7 +1187,7 @@ _initialize_sol_thread (void)
 {
   void *dlhandle;
 
-  dlhandle = dlopen ("libthread_db.so.1", RTLD_NOW);
+  dlhandle = dlopen ("libc_db.so.1", RTLD_NOW);
   if (!dlhandle)
     goto die;