Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp568 std::string stop_description = GetCrashReasonString( in SignalNotify() local
571 *this, signo, stop_description.c_str())); in SignalNotify()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp4084 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local
4085 if (stop_description && stop_description[0]) { in WindowDelegateDraw()
4086 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()
4092 stop_description); in WindowDelegateDraw()
4231 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local
4232 if (stop_description && stop_description[0]) { in WindowDelegateDraw()
4233 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()
4239 stop_description); in WindowDelegateDraw()