[Lldb-commits] [lldb] RFC PR: Refactor AArch64 Linux native register context (PR #193174)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue May 19 06:28:38 PDT 2026
DavidSpickett wrote:
One more thing: If this goes well, other targets could follow the same patterns but I don't intend to port it anywhere else (even Arm 32-bit).
The minor reason for that my inability to test this important code on other architectures, the major reason is that they simply don't have as many supported extensions. So an if/else with 3-4 branches is ok versus AArch64's 10s of branches.
https://github.com/llvm/llvm-project/pull/193174
More information about the lldb-commits
mailing list