Uh oh!
There was an error while loading. Please reload this page.
BrowserDebugProxy: unify debug metadata reading for PE and Webcil - #81099
Conversation
ghost
commented
Jan 24, 2023
Tagging subscribers to this area: @thaystg Issue DetailsFactor common code out into a Note: WebcilReader doesn't implement Contributes to #80807
|
ghost
commented
Jan 24, 2023
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFactor common code out into a TODO
Contributes to #80807
|
lambdageek
commented
Jan 24, 2023
Keeping it a draft until I add the pdb checksum reader for webcil |
81f43ac to
5b5e844CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Ankit Jain <radical@gmail.com>
Also switch from cascade of 'if's to a 'switch' when looking at debug entries
9ebd6d8 to
0e4cdf6Compare0e4cdf6 to
45b7c47Comparelambdageek
commented
Jan 24, 2023
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: Ankit Jain <radical@gmail.com>
lambdageek
commented
Jan 25, 2023
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Factor common code out into a
MetadataDebugSummaryusing an adapter to read from eitherPEReaderorWebcilReader.WebcilReader.ReadPdbChecksumDebugDirectoryDataContributes to #80807