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

Function Debugger_InitiateHotResolve

IDEHelper/DebugManager.cpp:1623–1627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1621}
1622
1623BF_EXPORT void BF_CALLTYPE Debugger_InitiateHotResolve(int flags)
1624{
1625 if (gDebugger != NULL)
1626 gDebugger->InitiateHotResolve((DbgHotResolveFlags)flags);
1627}
1628
1629BF_EXPORT intptr BF_CALLTYPE Debugger_GetDbgAllocHeapSize()
1630{

Callers

nothing calls this directly

Calls 1

InitiateHotResolveMethod · 0.45

Tested by

no test coverage detected