Searched refs:InstrumentationRuntimeStopInfo (Results 1 – 8 of 8) 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()
19 class InstrumentationRuntimeStopInfo : public StopInfo {21 ~InstrumentationRuntimeStopInfo() override = default;36 InstrumentationRuntimeStopInfo(Thread &thread, std::string description,
210 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
179 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
25 #include "lldb/Target/InstrumentationRuntimeStopInfo.h"224 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData( in NotifyBreakpointHit()
866 InstrumentationRuntimeStopInfo:: in NotifyBreakpointHit()
630 SRCS+= Target/InstrumentationRuntimeStopInfo.cpp