Hallo, I'm using gdb with my target boards for a couple of day and till now I've noticed some misbehaviours. 1) Backtrace is not working well 2) Stepping is not working as expected: - when interrupt is triggered in the meantime (I'm using TimerA in MSP430f147 as a kind of system clock with some miliseconds of resolution). - in some places it doesn't halt in the next line but continues or halts at the next breakpoint. 3) Various brakepoints problems - reporting of breakpoint setting problem when there are less as 3 breakpoints activated
I've noticed the question about gdb + backtrace asked two times before but unfortunately no answer. I'm using GDB-6.0 with msp430 patches from 30.07.04 Regards,