Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DFormatEntity.cpp1268 std::string stop_description = thread->GetStopDescription(); in Format() local
1269 if (!stop_description.empty()) { in Format()
1270 s.PutCString(stop_description); in Format()
1280 std::string stop_description = thread->GetStopDescriptionRaw(); in Format() local
1281 if (!stop_description.empty()) { in Format()
1282 s.PutCString(stop_description); in Format()
DIOHandlerCursesGUI.cpp5524 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local
5525 if (stop_description && stop_description[0]) { in WindowDelegateDraw()
5526 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()
5535 thread->GetIndexID(), stop_description); in WindowDelegateDraw()
5677 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local
5678 if (stop_description && stop_description[0]) { in WindowDelegateDraw()
5679 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()
5686 thread->GetIndexID(), stop_description); in WindowDelegateDraw()