[Lldb-commits] [lldb] [LLDB][Process/Utility] Introduce NativeRegisterContextDBReg class (PR #118043)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 5 02:59:23 PST 2024
================
@@ -234,9 +234,9 @@ class NativeRegisterContextLinux_arm64
size_t GetFPMRBufferSize() { return sizeof(m_fpmr_reg); }
- llvm::Error ReadHardwareDebugInfo() override;
+ Status ReadHardwareDebugInfo() override;
----------------
DavidSpickett wrote:
@labath I seem to remember you saying we want to move to or away from Status, if I didn't imagine that, which is it?
https://github.com/llvm/llvm-project/pull/118043
More information about the lldb-commits
mailing list