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

Method GetDebugStopReasonString

api/debuggercontroller.cpp:759–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757
758
759std::string DebuggerController::GetDebugStopReasonString(DebugStopReason reason)
760{
761 char* str = BNDebuggerGetStopReasonString(reason);
762 std::string result = std::string(str);
763 BNDebuggerFreeString(str);
764 return result;
765}
766
767
768DebugStopReason DebuggerController::StopReason()

Callers 1

PrintStopReasonFunction · 0.80

Calls 2

BNDebuggerFreeStringFunction · 0.85

Tested by

no test coverage detected