Repository : ssh://git@diktynna/doc
On branch : main
commit 33273bbfb4ff9cd19e0edfb5f819fe321ba8bec5 Author: Sven Eckelmann sven@narfation.org Date: Mon Nov 15 11:28:32 2021 +0100
devtools/Kernel_debugging_with_kgdb: Fix typo
Signed-off-by: Sven Eckelmann sven@narfation.org
33273bbfb4ff9cd19e0edfb5f819fe321ba8bec5 devtools/Kernel_debugging_with_kgdb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devtools/Kernel_debugging_with_kgdb.rst b/devtools/Kernel_debugging_with_kgdb.rst index b52efd6a..af18af62 100644 --- a/devtools/Kernel_debugging_with_kgdb.rst +++ b/devtools/Kernel_debugging_with_kgdb.rst @@ -440,7 +440,7 @@ Enable KGDB on panic --------------------
Usually, a debugger catches problems like segfaults and allows a user to debug -the problem further. On modern setups with kgdb, this is not the case becaus +the problem further. On modern setups with kgdb, this is not the case because the system will automatically reboot after n-seconds.
This can be avoided by changing the sysctl config ``kernel.panic`` to 0. Either