Searched refs:GetModIDRef (Results 1 – 7 of 7) sorted by relevance
252 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
171 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
218 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
807 if (process_sp->GetModIDRef().IsLastResumeForUserExpression()) in NotifyBreakpointHit()
331 if (process->GetModIDRef().IsLastResumeForUserExpression()) { in PerformAction()
2634 uint32_t last_natural_stop = m_process_sp->GetModIDRef().GetLastNaturalStopID(); in RunStopHooks()
1351 const ProcessModID &GetModIDRef() const { return m_mod_id; } in GetModIDRef() function