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: gdb and remote debugging with threads


On Wed, Jun 07, 2006 at 04:17:09PM +0200, Srikanth Krishnamohan wrote:
> Hello All,
>    Does gdb 6.4 support remote debugging of a muti-threaded program. The
> host is i686-linux and target is arm-xscale-linux.

Yes.  It has been supported for years, and I've been giving out the
same advice about it for most of that time.  I apologize for the fact
that I haven't stuck this advice in the manual; obviously I need to do
that.

> Program received signal SIG32, Real-time event 32.
> 0x400a75f4 in ?? ()
> (gdb) c
> Continuing.

If you receive this message, it usually means you did not tell GDB
where to find target libraries, which prevents thread debugging
from initializing.  Search for "set solib-absolute-prefix".

-- 
Daniel Jacobowitz
CodeSourcery


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