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

Wait for failure callstack to be received.

This commit is contained in:
Bartosz Taudul
2020-09-29 18:39:48 +02:00
parent d8e653ecb4
commit 3135191e90
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -755,6 +755,7 @@ private:
bool IsThreadStringRetrieved( uint64_t id );
bool IsSourceLocationRetrieved( int16_t srcloc );
bool IsCallstackRetrieved( uint32_t callstack );
bool HasAllFailureData();
void HandleFailure( const char* ptr, const char* end );
void DispatchFailure( const QueueItem& ev, const char*& ptr );