Debuginfod HTTP server that serves artifacts from a DebuginfodCollection.
Declared in <llvm/Debuginfod/Debuginfod.h>
struct DebuginfodServer;
| Name | Description |
|---|---|
DebuginfodServer [constructor] | Constructs a server that serves artifacts from Collection. |
| 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. |