[SPAM] Re: gdbserver signals interfere with {next,step{,i}}

Michael Snyder Michael.Snyder@palmsource.com
Tue Mar 6 19:41:00 GMT 2007


On Mon, 2007-03-05 at 21:24 -0500, Jon Ringle wrote:
> Michael Snyder wrote:
> > OK, I built it with arm-linux-gcc -lrt -lpthread -g 
> >
> > I copied it to my arm dev board running kernel 2.6.14
> > (intel Zylonite)
> >
> > I started it under gdbserver 6.5, connected to it with gdb 6.5, 
> > break on line 106 as suggested by the comment, gave it some 
> > input, hit the breakpoint, nexted a few times...
> >
> > I didn't see any odd behavior (I also didn't see gdb report any
> > SIGUSR1 events).
> >
> >   
> Hmm...
> My target uses uclibc-0.9.28 rather than a glibc libc. Could that be a 
> factor here?

Could be.  In fact, almost certainly.  GDB thread support depends on
libthread_db which is part of glibc.  does uclibc include a similarly
named library?



More information about the Gdb mailing list