[Lldb-commits] [lldb] [NFC][lldb] Document a few ivars on the value object system. (PR #124971)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 29 12:49:06 PST 2025


================
@@ -1187,6 +1187,7 @@ class EntityResultVariable : public Materializer::Entity {
 
 private:
   CompilerType m_type;
+  /// If this result entity can (and should) track the value on inferior memory.
----------------
jimingham wrote:

on -> in?

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


More information about the lldb-commits mailing list