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

Method GetExitCode

core/debuggercontroller.cpp:1412–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1410
1411
1412uint32_t DebuggerController::GetExitCode()
1413{
1414 return m_exitCode;
1415}
1416
1417
1418void DebuggerController::WriteStdIn(const std::string message)

Callers 2

BNDebuggerGetExitCodeFunction · 0.45
PrintStopReasonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected