commit | e4f69492adfdd1c72c0d2d031fe2606efe125773 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Tue Sep 05 13:12:53 2023 +0100 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Tue Apr 09 11:29:38 2024 +0800 |
tree | d92bd265d0469269fad8dec0b6817f953dcb14aa | |
parent | 069d07396e30aa9be396c1dd3fc158ac199e6843 [diff] |
riscv: add backtrace support When debugging, it is useful to have a backtrace to find out what is in the call stack as the previous function (RA) may not have been the culprit. Since this adds size to the build, do not add it by default and avoid putting it in the SPL build if not needed. Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Tested-by: Leo Yu-Chi Liang <ycliang@andestech.com>