MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / _invoke_watson

Function _invoke_watson

Kernel-Bridge/API/CppSupport.cpp:230–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230[[noreturn]]
231void __cdecl _invoke_watson(
232 wchar_t const* const expression,
233 wchar_t const* const function_name,
234 wchar_t const* const file_name,
235 unsigned int const line_number,
236 uintptr_t const reserved)
237{
238 UNREFERENCED_PARAMETER(expression);
239 UNREFERENCED_PARAMETER(function_name);
240 UNREFERENCED_PARAMETER(file_name);
241 UNREFERENCED_PARAMETER(line_number);
242 UNREFERENCED_PARAMETER(reserved);
243
244 KdBreakPoint();
245 RaiseException(KMODE_EXCEPTION_NOT_HANDLED);
246}
247
248// For <unordered_set> and <unordered_map> support:
249#ifdef _AMD64_

Callers

nothing calls this directly

Calls 1

RaiseExceptionFunction · 0.85

Tested by

no test coverage detected