Home | History | Annotate | Download | only in ltrace

Lines Matching refs:sbp

110 /* Enable breakpoint SBP in process PROC.  */
111 void enable_breakpoint(struct process *proc, struct breakpoint *sbp);
113 /* Disable breakpoint SBP in process PROC. */
114 void disable_breakpoint(struct process *proc, struct breakpoint *sbp);
137 /* Called after we hit a breakpoint SBP. Should do whatever
139 void continue_after_breakpoint(struct process *proc, struct breakpoint *sbp);
234 * destroy, and clone SBP->os. os_breakpoint_init and
237 int os_breakpoint_init(struct process *proc, struct breakpoint *sbp);
238 void os_breakpoint_destroy(struct breakpoint *sbp);
239 int os_breakpoint_clone(struct breakpoint *retp, struct breakpoint *sbp);
243 * destroy, and clone SBP->arch. arch_breakpoint_init and
246 int arch_breakpoint_init(struct process *proc, struct breakpoint *sbp);
247 void arch_breakpoint_destroy(struct breakpoint *sbp);
248 int arch_breakpoint_clone(struct breakpoint *retp, struct breakpoint *sbp);