Lines Matching full:openocd

32 …ash. Host can read the data later on upon user request, e.g. via special OpenOCD command in case o…
42 1. **Host side:** Application tracing is done over JTAG, so it needs OpenOCD to be set up and runni…
97 … /* in case of error host tracing tool (e.g. OpenOCD) will report incomplete user buffer */
150 … /* in case of error host tracing tool (e.g. OpenOCD) will report incomplete user buffer */
156 3. Run OpenOCD (see :doc:`JTAG Debugging <../api-guides/jtag-debugging/index>`).
157OpenOCD telnet server. It can be done using the following command in terminal ``telnet <oocd_host>…
158OpenOCD command. This command will transfer tracing data and redirect them to specified file or so…
162 OpenOCD Application Level Tracing Commands
165 …tually written data (2 bytes). So total length of the header is 4 bytes. OpenOCD command which rea…
167 Below is the description of available OpenOCD application tracing commands.
171 Currently OpenOCD does not provide commands to send arbitrary user data to the target.
209OpenOCD telnet command line will not be available until tracing is stopped. You must stop it manua…
215 1. Collect 2048 bytes of tracing data to a file "trace.log". The file will be saved in "openocd-es…
225 … available to OpenOCD. If you see "Data timeout!" message, then the target is likely sending not e…
233 …pped by issuing ``esp apptrace stop`` command on OpenOCD telnet prompt, or by pressing Ctrl+C in O…
241OpenOCD telnet command line prompt will not be available until tracing is stopped. To stop tracing…
249 To configure tracing immediately after reset use the openocd ``reset halt`` command.
348 …project options (see above), build, download the image to target and use OpenOCD to collect data a…
351 OpenOCD SystemView Tracing Command Options
384OpenOCD telnet command line will not be available until tracing is stopped. You must stop it manua…
390 …to files "pro-cpu.SVDat" and "app-cpu.SVDat". The files will be saved in "openocd-esp32" directory.
396 …process enter ``esp sysview stop`` command on OpenOCD telnet prompt, optionally pressing Ctrl+C in…
404OpenOCD telnet command line prompt will not be available until tracing is stopped. To stop tracing…
468 …ta (i.e., the ``.gcda`` files) is initially stored on the target itself. OpenOCD is then used to d…
509OpenOCD (see :doc:`JTAG Debugging <../api-guides/jtag-debugging/index>` on how to setup and run Op…
523 …red by calling the ``{IDF_TARGET_NAME} gcov`` OpenOCD command (via a telnet session). Once called,…
528OpenOCD to connect and retrieve the code coverage data. Once :cpp:func:`esp_gcov_dump` is called, …
534 …add a breakpoint at :cpp:func:`esp_gcov_dump`, then call the ``mon esp gcov dump`` OpenOCD command.
545 Note that all OpenOCD commands should be invoked in GDB as: ``mon <oocd_command>``.