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

Method IsMiniDumpDebugger

IDEHelper/WinDebugger.h:684–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682
683 virtual bool IsOnDemandDebugger() override { return false; }
684 virtual bool IsMiniDumpDebugger() { return false; }
685 virtual bool GetEmitSource(const StringImpl& filePath, String& outText);
686};
687

Callers 5

CreateCallMethod · 0.45
ReadCOFFMethod · 0.45
PreCacheImageMethod · 0.45
LoadModuleImageMethod · 0.45
RequestImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected