This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch][rfc] Allow GDB to search for the right libthread_db.so.1


On Sun, Apr 19, 2009 at 7:58 AM, Thiago Jung Bauermann
<bauerman@br.ibm.com> wrote:

> My only comment is that you are using dladdr, which is a glibc extension.

I am not adding this as a new dependency though; currently checked source
already depends on it.

> But do we care about Linux systems with other libc implementations
> (e.g., diet libc, uClibc ?

AFAICT, both diet libc and uClibc have it (uClibc only if it has shared
library support compiled in; but if it doesn't, then libthread_db isn't
usable anyway).

-- 
Paul Pluzhnikov


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]