Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDInstrumentationRuntimeStopInfo.cpp19 InstrumentationRuntimeStopInfo::InstrumentationRuntimeStopInfo(Thread &thread, std::string descript… in InstrumentationRuntimeStopInfo() function in InstrumentationRuntimeStopInfo
27 InstrumentationRuntimeStopInfo::GetDescription () in GetDescription()
33 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData (Thread &thread, std::strin… in CreateStopReasonWithInstrumentationData()
35 return StopInfoSP(new InstrumentationRuntimeStopInfo(thread, description, additionalData)); in CreateStopReasonWithInstrumentationData()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDInstrumentationRuntimeStopInfo.h24 class InstrumentationRuntimeStopInfo : public StopInfo
28 virtual ~InstrumentationRuntimeStopInfo() in ~InstrumentationRuntimeStopInfo()
46InstrumentationRuntimeStopInfo(Thread &thread, std::string description, StructuredData::ObjectSP a…
/NextBSD/lib/clang/liblldbTarget/
HDMakefile15 InstrumentationRuntimeStopInfo.cpp \
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/
HDAddressSanitizerRuntime.cpp264 …thread->SetStopInfo(InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData(*threa… in NotifyBreakpointHit()