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

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

Parameters

Name

Description

ID

A reference to a BuildID in binary form.

Created with MrDocs