Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp816 std::string issue_description = instance->FormatDescription(report); in NotifyBreakpointHit() local
817 report->GetAsDictionary()->AddStringItem("description", issue_description); in NotifyBreakpointHit()
818 stop_reason_description = issue_description + " detected"; in NotifyBreakpointHit()