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 -1
View File
@@ -9,7 +9,7 @@ namespace tracy
constexpr unsigned Lz4CompressBound( unsigned isize ) { return isize + ( isize / 255 ) + 16; }
enum : uint32_t { ProtocolVersion = 26 };
enum : uint32_t { ProtocolVersion = 27 };
enum : uint32_t { BroadcastVersion = 0 };
using lz4sz_t = uint32_t;
+1
View File
@@ -309,6 +309,7 @@ struct QueueCallstackFrame
uint64_t name;
uint64_t file;
uint32_t line;
uint64_t symAddr;
};
struct QueueCrashReport