Get the full URL path for a debug binary request of a given BuildID.

Synopsis

Declared in <llvm/Debuginfod/Debuginfod.h>

std::string
getDebuginfodDebuginfoUrlPath(object::BuildIDRef ID);

Return Value

Full URL path for the debug binary request.

Parameters

Name

Description

ID

Build ID of the debug binary to request.

Created with MrDocs