Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ BNDebuggerIsRunning
Function
BNDebuggerIsRunning
core/ffi.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
167
168
bool BNDebuggerIsRunning(BNDebuggerController* controller)
169
{
170
return controller->object->GetState()->IsRunning();
171
}
172
173
174
BNDebuggerController* BNDebuggerNewControllerReference(BNDebuggerController* controller)
Callers
1
IsRunning
Method · 0.85
Calls
2
GetState
Method · 0.80
IsRunning
Method · 0.45
Tested by
no test coverage detected