esp-idf/components/esp_system/port/arch/xtensa
Chip Weinberger 3686689a2a feat(esp_system): Add esp_backtrace_print_all_tasks()
This commit adds esp_backtrace_print_all_tasks() which prints the backtraces
of all tasks at runtime.

Closes https://github.com/espressif/esp-idf/issues/9708
CLoses https://github.com/espressif/esp-idf/pull/11575

[Omar Chebib: Prevent task switching while printing backtraces of tasks.]
[Omar Chebib: Ensure all task stacks are flushed from register to RAM.]
[Omar Chebib: Removed esp_task_snapshot_to_backtrace_frame() as task snapshot is private API.]
[Omar Chebib: Added test case for esp_backtrace_print_all_tasks().]

Signed-off-by: Omar Chebib <omar.chebib@espressif.com>
2023-12-12 19:54:17 +08:00
..
debug_helpers_asm.S arch: move debug helpers 2021-02-26 13:34:29 +08:00
debug_helpers.c feat(esp_system): Add esp_backtrace_print_all_tasks() 2023-12-12 19:54:17 +08:00
debug_stubs.c esp_system: fix and reenable no-format warning 2023-03-28 13:42:44 +02:00
esp_ipc_isr_handler.S change(xtensa): Deprecate ".../xtensa_context.h" include path 2023-11-30 21:58:52 +08:00
esp_ipc_isr_port.c feat(esp_system): Support IPC_ISR for ESP32P4 2023-09-15 23:38:12 +08:00
esp_ipc_isr_routines.S esp_system: Fix a race-condition in esp_ipc_isr (in QEMU env) 2023-05-24 19:08:29 +08:00
expression_with_stack_asm.S change(xtensa): Deprecate ".../xtensa_context.h" include path 2023-11-30 21:58:52 +08:00
expression_with_stack.c bugfix(esp_system): made watchpoint setting configuration-dependent 2023-03-13 14:24:15 +08:00
panic_arch.c change(xtensa): Deprecate ".../xtensa_context.h" include path 2023-11-30 21:58:52 +08:00
panic_handler_asm.S xtensa: Move saving of a0 register to match upstream 2022-02-03 17:08:14 +08:00
trax.c move brownout trax cache_int_err to private folder 2021-11-26 18:27:53 +08:00