Lines Matching refs:breakpoint
26 routine to be invoked when the breakpoint is hit.
59 with a breakpoint instruction (e.g., int3 on i386 and x86_64).
61 When a CPU hits the breakpoint instruction, a trap occurs, the CPU's
69 but then Kprobes would have to temporarily remove the breakpoint
172 instruction instead of a breakpoint instruction at each probepoint.
177 Kprobes inserts an ordinary, breakpoint-based kprobe at the specified
207 - code to push the CPU's registers (emulating a breakpoint trap)
252 replaced with the original code (except for an int3 breakpoint in
323 Sets a breakpoint at the address kp->addr. When the breakpoint is
360 Called with p pointing to the kprobe associated with the breakpoint,
362 the breakpoint was hit. Return 0 here unless you're a Kprobes geek.
388 Sets a breakpoint at the address jp->kp.addr, which must be the address
389 of the first instruction of a function. When the breakpoint is hit,
527 upon return from the breakpoint). So Kprobes can be used, for example,