[Lldb-commits] [lldb] [lldb/Plugins] Introduce Scripted Platform Plugin (PR #99814)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 5 22:59:01 PDT 2024
================
@@ -29,3 +29,15 @@ and executable type. If the architecture or executable type do not match,
a suitable platform will be found automatically."
) lldb::SBPlatform;
+
+%feature("docstring", "
+Create a platform instance using a specific platform plugin name, debugger,
+script name and user-provided dictionary.
+
+:param platform_name: name of the platform plugin to use to create the platform
+:param debugger: debugger instance owning the platform
+:param script_name: name of the script class and module to use to create the platform
+:param dict: user-provided dictionary that can be used when instanciating a platform
----------------
clayborg wrote:
```
s/instanciating/instantiating/
```
https://github.com/llvm/llvm-project/pull/99814
More information about the lldb-commits
mailing list