Searched refs:GetModIDRef (Results 1 – 7 of 7) sorted by relevance
199 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
167 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
216 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
806 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
339 if (process->GetModIDRef().IsRunningExpression()) { in PerformAction()
2923 uint32_t last_natural_stop = m_process_sp->GetModIDRef().GetLastNaturalStopID(); in RunStopHooks()
1458 const ProcessModID &GetModIDRef() const { return m_mod_id; } in GetModIDRef() function