[Lldb-commits] [lldb] [lldb/Plugins] Introduce Scripted Platform Plugin (PR #99814)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 24 23:45:36 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 =
----------------
medismailben wrote:
Nothing. `Platform::SetMetadata` just sets the `m_metadata` member, and `Platform::ReloadMetadata` doesn't do anything with it.
https://github.com/llvm/llvm-project/pull/99814
More information about the lldb-commits
mailing list