I am trying to remotely debug a linux kernel running on an arm cortex-a9 target using jtag probe and gdb. I can connect to the kernel and halt it with gdb. I am able to set breakpoints in the kernel code and gdb confirms there placement as well but the problem is that once I start the execution and issue a continue command, the breakpoints are never hit and the kernel continues to run....
Please help me out in this regard. Thanks.