Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp19 InstrumentationRuntimeStopInfo::InstrumentationRuntimeStopInfo( in InstrumentationRuntimeStopInfo() function in InstrumentationRuntimeStopInfo
27 const char *InstrumentationRuntimeStopInfo::GetDescription() { in GetDescription()
32 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in CreateStopReasonWithInstrumentationData()
36 new InstrumentationRuntimeStopInfo(thread, description, additionalData)); in CreateStopReasonWithInstrumentationData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h20 class InstrumentationRuntimeStopInfo : public StopInfo {
22 ~InstrumentationRuntimeStopInfo() override {} in ~InstrumentationRuntimeStopInfo()
37 InstrumentationRuntimeStopInfo(Thread &thread, std::string description,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp264 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp178 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp228 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp863 InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile523 SRCS+= Target/InstrumentationRuntimeStopInfo.cpp