Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-06-19 20:03:00 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-06-19 20:07:56 +0300
commitfe7db6db4e7fb7fedefa495601c172c279c3b0a2 (patch)
tree19ecd9777964b0cfc368e80bdf7eb6404ad8d021 /common
parent3ce2f6209a1ee550611e2e395da92462a120bf0e (diff)
Send symbol address in code information message.
Diffstat (limited to 'common')
-rw-r--r--common/TracyQueue.hpp1
1 files changed, 1 insertions, 0 deletions
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