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

Method ModuleChanged

IDEHelper/WinDebugger.cpp:1706–1709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1704}
1705
1706void WinDebugger::ModuleChanged(DbgModule* dbgModule)
1707{
1708 mDebugManager->mOutMessages.push_back(String("dbgInfoLoaded ") + dbgModule->mFilePath);
1709}
1710
1711bool WinDebugger::DoUpdate()
1712{

Callers 1

TryLoadPDBMethod · 0.80

Calls 2

StringClass · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected