Searched refs:ValidForThisThread (Results 1 – 9 of 9) sorted by relevance
137 bool BreakpointLocationCollection::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocationCollection143 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
147 bool BreakpointSite::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointSite149 return m_owners.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);
220 bool ValidForThisThread(Thread &thread);
512 if (bp_site_sp->ValidForThisThread(thread) || in CreateStopReasonWithMachException()
128 return bp_site_sp->ValidForThisThread(thread); in IsValidForOperatingSystemThread()416 if (!bp_loc_sp->ValidForThisThread(*thread_sp)) { in PerformAction()
1837 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()1857 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()1923 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()1948 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()