Searched refs:ValidForThisThread (Results 1 – 9 of 9) sorted by relevance
139 bool BreakpointLocationCollection::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocationCollection145 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
145 bool BreakpointSite::ValidForThisThread(Thread &thread) { in GetOwnerAtIndex() 147 return m_constituents.ValidForThisThread(thread); in ValidForThisThread() function in BreakpointSite
376 bool BreakpointLocation::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocation
139 bool ValidForThisThread(Thread &thread);
156 bool ValidForThisThread(Thread &thread);
223 bool ValidForThisThread(Thread &thread);
144 return bp_site_sp->ValidForThisThread(thread); in IsValidForOperatingSystemThread()418 if (!bp_loc_sp->ValidForThisThread(*thread_sp)) { in PerformAction()
785 if (bp_site_sp->ValidForThisThread(thread) || in CreateStopReasonWithMachException()
1613 if (bp_site_sp->ValidForThisThread(*thread)) { in CalculateThreadStopInfo()1755 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()1775 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()1892 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()1916 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()