Searched refs:ValidForThisThread (Results 1 – 10 of 10) sorted by relevance
147 bool BreakpointSite::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointSite149 return m_owners.ValidForThisThread(thread); in ValidForThisThread()
139 bool BreakpointLocationCollection::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocationCollection145 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
383 bool BreakpointLocation::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocation
139 bool ValidForThisThread(Thread &thread);
151 bool ValidForThisThread(Thread &thread);
223 bool ValidForThisThread(Thread &thread);
385 if (site && site->ValidForThisThread(*stop_thread)) { in RefreshStateAfterStop()461 if (site->ValidForThisThread(*stop_thread)) { in RefreshStateAfterStop()
141 return bp_site_sp->ValidForThisThread(thread); in IsValidForOperatingSystemThread()413 if (!bp_loc_sp->ValidForThisThread(*thread_sp)) { in PerformAction()
775 if (bp_site_sp->ValidForThisThread(thread) || in CreateStopReasonWithMachException()
1720 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()1740 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()1823 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()1847 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()