Problems with remote debugging on ARM

Daniel Jacobowitz drow@false.org
Tue May 16 19:49:00 GMT 2006


On Tue, May 16, 2006 at 08:59:58PM +0200, Milrith wrote:
> Yes, I am using gdbserver. Right now SIGALRM is treated as pass noprint
> nostop. Would you have more details on how to do this hack? ;)

Look in gdbserver/linux-low.c for SIGRTMIN.

> > > I have problems with breakpoints not taken into account, are there
> > > known problems with some parts of my configuration (C++ or threads)?
> > 
> > Are they in constructors?  Google would be glad to tell you about the
> > problem, in that case.
> 
> Unfortunately not, it can happen in normal methods. I am compiling
> with -g and without any optimisation option.

Then we'll need you to submit a test case.

> Another little problem: I can't autocomplete method names with "::"
> after the class names (Class::<tab> produces nothing), I suppose I am
> missing a little something?

Try putting a single quote beforehand:

  print 'Class::<tab>

That'll work for now.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb mailing list