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: [SPAM] Re: gdbserver signals interfere with {next,step{,i}}


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?


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