Searched refs:stop_description (Results 1 – 5 of 5) sorted by relevance
47 stop_description = self.dbg.GetSelectedTarget(51 (stop_description == "Data race detected") or52 (stop_description == "Use of deallocated memory detected") or53 (stop_description == "Thread leak detected") or54 (stop_description == "Use of an uninitialized or destroyed mutex detected") or55 (stop_description == "Unlock of an unlocked mutex (or by a wrong thread) detected")
121 stop_description = thread.GetStopDescription(256)122 self.assertIn("SIGSEGV", stop_description)157 stop_description = thread.GetStopDescription(256)158 self.assertEqual(stop_description, "")168 stop_description = thread.GetStopDescription(256)169 self.assertEqual(stop_description, "")195 stop_description = thread.GetStopDescription(256)196 self.assertEqual(stop_description, "")262 stop_description = thread.GetStopDescription(256)263 self.assertEqual(stop_description, "")
38 stop_description = thread.GetStopDescription(256)39 self.assertIn("0xc0000005", stop_description)
1267 std::string stop_description = thread->GetStopDescription(); in Format() local1268 if (!stop_description.empty()) { in Format()1269 s.PutCString(stop_description); in Format()1279 std::string stop_description = thread->GetStopDescriptionRaw(); in Format() local1280 if (!stop_description.empty()) { in Format()1281 s.PutCString(stop_description); in Format()
7050 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local7051 if (stop_description && stop_description[0]) { in WindowDelegateDraw()7052 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()7061 thread->GetIndexID(), stop_description); in WindowDelegateDraw()7203 const char *stop_description = stop_info_sp->GetDescription(); in WindowDelegateDraw() local7204 if (stop_description && stop_description[0]) { in WindowDelegateDraw()7205 size_t stop_description_len = strlen(stop_description); in WindowDelegateDraw()7212 thread->GetIndexID(), stop_description); in WindowDelegateDraw()