Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit 06d59ba0cad4dfbf8a58941c936192d116cbc6c3 Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 27 18:34:44 2019 +0000
doc: open-mesh/Kernel_debugging_with_qemu's_GDB_server
06d59ba0cad4dfbf8a58941c936192d116cbc6c3 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 ff585b3..5217b46 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 for this VM. 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. It is also assumed that 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