MCPcopy Create free account
hub / github.com/bombela/backward-cpp / invalid_parameter_handler

Method invalid_parameter_handler

backward.hpp:4388–4395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4386 }
4387
4388 static inline void __cdecl invalid_parameter_handler(const wchar_t *,
4389 const wchar_t *,
4390 const wchar_t *,
4391 unsigned int,
4392 uintptr_t) {
4393 crash_handler(signal_skip_recs);
4394 abort();
4395 }
4396
4397 NOINLINE static LONG WINAPI crash_handler(EXCEPTION_POINTERS *info) {
4398 // The exception info supplies a trace from exactly where the issue was,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected