commit | c1a925de985fe78587015116d0fee672586d4c7d | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Sat May 18 16:49:42 2024 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 23 11:52:08 2024 -0400 |
tree | 02e22408ef7c371f9f82260a018702eb40349140 | |
parent | e1ce0aefff75a1d20703b5971d840d97344c5036 [diff] |
arch: riscv: use symtab to print function name in stack trace Selecting `CONFIG_EXCEPTION_STACK_TRACE_SYMTAB` will enable the symtab generation which will be used in the stack trace to print the function name of the return address. Updated the `stack_unwind` test to test the symbols in a stack trace. Signed-off-by: Yong Cong Sin <ycsin@meta.com>