[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:36:09 PST 2025


================
@@ -964,6 +964,7 @@ class LLDB_API SBTarget {
   friend class SBSection;
   friend class SBSourceManager;
   friend class SBSymbol;
+  friend class SBType;
----------------
Michael137 wrote:

These were only necessary to get access to `SBTarget::GetSP`

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


More information about the lldb-commits mailing list