Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp18 InstrumentationRuntimeStopInfo::InstrumentationRuntimeStopInfo( in InstrumentationRuntimeStopInfo() function in InstrumentationRuntimeStopInfo
26 const char *InstrumentationRuntimeStopInfo::GetDescription() { in GetDescription()
31 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in CreateStopReasonWithInstrumentationData()
35 new InstrumentationRuntimeStopInfo(thread, description, additionalData)); in CreateStopReasonWithInstrumentationData()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h19 class InstrumentationRuntimeStopInfo : public StopInfo {
21 ~InstrumentationRuntimeStopInfo() override = default;
36 InstrumentationRuntimeStopInfo(Thread &thread, std::string description,
/src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp210 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
/src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp179 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
/src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp224 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
/src/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp866 InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
/src/lib/clang/liblldb/
H A DMakefile646 SRCS+= Target/InstrumentationRuntimeStopInfo.cpp