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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user