Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit a MODULE record for PE files #814

Merged
merged 2 commits into from
Sep 22, 2023
Merged

Emit a MODULE record for PE files #814

merged 2 commits into from
Sep 22, 2023

Conversation

Swatinem
Copy link
Member

@Swatinem Swatinem commented Sep 22, 2023

PE files reference their corresponding debug file via name and DebugId. We can put these in a CfiCache MODULE entry to be able to backfill a missing DebugFile/DebugId in a minidump.

Companion PR: getsentry/symbolicator#1305

#skip-changelog

PE files reference their corresponding debug file via name and DebugId.
We can put these in a CfiCache `MODULE` entry to be able to backfill a missing DebugFile/DebugId in
a minidump.
@Swatinem Swatinem self-assigned this Sep 22, 2023
@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Merging #814 (3c6f486) into master (480e680) will decrease coverage by 0.06%.
The diff coverage is 0.00%.

❗ Current head 3c6f486 differs from pull request most recent head baaf423. Consider uploading reports for the commit baaf423 to get more accurate results

@@            Coverage Diff             @@
##           master     #814      +/-   ##
==========================================
- Coverage   74.89%   74.83%   -0.06%     
==========================================
  Files          63       63              
  Lines       15660    15671      +11     
==========================================
  Hits        11728    11728              
- Misses       3932     3943      +11     

@Swatinem Swatinem merged commit e96f555 into master Sep 22, 2023
11 checks passed
@Swatinem Swatinem deleted the swatinem/pe-module branch September 22, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants