Searched refs:GetModIDRef (Results 1 – 7 of 7) sorted by relevance
250 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
166 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
216 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
805 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
334 if (process->GetModIDRef().IsLastResumeForUserExpression()) { in PerformAction()
2713 uint32_t last_natural_stop = m_process_sp->GetModIDRef().GetLastNaturalStopID(); in RunStopHooks()
1363 const ProcessModID &GetModIDRef() const { return m_mod_id; } in GetModIDRef() function