KGDB_DISABLE_HW_DEBU(9) | KGDB Internals | KGDB_DISABLE_HW_DEBU(9) |
NAME¶
kgdb_disable_hw_debug - (optional) Disable hardware debugging hook
SYNOPSIS¶
void kgdb_disable_hw_debug(struct pt_regs * regs);
ARGUMENTS¶
regs
Current struct pt_regs.
DESCRIPTION¶
This function will be called if the particular architecture must disable hardware debugging while it is processing gdb packets or handling exception.
AUTHORS¶
Jason Wessel <jason.wessel@windriver.com>
Author.
Tom Rini <trini@kernel.crashing.org>
Author.
Amit S. Kale <amitkale@linsyssoft.com>
Author.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |