Searched refs:GetModIDRef (Results 1 – 8 of 8) sorted by relevance
206 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
167 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
214 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
805 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
360 if (process->GetModIDRef().IsRunningExpression()) { in PerformAction()
3087 uint32_t last_natural_stop = m_process_sp->GetModIDRef().GetLastNaturalStopID(); in RunStopHooks()
1472 const ProcessModID &GetModIDRef() const { return m_mod_id; } in GetModIDRef() function