1KGDB_DISABLE_HW_DEBU(9) Kernel Debugger Internals KGDB_DISABLE_HW_DEBU(9)
2
3
4
6 kgdb_disable_hw_debug - (optional) Disable hardware debugging hook
7
9 void kgdb_disable_hw_debug(struct pt_regs * regs);
10
12 regs
13 Current struct pt_regs.
14
16 This function will be called if the particular architecture must
17 disable hardware debugging while it is processing gdb packets or
18 handling exception.
19
21 Jason Wessel <jason.wessel@windriver.com>
22 Author.
23
25Kernel Hackers Manual 2.6. November 2011 KGDB_DISABLE_HW_DEBU(9)