[Lldb-commits] [lldb] [lldb/Plugins] Introduce Scripted Platform Plugin (PR #99814)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 6 22:28:58 PDT 2024


================
@@ -111,6 +111,7 @@ class SBStructuredData {
 protected:
   friend class SBAttachInfo;
   friend class SBLaunchInfo;
+  friend class SBPlatform;
   friend class SBDebugger;
   friend class SBTarget;
   friend class SBProcess;
----------------
medismailben wrote:

That would be nice, but I think we should do this in a different patch. I'll keep in mind though 🙂

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


More information about the lldb-commits mailing list