[Lldb-commits] [lldb] [lldb] Support arbitrary precision integer registers (PR #166363)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 4 14:52:37 PST 2025
Matej =?utf-8?q?Ko=C5=A1=C3=ADk?= <matej.kosik at codasip.com>,
Matej =?utf-8?q?Ko=C5=A1=C3=ADk?= <matej.kosik at codasip.com>,
Matej =?utf-8?q?Ko=C5=A1=C3=ADk?= <matej.kosik at codasip.com>,
Matej =?utf-8?q?Ko=C5=A1=C3=ADk?= <matej.kosik at codasip.com>,
Matej =?utf-8?q?Ko=C5=A1=C3=ADk?= <matej.kosik at codasip.com>,
Matej =?utf-8?q?Ko=C5=A1=C3=ADk?= <matej.kosik at codasip.com>,
Matej =?utf-8?q?Ko=C5=A1=C3=ADk?= <matej.kosik at codasip.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/166363 at github.com>
================
@@ -46,7 +46,7 @@ class RegisterValue {
eTypeUInt16,
eTypeUInt32,
eTypeUInt64,
- eTypeUInt128,
+ eTypeUInt, // an integer that has more than 64 bits
----------------
JDevlieghere wrote:
```suggestion
eTypeUInt, /// < An integer that has more than 64 bits.
```
https://github.com/llvm/llvm-project/pull/166363
More information about the lldb-commits
mailing list