Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1510 std::string stop_description = thread->GetStopDescription(); in Format() local
1511 if (!stop_description.empty()) { in Format()
1512 s.PutCString(stop_description); in Format()
1522 std::string stop_description = thread->GetStopDescriptionRaw(); in Format() local
1523 if (!stop_description.empty()) { in Format()
1524 s.PutCString(stop_description); in Format()
H A DIOHandlerCursesGUI.cpp7066 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local
7067 if (stop_description && stop_description[0]) { in WindowDelegateDraw()
7068 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()
7077 thread->GetIndexID(), stop_description); in WindowDelegateDraw()
7213 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local
7214 if (stop_description && stop_description[0]) { in WindowDelegateDraw()
7215 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()
7224 stop_description); in WindowDelegateDraw()