Searched refs:StopInfoException (Results 1 – 1 of 1) sorted by relevance
1146 class StopInfoException : public StopInfo { class1148 StopInfoException(Thread &thread, const char *description) in StopInfoException() function in lldb_private::StopInfoException1154 ~StopInfoException() override = default;1404 return StopInfoSP(new StopInfoException(thread, description)); in CreateStopReasonWithException()