[gnome-love] Weird behaviour debugging with GDB
- From: Jaap Haitsma <jaap haitsma org>
- To: Gnome-Love <gnome-love gnome org>
- Subject: [gnome-love] Weird behaviour debugging with GDB
- Date: Sun, 10 Apr 2005 23:20:48 +0200
Hi,
I see sometimes see some weird behavior when I debug GNOME programs.
If I step trough some piece of sequential code without any loops or
jumps with the next command. The next instruction some times goes one back.
So if I had one instruction on each line I would expect gdb to go trough
the lines like this: 1, 2, 3, 4, 5, 6. What I see happening though is
something like this: 1, 2, 1, 2, 3, 4, 5, 6
Anybody knows why this is happening?
Thanks,
Jaap
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]