Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
bool DebuggerController::Attach()
168
{
169
std::thread([&]() { AttachAndWait(); }).detach();
170
return true;
171
}
172
173
174
DebugStopReason DebuggerController::AttachAndWaitInternal()
Callers
2
BNDebuggerAttach
Function · 0.45
ExecuteAdapterAndWait
Method · 0.45
Calls
1
detach
Method · 0.80
Tested by
no test coverage detected