Home
last modified time | relevance | path

Searched full:breakpoints (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/tests/subsys/debug/gdbstub/
Dtestcase.yaml22 debug.gdbstub.breakpoints:
46 debug.gdbstub_qemu.breakpoints:
Dtest_breakpoints.gdbinit18 # remove some of the breakpoints to check.
/Zephyr-latest/doc/services/debugging/
Dgdbstub.rst32 * Add and remove breakpoints
91 test cases ``debug.gdbstub.breakpoints`` demonstrating how the Zephyr GDB stub can be used.
297 as there are no breakpoints to further stop execution. Breaking execution
/Zephyr-latest/doc/hardware/porting/
Darch.rst873 * If the architecture relies on interrupts to service breakpoints,
878 can continue as if no breakpoints have been encountered.
943 * Breakpoints:
948 * GDB may decide to use software breakpoints which modifies
951 restore the memory content once execution reaches the breakpoints.
953 handle software breakpoints in the architecture code (where
956 * Hardware breakpoints (type ``1``) are required if the code is
958 the architecture datasheet on how to enable hardware breakpoints.
960 * If hardware breakpoints are not supported by the architecture,
962 GDB will then rely on software breakpoints.
/Zephyr-latest/boards/vcc-gnd/yd_esp32/doc/
Dindex.rst291 * When adding breakpoints, please use hardware breakpoints with command
292 ``hbreak``. Command ``break`` uses software breakpoints which requires
/Zephyr-latest/boards/espressif/esp32_devkitc_wroom/doc/
Dindex.rst277 * When adding breakpoints, please use hardware breakpoints with command
278 ``hbreak``. Command ``break`` uses software breakpoints which requires
/Zephyr-latest/boards/espressif/esp32_devkitc_wrover/doc/
Dindex.rst277 * When adding breakpoints, please use hardware breakpoints with command
278 ``hbreak``. Command ``break`` uses software breakpoints which requires
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst249 Info : fpgasoc.cpu.0: hardware has 6 breakpoints, 4 watchpoints
288 Info : fpgasoc.cpu.0: hardware has 6 breakpoints, 4 watchpoints
314 Info : fpgasoc.cpu.0: hardware has 6 breakpoints, 4 watchpoints
/Zephyr-latest/boards/snps/iotdk/doc/
Dindex.rst131 At this point you can do your normal debug session. Set breakpoints and then
/Zephyr-latest/boards/infineon/xmc45_relax_kit/doc/
Dindex.rst106 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/boards/infineon/xmc47_relax_kit/doc/
Dindex.rst108 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/arch/sparc/core/
Dtrap_table_mvt.S156 SOFT_TRAP; ! 1 Breakpoints
/Zephyr-latest/doc/develop/tools/
Dclion.rst195 #. Place breakpoints by clicking in the left gutter next to the code lines.
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/
Dindex.rst137 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/boards/infineon/cy8ckit_062s4/doc/
Dindex.rst121 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/doc/
Dindex.rst149 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/boards/altr/max10/doc/
Dindex.rst306 …After this is done you may set breakpoints and continue execution. If you ever want to reset the C…
/Zephyr-latest/doc/develop/debug/
Dindex.rst158 stopped at system startup. You may set breakpoints, step through code, etc. as
/Zephyr-latest/boards/snps/em_starterkit/doc/
Dindex.rst241 At this point you can do your normal debug session. Set breakpoints and then
/Zephyr-latest/boards/snps/emsdp/doc/
Dindex.rst225 At this point you can do your normal debug session. Set breakpoints and then
/Zephyr-latest/boards/nxp/s32z2xxdc2/doc/
Dindex.rst227 At this point you can do your normal debug session. Set breakpoints and then
/Zephyr-latest/subsys/debug/gdbstub/
Dgdbstub.c802 * Breakpoints and Watchpoints in z_gdb_main_loop()
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst176 * ``ZEP-706`` - cannot set debug breakpoints on ARC side of Arduino 101
/Zephyr-latest/doc/services/tracing/
Dindex.rst187 profiling. However, it can be quite useful for debugging in combination with breakpoints.
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst690 You can then set breakpoints and debug using normal GDB commands.

12