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() function41 ~StopInfoMachException() override = default;
80 bool StopInfoMachException::DeterminePtrauthFailure(ExecutionContext &exe_ctx) { in DeterminePtrauthFailure()217 const char *StopInfoMachException::GetDescription() { in GetDescription()496 StopInfoMachException::MachException::Name(exception_type_t exc_type) { in Name()541 StopInfoMachException::MachException::ExceptionCode(const char *name) { in ExceptionCode()566 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException()783 return std::make_shared<StopInfoMachException>( in CreateStopReasonWithMachException()797 bool StopInfoMachException::WasContinueInterrupted(Thread &thread) { in WasContinueInterrupted()
291 StopInfoMachException::MachException::ExceptionCode(value.data()); in CalculateStopInfo()313 stop_info_sp = StopInfoMachException::CreateStopReasonWithMachException( in CalculateStopInfo()
290 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()
541 SRCS+= Plugins/Process/Utility/StopInfoMachException.cpp
1802 StopInfoMachException::CreateStopReasonWithMachException( in SetThreadStopInfo()