arch_clear_breakpoint
status_t arch_clear_breakpoint(void *address);
status_t error = arch_clear_breakpoint((void*)breakpoint->address);
result = arch_clear_breakpoint(address);