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

Send symbol base address.

This commit is contained in:
Bartosz Taudul
2020-02-25 23:03:40 +01:00
parent 85ffe0ea04
commit 3402d16548
5 changed files with 12 additions and 9 deletions
+1
View File
@@ -27,6 +27,7 @@ struct CallstackEntry
const char* name;
const char* file;
uint32_t line;
uint64_t symAddr;
};
struct CallstackEntryData