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

Preserve symbol call location.

This commit is contained in:
Bartosz Taudul
2020-02-27 14:35:00 +01:00
parent 2e5ce52086
commit 7dd929a39e
3 changed files with 13 additions and 6 deletions
+2
View File
@@ -329,6 +329,8 @@ struct CallstackFrame : public CallstackFrameBasic
struct SymbolData : public CallstackFrameBasic
{
StringIdx imageName;
StringIdx callFile;
uint32_t callLine;
};
enum { CallstackFrameBasicSize = sizeof( CallstackFrameBasic ) };