[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:26:47 PDT 2024


================
@@ -100,6 +99,9 @@ class LLDB_API SBPlatform {
 
   SBPlatform(const char *platform_name);
 
+  SBPlatform(const char *platform_name, const SBDebugger &debugger,
+             const char *script_name, const SBStructuredData &dict);
+
----------------
medismailben wrote:

That sounds like a good idea, I'll add a getter to the python base class.

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


More information about the lldb-commits mailing list