/external/google-breakpad/src/client/mac/crash_generation/ |
D | crash_generation_client.cc | 39 int exception_code, in RequestDumpForException() argument 54 info.exception_code = exception_code; in RequestDumpForException()
|
D | crash_generation_server.cc | 125 if (info.exception_type && info.exception_code) { in WaitForOneMessage() 127 info.exception_code, in WaitForOneMessage()
|
D | crash_generation_client.h | 47 int exception_code,
|
D | crash_generation_server.h | 53 int32_t exception_code; member
|
D | Inspector.h | 56 int exception_code; member
|
D | Inspector.mm | 203 exception_code_ = info.exception_code; 217 printf("exception_code = %d\n", exception_code_);
|
/external/google-breakpad/src/client/mac/handler/ |
D | exception_handler.cc | 351 int exception_code, in WriteMinidumpWithException() argument 362 exception_code, in WriteMinidumpWithException() 370 if (exception_type && exception_code) { in WriteMinidumpWithException() 377 exception_code, in WriteMinidumpWithException() 395 if (exception_type && exception_code) { in WriteMinidumpWithException() 401 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException() 521 int exception_code = 0; in WaitForMessage() local 526 exception_code = EXC_I386_BPT; in WaitForMessage() 528 exception_code = EXC_PPC_BREAKPOINT; in WaitForMessage() 530 exception_code = EXC_ARM_BREAKPOINT; in WaitForMessage() [all …]
|
D | exception_handler.h | 97 int exception_code, 190 int exception_code,
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | minidump_generator.cc | 71 DWORD* exception_code); 118 DWORD exception_code; in CollectHandleData() local 119 if (!ReadExceptionCode(process_handle, exception_pointers, &exception_code)) { in CollectHandleData() 126 if (exception_code != STATUS_INVALID_HANDLE) { in CollectHandleData() 205 DWORD* exception_code) { in ReadExceptionCode() argument 217 exception_code, in ReadExceptionCode() 218 sizeof(*exception_code), in ReadExceptionCode()
|
/external/google-breakpad/src/processor/ |
D | exploitability_win.cc | 102 uint32_t exception_code = raw_exception->exception_record.exception_code; in CheckPlatformExploitability() local 128 switch (exception_code) { in CheckPlatformExploitability()
|
D | minidump_processor.cc | 670 uint32_t exception_code = raw_exception->exception_record.exception_code; in GetCrashReason() local 673 exception_code, exception_flags); in GetCrashReason() 685 switch (exception_code) { in GetCrashReason() 999 switch (exception_code) { in GetCrashReason() 1163 switch (exception_code) { in GetCrashReason() 1268 switch (exception_code) { in GetCrashReason() 1397 switch (exception_code) { in GetCrashReason()
|
D | minidump_unittest.cc | 733 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 807 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 892 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 974 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 1037 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 1121 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST() 1220 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
|
D | synth_minidump.cc | 300 uint32_t exception_code, in Exception() argument 306 D32(exception_code); in Exception()
|
D | synth_minidump.h | 278 uint32_t exception_code = 0,
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.h | 66 int exception_code,
|
D | Breakpad.mm | 185 int exception_code, 190 int exception_code, 266 int exception_code, 277 exception_code, 680 int exception_code, 685 exception_code, 714 info.exception_code = exception_code;
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.h | 61 int exception_code,
|
/external/google-breakpad/src/client/mac/tests/ |
D | BreakpadFramework_Test.mm | 65 int exception_code, 70 int exception_code, 76 andCode:exception_code
|
D | exception_handler_test.cc | 137 raw_exception->exception_record.exception_code); in InProcessCrash() 142 raw_exception->exception_record.exception_code); in InProcessCrash() 233 raw_exception->exception_record.exception_code); in TEST_F()
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 208 #define EXCEPTION_CODE_INFO(exception_code) {exception_code, #exception_code} argument
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_format.h | 516 uint32_t exception_code; /* Windows: MDExceptionCodeWin, member
|
/external/google-breakpad/src/client/ios/handler/ |
D | ios_exception_minidump_generator.mm | 149 exception_ptr->exception_record.exception_code = kExceptionType;
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 1016 raw->exception_record.exception_code); in TEST() 1187 raw->exception_record.exception_code); in TEST()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument 523 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH() 525 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH() 2018 static internal::String* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument 2022 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument 523 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH() 525 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH() 2018 static internal::String* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument 2022 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()
|