Searched refs:exinfo (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 472 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 …]
|
D | exception_handler.h | 111 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/ |
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
|