1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Absolute source paths are required by debuginfod.

This commit is contained in:
Bartosz Taudul 2022-05-02 00:31:20 +02:00
parent 6455fcfa91
commit 0c9eb0b5be
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -3835,7 +3835,7 @@ void Profiler::HandleSourceCodeQuery()
} }
} }
#ifdef TRACY_DEBUGINFOD #ifdef TRACY_DEBUGINFOD
else if( m_queryImage ) else if( m_queryImage && m_queryData[0] == '/' )
{ {
size_t size; size_t size;
auto buildid = GetBuildIdForImage( m_queryImage, size ); auto buildid = GetBuildIdForImage( m_queryImage, size );