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

Method ExitCode

core/adapters/dbgengadapter.cpp:1237–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235}
1236
1237uint64_t DbgEngAdapter::ExitCode()
1238{
1239 return DbgEngAdapter::ProcessCallbackInfo.m_exitCode;
1240}
1241
1242std::string DbgEngAdapter::InvokeBackendCommand(const std::string& command)
1243{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected