Searched refs:exception_pointers (Results 1 - 8 of 8) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_break_on_failure_unittest_.cc59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
58 ExitWithExceptionCode( struct _EXCEPTION_POINTERS* exception_pointers) argument
/external/gtest/test/
H A Dgtest_break_on_failure_unittest_.cc59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
58 ExitWithExceptionCode( struct _EXCEPTION_POINTERS* exception_pointers) argument
/external/protobuf/gtest/test/
H A Dgtest_break_on_failure_unittest_.cc59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
58 ExitWithExceptionCode( struct _EXCEPTION_POINTERS* exception_pointers) argument
/external/google-breakpad/src/client/windows/common/
H A Dipc_protocol.h109 exception_pointers(NULL),
132 exception_pointers(arg_exception_pointers),
154 EXCEPTION_POINTERS** exception_pointers; member in struct:google_breakpad::ProtocolMessage
/external/google-breakpad/src/client/windows/crash_generation/
H A Dminidump_generator.cc59 EXCEPTION_POINTERS* exception_pointers);
70 EXCEPTION_POINTERS* exception_pointers,
117 EXCEPTION_POINTERS* exception_pointers) {
119 if (!ReadExceptionCode(process_handle, exception_pointers, &exception_code)) {
204 EXCEPTION_POINTERS* exception_pointers,
208 exception_pointers,
257 EXCEPTION_POINTERS* exception_pointers,
268 exception_pointers_(exception_pointers),
115 CollectHandleData( HANDLE process_handle, EXCEPTION_POINTERS* exception_pointers) argument
202 ReadExceptionCode( HANDLE process_handle, EXCEPTION_POINTERS* exception_pointers, DWORD* exception_code) argument
251 MinidumpGenerator( const std::wstring& dump_path, const HANDLE process_handle, const DWORD process_id, const DWORD thread_id, const DWORD requesting_thread_id, EXCEPTION_POINTERS* exception_pointers, MDRawAssertionInfo* assert_info, const MINIDUMP_TYPE dump_type, const bool is_client_pointers) argument
H A Dminidump_generator.h49 // is_client_pointers specifies whether the exception_pointers and
61 EXCEPTION_POINTERS* exception_pointers,
H A Dcrash_generation_server.cc84 msg.exception_pointers != NULL &&
431 msg_.exception_pointers,
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1410 static LONG WINAPI exception_filter(EXCEPTION_POINTERS *exception_pointers) { argument
1412 exception_pointers->ExceptionRecord;

Completed in 586 milliseconds