Hey guys, can GDB for ARM set hard breakpoint when native debugging? I found GDB for i386 use the ptrace(POKE_USER,...) to set hard breakpoint. But in ARM's code I can't find such similar facility. Dose ARM has some hardware unit to support hard breakpoint?