[Lldb-commits] [lldb] [lldb] Introduce RegisterType base class for all register type classes (PR #196960)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 4 02:50:24 PDT 2026


================
@@ -22,9 +22,10 @@
 using namespace lldb;
 
 template <typename T>
-static void dump_type_value(lldb_private::CompilerType &fields_type, T value,
----------------
DavidSpickett wrote:

Yes, the entire file could go away if:
* The raw value printing (which I think needs to be there regardless of having a type) moves into the value object too.
* I manage to figure out how to remove the endian swap required for `flags` to work.

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


More information about the lldb-commits mailing list