Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
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()
DCMakeLists.txt14 InstrumentationRuntimeStopInfo.cpp
/external/llvm-project/lldb/include/lldb/Target/
DInstrumentationRuntimeStopInfo.h19 class InstrumentationRuntimeStopInfo : public StopInfo {
21 ~InstrumentationRuntimeStopInfo() override {} in ~InstrumentationRuntimeStopInfo()
36 InstrumentationRuntimeStopInfo(Thread &thread, std::string description,
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp264 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp188 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp226 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp865 InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()