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

Fix Crossgen symbol lookup. #302

Merged
merged 1 commit into from
Jul 10, 2017
Merged

Conversation

vancem
Copy link
Contributor

@vancem vancem commented Jul 8, 2017

Crossgened DLLs might be named XXX.dd rather than XXX.ni.dll.
However the Native PDBs for these are always XXX.ni.pdb. Previously
we used the DLL name to make the PDB name, now we use the
emedded PDB name (which is always right).

Crossgened DLLs might be named XXX.dd rather than XXX.ni.dll.
However the Native PDBs for these are always XXX.ni.pdb.   Previously
we used the DLL name to make the PDB name, now we use the
emedded PDB name (which is always right).
@codecov-io
Copy link

Codecov Report

Merging #302 into master will not change coverage.
The diff coverage is 25%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #302   +/-   ##
=======================================
  Coverage   24.35%   24.35%           
=======================================
  Files         199      199           
  Lines      112479   112479           
  Branches    11228    11228           
=======================================
  Hits        27397    27397           
  Misses      85055    85055           
  Partials       27       27
Flag Coverage Δ
#2015 24.35% <25%> (ø) ⬆️
#2017 24.35% <25%> (ø) ⬆️
#Debug 15.81% <0%> (ø) ⬆️
#Release 14.89% <0%> (ø) ⬆️
Impacted Files Coverage Δ
src/TraceEvent/Symbols/SymbolReader.cs 15.79% <25%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e87435c...fc84fb9. Read the comment docs.

@codecov-io
Copy link

Codecov Report

Merging #302 into master will not change coverage.
The diff coverage is 25%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #302   +/-   ##
=======================================
  Coverage   24.35%   24.35%           
=======================================
  Files         199      199           
  Lines      112479   112479           
  Branches    11228    11228           
=======================================
  Hits        27397    27397           
  Misses      85055    85055           
  Partials       27       27
Flag Coverage Δ
#2015 24.35% <25%> (ø) ⬆️
#2017 24.35% <25%> (ø) ⬆️
#Debug 15.81% <0%> (ø) ⬆️
#Release 14.89% <0%> (ø) ⬆️
Impacted Files Coverage Δ
src/TraceEvent/Symbols/SymbolReader.cs 15.79% <25%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e87435c...fc84fb9. Read the comment docs.

@vancem vancem merged commit 7a2884d into microsoft:master Jul 10, 2017
vancem added a commit to vancem/perfview that referenced this pull request Dec 20, 2017
@vancem vancem deleted the FixNgenLookup.7-8-17 branch December 20, 2017 19:34
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.

3 participants