Lines Matching refs:breakpoint
26 routine to be invoked when the breakpoint is hit.
60 with a breakpoint instruction (e.g., int3 on i386 and x86_64).
62 When a CPU hits the breakpoint instruction, a trap occurs, the CPU's
70 but then Kprobes would have to temporarily remove the breakpoint
173 instruction instead of a breakpoint instruction at each probepoint.
178 Kprobes inserts an ordinary, breakpoint-based kprobe at the specified
208 - code to push the CPU's registers (emulating a breakpoint trap)
253 replaced with the original code (except for an int3 breakpoint in
338 Sets a breakpoint at the address kp->addr. When the breakpoint is
375 Called with p pointing to the kprobe associated with the breakpoint,
377 the breakpoint was hit. Return 0 here unless you're a Kprobes geek.
403 Sets a breakpoint at the address jp->kp.addr, which must be the address
404 of the first instruction of a function. When the breakpoint is hit,
542 upon return from the breakpoint). So Kprobes can be used, for example,