Home
last modified time | relevance | path

Searched refs:gdb (Results 1 – 25 of 255) sorted by relevance

1234567891011

/Zephyr-latest/boards/common/
Desp32.board.cmake7 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/
Dboard.cmake3 # 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/
Dblackmagicprobe.py113 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])
Dhifive1.py33 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/
Dboard.cmake4 # 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/
Dopenocd.cfg5 $_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/
Dopenocd.cfg5 $_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/
Dopenocd.cfg5 $_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/stm32h747i_disco/support/
Dopenocd_stm32h747i_disco_m7.cfg12 $_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/
Dccc_update.sh36 gdb --args "./${test_exe}" \
42 gdb --args "./${test_exe}" \
48 gdb --args "./${test_exe}" \
Dccc_update_2.sh36 gdb --args "./${test_exe}" \
42 gdb --args "./${test_exe}" \
48 gdb --args "./${test_exe}" \
/Zephyr-latest/boards/arduino/nicla_vision/support/
Dopenocd_arduino_nicla_vision_m7.cfg12 $_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/opta/support/
Dopenocd_opta_stm32h747xx_m7.cfg12 $_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/giga_r1/support/
Dopenocd_arduino_giga_r1_m7.cfg12 $_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/nucleo_f401re/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/seagate/legend/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/b_l4s5i_iot01a/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_f030r8/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_f031k6/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_f042k6/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_f070rb/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_f091rc/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_f302r8/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_f303k8/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {
/Zephyr-latest/boards/st/nucleo_f303re/support/
Dopenocd.cfg3 $_TARGETNAME configure -event gdb-attach {
9 $_TARGETNAME configure -event gdb-detach {

1234567891011