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 Fri, May 1, 2009 at 12:20 AM, Eli Zaretskii <eliz@gnu.org> wrote:

> Is thread debugging indeed completely impossible without libthread_db?

Pretty much: GDB will not know about any threads other than the one
that is stopped or crashed; with LinuxThreads GDB will stop with SIG32
all the time in unexpected places, etc. etc.

Debugging experience for anyone but libpthread implementer will be
quite miserable.

> If not, perhaps this warning (and the corresponding description in the
> manual) should be amended somehow.

Given above, I don't believe that's warranted.

Thanks,
-- 
Paul Pluzhnikov


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