This is the mail archive of the gdb-prs@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]

[Bug build/13011] GDB fails to build against Linux libc's (e.g.musl) without dladdr and libthread_db


http://sourceware.org/bugzilla/show_bug.cgi?id=13011

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #2 from Rich Felker <bugdal at aerifal dot cx> 2012-10-21 14:37:00 UTC ---
It's true that it's a published external interface, but gdb should not use it
without testing for its existence. FYI we now provide dladdr in musl, but I
have not seen any good documentation on how to provide the thread debugging
hooks gdb wants, and it seems highly nontrivial. It would be helpful to have
this fixed, and for gdb to provide some minimal level of thread debugging
support without including half of the debugger in the program being debugged...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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