Searched defs:exinfo (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.cc | 471 LONG ExceptionHandler::HandleException(EXCEPTION_POINTERS* exinfo) { in HandleException() 699 EXCEPTION_POINTERS* exinfo, MDRawAssertionInfo* assertion) { in WriteMinidumpOnHandlerThread() 750 bool ExceptionHandler::WriteMinidumpForException(EXCEPTION_POINTERS* exinfo) { in WriteMinidumpForException() 781 EXCEPTION_POINTERS exinfo = { NULL, NULL }; in WriteMinidumpForChild() local 831 EXCEPTION_POINTERS* exinfo, in WriteMinidumpWithException() 907 EXCEPTION_POINTERS* exinfo, in WriteMinidumpWithExceptionForProcess()
|
/external/google-breakpad/src/processor/testdata/ |
D | test_app.cc | 42 void *context, EXCEPTION_POINTERS *exinfo, in callback()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_nesting_test.cc | 73 EXCEPTION_POINTERS* exinfo, in CrashHandlerFilter() 113 EXCEPTION_POINTERS* exinfo, in MinidumpWrittenCallback()
|
D | exception_handler_test.cc | 166 EXCEPTION_POINTERS* exinfo, in DumpCallback()
|
D | exception_handler_death_test.cc | 106 EXCEPTION_POINTERS* exinfo, in MinidumpWrittenCallback()
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 183 EXCEPTION_POINTERS* exinfo, in ShowDumpResults()
|