Searched refs:exinfo (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/client/windows/handler/ |
H A D | exception_handler.cc | 475 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 D | exception_handler.h | 110 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 D | exception_handler_nesting_test.cc | 76 EXCEPTION_POINTERS* exinfo, in CrashHandlerFilter() argument 116 EXCEPTION_POINTERS* exinfo, in MinidumpWrittenCallback() argument
|
H A D | exception_handler_test.cc | 104 EXCEPTION_POINTERS* exinfo, 169 EXCEPTION_POINTERS* exinfo, in DumpCallback() argument
|
H A D | exception_handler_death_test.cc | 109 EXCEPTION_POINTERS* exinfo, in MinidumpWrittenCallback() argument
|
/aosp_15_r20/external/google-breakpad/src/processor/testdata/ |
H A D | test_app.cc | 45 void* context, EXCEPTION_POINTERS* exinfo, in callback() argument
|
/aosp_15_r20/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
H A D | crash_generation_app.cc | 186 EXCEPTION_POINTERS* exinfo, in ShowDumpResults() argument
|