other versions
- jessie 3.16.56-1+deb8u1
KGDB_SKIPEXCEPTION(9) | Kernel Debugger Internals | KGDB_SKIPEXCEPTION(9) |
NAME¶
kgdb_skipexception - (optional) exit kgdb_handle_exception earlySYNOPSIS¶
int kgdb_skipexception(int exception,
struct pt_regs * regs);
ARGUMENTS¶
exceptionException vector number
regs
Current struct pt_regs.
DESCRIPTION¶
On some architectures it is required to skip a breakpoint exception when it occurs after a breakpoint has been removed. This can be implemented in the architecture specific portion of kgdb.AUTHOR¶
Jason Wessel <jason.wessel@windriver.com>Author.
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |