Searched refs:gdb_init (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | intel_cyclonev.py | 31 gdb_init=None, no_load=False): argument 91 self.gdb_init = gdb_init 169 gdb_init=args.gdb_init, no_load=args.no_load) 250 if self.gdb_init is not None: 251 for i in self.gdb_init: 314 if self.gdb_init is not None: 315 for i in self.gdb_init:
|
D | openocd.py | 60 gdb_init=None, no_load=False, argument 119 self.gdb_init = gdb_init 211 gdb_client_port=args.gdb_client_port, gdb_init=args.gdb_init, 397 if self.gdb_init is not None: 398 for i in self.gdb_init:
|
/Zephyr-latest/doc/services/debugging/ |
D | gdbstub.rst | 22 :c:func:`gdb_init` starts gdbstub service and waits for a GDB 71 * Execution should now be paused at :c:func:`gdb_init`. 165 #1 0x00104140 in gdb_init () at <ZEPHYR_BASE>/zephyr/subsys/debug/gdbstub.c:852 193 and is continuing in :c:func:`gdb_init`. 198 gdb_init () at <ZEPHYR_BASE>/subsys/debug/gdbstub.c:857
|
/Zephyr-latest/subsys/debug/gdbstub/ |
D | gdbstub.c | 866 int gdb_init(void) in gdb_init() function 893 SYS_INIT(gdb_init, POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT); 895 SYS_INIT(gdb_init, PRE_KERNEL_2, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT);
|