Home
last modified time | relevance | path

Searched refs:on_hit (Results 1 – 5 of 5) sorted by relevance

/external/ltrace/
Dbreakpoints.c66 if (bp->cbs != NULL && bp->cbs->on_hit != NULL) in breakpoint_on_hit()
67 (bp->cbs->on_hit)(bp, proc); in breakpoint_on_hit()
422 .on_hit = entry_breakpoint_on_hit, in entry_breakpoint_init()
Dbreakpoint.h47 void (*on_hit)(struct breakpoint *bp, struct process *proc); member
/external/ltrace/sysdeps/linux-gnu/
Dtrace.c603 .on_hit = sw_singlestep_bp_on_hit, in sw_singlestep_add_bp()
1488 .on_hit = ifunc_ret_hit, in create_ifunc_ret_bp()
Dproc.c645 .on_hit = rdebug_bp_on_hit, in linkmap_init()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c925 .on_hit = dl_plt_update_bp_on_hit, in cb_keep_stepping_p()