breakpad dumping: include pdb name if missing exe name, include pdb guid if no exe hash

This commit is contained in:
Ryan Fleury
2025-09-26 11:37:07 -07:00
parent 9ad7361cb9
commit cd7e2d3f89
6 changed files with 75 additions and 9 deletions
+2
View File
@@ -26,6 +26,7 @@ ac_init(void)
internal AC_Artifact
ac_artifact_from_key_(Access *access, String8 key, AC_ArtifactParams *params, U64 endt_us)
{
ProfBeginFunction();
AC_RequestBatch *req_batch = &ac_shared->req_batches[params->flags & AC_Flag_HighPriority ? 0 : 1];
//- rjf: create function -> cache
@@ -193,6 +194,7 @@ ac_artifact_from_key_(Access *access, String8 key, AC_ArtifactParams *params, U6
params->stale_out[0] = artifact_is_stale;
}
ProfEnd();
return artifact;
}