Lines Matching refs:breakpoint
31 routine to be invoked when the breakpoint is hit.
66 with a breakpoint instruction (e.g., int3 on i386 and x86_64).
68 When a CPU hits the breakpoint instruction, a trap occurs, the CPU's
76 but then Kprobes would have to temporarily remove the breakpoint
176 instruction instead of a breakpoint instruction at each probepoint.
182 Kprobes inserts an ordinary, breakpoint-based kprobe at the specified
215 - code to push the CPU's registers (emulating a breakpoint trap)
264 replaced with the original code (except for an int3 breakpoint in
365 Sets a breakpoint at the address kp->addr. When the breakpoint is hit, Kprobes
401 Called with p pointing to the kprobe associated with the breakpoint,
403 the breakpoint was hit. Return 0 here unless you're a Kprobes geek.
560 upon return from the breakpoint). So Kprobes can be used, for example,