Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ ExitCode
Method
ExitCode
core/adapters/lldbadapter.cpp:1060–1066 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1058
1059
1060
uint64_t LldbAdapter::ExitCode()
1061
{
1062
if (m_process.GetState() != lldb::eStateExited)
1063
return -1;
1064
1065
return m_process.GetExitStatus();
1066
}
1067
1068
1069
bool LldbAdapter::BreakInto()
Callers
nothing calls this directly
Calls
1
GetState
Method · 0.80
Tested by
no test coverage detected