Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp817 std::string issue_description = instance->FormatDescription(report); in NotifyBreakpointHit() local
818 report->GetAsDictionary()->AddStringItem("description", issue_description); in NotifyBreakpointHit()
819 stop_reason_description = issue_description + " detected"; in NotifyBreakpointHit()