Searched refs:StopInfoMachException (Results 1 – 5 of 5) sorted by relevance
18 class StopInfoMachException : public StopInfo {21 StopInfoMachException(Thread &thread, uint32_t exc_type, in StopInfoMachException() function27 ~StopInfoMachException() override = default;
33 const char *StopInfoMachException::GetDescription() { in GetDescription()335 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException( in CreateStopReasonWithMachException()537 return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count, in CreateStopReasonWithMachException()
352 stop_info = StopInfoMachException::CreateStopReasonWithMachException( in RefreshStateAfterStop()
476 SRCS+= Plugins/Process/Utility/StopInfoMachException.cpp
1819 StopInfoMachException::CreateStopReasonWithMachException( in SetThreadStopInfo()