Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-10-12,master
commit b4a9bbc97fb026aac55eb7083afc0e801b2f2c5c Author: Sven Eckelmann sven@narfation.org Date: Sat Oct 12 00:05:28 2019 +0000
doc: open-mesh/Emulation_Debug
b4a9bbc97fb026aac55eb7083afc0e801b2f2c5c open-mesh/Emulation_Debug.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/open-mesh/Emulation_Debug.textile b/open-mesh/Emulation_Debug.textile index 2b149c9..1538479 100644 --- a/open-mesh/Emulation_Debug.textile +++ b/open-mesh/Emulation_Debug.textile @@ -380,7 +380,7 @@ ssh root@192.168.2.51 'tcpdump -i enp3s0 -s 0 -U -n -w - "port not 22"' > remote wireshark -k -i remote-dump </pre>
-h2. Using KGDB +h2. Using GDB
The instances are listening on 127.0.0.1 TCP port <code>23000 + instance_no</code>. We will use in the following example instance 1. The gdb debugger can be started from the linux source directory and all <code>lx-*</code> helpers will be automatically be loaded.