• Home
  • Raw
  • Download

Lines Matching refs:breakpoint

334 	struct breakpoint *found;  in ugly_workaround()
410 retract_breakpoint_cb(struct process *proc, struct breakpoint *bp, void *data) in retract_breakpoint_cb()
554 arch_sw_singlestep(struct process *proc, struct breakpoint *bp, in arch_sw_singlestep()
583 sw_singlestep_bp_on_hit(struct breakpoint *bp, struct process *proc) in sw_singlestep_bp_on_hit()
605 struct breakpoint *bp in sw_singlestep_add_bp()
665 struct breakpoint *sbp = self->breakpoint_being_enabled; in singlestep_error()
776 struct breakpoint *other in process_stopping_on_event()
808 struct breakpoint *sbp = self->breakpoint_being_enabled; in process_stopping_on_event()
863 process_install_stopping_handler(struct process *proc, struct breakpoint *sbp, in process_install_stopping_handler()
912 continue_after_breakpoint(struct process *proc, struct breakpoint *sbp) in continue_after_breakpoint()
1067 struct breakpoint *sbp = NULL; in process_vfork_on_event()
1384 ifunc_ret_hit(struct breakpoint *bp, struct process *proc) in ifunc_ret_hit()
1391 struct breakpoint *nbp = NULL; in ifunc_ret_hit()
1461 struct breakpoint *pre_bp = insert_breakpoint(proc, nbp); in ifunc_ret_hit()
1481 create_ifunc_ret_bp(struct breakpoint **ret, in create_ifunc_ret_bp()
1482 struct breakpoint *bp, struct process *proc) in create_ifunc_ret_bp()
1498 os_breakpoint_init(struct process *proc, struct breakpoint *bp) in os_breakpoint_init()
1510 os_breakpoint_destroy(struct breakpoint *bp) in os_breakpoint_destroy()
1515 os_breakpoint_clone(struct breakpoint *retp, struct breakpoint *bp) in os_breakpoint_clone()