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

Method IsRunning

api/debuggercontroller.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96bool DebuggerController::IsRunning()
97{
98 return BNDebuggerIsRunning(m_object);
99}
100
101
102uint64_t DebuggerController::StackPointer()

Callers 6

canSuspendOrResumeMethod · 0.45
onDoubleClickedMethod · 0.45
SetupMenuMethod · 0.45
ConnectedAndStoppedFunction · 0.45
ConnectedAndRunningFunction · 0.45
InitializeUIMethod · 0.45

Calls 1

BNDebuggerIsRunningFunction · 0.85

Tested by

no test coverage detected