1KGDB_SKIPEXCEPTION(9)           KGDB 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 for kgdb.
22

AUTHORS

24       Jason Wessel <jason.wessel@windriver.com>
25           Author.
26
27       Tom Rini <trini@kernel.crashing.org>
28           Author.
29
30       Amit S. Kale <amitkale@linsyssoft.com>
31           Author.
32
34Kernel Hackers Manual 2.6.         June 2019             KGDB_SKIPEXCEPTION(9)
Impressum