Searched defs:exception_type (Results 1 - 6 of 6) sorted by relevance

/external/google-breakpad/src/client/mac/crash_generation/
H A Dcrash_generation_client.cc38 int exception_type,
53 info.exception_type = exception_type;
37 RequestDumpForException( int exception_type, int exception_code, int exception_subcode, mach_port_t crashing_thread) argument
H A Dcrash_generation_server.h52 int32_t exception_type; member in struct:google_breakpad::ExceptionInfo
H A DInspector.h55 int exception_type; member in struct:InspectorInfo
/external/honggfuzz/mac/
H A Darch.c705 exception_type_t exception_type = ((code[0] >> 20) & 0x0F); local
706 if (exception_type == 0) {
707 exception_type = EXC_CRASH;
709 run->exception = exception_type;
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc350 int exception_type,
361 exception_type,
366 _exit(exception_type);
370 if (exception_type && exception_code) {
376 exception_type,
381 _exit(exception_type);
395 if (exception_type && exception_code) {
401 md.SetExceptionInformation(exception_type, exception_code,
416 _exit(exception_type);
520 int exception_type local
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/python/cpython3/Modules/
H A Doverlapped.c68 PyObject *exception_type; local
74 exception_type = PyExc_ConnectionRefusedError;
77 exception_type = PyExc_ConnectionAbortedError;
80 exception_type = PyExc_OSError;
82 return PyErr_SetExcFromWindowsErr(exception_type, err);

Completed in 747 milliseconds