blob: 0cd631a80b90bf01623624a3dbcf5de3681cbf8a [file]
include "../../../../include/lldb/Core/PropertiesBase.td"
let Definition = "symbollocatorsymstore", Path = "plugin.symbol-locator.symstore" in {
def SymStoreURLs : Property<"urls", "Array">,
ElementType<"String">,
Desc<"List of local symstore directories to query for symbols">;
}