Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DStopInfo.cpp949 class StopInfoException : public StopInfo class
953 StopInfoException (Thread &thread, const char *description) : in StopInfoException() function in lldb_private::StopInfoException
961 ~StopInfoException () in ~StopInfoException()
1124 return StopInfoSP (new StopInfoException (thread, description)); in CreateStopReasonWithException()