Home
last modified time | relevance | path

Searched refs:exinfo (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc475 LONG ExceptionHandler::HandleException(EXCEPTION_POINTERS* exinfo) { in HandleException() argument
484 DWORD code = exinfo->ExceptionRecord->ExceptionCode; in HandleException()
509 exinfo, in HandleException()
512 success = current_handler->WriteMinidumpOnHandlerThread(exinfo, NULL); in HandleException()
535 action = current_handler->previous_filter_(exinfo); in HandleException()
705 EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion) { in WriteMinidumpOnHandlerThread() argument
721 exception_info_ = exinfo; in WriteMinidumpOnHandlerThread()
756 bool ExceptionHandler::WriteMinidumpForException(EXCEPTION_POINTERS* exinfo) { in WriteMinidumpForException() argument
761 exinfo, in WriteMinidumpForException()
765 bool success = WriteMinidumpOnHandlerThread(exinfo, NULL); in WriteMinidumpForException()
[all …]
H A Dexception_handler.h110 typedef bool (*FilterCallback)(void* context, EXCEPTION_POINTERS* exinfo,
140 EXCEPTION_POINTERS* exinfo,
235 bool WriteMinidumpForException(EXCEPTION_POINTERS* exinfo);
318 static LONG WINAPI HandleException(EXCEPTION_POINTERS* exinfo);
346 bool WriteMinidumpOnHandlerThread(EXCEPTION_POINTERS* exinfo,
356 EXCEPTION_POINTERS* exinfo,
375 EXCEPTION_POINTERS* exinfo,
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_nesting_test.cc76 EXCEPTION_POINTERS* exinfo, in CrashHandlerFilter() argument
116 EXCEPTION_POINTERS* exinfo, in MinidumpWrittenCallback() argument
H A Dexception_handler_test.cc104 EXCEPTION_POINTERS* exinfo,
169 EXCEPTION_POINTERS* exinfo, in DumpCallback() argument
H A Dexception_handler_death_test.cc109 EXCEPTION_POINTERS* exinfo, in MinidumpWrittenCallback() argument
/aosp_15_r20/external/google-breakpad/src/processor/testdata/
H A Dtest_app.cc45 void* context, EXCEPTION_POINTERS* exinfo, in callback() argument
/aosp_15_r20/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc186 EXCEPTION_POINTERS* exinfo, in ShowDumpResults() argument