[Lldb-commits] [lldb] [lldb] Initial plugin and test for SymbolLocatorSymStore (PR #183302)

Stefan Gränitz via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 2 04:01:06 PST 2026


================
@@ -0,0 +1,7 @@
+include "../../../../include/lldb/Core/PropertiesBase.td"
+
+let Definition = "symbollocatorsymstore", Path = "plugin.symbol-locator.symstore" in {
+  def SymStoreURLs : Property<"urls", "Array">,
----------------
weliveindetail wrote:

SymStore in local path and over HTTP is very similar. The setting will cover both cases. HTTP will follow soon and update the description. I think the term URL is "universal" so it should be fine for both, paths as well as HTTP addresses.

https://github.com/llvm/llvm-project/pull/183302


More information about the lldb-commits mailing list