Searched refs:ShouldShow (Results 1 – 3 of 3) sorted by relevance
123 virtual bool ShouldShow() const { return IsValid(); } in ShouldShow() function
266 bool ShouldShow() const override { return !m_was_all_internal; } in ShouldShow() function in lldb_private::StopInfoBreakpoint
5805 if (!stop_info_sp || !stop_info_sp->ShouldShow()) in GetThreadStatus()