1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Save executable file names next to build identifiers.

This commit is contained in:
Bartosz Taudul
2022-05-01 12:43:15 +02:00
parent b4343d58f1
commit 20cfdc3022
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -923,7 +923,7 @@ elf_open_debugfile_by_buildid (struct backtrace_state *state,
#ifdef TRACY_DEBUGINFOD
if (ret == -1)
return GetDebugInfoDescriptor( buildid_data, buildid_size );
return GetDebugInfoDescriptor( buildid_data, buildid_size, filename );
else
return ret;
#else