Searched refs:StopInfoMachException (Results 1 – 5 of 5) sorted by relevance
19 class StopInfoMachException : public StopInfo {24 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException() function30 ~StopInfoMachException() override = default;
33 const char *StopInfoMachException::GetDescription() { in GetDescription()362 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException()621 return StopInfoSP(new StopInfoMachException( in CreateStopReasonWithMachException()
236 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()
418 SRCS+= Plugins/Process/Utility/StopInfoMachException.cpp
1878 StopInfoMachException::CreateStopReasonWithMachException( in SetThreadStopInfo()