1KGDB_BREAKPOINT(9) KGDB Internals KGDB_BREAKPOINT(9)
2
3
4
6 kgdb_breakpoint - compiled in breakpoint
7
9 void kgdb_breakpoint(void);
10
12 void
13 no arguments
14
16 This will be impelmented a static inline per architecture. This
17 function is called by the kgdb core to execute an architecture specific
18 trap to cause kgdb to enter the exception processing.
19
21 Jason Wessel <jason.wessel@windriver.com>
22 Author.
23
24 Tom Rini <trini@kernel.crashing.org>
25 Author.
26
27 Amit S. Kale <amitkale@linsyssoft.com>
28 Author.
29
31Kernel Hackers Manual 2.6. June 2019 KGDB_BREAKPOINT(9)