Lines Matching defs:report
145 ReportRetriever::FormatDescription(StructuredData::ObjectSP report) {
146 std::string description = std::string(report->GetAsDictionary()
187 // for unknown report codes just show the code
202 StructuredData::ObjectSP report = RetrieveReportData(process_sp);
203 if (!report || report->GetType() != lldb::eStructuredDataTypeDictionary)
206 std::string description = FormatDescription(report);
211 *thread_sp, description, report));
215 stream_sp->Printf("AddressSanitizer report breakpoint hit. Use 'thread "
217 "report.\n");