OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:on_retract
(Results
1 - 3
of
3
) sorted by null
/external/ltrace/
breakpoint.h
50
void (*
on_retract
)(struct breakpoint *bp, struct process *proc);
member in struct:bp_callbacks
79
/* Call
ON_RETRACT
handler of BP, if any is set. This should be
breakpoints.c
84
if (bp->cbs != NULL && bp->cbs->
on_retract
!= NULL)
85
(bp->cbs->
on_retract
)(bp, proc);
/external/ltrace/sysdeps/linux-gnu/ppc/
plt.c
[
all
...]
Completed in 114 milliseconds