external_zblue/subsys/debug/coredump
Daniel Leung 33a0090110 debug: coredump: dump privileged stack
This adds the bits to call into architecture code to dump
the privileged stack for user threads.

The weak implementation is simply there as a stub until
all architectures have implemented the associated function.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2026-04-20 17:44:44 +08:00
..
CMakeLists.txt
Kconfig debug: coredump: dump privileged stack 2026-04-20 17:44:44 +08:00
coredump_backend_flash_partition.c coredump: use memmove instead of memcpy 2026-04-20 17:33:15 +08:00
coredump_backend_intel_adsp_mem_window.c style: subsys: comply with MISRA C:2012 Rule 15.6 2026-04-20 17:37:09 +08:00
coredump_backend_logging.c
coredump_core.c debug: coredump: dump privileged stack 2026-04-20 17:44:44 +08:00
coredump_internal.h debug: coredump: Move COREDUMP_*_STR strings to the public header 2026-04-20 17:19:44 +08:00
coredump_memory_regions.c