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:
@@ -27,6 +27,7 @@ struct CallstackEntry
|
||||
const char* name;
|
||||
const char* file;
|
||||
uint32_t line;
|
||||
uint64_t symAddr;
|
||||
};
|
||||
|
||||
struct CallstackEntryData
|
||||
|
||||
Reference in New Issue
Block a user