Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ RemoveEventCallback
Method
RemoveEventCallback
api/debuggercontroller.cpp:738–741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
736
737
738
void DebuggerController::RemoveEventCallback(size_t index)
739
{
740
BNDebuggerRemoveEventCallback(m_object, index);
741
}
742
743
744
void DebuggerController::WriteStdin(const std::string& msg)
Callers
8
~DebugModulesWidget
Method · 0.45
~TargetScriptingInstance
Method · 0.45
SetCurrentBinaryView
Method · 0.45
~ThreadFramesWidget
Method · 0.45
~DebuggerUI
Method · 0.45
~DebuggerStatusBarWidget
Method · 0.45
~DebugAdapterScriptingInstance
Method · 0.45
SetCurrentBinaryView
Method · 0.45
Calls
1
BNDebuggerRemoveEventCallback
Function · 0.85
Tested by
no test coverage detected