Re: [OpenOCD-devel] Breakpoints not respected

2012-03-12 Thread Spencer Oliver
On 12 March 2012 16:48, Justin Drake wrote: > I am using OpenOCD and GDB to debug an ARM Cortex M3 based board. It > seems that breakpoints I set are not always respected. (GDB thinks he > halted execution at a breakpoint but judging by how my board reacts, > execution didn't stop at the right pla

[OpenOCD-devel] Breakpoints not respected

2012-03-12 Thread Justin Drake
I am using OpenOCD and GDB to debug an ARM Cortex M3 based board. It seems that breakpoints I set are not always respected. (GDB thinks he halted execution at a breakpoint but judging by how my board reacts, execution didn't stop at the right place.) Any ideas on what might be going wrong? --