[Lldb-commits] [lldb] [lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (PR #71267)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Sat Nov 4 00:20:08 PDT 2023
================
@@ -96,6 +96,10 @@ typedef std::optional<FileSpec> (*SymbolLocatorFindSymbolFileInBundle)(
const FileSpec &dsym_bundle_fspec, const UUID *uuid, const ArchSpec *arch);
typedef std::optional<FileSpec> (*SymbolLocatorLocateExecutableSymbolFile)(
const ModuleSpec &module_spec, const FileSpecList &default_search_paths);
+
----------------
bulbazord wrote:
Why the long space?
https://github.com/llvm/llvm-project/pull/71267
More information about the lldb-commits
mailing list