Searched refs:StopInfoInterrupt (Results 1 – 1 of 1) sorted by relevance
1154 class StopInfoInterrupt : public StopInfo { class1156 StopInfoInterrupt(Thread &thread, int signo, const char *description) in StopInfoInterrupt() function in lldb_private::StopInfoInterrupt1161 ~StopInfoInterrupt() override = default;1505 return StopInfoSP(new StopInfoInterrupt(thread, signo, description)); in CreateStopReasonWithInterrupt()