[Lldb-commits] [lldb] [lldb] Add `scripting extension instances` command (PR #226043)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 25 11:59:16 PDT 2026
================
@@ -374,6 +374,118 @@ class CommandObjectScriptingExtensionList : public CommandObjectParsed {
CommandOptions m_options;
};
+#define LLDB_OPTIONS_scripting_extension_instances
+#include "CommandOptions.inc"
+
+class CommandObjectScriptingExtensionInstances : public CommandObjectParsed {
----------------
JDevlieghere wrote:
This duplicates almost everything in `CommandObjectScriptingExtensionList`. Can we instead of add a flag to the existing command?
https://github.com/llvm/llvm-project/pull/226043
More information about the lldb-commits
mailing list