[Lldb-commits] [lldb] [lldb][Process/Linux] Introduce LoongArch64 hw break/watchpoint support (PR #118043)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 2 05:33:22 PST 2024
DavidSpickett wrote:
We could move all this back into NativeRegisterContextLinux too but A: let's take one step at a time and B: it may be that some architecture does not fit the pattern that AArch64 and LoongArch do.
So in the interests of you getting this done and us having less churn, stick to making a NativeRegisterContextDBReg class.
One of these days maybe we'll hoist it further up.
https://github.com/llvm/llvm-project/pull/118043
More information about the lldb-commits
mailing list