[Lldb-commits] [lldb] [LLDB] Add more helper functions to ValueObject class. (PR #87197)

via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 1 10:54:27 PDT 2024


================
@@ -719,6 +776,10 @@ class ValueObject {
     ClearUserVisibleData(eClearUserVisibleDataItemsSummary);
   }
 
+  void SetDerefValobj(ValueObject *deref) { m_deref_valobj = deref; }
----------------
jimingham wrote:

Synthetic child providers also have a way to provide the deref ValueObject dynamically.  How do these two ways of doing that job work together?

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


More information about the lldb-commits mailing list