zephyr/arch
Damian Krolik 222e0fcd06 debug: coredump: support dumping stack top only
Add Kconfig option to dump only a portion of stack from the
current stack pointer to the stack end. This is enough to
let gdb reconstruct the stack trace and can significantly
reduce the dump size. This is crucial if the core dump needs
to be sent over radio.

Additionally, add another option to set the limit for the
dumped stack portion.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
2025-05-12 19:19:25 +02:00
..
arc arch/arc: Remove redundant __cxa_atexit from MWDT stubs 2025-04-16 20:36:27 +02:00
arm debug: coredump: support dumping stack top only 2025-05-12 19:19:25 +02:00
arm64 cmake: Enable undefined behavior sanitizer on all targets 2025-05-02 01:16:18 +02:00
common arch: common: Make nocache region loadable 2025-04-21 12:42:19 +02:00
mips arch: mips: Rename _Fault to z_mips_fault 2025-01-28 23:42:06 +01:00
nios2 arch: nios2: Rename _Fault to z_nios2_fault 2025-01-28 23:42:06 +01:00
posix posix arch: Change kconfig menu prompt to be a bit clearer 2025-04-16 20:37:16 +02:00
riscv arch: riscv: add support for the zmmul integer multiply extension 2025-05-09 01:40:22 +02:00
rx arch: Initial support for RX architecture support 2025-05-02 09:18:16 +02:00
sparc Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
x86 arch: x86: core: intel64: Exclude apic_id comparison for ACRN 2025-05-09 21:08:36 +02:00
xtensa xtensa: update HAL path for custom compilations 2025-05-09 08:23:09 +02:00
archs.yml arch: Initial support for RX architecture support 2025-05-02 09:18:16 +02:00
CMakeLists.txt
Kconfig debug: coredump: support dumping stack top only 2025-05-12 19:19:25 +02:00