Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1332 std::string stop_description = thread->GetStopDescription(); in Format() local
1333 if (!stop_description.empty()) { in Format()
1334 s.PutCString(stop_description); in Format()
1344 std::string stop_description = thread->GetStopDescriptionRaw(); in Format() local
1345 if (!stop_description.empty()) { in Format()
1346 s.PutCString(stop_description); in Format()
H A DIOHandlerCursesGUI.cpp7073 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local
7074 if (stop_description && stop_description[0]) { in WindowDelegateDraw()
7075 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()
7084 thread->GetIndexID(), stop_description); in WindowDelegateDraw()
7226 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local
7227 if (stop_description && stop_description[0]) { in WindowDelegateDraw()
7228 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()
7237 stop_description); in WindowDelegateDraw()