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

Function BNDebuggerGetTargetStatus

core/ffi.cpp:615–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613
614
615BNDebugAdapterTargetStatus BNDebuggerGetTargetStatus(BNDebuggerController* controller)
616{
617 return controller->object->GetExecutionStatus();
618}
619
620
621char** BNGetAvailableDebugAdapterTypes(BNBinaryView* data, size_t* count)

Callers 1

GetTargetStatusMethod · 0.85

Calls 1

GetExecutionStatusMethod · 0.80

Tested by

no test coverage detected