| 1235 | } |
| 1236 | |
| 1237 | uint64_t DbgEngAdapter::ExitCode() |
| 1238 | { |
| 1239 | return DbgEngAdapter::ProcessCallbackInfo.m_exitCode; |
| 1240 | } |
| 1241 | |
| 1242 | std::string DbgEngAdapter::InvokeBackendCommand(const std::string& command) |
| 1243 | { |
nothing calls this directly
no outgoing calls
no test coverage detected