[Lldb-commits] [PATCH] D132510: [RISCV][LLDB] Add initial SysV ABI support
kasper via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 24 05:35:38 PDT 2022
kasper81 added a comment.
@jasonmolenda the problem with original review is that we were waiting for the wholesale support for 3.5 years, and it rendered into an impossible task for the author. I don't want to make this one "all or none" kind of a deal as well. This patch is n neither bringing 100% lldb support nor regressing. It is an incremental step forward to unblock a few more scenarios to initialize SysV ABI.
After this, we probably first need RISCV support in `lldb/source/Plugins/Architecture` which will then be used in Core to unlock some other scenarios and then we can further enrich these features in small and fast iterations. @Emmmer has a better understanding of what is left.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132510/new/
https://reviews.llvm.org/D132510
More information about the lldb-commits
mailing list