Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp25 InstrumentationRuntimeStopInfo::InstrumentationRuntimeStopInfo( in InstrumentationRuntimeStopInfo() function in InstrumentationRuntimeStopInfo
33 const char *InstrumentationRuntimeStopInfo::GetDescription() { in GetDescription()
38 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in CreateStopReasonWithInstrumentationData()
42 new InstrumentationRuntimeStopInfo(thread, description, additionalData)); in CreateStopReasonWithInstrumentationData()
46 InstrumentationRuntimeStopInfo::GetSuggestedStackFrameIndex( in GetSuggestedStackFrameIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h19 class InstrumentationRuntimeStopInfo : public StopInfo {
21 ~InstrumentationRuntimeStopInfo() override = default;
39 InstrumentationRuntimeStopInfo(Thread &thread, std::string description,
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp217 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp179 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp222 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp863 InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
/freebsd/lib/clang/liblldb/
H A DMakefile651 SRCS+= Target/InstrumentationRuntimeStopInfo.cpp