Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc472 LONG ExceptionHandler::HandleException(EXCEPTION_POINTERS* exinfo) { in HandleException() argument
481 DWORD code = exinfo->ExceptionRecord->ExceptionCode; in HandleException()
506 exinfo, in HandleException()
509 success = current_handler->WriteMinidumpOnHandlerThread(exinfo, NULL); in HandleException()
532 action = current_handler->previous_filter_(exinfo); in HandleException()
702 EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion) { in WriteMinidumpOnHandlerThread() argument
718 exception_info_ = exinfo; in WriteMinidumpOnHandlerThread()
753 bool ExceptionHandler::WriteMinidumpForException(EXCEPTION_POINTERS* exinfo) { in WriteMinidumpForException() argument
758 exinfo, in WriteMinidumpForException()
762 bool success = WriteMinidumpOnHandlerThread(exinfo, NULL); in WriteMinidumpForException()
[all …]
Dexception_handler.h111 typedef bool (*FilterCallback)(void* context, EXCEPTION_POINTERS* exinfo,
141 EXCEPTION_POINTERS* exinfo,
236 bool WriteMinidumpForException(EXCEPTION_POINTERS* exinfo);
319 static LONG WINAPI HandleException(EXCEPTION_POINTERS* exinfo);
347 bool WriteMinidumpOnHandlerThread(EXCEPTION_POINTERS* exinfo,
357 EXCEPTION_POINTERS* exinfo,
376 EXCEPTION_POINTERS* exinfo,
/external/google-breakpad/src/processor/testdata/
Dtest_app.cc42 void *context, EXCEPTION_POINTERS *exinfo, in callback() argument
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_nesting_test.cc73 EXCEPTION_POINTERS* exinfo, in CrashHandlerFilter() argument
113 EXCEPTION_POINTERS* exinfo, in MinidumpWrittenCallback() argument
Dexception_handler_test.cc101 EXCEPTION_POINTERS* exinfo,
166 EXCEPTION_POINTERS* exinfo, in DumpCallback() argument
Dexception_handler_death_test.cc106 EXCEPTION_POINTERS* exinfo, in MinidumpWrittenCallback() argument
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc183 EXCEPTION_POINTERS* exinfo, in ShowDumpResults() argument