1KGDB_SKIPEXCEPTION(9)      Kernel Debugger Internals     KGDB_SKIPEXCEPTION(9)
2
3
4

NAME

6       kgdb_skipexception - (optional) exit kgdb_handle_exception early
7

SYNOPSIS

9       int kgdb_skipexception(int exception, struct pt_regs * regs);
10

ARGUMENTS

12       exception
13           Exception vector number
14
15       regs
16           Current struct pt_regs.
17

DESCRIPTION

19       On some architectures it is required to skip a breakpoint exception
20       when it occurs after a breakpoint has been removed. This can be
21       implemented in the architecture specific portion of kgdb.
22

AUTHOR

24       Jason Wessel <jason.wessel@windriver.com>
25           Author.
26
28Kernel Hackers Manual 3.10         June 2019             KGDB_SKIPEXCEPTION(9)
Impressum