esp-idf/tools/esp_app_trace/test/sysview
Daniel Mangum 647e7a2a71
fix: Replace deprecated flushregs alias with full gdb command
Usage of `flushregs` in gdb will result in the following warning:

```
Warning: 'flushregs', an alias for the command 'maintenance flush register-cache', is deprecated.
Use 'maintenance flush register-cache'.
```

This patch updates to use the recommend command.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
Merges https://github.com/espressif/esp-idf/pull/11535
2023-07-13 09:26:47 +02:00
..
blink.c tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
cpu0.svdat sys_view: Adds processing scripts for heap & log traces 2019-04-01 19:31:45 +03:00
cpu1.svdat sys_view: Adds processing scripts for heap & log traces 2019-04-01 19:31:45 +03:00
expected_output apptrace: Adds support for converting SystemView traces to JSON format 2019-12-04 18:04:07 +03:00
expected_output.json sys_view: upgrade to version 3.32 2023-01-24 00:26:58 +07:00
expected_output_mcore apptrace: Adds support for multi-core traces in single file to SystemView processing scripts 2020-03-16 15:17:36 +03:00
expected_output_mcore.json sys_view: upgrade to version 3.32 2023-01-24 00:26:58 +07:00
gdbinit fix: Replace deprecated flushregs alias with full gdb command 2023-07-13 09:26:47 +02:00
heap_log_mcore.svdat apptrace: Adds support for multi-core traces in single file to SystemView processing scripts 2020-03-16 15:17:36 +03:00
sysview_tracing_heap_log.elf apptrace: Adds support for multi-core traces in single file to SystemView processing scripts 2020-03-16 15:17:36 +03:00
test.elf sys_view: Adds processing scripts for heap & log traces 2019-04-01 19:31:45 +03:00
test.sh ci: use `python -m coverage` instead of `coverage` executable 2022-01-07 16:18:32 +08:00