MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / crash_handler

Method crash_handler

src/backward.h:4470–4476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4468 }
4469
4470 NOINLINE static LONG WINAPI crash_handler(EXCEPTION_POINTERS* info)
4471 {
4472 // The exception info supplies a trace from exactly where the issue was,
4473 // no need to skip records
4474 crash_handler(0, info->ContextRecord);
4475 return EXCEPTION_CONTINUE_SEARCH;
4476 }
4477
4478 NOINLINE static void crash_handler(int skip, CONTEXT* ct = nullptr)
4479 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected