Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2021-08-07,backup-redmine/2021-09-11,backup-redmine/2021-10-09,backup-redmine/2021-11-13,backup-redmine/2021-12-11,backup-redmine/2022-01-08,backup-redmine/2022-02-12,backup-redmine/2022-03-12,backup-redmine/2022-04-09,backup-redmine/2022-05-07,backup-redmine/2022-06-11,backup-redmine/2022-08-06,backup-redmine/2022-10-07,backup-redmine/2022-11-14,backup-redmine/2023-01-14,main
commit 28911c8dbecb1029b318a1c558037ab3412a95e6 Author: Sven Eckelmann sven@narfation.org Date: Thu Jul 22 10:36:04 2021 +0000
doc: open-mesh/Kernel_Debugging
28911c8dbecb1029b318a1c558037ab3412a95e6 open-mesh/Kernel_Debugging.textile | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/open-mesh/Kernel_Debugging.textile b/open-mesh/Kernel_Debugging.textile new file mode 100644 index 00000000..ea0feb94 --- /dev/null +++ b/open-mesh/Kernel_Debugging.textile @@ -0,0 +1,13 @@ +h1. Kernel Debugging + +The [[Emulation Environment]] documentation explains how to start multiple virtual Linux kernels+userspace, connect them and use various helpers to test a whole linux system. But some problems can be debugged easier with the help of an actual debugger like GDB. Information about + +h2. GDB remote stubs + +* [[Kernel debugging with qemu's GDB server]] +* [[Kernel debugging with kgdb]] +* [[Kernel debugging over JTAG]] + +h2. Various + +* [[gdb linux snippets]] \ No newline at end of file