Home
last modified time | relevance | path

Searched refs:StopInfoInterrupt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1154 class StopInfoInterrupt : public StopInfo { class
1156 StopInfoInterrupt(Thread &thread, int signo, const char *description) in StopInfoInterrupt() function in lldb_private::StopInfoInterrupt
1161 ~StopInfoInterrupt() override = default;
1505 return StopInfoSP(new StopInfoInterrupt(thread, signo, description)); in CreateStopReasonWithInterrupt()