1KGDB_BREAKPOINT(9) Kernel Debugger 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 implemented as 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
25Kernel Hackers Manual 2.6. November 2011 KGDB_BREAKPOINT(9)