• Home
  • Raw
  • Download

Lines Matching refs:GetProcess

39     m_stop_id (thread.GetProcess()->GetStopID()),  in StopInfo()
40 m_resume_id (thread.GetProcess()->GetResumeID()), in StopInfo()
52 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid()
62 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid()
63 m_resume_id = thread_sp->GetProcess()->GetResumeID(); in MakeStopInfoValid()
74 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe()
87 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID(); in HasTargetRunSinceMe()
88 … uint32_t last_user_expression_id = thread_sp->GetProcess()->GetLastUserExpressionResumeID (); in HasTargetRunSinceMe()
144 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in StoreBPInfo()
180 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in ShouldStopSynchronous()
209 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in DoShouldNotify()
236 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in GetDescription()
265 … BreakpointSP break_sp = thread_sp->GetProcess()->GetTarget().GetBreakpointByID(m_break_id); in GetDescription()
336 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in PerformAction()
478 … thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID (bp_loc_sp->GetBreakpoint().GetID()); in PerformAction()
843 return thread_sp->GetProcess()->GetUnixSignals().GetShouldStop (m_value); in ShouldStopSynchronous()
852 return thread_sp->GetProcess()->GetUnixSignals().GetShouldStop (m_value); in ShouldStop()
864 … bool should_notify = thread_sp->GetProcess()->GetUnixSignals().GetShouldNotify (m_value); in DoShouldNotify()
870 … thread_sp->GetProcess()->GetUnixSignals().GetSignalAsCString (m_value)); in DoShouldNotify()
885 if (thread_sp->GetProcess()->GetUnixSignals().GetShouldSuppress(m_value) == false) in WillResume()
899 … const char *signal_name = thread_sp->GetProcess()->GetUnixSignals().GetSignalAsCString (m_value); in GetDescription()
1077 thread_sp->GetProcess()->DidExec(); in PerformAction()