Cannot HALT or Stop running code

Hi,

I finaly was able to get the Zylin, Eclipse, GNUARM and OpenOCD working on my platform STR9

The debugging I’m doing with ARM-ELF-GDB and OpenOCD

The problem that I’m still having is that I cannot halt or stop my code when it’s runing. When it’s on a breakpoint (halted) then there is no problem to stop the code.

The problem looks like when I’m pressing the button STOP or suspend that I’m not sending the HALT instruction to the GDB server.

Can somebody give me a hint on how to fix that.

This is the arm-elf-gdb setting I’m providing in eclipse

The parameters that I’m giving with arm-elf-gdb are:

target remote :3333

monitor arm7_9 force_hw_bkpts enable

Regards