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]

Re: threads/2312: gdbserver with pthread debugging problem


The following reply was made to PR threads/2312; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@false.org>
To: Revati Kulkarni <Revati.Kulkarni@kpitcummins.com>
Cc: gdb-gnats@sourceware.org
Subject: Re: threads/2312: gdbserver with pthread debugging problem
Date: Fri, 12 Oct 2007 13:02:58 -0400

 On Fri, Oct 12, 2007 at 10:20:45PM +0530, Revati Kulkarni wrote:
 > Do we have to copy physically libthread_db.a in the /home/rootfs/lib
 > directory?
 
 No, if gdbserver is linked to libthread_db.a it does not need it at
 runtime.  If it is linked to libthread_db.so it will need that.  If it
 is linked to neither, thread debugging will not work.
 
 -- 
 Daniel Jacobowitz
 CodeSourcery


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