Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit 8c494360d5f33d73e986af13a0137fab13eeab52 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 27 11:19:05 2019 +0000
doc: open-mesh/Kernel_debugging_with_qemu's_GDB_server
8c494360d5f33d73e986af13a0137fab13eeab52 open-mesh/Kernel_debugging_with_qemu's_GDB_server.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/Kernel_debugging_with_qemu's_GDB_server.textile b/open-mesh/Kernel_debugging_with_qemu's_GDB_server.textile index d63421e..ff585b3 100644 --- a/open-mesh/Kernel_debugging_with_qemu's_GDB_server.textile +++ b/open-mesh/Kernel_debugging_with_qemu's_GDB_server.textile @@ -2,7 +2,7 @@ h1. Kernel debugging with qemu's GDB server
h2. General
-The instances from [[OpenWrt in QEMU]] are listening on 127.0.0.1 TCP port <code>23000 + instance_no</code>. We will use in the following example instance number 1. Also the [[Kernel hacking Debian image]] is used as image. The gdb debugger can be started from the linux source directory and all <code>lx-*</code> helpers will automatically be loaded. +The instances from [[OpenWrt in QEMU]] are listening on 127.0.0.1 TCP port <code>23000 + instance_no</code>. We will use in the following example instance number 1. Also the [[Kernel hacking Debian image]] is used as for this VM. The gdb debugger can be started from the linux source directory and all <code>lx-*</code> helpers will automatically be loaded.
h2. Debugging Session