OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:on_continue
(Results
1 - 3
of
3
) sorted by null
/external/ltrace/
breakpoint.h
48
void (*
on_continue
)(struct breakpoint *bp, struct process *proc);
member in struct:bp_callbacks
75
/* Call
ON_CONTINUE
handler of BP. If none is set, call
breakpoints.c
74
if (bp->cbs != NULL && bp->cbs->
on_continue
!= NULL)
75
(bp->cbs->
on_continue
)(bp, proc);
/external/ltrace/sysdeps/linux-gnu/ppc/
plt.c
[
all
...]
Completed in 196 milliseconds