Lines Matching refs:GetProcess
32 m_stop_id(thread.GetProcess()->GetStopID()), in StopInfo()
33 m_resume_id(thread.GetProcess()->GetResumeID()), m_value(value), in StopInfo()
40 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid()
47 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
48 m_resume_id = thread_sp->GetProcess()->GetResumeID(); in MakeStopInfoValid()
56 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe()
68 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID(); in HasTargetRunSinceMe()
70 thread_sp->GetProcess()->GetLastUserExpressionResumeID(); in HasTargetRunSinceMe()
108 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in StoreBPInfo()
123 ProcessSP process_sp(thread.GetProcess()); in IsValidForOperatingSystemThread()
141 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in ShouldStopSynchronous()
168 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in DoShouldNotify()
189 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in GetDescription()
214 thread_sp->GetProcess()->GetTarget().GetBreakpointByID( in GetDescription()
281 thread_sp->GetProcess()->GetBreakpointSiteList().FindByID(m_value)); in PerformAction()
543 thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID( in PerformAction()
957 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()
964 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStop()
973 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()
978 thread_sp->GetProcess()->GetUnixSignals()->GetSignalAsCString( in DoShouldNotify()
991 if (!thread_sp->GetProcess()->GetUnixSignals()->GetShouldSuppress( in WillResume()
1003 thread_sp->GetProcess()->GetUnixSignals()->GetSignalAsCString( in GetDescription()
1135 return thread_sp->GetProcess()->GetStopOnExec(); in ShouldStop()
1151 thread_sp->GetProcess()->DidExec(); in PerformAction()