1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Fleshing out comptime debugging

This commit is contained in:
Brian Fiete 2022-03-15 16:33:30 -07:00
parent ff2e40e3bf
commit b334423106
28 changed files with 2079 additions and 780 deletions

View file

@ -7172,7 +7172,7 @@ void TestPDB(const StringImpl& fileName, WinDebugger* debugger)
COFF coff(debugTarget);
coff.mDebugger = debugger;
uint8 wantGuid[16];
coff.LoadPDB(fileName, wantGuid, -1);
coff.TryLoadPDB(fileName, wantGuid, -1);
coff.ParseTypeData();
coff.CvParseIPI();
coff.ParseGlobalsData();