Home
last modified time | relevance | path

Searched refs:on_retract (Results 1 – 3 of 3) sorted by relevance

/external/ltrace/
Dbreakpoint.h50 void (*on_retract)(struct breakpoint *bp, struct process *proc); member
Dbreakpoints.c84 if (bp->cbs != NULL && bp->cbs->on_retract != NULL) in breakpoint_on_retract()
85 (bp->cbs->on_retract)(bp, proc); in breakpoint_on_retract()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c1172 .on_retract = ppc_plt_bp_retract, in arch_breakpoint_init()