From fe7db6db4e7fb7fedefa495601c172c279c3b0a2 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 19 Jun 2021 19:03:00 +0200 Subject: Send symbol address in code information message. --- common/TracyQueue.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/TracyQueue.hpp b/common/TracyQueue.hpp index f3033c4e..c8509586 100644 --- a/common/TracyQueue.hpp +++ b/common/TracyQueue.hpp @@ -443,6 +443,7 @@ struct QueueCodeInformation { uint64_t ptr; uint32_t line; + uint64_t symAddr; }; struct QueueCrashReport -- cgit v1.2.3