Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ Quit
Method
Quit
core/debuggercontroller.cpp:895–901 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
893
894
895
void DebuggerController::Quit()
896
{
897
if (!m_state->IsConnected())
898
return;
899
900
std::thread([&]() { QuitAndWait(); }).detach();
901
}
902
903
904
void DebuggerController::QuitAndWait()
Callers
3
BNDebuggerQuit
Function · 0.45
ExecuteAdapterAndWait
Method · 0.45
main
Function · 0.45
Calls
2
detach
Method · 0.80
IsConnected
Method · 0.45
Tested by
no test coverage detected