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

Method GetExitCode

api/debuggercontroller.cpp:696–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694
695
696uint32_t DebuggerController::GetExitCode()
697{
698 return BNDebuggerGetExitCode(m_object);
699}
700
701
702size_t DebuggerController::RegisterEventCallback(

Callers

nothing calls this directly

Calls 1

BNDebuggerGetExitCodeFunction · 0.85

Tested by

no test coverage detected