zephyr/tests/arch/common/stack_unwind
Yong Cong Sin 726fefd12c arch: riscv: stacktrace: implement arch_stack_walk()
Created the `arch_stack_walk()` function out from the original
`z_riscv_unwind_stack()`, it's been updated to support
unwinding any thread.

Updated the stack_unwind test case accordingly.

Increased the delay in `test_fatal_on_smp`, to wait
for the the fatal thread to be terminated, as stacktrace can
take a bit more time.

Doubled the kernel/smp testcase timeout from 60 (default) to
120s, as some of the tests can take a little bit more than 60s
to finish.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-06-13 16:46:48 -04:00
..
src tests: arch: common: add stack_unwind test 2024-04-20 13:54:43 -04:00
CMakeLists.txt tests: arch: common: add stack_unwind test 2024-04-20 13:54:43 -04:00
prj.conf debug: remove DEBUG_INFO from EXCEPTION_STACK_TRACE 2024-06-03 03:02:04 -07:00
testcase.yaml arch: riscv: stacktrace: implement arch_stack_walk() 2024-06-13 16:46:48 -04:00