[Lldb-commits] [lldb] [lldb][SBAPI] Add new SBType::GetTemplateParameterValue API (PR #126901)
    Pavel Labath via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Feb 12 06:04:39 PST 2025
    
    
  
================
@@ -964,6 +964,7 @@ class LLDB_API SBTarget {
   friend class SBSection;
   friend class SBSourceManager;
   friend class SBSymbol;
+  friend class SBType;
----------------
labath wrote:
Okay, sorry, this is my bad. I didn't mean to imply that it should be done in this patch. I do like this idea, but I think that if we do that, it should be done in a more wider fashion rather than a one-off.
https://github.com/llvm/llvm-project/pull/126901
    
    
More information about the lldb-commits
mailing list