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

Crash reports may be serialized.

This commit is contained in:
Bartosz Taudul
2021-10-10 15:58:24 +02:00
parent 9d89b84efd
commit a421083e58
2 changed files with 15 additions and 4 deletions
+6
View File
@@ -502,6 +502,11 @@ struct QueueCrashReport
uint64_t text; // ptr
};
struct QueueCrashReportThread
{
uint32_t thread;
};
struct QueueSysTime
{
int64_t time;
@@ -636,6 +641,7 @@ struct QueueItem
QueueSymbolInformation symbolInformation;
QueueCodeInformation codeInformation;
QueueCrashReport crashReport;
QueueCrashReportThread crashReportThread;
QueueSysTime sysTime;
QueueContextSwitch contextSwitch;
QueueThreadWakeup threadWakeup;