[Lldb-commits] [lldb] [lldb] Support reading DW_OP_piece from file address (PR #94026)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri May 31 12:50:52 PDT 2024


================
@@ -1615,7 +1615,7 @@ class Target : public std::enable_shared_from_this<Target>,
 
   TargetStats &GetStatistics() { return m_stats; }
 
-private:
+protected:
----------------
JDevlieghere wrote:

If you're wondering, this is so the unit test can access the private constructor. 

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


More information about the lldb-commits mailing list