incubator-nuttx/sched/misc
zhangyuan21 841b178782 assert: show stacks with the sp from regs
1. Get the value of sp from dump regs when an exception occurs,
   to avoid getting the value of fp from up_getsp and causing
   incomplete stack printing.
2. Determine which stack the value belongs to based on the value
   of SP to avoid false reports of stack overflow

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-05-05 13:40:04 +08:00
..
Make.defs sched/misc:add linux-like reboot notifier list 2022-12-29 19:18:42 +08:00
assert.c assert: show stacks with the sp from regs 2023-05-05 13:40:04 +08:00
panic_notifier.c sched/misc: Rename panic.c to panic_notifier.c 2022-12-28 21:42:38 +02:00
reboot_notifier.c sched/misc:add linux-like reboot notifier list 2022-12-29 19:18:42 +08:00