Searched refs:InstrumentationRuntimeStopInfo (Results 1 – 4 of 4) sorted by relevance
19 InstrumentationRuntimeStopInfo::InstrumentationRuntimeStopInfo(Thread &thread, std::string descript… in InstrumentationRuntimeStopInfo() function in InstrumentationRuntimeStopInfo27 InstrumentationRuntimeStopInfo::GetDescription () in GetDescription()33 InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData (Thread &thread, std::strin… in CreateStopReasonWithInstrumentationData()35 return StopInfoSP(new InstrumentationRuntimeStopInfo(thread, description, additionalData)); in CreateStopReasonWithInstrumentationData()
24 class InstrumentationRuntimeStopInfo : public StopInfo28 virtual ~InstrumentationRuntimeStopInfo() in ~InstrumentationRuntimeStopInfo()46 …InstrumentationRuntimeStopInfo(Thread &thread, std::string description, StructuredData::ObjectSP a…
15 InstrumentationRuntimeStopInfo.cpp \
264 …thread->SetStopInfo(InstrumentationRuntimeStopInfo::CreateStopReasonWithInstrumentationData(*threa… in NotifyBreakpointHit()