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

Method Detach

core/debuggercontroller.cpp:866–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864
865
866void DebuggerController::Detach()
867{
868 if (!m_state->IsConnected())
869 return;
870
871 std::thread([&]() { DetachAndWait(); }).detach();
872}
873
874
875void DebuggerController::DetachAndWait()

Callers 3

BNDebuggerDetachFunction · 0.45
ExecuteAdapterAndWaitMethod · 0.45
mainFunction · 0.45

Calls 2

detachMethod · 0.80
IsConnectedMethod · 0.45

Tested by

no test coverage detected