[Lldb-commits] [lldb] [lldb][SBAPI] Add new SBType::GetTemplateParameterValue API (PR #126901)
    Michael Buch via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Feb 12 04:39:10 PST 2025
    
    
  
================
@@ -446,6 +446,7 @@ class LLDB_API SBValue {
   friend class SBModule;
   friend class SBTarget;
   friend class SBThread;
+  friend class SBType;
----------------
Michael137 wrote:
This was necessary to get access to the SBValue constructor
https://github.com/llvm/llvm-project/pull/126901
    
    
More information about the lldb-commits
mailing list