You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(crashpad): preserve UUIDs from minimal PDB70 records (#2003)
* test(crashpad): verify module CodeView UUID
Parse module CodeView records from uploaded minidumps and assert the
example module carries a non-zero UUID.
* test(crashpad): check shared library CodeView record
Target the SDK shared library and accept both PDB70 and ELF build-ID
record signatures.
* fix review findings
* Bump crashpad
* Update CHANGELOG.md
* fix lib_name for mingw
* Bump crashpad
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
- Improve log and metric delivery when telemetry is captured faster than envelopes can be serialized by offloading serialization to an internal thread pool. ([#1946](https://github.com/getsentry/sentry-native/pull/1946))
22
22
- Wine: fix OS version detection and cross-compiling Windows builds from Linux. ([#2001](https://github.com/getsentry/sentry-native/pull/2001))
23
23
- Destroy condition variables as approriate when no longer needed. ([#2004](https://github.com/getsentry/sentry-native/pull/2004))
24
+
- Crashpad/Windows: preserve module CodeView UUIDs for minimal PDB70 records with empty PDB filenames. ([#2003](https://github.com/getsentry/sentry-native/pull/2003))
0 commit comments