Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1412
uint32_t DebuggerController::GetExitCode()
1413
{
1414
return m_exitCode;
1415
}
1416
1417
1418
void DebuggerController::WriteStdIn(const std::string message)
Callers
2
BNDebuggerGetExitCode
Function · 0.45
PrintStopReason
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected