================
@@ -29,6 +29,9 @@ add_subdirectory(UnwindAssembly)
 
 set(LLDB_STRIPPED_PLUGINS)
 get_property(LLDB_ALL_PLUGINS GLOBAL PROPERTY LLDB_PLUGINS)
+get_property(LLDB_EXTRA_PLUGINS GLOBAL PROPERTY LLDB_EXTRA_SCRIPT_PLUGINS)
+list(APPEND LLDB_ALL_PLUGINS ${LLDB_EXTRA_PLUGINS})
----------------
medismailben wrote:

I tried reusing `LLDB_ALL_PLUGINS` in 
`lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/CMakeLists.txt` but I 
couldn't make it work: Either the scripted interface plugins wouldn't register 
or we would fail to link.

Not all the Python interfaces are registered so far, same for Lua, they will be 
added over time.

I'll leave it as is for now but feel free to change this after it lands :)

https://github.com/llvm/llvm-project/pull/97273
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to