Home | History | Annotate | Download | only in linux-gnu

Lines Matching refs:breakpoint

46 #include "breakpoint.h"
294 * handling "onexit" and inherited the handler from breakpoint
328 breakpoint where IP points and let the process continue. After
329 this the breakpoint can be retracted and the process detached. */
334 struct breakpoint *found;
379 * edge of an instruction. So for tasks that have a breakpoint event
410 retract_breakpoint_cb(struct process *proc, struct breakpoint *bp, void *data)
470 * breakpoint (and therefore potentially doesn't have aligned IP),
515 * even if we are over a breakpoint. */
554 arch_sw_singlestep(struct process *proc, struct breakpoint *bp,
583 sw_singlestep_bp_on_hit(struct breakpoint *bp, struct process *proc)
605 struct breakpoint *bp
665 struct breakpoint *sbp = self->breakpoint_being_enabled;
764 /* In singlestep state, breakpoint signifies that we
765 * have now stepped, and can re-enable the breakpoint. */
768 /* If this was caused by a real breakpoint, as
770 * an artificial breakpoint installed for some
776 struct breakpoint *other
782 /* If we got SIGNAL instead of BREAKPOINT,
806 /* Re-enable the breakpoint that we are
808 struct breakpoint *sbp = self->breakpoint_being_enabled;
863 process_install_stopping_handler(struct process *proc, struct breakpoint *sbp,
912 continue_after_breakpoint(struct process *proc, struct breakpoint *sbp)
1032 * removal of vfork return breakpoint (which we have to smuggle back
1034 * return breakpoint. Since we already have both breakpoint actions
1062 /* We turn on the vfork return breakpoint (which
1067 struct breakpoint *sbp = NULL;
1384 ifunc_ret_hit(struct breakpoint *bp, struct process *proc)
1391 struct breakpoint *nbp = NULL;
1459 /* If there already is a breakpoint at that address, that is
1461 struct breakpoint *pre_bp = insert_breakpoint(proc, nbp);
1465 /* PROC took our breakpoint, so these resources are
1481 create_ifunc_ret_bp(struct breakpoint **ret,
1482 struct breakpoint *bp, struct process *proc)
1498 os_breakpoint_init(struct process *proc, struct breakpoint *bp)
1510 os_breakpoint_destroy(struct breakpoint *bp)
1515 os_breakpoint_clone(struct breakpoint *retp, struct breakpoint *bp)