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

Function BNDebuggerGetStopReasonString

core/ffi.cpp:952–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950
951
952DEBUGGER_FFI_API char* BNDebuggerGetStopReasonString(BNDebugStopReason reason)
953{
954 std::string str = DebuggerController::GetStopReasonString(reason);
955 return BNDebuggerAllocString(str.c_str());
956}
957
958
959DEBUGGER_FFI_API DebugStopReason BNDebuggerGetStopReason(BNDebuggerController* controller)

Callers 1

Calls 1

BNDebuggerAllocStringFunction · 0.85

Tested by

no test coverage detected