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.cc471 LONG ExceptionHandler::HandleException(EXCEPTION_POINTERS* exinfo) { in HandleException() argument
480 DWORD code = exinfo->ExceptionRecord->ExceptionCode; in HandleException()
503 exinfo, in HandleException()
506 success = current_handler->WriteMinidumpOnHandlerThread(exinfo, NULL); in HandleException()
529 action = current_handler->previous_filter_(exinfo); in HandleException()
699 EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion) { in WriteMinidumpOnHandlerThread() argument
715 exception_info_ = exinfo; in WriteMinidumpOnHandlerThread()
750 bool ExceptionHandler::WriteMinidumpForException(EXCEPTION_POINTERS* exinfo) { in WriteMinidumpForException() argument
755 exinfo, in WriteMinidumpForException()
759 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);
317 static LONG WINAPI HandleException(EXCEPTION_POINTERS* exinfo);
345 bool WriteMinidumpOnHandlerThread(EXCEPTION_POINTERS* exinfo,
355 EXCEPTION_POINTERS* exinfo,
374 EXCEPTION_POINTERS* exinfo,
/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/processor/testdata/
Dtest_app.cc42 void *context, EXCEPTION_POINTERS *exinfo, in callback() argument
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc183 EXCEPTION_POINTERS* exinfo, in ShowDumpResults() argument