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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h30 uint32_t exc_type,
34 StopInfo (thread, exc_type),
57 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.cpp272 uint32_t exc_type,
281 if (exc_type != 0)
288 switch (exc_type)
530 return StopInfoSP(new StopInfoMachException (thread, exc_type, exc_data_count, exc_code, exc_sub_code));
269 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-11.0-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-11.0-release/contrib/sendmail/include/sm/
H A Dexc.h70 const SM_EXC_TYPE_T *exc_type; member in struct:sm_exc
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h430 uint32_t exc_type,
H A DProcessGDBRemote.cpp1920 uint32_t exc_type,
1984 if (exc_type != 0)
1989 exc_type,
2164 uint32_t exc_type = 0; local
2183 &exc_type,
2202 exc_type = object->GetIntegerValue(0);
2330 exc_type,
2377 uint32_t exc_type = 0; local
2392 exc_type = StringConvert::ToUInt32 (value.c_str(), 0, 16);
2601 exc_type,
1914 SetThreadStopInfo(lldb::tid_t tid, ExpeditedRegisterMap &expedited_register_map, uint8_t signo, const std::string &thread_name, const std::string &reason, const std::string &description, uint32_t exc_type, const std::vector<addr_t> &exc_data, addr_t thread_dispatch_qaddr, bool queue_vars_valid, LazyBool associated_with_dispatch_queue, addr_t dispatch_queue_t, std::string &queue_name, QueueKind queue_kind, uint64_t queue_serial) argument
[all...]

Completed in 154 milliseconds