LLDB mainline
Static Public Member Functions | List of all members
lldb_private::Symbols Class Reference

#include <LocateSymbolFile.h>

Static Public Member Functions

static void DownloadSymbolFileAsync (const UUID &uuid)
 Locate the symbol file for the given UUID on a background thread.
 

Detailed Description

Definition at line 25 of file LocateSymbolFile.h.

Member Function Documentation

◆ DownloadSymbolFileAsync()

static void lldb_private::Symbols::DownloadSymbolFileAsync ( const UUID uuid)
static

Locate the symbol file for the given UUID on a background thread.

This function returns immediately. Under the hood it uses the debugger's thread pool to call DownloadObjectAndSymbolFile. If a symbol file is found, this will notify all target which contain the module with the given UUID.


The documentation for this class was generated from the following file: