MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / OnRip

Function OnRip

CppCoverage/Debugger.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 namespace
33 {
34 void OnRip(const RIP_INFO& ripInfo)
35 {
36 LOG_ERROR << "Debugee process terminate unexpectedly:"
37 << "(type:" << ripInfo.dwType << ")"
38 << GetErrorMessage(ripInfo.dwError);
39 }
40 }
41
42 //-------------------------------------------------------------------------

Callers 1

Calls 1

GetErrorMessageFunction · 0.70

Tested by

no test coverage detected