rockbox/lib/unwarminder/SOURCES
Aidan MacDonald 96b6a7b4e4 arm: implement get_sp for Cortex-M
On Cortex-M we can just return SP directly, which will return
PSP/MSP depending on the current processor mode.

Note that unwarminder doesn't handle Cortex-M exception frames
yet, so a panic from an interrupt handler will currently stop
at the exception boundary.

Change-Id: I8818126c065c896d781bd52b877965a4094dee2a
2025-04-18 12:47:03 -04:00

10 lines
144 B
Text

backtrace-unwarminder.c
unwarm_arm.c
unwarm.c
unwarminder.c
unwarmmem.c
unwarm_thumb.c
safe_read.S
#if defined(CPU_ARM_CLASSIC)
get_sp.S
#endif