Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1326 std::string stop_description = thread->GetStopDescription(); in Format() local
1327 if (!stop_description.empty()) { in Format()
1328 s.PutCString(stop_description); in Format()
1338 std::string stop_description = thread->GetStopDescriptionRaw(); in Format() local
1339 if (!stop_description.empty()) { in Format()
1340 s.PutCString(stop_description); in Format()
H A DIOHandlerCursesGUI.cpp7052 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local
7053 if (stop_description && stop_description[0]) { in WindowDelegateDraw()
7054 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()
7063 thread->GetIndexID(), stop_description); in WindowDelegateDraw()
7205 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local
7206 if (stop_description && stop_description[0]) { in WindowDelegateDraw()
7207 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()
7216 stop_description); in WindowDelegateDraw()