9#ifndef LLDB_SYMBOL_LOCATESYMBOLFILE_H
10#define LLDB_SYMBOL_LOCATESYMBOLFILE_H
56 bool force_lookup =
true,
57 bool copy_executable =
true);
static llvm::raw_ostream & error(Stream &strm)
An architecture specification class.
static void DownloadSymbolFileAsync(const UUID &uuid)
Locate the symbol file for the given UUID on a background thread.
static FileSpec LocateExecutableSymbolFile(const ModuleSpec &module_spec, const FileSpecList &default_search_paths)
static bool DownloadObjectAndSymbolFile(ModuleSpec &module_spec, Status &error, bool force_lookup=true, bool copy_executable=true)
static ModuleSpec LocateExecutableObjectFile(const ModuleSpec &module_spec)
static FileSpec FindSymbolFileInBundle(const FileSpec &dsym_bundle_fspec, const lldb_private::UUID *uuid, const ArchSpec *arch)
A class that represents a running process on the host machine.