Searched refs:InstrumentationRuntimeStopInfo (Results 1 – 9 of 9) sorted by relevance
18 InstrumentationRuntimeStopInfo::InstrumentationRuntimeStopInfo( in InstrumentationRuntimeStopInfo() function in InstrumentationRuntimeStopInfo26 const char *InstrumentationRuntimeStopInfo::GetDescription() { in GetDescription()31 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in CreateStopReasonWithInstrumentationData()35 new InstrumentationRuntimeStopInfo(thread, description, additionalData)); in CreateStopReasonWithInstrumentationData()
15 InstrumentationRuntimeStopInfo.cpp
19 class InstrumentationRuntimeStopInfo : public StopInfo {21 ~InstrumentationRuntimeStopInfo() override = default;36 InstrumentationRuntimeStopInfo(Thread &thread, std::string description,
38 "InstrumentationRuntimeStopInfo.cpp",
262 thread_sp->SetStopInfo(InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
178 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
224 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
863 InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
3809 lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h4629 lldb/source/Target/InstrumentationRuntimeStopInfo.cpp