MCPcopy Create free account
hub / github.com/beefytech/Beef / MapModule

Method MapModule

IDEHelper/MiniDumpDebugger.cpp:268–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268MappedFile* MiniDumpDebugger::MapModule(COFF* dbgModule, const StringImpl& fileName)
269{
270 auto mappedFile = new MappedFile();
271 if (!mappedFile->Open(fileName))
272 {
273 delete mappedFile;
274 return NULL;
275 }
276 mMappedFiles.Add(mappedFile);
277 return mappedFile;
278}
279
280bool MiniDumpDebugger::PopulateRegisters(CPURegisters* registers)
281{

Callers 1

LoadModuleImageMethod · 0.80

Calls 2

OpenMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected