matthias fend wrote:
sometimes i can step trough some lines of code without having
problems and sometimes gdb proxy starts with the -1 steps output - (yes
- it's the same code).
>
if gdb proxy has started with this behaviour it will loop there forever.
Again, what's the _exact_ output when you interrupt it while looping/
spinning ? If GDB knows where it's at then it's certainly in your program.
If, OTOH, GDB lost its mind on where in the execution sequence it was
interrupted, the GDB-Proxy combo is to blame for it (provided you're
producing debug object files).
Christian