[Lldb-commits] [lldb] [LLDB][Process/Utility] Introduce NativeRegisterContextDBReg class (PR #118043)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 6 02:21:46 PST 2024


DavidSpickett wrote:

And now I see that x86 has a `NativeRegisterContextDBReg_x86` class.

The way it stores registers is quite different though, so I don't think:
1. We can share that much code without changing how it reads the registers.
2. That it's a problem if we just leave `NativeRegisterContextDBReg_x86` as it is.

So let's ignore that class for now. LoongArch and AArch64 is enough to be dealing with.

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


More information about the lldb-commits mailing list