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

Method Connect

core/debuggercontroller.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206
207bool DebuggerController::Connect()
208{
209 std::thread([&]() { ConnectAndWait(); }).detach();
210 return true;
211}
212
213
214DebugStopReason DebuggerController::ConnectAndWaitInternal()

Callers 2

BNDebuggerConnectFunction · 0.45
ExecuteAdapterAndWaitMethod · 0.45

Calls 1

detachMethod · 0.80

Tested by

no test coverage detected