Searched refs:on_retract (Results 1 – 3 of 3) sorted by relevance
50 void (*on_retract)(struct breakpoint *bp, struct process *proc); member
84 if (bp->cbs != NULL && bp->cbs->on_retract != NULL) in breakpoint_on_retract()85 (bp->cbs->on_retract)(bp, proc); in breakpoint_on_retract()
1172 .on_retract = ppc_plt_bp_retract, in arch_breakpoint_init()