Searched refs:on_install (Results 1 – 3 of 3) sorted by relevance
49 void (*on_install)(struct breakpoint *bp, struct process *proc); member
92 if (bp->cbs != NULL && bp->cbs->on_install != NULL) in breakpoint_on_install()93 (bp->cbs->on_install)(bp, proc); in breakpoint_on_install()
1173 .on_install = ppc_plt_bp_install, in arch_breakpoint_init()