Searched refs:exinfo (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 471 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 …]
|
D | exception_handler.h | 111 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/processor/testdata/ |
D | test_app.cc | 42 void *context, EXCEPTION_POINTERS *exinfo, in callback() argument
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_nesting_test.cc | 73 EXCEPTION_POINTERS* exinfo, in CrashHandlerFilter() argument 113 EXCEPTION_POINTERS* exinfo, in MinidumpWrittenCallback() argument
|
D | exception_handler_test.cc | 101 EXCEPTION_POINTERS* exinfo, 166 EXCEPTION_POINTERS* exinfo, in DumpCallback() argument
|
D | exception_handler_death_test.cc | 106 EXCEPTION_POINTERS* exinfo, in MinidumpWrittenCallback() argument
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 183 EXCEPTION_POINTERS* exinfo, in ShowDumpResults() argument
|