On Wed, Mar 01, 2006 at 01:03:41AM +0100, Dalibor Dukic wrote:
> When I put breakpoint on some function and I trigger that break I can't
> step the subroutine code because gdb is stepping the code from
> alarm_handler function defined in os/signal.c. And this is repeating
> till CTRL+c. I will be glad if someone help me that I can step the
> function which I break.
Disabling CONFIG_UML_REAL_TIME_CLOCK should help this.
Are you doing machine instruction stepping or source stepping? I
think source stepping ahould work the way you want, since gdb should
set a temporary breakpoint on the next line and continue.
If it's machine-level stepping, gdb is actually doing the right thing,
since it is stopping on the next executed instruction.
Jeff
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user