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

Query source location of each assembly instruction.

This commit is contained in:
Bartosz Taudul
2020-04-01 21:43:03 +02:00
parent 0ba0125eb5
commit b2a8b53efa
8 changed files with 84 additions and 10 deletions
+1
View File
@@ -553,6 +553,7 @@ private:
void SendCallstackPayload64( uint64_t ptr );
void SendCallstackAlloc( uint64_t ptr );
void SendCallstackFrame( uint64_t ptr );
void SendCodeLocation( uint64_t ptr );
bool HandleServerQuery();
void HandleDisconnect();