[Lldb-commits] [lldb] [lldb] Support arbitrary precision integer registers (PR #166363)

Matej Košík via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 6 08:18:18 PST 2025


================
@@ -69,7 +70,7 @@ class RegisterValue {
     m_scalar = inst;
   }
 
-  explicit RegisterValue(llvm::APInt inst) : m_type(eTypeUInt128) {
+  explicit RegisterValue(llvm::APInt inst) : m_type(eTypeUInt) {
----------------
sedymrak wrote:

You are right. I have pushed a commit that fixes the compilation.

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


More information about the lldb-commits mailing list