Searched refs:gdb (Results 1 – 25 of 263) sorted by relevance
1234567891011
/Zephyr-latest/boards/common/ |
D | esp32.board.cmake | 7 board_runner_args(openocd --gdb-init "set remote hardware-watchpoint-limit 2") 9 board_runner_args(openocd --gdb-init "maintenance flush register-cache") 10 board_runner_args(openocd --gdb-init "mon reset halt") 11 board_runner_args(openocd --gdb-init "thb main")
|
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/ |
D | board.cmake | 3 # During gdb session, by default connect to CM4 core. 4 board_runner_args(openocd "--gdb-init=disconnect") 5 board_runner_args(openocd "--gdb-init=target extended-remote :3334")
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | blackmagicprobe.py | 113 self.gdb = [cfg.gdb] if cfg.gdb else None 171 command = (self.gdb + 192 command = (self.gdb + 199 command = (self.gdb + 211 command = (self.gdb + 222 if self.gdb is None: 224 self.require(self.gdb[0])
|
D | hifive1.py | 33 if cfg.gdb is None: 40 self.require(self.cfg.gdb) 42 gdb_cmd = ([self.cfg.gdb, self.cfg.elf_file, '--batch',
|
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/ |
D | board.cmake | 4 # During gdb session, by default connect to CM4 core. 5 board_runner_args(openocd "--gdb-init=disconnect") 6 board_runner_args(openocd "--gdb-init=target extended-remote :3334")
|
/Zephyr-latest/boards/witte/linum/support/ |
D | openocd.cfg | 5 $_CHIPNAME.cpu0 configure -event gdb-attach { 10 $_CHIPNAME.cpu0 configure -event gdb-detach { 15 # Due to the use of connect_assert_srst, running gdb requires
|
/Zephyr-latest/boards/st/nucleo_h753zi/support/ |
D | openocd.cfg | 5 $_CHIPNAME.cpu0 configure -event gdb-attach { 10 $_CHIPNAME.cpu0 configure -event gdb-detach { 15 # Due to the use of connect_assert_srst, running gdb requires
|
/Zephyr-latest/boards/st/nucleo_h743zi/support/ |
D | openocd.cfg | 5 $_CHIPNAME.cpu0 configure -event gdb-attach { 10 $_CHIPNAME.cpu0 configure -event gdb-detach { 15 # Due to the use of connect_assert_srst, running gdb requires
|
/Zephyr-latest/boards/arduino/opta/support/ |
D | openocd_opta_stm32h747xx_m7.cfg | 12 $_CHIPNAME.cpu0 configure -event gdb-attach { 17 $_CHIPNAME.cpu0 configure -event gdb-detach { 22 # Due to the use of connect_assert_srst, running gdb requires
|
/Zephyr-latest/boards/arduino/nicla_vision/support/ |
D | openocd_arduino_nicla_vision_m7.cfg | 12 $_CHIPNAME.cpu0 configure -event gdb-attach { 17 $_CHIPNAME.cpu0 configure -event gdb-detach { 22 # Due to the use of connect_assert_srst, running gdb requires
|
/Zephyr-latest/boards/st/stm32h747i_disco/support/ |
D | openocd_stm32h747i_disco_m7.cfg | 12 $_CHIPNAME.cpu0 configure -event gdb-attach { 17 $_CHIPNAME.cpu0 configure -event gdb-detach { 22 # Due to the use of connect_assert_srst, running gdb requires
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/test_scripts/ |
D | ccc_update_no_lazy_load.sh | 36 gdb --args "./${test_exe}" \ 42 gdb --args "./${test_exe}" \ 48 gdb --args "./${test_exe}" \
|
D | ccc_update_no_long_wq.sh | 36 gdb --args "./${test_exe}" \ 42 gdb --args "./${test_exe}" \ 48 gdb --args "./${test_exe}" \
|
D | ccc_update.sh | 36 gdb --args "./${test_exe}" \ 42 gdb --args "./${test_exe}" \ 48 gdb --args "./${test_exe}" \
|
/Zephyr-latest/boards/arduino/giga_r1/support/ |
D | openocd_arduino_giga_r1_m7.cfg | 12 $_CHIPNAME.cpu0 configure -event gdb-attach { 17 $_CHIPNAME.cpu0 configure -event gdb-detach { 22 # Due to the use of connect_assert_srst, running gdb requires
|
/Zephyr-latest/doc/services/llext/ |
D | debug.rst | 49 The output logs will contain a line with ``gdb add-symbol-file flags:``, 148 zephyr$ ${LLEXT_SDK_INSTALL_DIR}/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb build/zephyr/zephyr.elf 149 GNU gdb (Zephyr SDK 0.17.0) 12.1 152 (gdb) 160 (gdb) target extended-remote :1234 164 (gdb) break llext_load 166 (gdb) continue 175 (gdb) finish 190 D: gdb add-symbol-file flags: 204 …(gdb) add-symbol-file build/llext/detached_fn_ext_debug.elf -s .text 0x20000034 -s .data 0x200000b… [all …]
|
/Zephyr-latest/boards/st/nucleo_f030r8/support/ |
D | openocd.cfg | 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/boards/st/nucleo_f031k6/support/ |
D | openocd.cfg | 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/boards/st/b_l4s5i_iot01a/support/ |
D | openocd.cfg | 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/boards/st/nucleo_f072rb/support/ |
D | openocd.cfg | 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/boards/st/nucleo_f302r8/support/ |
D | openocd.cfg | 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/boards/st/nucleo_f303k8/support/ |
D | openocd.cfg | 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/boards/st/nucleo_f303re/support/ |
D | openocd.cfg | 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/boards/st/nucleo_f070rb/support/ |
D | openocd.cfg | 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach {
|
/Zephyr-latest/boards/st/nucleo_f334r8/support/ |
D | openocd.cfg | 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach {
|
1234567891011