| 1621 | } |
| 1622 | |
| 1623 | BF_EXPORT void BF_CALLTYPE Debugger_InitiateHotResolve(int flags) |
| 1624 | { |
| 1625 | if (gDebugger != NULL) |
| 1626 | gDebugger->InitiateHotResolve((DbgHotResolveFlags)flags); |
| 1627 | } |
| 1628 | |
| 1629 | BF_EXPORT intptr BF_CALLTYPE Debugger_GetDbgAllocHeapSize() |
| 1630 | { |
nothing calls this directly
no test coverage detected