mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-22 11:08:21 +00:00
Add debuginfod context accessor.
This commit is contained in:
@@ -742,6 +742,11 @@ const uint8_t* GetBuildIdForImage( const char* image, size_t& size )
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
debuginfod_client* GetDebuginfodClient()
|
||||
{
|
||||
return s_debuginfod;
|
||||
}
|
||||
#endif
|
||||
|
||||
void EndCallstack()
|
||||
|
||||
Reference in New Issue
Block a user