Searched refs:StopInfoMachException (Results 1 – 6 of 6) sorted by relevance
24 class StopInfoMachException : public StopInfo {32 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException() function38 ~StopInfoMachException() override = default;
75 bool StopInfoMachException::DeterminePtrauthFailure(ExecutionContext &exe_ctx) { in DeterminePtrauthFailure()211 const char *StopInfoMachException::GetDescription() { in GetDescription()523 StopInfoMachException::MachException::Name(exception_type_t exc_type) { in Name()568 StopInfoMachException::MachException::ExceptionCode(const char *name) { in ExceptionCode()593 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException()829 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
280 StopInfoMachException::MachException::ExceptionCode(value.data()); in CalculateStopInfo()302 stop_info_sp = StopInfoMachException::CreateStopReasonWithMachException( in CalculateStopInfo()
271 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()
511 SRCS+= Plugins/Process/Utility/StopInfoMachException.cpp
1716 StopInfoMachException::CreateStopReasonWithMachException( in SetThreadStopInfo()