Query: kgdb_skipexception
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KGDB_SKIPEXCEPTION(9) Kernel Debugger Internals KGDB_SKIPEXCEPTION(9)NAMEkgdb_skipexception - (optional) exit kgdb_handle_exception earlySYNOPSISint kgdb_skipexception(int exception, struct pt_regs * regs);ARGUMENTSexception Exception vector number regs Current struct pt_regs.DESCRIPTIONOn 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.AUTHORJason Wessel <jason.wessel@windriver.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KGDB_SKIPEXCEPTION(9)