Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1233 class StopInfoException : public StopInfo { class
1235 StopInfoException(Thread &thread, const char *description) in StopInfoException() function in lldb_private::StopInfoException
1241 ~StopInfoException() override = default;
1521 return StopInfoSP(new StopInfoException(thread, description)); in CreateStopReasonWithException()