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

Method RemoveEventCallback

core/debuggercontroller.cpp:1202–1207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1200
1201
1202bool DebuggerController::RemoveEventCallback(size_t index)
1203{
1204 std::unique_lock<std::recursive_mutex> lock(m_callbackMutex);
1205 m_disabledCallbacks.insert(index);
1206 return RemoveEventCallbackInternal(index);
1207}
1208
1209
1210bool DebuggerController::RemoveEventCallbackInternal(size_t index)

Callers 2

~DebugProcessViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected