Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit f17aa70d0e09b0785e70ec304c201bb66b16728f Author: Sven Eckelmann sven@narfation.org Date: Sun Oct 27 18:37:19 2019 +0000
doc: open-mesh/Kernel_debugging_with_qemu's_GDB_server
f17aa70d0e09b0785e70ec304c201bb66b16728f 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 6411ba3..e8a1e46 100644 --- a/open-mesh/Kernel_debugging_with_qemu's_GDB_server.textile +++ b/open-mesh/Kernel_debugging_with_qemu's_GDB_server.textile @@ -32,7 +32,7 @@ Breakpoint 1 at 0xffffffffa0005d60: file /home/sven/tmp/qemu-batman/batman-adv/n
h2. Python datastructure helper
-It is also possible to evaluate data structures in the gdb commandline using small python code blocks. To get for example the name of all devices which batman-adv knows about and the name of the batman-adv interface they belong to: +It is also possible to evaluate data structures in the gdb commandline using small python code blocks. To get for example the name of all devices which batman-adv knows about and the name of the batman-adv interface they belong to, just enter following in the initialized, interrupted gdb session:
<pre> python