[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:02 PDT 2024
================
@@ -180,7 +184,19 @@ class CommandObjectPlatformSelect : public CommandObjectParsed {
m_interpreter, ArchSpec(), select, error, platform_arch));
if (platform_sp) {
GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp);
-
+ OptionGroupPythonClassWithDict &script_class_opts =
----------------
clayborg wrote:
Or don't specify the metadata on the constructor, but with an accessor that returns a SBError and omit it from the constuctor.
https://github.com/llvm/llvm-project/pull/99814
More information about the lldb-commits
mailing list