mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Transfer executable image name in source file queries.
This commit is contained in:
@@ -3373,6 +3373,7 @@ void Worker::QueryTerminate()
|
||||
|
||||
void Worker::QuerySourceFile( const char* fn, const char* image )
|
||||
{
|
||||
if( image ) QueryDataTransfer( image, strlen( image ) + 1 );
|
||||
QueryDataTransfer( fn, strlen( fn ) + 1 );
|
||||
Query( ServerQuerySourceCode, 0 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user