Lines Matching refs:at
71 * Execution should now be paused at :c:func:`gdb_init`.
92 The test also has a case to connect to the QEMU's GDB stub implementation (at a custom
142 earlier as a server through the TCP port ``-serial`` redirection at QEMU.
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
166 …#2 0x00109c13 in z_sys_init_run_level (level=INIT_LEVEL_PRE_KERNEL_2) at <ZEPHYR_BASE>/kernel/ini…
167 #3 0x00109e73 in z_cstart () at <ZEPHYR_BASE>/kernel/init.c:630
168 …#4 0x00104422 in z_prep_c (arg=0x1245bc <x86_cpu_boot_arg>) at <ZEPHYR_BASE>/arch/x86/core/prep_c…
169 #5 0x001000c9 in __csSet () at <ZEPHYR_BASE>/arch/x86/core/ia32/crt0.S:290
198 gdb_init () at <ZEPHYR_BASE>/subsys/debug/gdbstub.c:857
216 set up a breakpoint at :c:func:`main`, and let code execution continue
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
237 Now GDB is waiting at the beginning of :c:func:`main`:
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