[Lldb-commits] [lldb] RFC PR: Refactor AArch64 Linux native register context (PR #193174)

Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Tue May 19 04:52:57 PDT 2026


omjavaid wrote:

Hi @DavidSpickett 

I have had a first pass over the RFC and I like the direction you are taking with this refactor given there was limited room given the complexity of the register set architecture. But with this RegisterKind centered design it looks like the register context code is moving toward a cleaner abstraction as it seems to reduce quite a lot of code duplication.

I want to spend a bit more time reading the changes in detail especially around the SVE SME etc paths before I give more concrete comments but overall this seems like a positive direction to me

https://github.com/llvm/llvm-project/pull/193174


More information about the lldb-commits mailing list