zephyr/arch
Yong Cong Sin 7398831884 arch: riscv: implement frame-pointer based stack unwinding
Influenced heavily by the RISCV64 stack unwinding
implementation in the Linux kernel.

`CONFIG_RISCV_EXCEPTION_STACK_TRACE` can be enabled by
configuring the following Kconfigs:

```prj.conf
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y
CONFIG_OVERRIDE_FRAME_POINTER_DEFAULT=y
CONFIG_OMIT_FRAME_POINTER=n
```

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-04-20 13:54:43 -04:00
..
arc
arm arch: arm: cortex_m: cpu_idle: Add missing irq masking/unmasking 2024-04-17 15:00:25 +02:00
arm64
common
mips
nios2
posix arch posix: When building for the native_simulator only link ASAN once 2024-04-12 15:03:35 +02:00
riscv arch: riscv: implement frame-pointer based stack unwinding 2024-04-20 13:54:43 -04:00
sparc
x86 x86: add support for memory mapped stack for threads 2024-04-10 07:44:27 -04:00
xtensa soc: intel_adsp: replace icache ISR workaround with custom idle solution 2024-04-15 16:26:39 +02:00
CMakeLists.txt
Kconfig x86: add support for memory mapped stack for threads 2024-04-10 07:44:27 -04:00
Kconfig.v1
Kconfig.v2
archs.yml