Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2022-11-14,backup-redmine/2023-01-14,main
commit f833a7eebcb211d54573e54f9abaaa7860f46473 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 23 09:11:02 2022 +0000
doc: devtools/Kernel_debugging_with_kgdb
f833a7eebcb211d54573e54f9abaaa7860f46473 devtools/Kernel_debugging_with_kgdb.textile | 2 -- 1 file changed, 2 deletions(-)
diff --git a/devtools/Kernel_debugging_with_kgdb.textile b/devtools/Kernel_debugging_with_kgdb.textile index 71399d14..4a469cc7 100644 --- a/devtools/Kernel_debugging_with_kgdb.textile +++ b/devtools/Kernel_debugging_with_kgdb.textile @@ -31,8 +31,6 @@ h3. Enabling KGDB in kernel
OpenWrt must be modified slightly to expose the kernel gdbstub (@CONFIG_KERNEL_KGDB@):
-The actual kernel gdbstub cannot be enabled via OpenWrt's .config. Instead the actual configuration has to be set in the target configuration: - <pre><code class="diff"> From: Sven Eckelmann sven@narfation.org Date: Thu, 13 Oct 2022 16:40:21 +0200