Searched refs:m_stop_info_stop_id (Results 1 – 2 of 2) sorted by relevance
247 m_stop_info_stop_id (0), in Thread()384 …if ((m_stop_info_stop_id == stop_id) || // Stop info is valid, just return what we have (even if… in GetStopInfo()407 if (m_stop_info_stop_id != process_stop_id) in GetPrivateStopInfo()455 m_stop_info_stop_id = process_sp->GetStopID(); in SetStopInfo()457 m_stop_info_stop_id = UINT32_MAX; in SetStopInfo()460 …\n", this, GetID(), stop_info_sp ? stop_info_sp->GetDescription() : "<NULL>", m_stop_info_stop_id); in SetStopInfo()620 if (m_stop_info_stop_id == process_stop_id && in ShouldResume()
1037 …uint32_t m_stop_info_stop_id; // This is the stop id for which the StopInfo is valid… variable