llvm::DebuginfodServer

Debuginfod HTTP server that serves artifacts from a DebuginfodCollection.

Synopsis

Declared in <llvm/Debuginfod/Debuginfod.h>

struct DebuginfodServer;

Member Functions

NameDescription
DebuginfodServer [constructor]Constructs a server that serves artifacts from Collection.

Data Members

NameDescription
Collection Collection of local artifacts served by this server.
Log Log that receives server request and status messages.
Server Underlying HTTP server that handles incoming requests.