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

Method Attach

core/debuggercontroller.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166
167bool DebuggerController::Attach()
168{
169 std::thread([&]() { AttachAndWait(); }).detach();
170 return true;
171}
172
173
174DebugStopReason DebuggerController::AttachAndWaitInternal()

Callers 2

BNDebuggerAttachFunction · 0.45
ExecuteAdapterAndWaitMethod · 0.45

Calls 1

detachMethod · 0.80

Tested by

no test coverage detected