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

Method ExceptionHandler

CppCoverage/ExceptionHandler.cpp:36–41  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

34
35 //-------------------------------------------------------------------------
36 ExceptionHandler::ExceptionHandler()
37 {
38 breakPointExceptionCode_.emplace(EXCEPTION_BREAKPOINT, std::vector<HANDLE>{});
39 breakPointExceptionCode_.emplace(ExceptionEmulationX86ErrorCode, std::vector<HANDLE>{});
40 InitExceptionCode();
41 }
42
43 //-------------------------------------------------------------------------
44 void ExceptionHandler::InitExceptionCode()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected