Lines Matching refs:SetStopInfo
274 SetStopInfo(m_stop_info_sp); in CalculateStopInfo()
479 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id)); in BreakNotify()
482 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id, in BreakNotify()
486 SetStopInfo(StopInfoSP()); in BreakNotify()
519 SetStopInfo( in WatchNotify()
543 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID( in TraceNotify()
557 SetStopInfo(StopInfo::CreateStopReasonToTrace(*this)); in TraceNotify()
562 SetStopInfo(lldb::StopInfoSP(new POSIXLimboStopInfo(*this))); in LimboNotify()
570 SetStopInfo(StopInfo::CreateStopReasonWithSignal( in SignalNotify()
573 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalNotify()
579 SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalDeliveredNotify()
606 SetStopInfo(StopInfo::CreateStopReasonWithExec(*this)); in ExecNotify()