1KGDB_BREAKPOINT(9) Kernel Debugger Internals KGDB_BREAKPOINT(9)
23
4
NAME
6kgdb_breakpoint - compiled in breakpoint
7
SYNOPSIS
9void kgdb_breakpoint(void);
10
ARGUMENTS
12void
13no arguments
14
DESCRIPTION
16This will be implemented as a static inline per architecture. This
17function is called by the kgdb core to execute an architecture specific
18trap to cause kgdb to enter the exception processing.
19
AUTHOR
21Jason Wessel <jason.wessel@windriver.com>
22Author.
23
COPYRIGHT
25Kernel Hackers Manual 3.10 June 2019 KGDB_BREAKPOINT(9)