USR_BKPT
#define UPROBE_SWBP_INSN USR_BKPT
patch_text(p->addr, USR_BKPT);
if (*(uint16_t *)instruction_pointer(regs) != USR_BKPT) {