Lines Matching refs:GetProcess

33       m_stop_id(thread.GetProcess()->GetStopID()),  in StopInfo()
34 m_resume_id(thread.GetProcess()->GetResumeID()), m_value(value), in StopInfo()
41 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid()
48 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
49 m_resume_id = thread_sp->GetProcess()->GetResumeID(); in MakeStopInfoValid()
57 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe()
69 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID(); in HasTargetRunSinceMe()
71 thread_sp->GetProcess()->GetLastUserExpressionResumeID(); in HasTargetRunSinceMe()
111 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in StoreBPInfo()
126 ProcessSP process_sp(thread.GetProcess()); in IsValidForOperatingSystemThread()
144 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in ShouldStopSynchronous()
171 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in DoShouldNotify()
192 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in GetDescription()
217 thread_sp->GetProcess()->GetTarget().GetBreakpointByID( in GetDescription()
284 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in PerformAction()
518 thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID( in PerformAction()
934 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()
941 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStop()
950 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()
955 thread_sp->GetProcess()->GetUnixSignals()->GetSignalAsCString( in DoShouldNotify()
968 if (!thread_sp->GetProcess()->GetUnixSignals()->GetShouldSuppress( in WillResume()
980 thread_sp->GetProcess()->GetUnixSignals()->GetSignalAsCString( in GetDescription()
1096 return thread_sp->GetProcess()->GetStopOnExec(); in ShouldStop()
1112 thread_sp->GetProcess()->DidExec(); in PerformAction()