nuttx/arch/mips/src/mips32
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
..
Kconfig
mips32-memorymap.h
mips_cache.S arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
mips_copystate.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
mips_doirq.c group_addrenv: Fix call to group_addrenv for targets that don't need it 2023-02-09 00:14:52 +08:00
mips_initialstate.c pid_t: unify usage of special task IDs 2022-03-22 21:22:32 +08:00
mips_irq.c
mips_registerdump.c assert: show stacks with the sp from regs 2023-05-05 13:40:04 +08:00
mips_saveusercontext.c arch: Return directly when arch not support interrupt context save 2023-04-27 23:21:05 +03:00
mips_schedulesigaction.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
mips_sigdeliver.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
mips_swint0.c arch: save user context in assert common code 2022-12-24 13:02:56 +08:00
mips_switchcontext.c nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
mips_syscall0.S
mips_vfork.c arch: Move STACK_ALIGNMENT definition to up_internal.h 2022-02-28 15:05:41 +08:00
mips_vfork.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
Toolchain.defs libc: Move math library from libs/libc/math to libs/libm/libm 2023-02-23 10:40:07 +02:00
vfork.S