reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  812   if (report) {
  813     std::string issue_description = instance->FormatDescription(report);
  814     report->GetAsDictionary()->AddStringItem("description", issue_description);
  816     report->GetAsDictionary()->AddStringItem("stop_description",
  818     std::string summary = instance->GenerateSummary(report);
  819     report->GetAsDictionary()->AddStringItem("summary", summary);
  820     addr_t main_address = instance->GetMainRacyAddress(report);
  821     report->GetAsDictionary()->AddIntegerItem("memory_address", main_address);
  828         report, global_addr, global_name, location_filename, location_line);
  829     report->GetAsDictionary()->AddStringItem("location_description",
  832       report->GetAsDictionary()->AddIntegerItem("global_address", global_addr);
  835       report->GetAsDictionary()->AddStringItem("global_name", global_name);
  838       report->GetAsDictionary()->AddStringItem("location_filename",
  840       report->GetAsDictionary()->AddIntegerItem("location_line", location_line);
  844     report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach(
  853     report->GetAsDictionary()->AddBooleanItem("all_addresses_are_same",
  864                   *thread_sp, stop_reason_description, report));