OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:on_hit
(Results
1 - 5
of
5
) sorted by null
/external/ltrace/
breakpoint.h
47
void (*
on_hit
)(struct breakpoint *bp, struct process *proc);
member in struct:bp_callbacks
72
/* Call
ON_HIT
handler of BP, if any is set. */
breakpoints.c
66
if (bp->cbs != NULL && bp->cbs->
on_hit
!= NULL)
67
(bp->cbs->
on_hit
)(bp, proc);
422
.
on_hit
= entry_breakpoint_on_hit,
/external/ltrace/sysdeps/linux-gnu/
proc.c
645
.
on_hit
= rdebug_bp_on_hit,
trace.c
603
.
on_hit
= sw_singlestep_bp_on_hit,
[
all
...]
/external/ltrace/sysdeps/linux-gnu/ppc/
plt.c
925
.
on_hit
= dl_plt_update_bp_on_hit,
[
all
...]
Completed in 55 milliseconds