Lines Matching full:gdbstub
13 The gdbstub feature provides an implementation of the GDB Remote
20 The GDB program acts as a client while the Zephyr gdbstub acts as a
22 :c:func:`gdb_init` starts gdbstub service and waits for a GDB
51 * If there are spare UART devices on the board, set ``zephyr,gdbstub-uart``
90 There is a test application :zephyr_file:`tests/subsys/debug/gdbstub` with one of its
91 test cases ``debug.gdbstub.breakpoints`` demonstrating how the Zephyr GDB stub can be used.
99 ./scripts/twister -p qemu_x86 -T tests/subsys/debug/gdbstub
113 :zephyr-app: tests/subsys/debug/gdbstub
141 #. Tell GDB to connect to the Zephyr gdbstub serial backend which is exposed
153 arch_gdb_init () at <ZEPHYR_BASE>/arch/x86/core/ia32/gdbstub.c:252
157 it is at :zephyr_file:`arch/x86/core/ia32/gdbstub.c`, line 252.
164 #0 arch_gdb_init () at <ZEPHYR_BASE>/arch/x86/core/ia32/gdbstub.c:252
165 #1 0x00104140 in gdb_init () at <ZEPHYR_BASE>/zephyr/subsys/debug/gdbstub.c:852
183 250 printk("gdbstub:%s GDB is connected\n", __func__);
198 gdb_init () at <ZEPHYR_BASE>/subsys/debug/gdbstub.c:857
207 855 printk("gdbstub:%s exit\n", __func__);
222 … Breakpoint 1 at 0x10064d: file <ZEPHYR_BASE>/tests/subsys/debug/gdbstub/src/main.c, line 27.
234 Breakpoint 1, main () at <ZEPHYR_BASE>/tests/subsys/debug/gdbstub/src/main.c:27
275 Run till exit from #0 test () at <ZEPHYR_BASE>/tests/subsys/debug/gdbstub/src/main.c:17
276 0x00100667 in main () at <ZEPHYR_BASE>/tests/subsys/debug/gdbstub/src/main.c:28
298 in GDB via :kbd:`Ctrl-C` does not currently work as the Zephyr gdbstub does