MCPcopy Create free account
hub / github.com/Vector35/debugger / DebugStopReason BNDebuggerGetStopReason

Function DebugStopReason BNDebuggerGetStopReason

core/ffi.cpp:959–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957
958
959DEBUGGER_FFI_API DebugStopReason BNDebuggerGetStopReason(BNDebuggerController* controller)
960{
961 return controller->object->StopReason();
962}
963
964
965DEBUGGER_FFI_API BNMetadata* BNDebuggerGetAdapterProperty(BNDebuggerController* controller, const char* name)

Callers

nothing calls this directly

Calls 1

StopReasonMethod · 0.45

Tested by

no test coverage detected