Searched refs:on_continue (Results 1 - 3 of 3) sorted by relevance

/external/ltrace/
H A Dbreakpoint.h48 void (*on_continue)(struct breakpoint *bp, struct process *proc); member in struct:bp_callbacks
H A Dbreakpoints.c74 if (bp->cbs != NULL && bp->cbs->on_continue != NULL)
75 (bp->cbs->on_continue)(bp, proc);
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dplt.c1171 .on_continue = ppc_plt_bp_continue,

Completed in 162 milliseconds