MCPcopy 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
895void DebuggerController::Quit()
896{
897 if (!m_state->IsConnected())
898 return;
899
900 std::thread([&]() { QuitAndWait(); }).detach();
901}
902
903
904void DebuggerController::QuitAndWait()

Callers 3

BNDebuggerQuitFunction · 0.45
ExecuteAdapterAndWaitMethod · 0.45
mainFunction · 0.45

Calls 2

detachMethod · 0.80
IsConnectedMethod · 0.45

Tested by

no test coverage detected