[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 05:27:44 PST 2025


================
@@ -46,7 +46,7 @@ class RegisterValue {
     eTypeUInt16,
     eTypeUInt32,
     eTypeUInt64,
-    eTypeUInt128,
+    eTypeUInt, /// < An integer that has more than 64 bits.
----------------
sedymrak wrote:

The (slightly updated) comment now reflects the purpose of this enum value.

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


More information about the lldb-commits mailing list