Page 1 of 1

GDB ignoring break points past the first one

Posted: Sun Jun 17, 2012 6:30 pm
by Reth
Hi everybody,

is it just me or does this not work at all?

Here on Peg2 I set two break points in one file. The first one at main, the second at line 364.
GDB stops at the first break point as expected. But after pressing c for continue the program runs without any further breaks until termination.
The second break point is completely ignored.

Is this an internal AOS4-GBB-Problem or did I make sth. wrong/misunderstood sth.?

Any hints/help highly appreciated for how becoming GDB to work with more than one breakpoint!

Many thanks in advance!

Bye