Searched defs:exception_code (Results 1 - 21 of 21) sorted by relevance

/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_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/processor/
H A Dexploitability_win.cc102 uint32_t exception_code = raw_exception->exception_record.exception_code; local
128 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 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) {
/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/client/mac/handler/
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/google_breakpad/common/
H A Dminidump_format.h516 uint32_t exception_code; /* Windows: MDExceptionCodeWin, member in struct:__anon6941
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc509 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
524 else if (exception_code == EXCEPTION_BREAKPOINT)
526 else if (exception_code == kCxxExceptionCode)
2019 static internal::String* FormatSehExceptionMessage(DWORD exception_code, argument
2023 exception_code << std::setbase(10) << " thrown in " << location << ".";
/external/googletest/googletest/src/
H A Dgtest.cc534 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
549 else if (exception_code == EXCEPTION_BREAKPOINT)
551 else if (exception_code == kCxxExceptionCode)
2333 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
2337 exception_code << std::setbase(10) << " thrown in " << location << ".";
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc534 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
549 else if (exception_code == EXCEPTION_BREAKPOINT)
551 else if (exception_code == kCxxExceptionCode)
2336 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
2340 exception_code << std::setbase(10) << " thrown in " << location << ".";
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
523 else if (exception_code == EXCEPTION_BREAKPOINT)
525 else if (exception_code == kCxxExceptionCode)
2018 static internal::String* FormatSehExceptionMessage(DWORD exception_code, argument
2022 exception_code << std::setbase(10) << " thrown in " << location << ".";
/external/mesa3d/src/gtest/src/
H A Dgtest.cc512 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
527 else if (exception_code == EXCEPTION_BREAKPOINT)
529 else if (exception_code == kCxxExceptionCode)
2012 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
2016 exception_code << std::setbase(10) << " thrown in " << location << ".";
/external/protobuf/gtest/src/
H A Dgtest.cc497 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
502 exception_code != EXCEPTION_BREAKPOINT) ?
1971 static void AddExceptionThrownFailure(DWORD exception_code, argument
1975 exception_code << std::setbase(10) << " in " << location << ".";
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc508 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
523 else if (exception_code == EXCEPTION_BREAKPOINT)
525 else if (exception_code == kCxxExceptionCode)
2018 static internal::String* FormatSehExceptionMessage(DWORD exception_code, argument
2022 exception_code << std::setbase(10) << " thrown in " << location << ".";
/external/v8/testing/gtest/src/
H A Dgtest.cc534 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
549 else if (exception_code == EXCEPTION_BREAKPOINT)
551 else if (exception_code == kCxxExceptionCode)
2336 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
2340 exception_code << std::setbase(10) << " thrown in " << location << ".";
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc512 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
527 else if (exception_code == EXCEPTION_BREAKPOINT)
529 else if (exception_code == kCxxExceptionCode)
2012 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
2016 exception_code << std::setbase(10) << " thrown in " << location << ".";
/external/fmtlib/test/
H A Dgmock-gtest-all.cc805 static int GTestShouldProcessSEH(DWORD exception_code);
1996 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
2011 else if (exception_code == EXCEPTION_BREAKPOINT)
2013 else if (exception_code == kCxxExceptionCode)
3496 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
3500 exception_code << std::setbase(10) << " thrown in " << location << ".";
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc858 static int GTestShouldProcessSEH(DWORD exception_code);
1837 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
1842 exception_code != EXCEPTION_BREAKPOINT) ?
3311 static void AddExceptionThrownFailure(DWORD exception_code, argument
3315 exception_code << std::setbase(10) << " in " << location << ".";
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc805 static int GTestShouldProcessSEH(DWORD exception_code);
1996 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { argument
2011 else if (exception_code == EXCEPTION_BREAKPOINT)
2013 else if (exception_code == kCxxExceptionCode)
3496 static std::string* FormatSehExceptionMessage(DWORD exception_code, argument
3500 exception_code << std::setbase(10) << " thrown in " << location << ".";

Completed in 1507 milliseconds