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

Return symbol address in DecodeCodeAddress().

This commit is contained in:
Bartosz Taudul
2021-06-19 19:02:08 +02:00
parent cc0ca341bb
commit 3ce2f6209a
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ struct CallstackSymbolData
const char* file;
uint32_t line;
bool needFree;
uint64_t symAddr;
};
struct CallstackEntry