Searched refs:exc_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h30 uint32_t exc_type,
34 StopInfo (thread, exc_type),
60 uint32_t exc_type,
29 StopInfoMachException(Thread &thread, uint32_t exc_type, uint32_t exc_data_count, uint64_t exc_code, uint64_t exc_subcode) argument
H A DStopInfoMachException.cpp269 uint32_t exc_type,
278 if (exc_type != 0)
285 switch (exc_type)
479 return StopInfoSP(new StopInfoMachException (thread, exc_type, exc_data_count, exc_code, exc_sub_code));
266 CreateStopReasonWithMachException( Thread &thread, uint32_t exc_type, uint32_t exc_data_count, uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, bool pc_already_adjusted, bool adjust_pc_if_needed ) argument
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dexc.c56 size_t n = strlen(exc->exc_type->etype_argformat);
60 for (p = exc->exc_type->etype_printcontext; *p != '\0'; ++p)
95 switch (exc->exc_type->etype_argformat[i])
263 exc->exc_type = etype;
446 for (i = 0; (c = exc->exc_type->etype_argformat[i]) != '\0';
485 return sm_match(exc->exc_type->etype_category, pattern);
505 exc->exc_type->etype_print(exc, stream);
525 exc->exc_type->etype_print(exc, stream);
/freebsd-10.2-release/contrib/sendmail/include/sm/
H A Dexc.h70 const SM_EXC_TYPE_T *exc_type; member in struct:sm_exc
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1523 uint32_t exc_type = 0; local
1534 exc_type = Args::StringToUInt32 (value.c_str(), 0, 16);
1669 if (exc_type != 0)
1674 exc_type,

Completed in 69 milliseconds