MCPcopy Create free account
hub / github.com/Vector35/debugger / CleanUpDisabledEvent

Method CleanUpDisabledEvent

core/debuggercontroller.cpp:1274–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272
1273
1274void DebuggerController::CleanUpDisabledEvent()
1275{
1276 std::unique_lock<std::recursive_mutex> lock(m_callbackMutex);
1277 for (const auto index : m_disabledCallbacks)
1278 {
1279 RemoveEventCallbackInternal(index);
1280 }
1281 m_disabledCallbacks.clear();
1282}
1283
1284
1285void DebuggerController::NotifyStopped(DebugStopReason reason, void* data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected