Searched refs:exception_code (Results 1 - 25 of 40) sorted by relevance

12

/external/google-breakpad/src/client/mac/crash_generation/
H A Dcrash_generation_client.cc39 int exception_code,
54 info.exception_code = exception_code;
37 RequestDumpForException( int exception_type, int exception_code, int exception_subcode, mach_port_t crashing_thread) argument
H A Dcrash_generation_client.h47 int exception_code,
H A Dcrash_generation_server.cc125 if (info.exception_type && info.exception_code) {
127 info.exception_code,
H A Dcrash_generation_server.h53 int32_t exception_code; member in struct:google_breakpad::ExceptionInfo
H A DInspector.h56 int exception_code; member in struct:InspectorInfo
/external/google-breakpad/src/client/mac/Framework/
H A DBreakpad.h66 int exception_code,
/external/google-breakpad/src/client/windows/crash_generation/
H A Dminidump_generator.cc71 DWORD* exception_code);
118 DWORD exception_code; local
119 if (!ReadExceptionCode(process_handle, exception_pointers, &exception_code)) {
126 if (exception_code != STATUS_INVALID_HANDLE) {
205 DWORD* exception_code) {
217 exception_code,
218 sizeof(*exception_code),
202 ReadExceptionCode( HANDLE process_handle, EXCEPTION_POINTERS* exception_pointers, DWORD* exception_code) argument
/external/google-breakpad/src/processor/
H A Dexploitability_win.cc102 uint32_t exception_code = raw_exception->exception_record.exception_code; local
128 switch (exception_code) {
H A Dminidump_processor.cc670 uint32_t exception_code = raw_exception->exception_record.exception_code; local
673 exception_code, exception_flags);
685 switch (exception_code) {
999 switch (exception_code) {
1163 switch (exception_code) {
1268 switch (exception_code) {
1397 switch (exception_code) {
H A Dsynth_minidump.cc300 uint32_t exception_code,
306 D32(exception_code);
297 Exception(const Dump &dump, const Context &context, uint32_t thread_id, uint32_t exception_code, uint32_t exception_flags, uint64_t exception_address) argument
H A Dsynth_minidump.h278 uint32_t exception_code = 0,
H A Dminidump_unittest.cc733 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
807 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
892 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
974 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
1037 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
1121 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
1220 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.h97 int exception_code,
190 int exception_code,
H A Dexception_handler.cc351 int exception_code,
362 exception_code,
370 if (exception_type && exception_code) {
377 exception_code,
395 if (exception_type && exception_code) {
401 md.SetExceptionInformation(exception_type, exception_code,
521 int exception_code = 0; local
526 exception_code = EXC_I386_BPT;
528 exception_code = EXC_PPC_BREAKPOINT;
530 exception_code
349 WriteMinidumpWithException( int exception_type, int exception_code, int exception_subcode, breakpad_ucontext_t* task_context, mach_port_t thread_name, bool exit_after_write, bool report_current_thread) argument
[all...]
/external/google-breakpad/src/client/ios/
H A DBreakpad.h61 int exception_code,
/external/google-breakpad/src/client/mac/tests/
H A Dexception_handler_test.cc137 raw_exception->exception_record.exception_code);
142 raw_exception->exception_record.exception_code);
233 raw_exception->exception_record.exception_code);
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c208 #define EXCEPTION_CODE_INFO(exception_code) {exception_code, #exception_code}
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h516 uint32_t exception_code; /* Windows: MDExceptionCodeWin, member in struct:__anon6180
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc1020 raw->exception_record.exception_code);
1191 raw->exception_record.exception_code);
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h403 static int GTestShouldProcessSEH(DWORD exception_code);
/external/gtest/src/
H A Dgtest-internal-inl.h404 static int GTestShouldProcessSEH(DWORD exception_code);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h399 static int GTestShouldProcessSEH(DWORD exception_code);
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h396 static int GTestShouldProcessSEH(DWORD exception_code);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h464 static int GTestShouldProcessSEH(DWORD exception_code);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-internal-inl.h404 static int GTestShouldProcessSEH(DWORD exception_code);

Completed in 336 milliseconds

12