This is the mail archive of the gdb@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: howto debug libthread_db


On Tue, Sep 26, 2006 at 04:06:57PM +0200, Carmelo Amoroso wrote:
> Hi All,
> I'm trying to debug a simple multithread application on a remote target,
> and I like to debug the libthread_db itself... is it possible to do it? 
> is it possible to set some breakpoints and stepping through?
> Is there anyone already played with it?
> 
> I tried to use symbol-file to gdb client, and I successfully added a 
> breakpoint, but I cannot reach it after I connected to the target and 
> issued 'continue'.
> 
> Any help will be appreciated

Sorry, but you need to be more precise.  What exactly did you do - the
entire GDB session?  What didn't work?  Do you really mean
libthread_db, or do you mean libpthread?

-- 
Daniel Jacobowitz
CodeSourcery


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