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


On Mon, 2007-03-05 at 20:47 -0500, Jon Ringle wrote:
> Michael Snyder wrote:
> >>> Attached is a test case. 
> >>>       
> >
> > What library do I link to for timer_create?
> >
> >
> >   
> This is how I built the testcase:
> $ CC=armeb-linux-gcc LDFLAGS="-lrt -lpthread" CFLAGS="-g" make 
> gdbsignal-test

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).


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