Debuginfod HTTP server that serves artifacts from a DebuginfodCollection.

Synopsis

Declared in <llvm/Debuginfod/Debuginfod.h>

struct DebuginfodServer;

Member Functions

Name

Description

DebuginfodServer [constructor]

Constructs a server that serves artifacts from Collection.

Data Members

Name

Description

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.

Created with MrDocs