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

Function Debugger_LoadImageForModuleWith

IDEHelper/DebugManager.cpp:1574–1577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1572}
1573
1574BF_EXPORT int BF_CALLTYPE Debugger_LoadImageForModuleWith(const char* moduleName, const char* debugFilePath) // 0 = No Change, 1 = Loaded, 2 = Loading in background
1575{
1576 return gDebugger->LoadImageForModule(moduleName, debugFilePath);
1577}
1578
1579BF_EXPORT int BF_CALLTYPE Debugger_LoadDebugInfoForModule(const char* moduleName) // 0 = No Change, 1 = Loaded, 2 = Loading in background
1580{

Callers

nothing calls this directly

Calls 1

LoadImageForModuleMethod · 0.45

Tested by

no test coverage detected