Searched refs:ValidForThisThread (Results 1 – 9 of 9) sorted by relevance
162 bool BreakpointSite::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointSite165 return m_constituents.ValidForThisThread(*backed_thread); in ValidForThisThread()166 return m_constituents.ValidForThisThread(thread); in ValidForThisThread()
137 bool BreakpointLocationCollection::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocationCollection143 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
369 bool BreakpointLocation::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocation
139 bool ValidForThisThread(Thread &thread);
156 bool ValidForThisThread(Thread &thread);
213 bool ValidForThisThread(Thread &thread);
737 if (bp_site_sp->ValidForThisThread(thread)) { in CreateStopReasonWithMachException()
145 return bp_site_sp->ValidForThisThread(thread); in IsValidForOperatingSystemThread()439 if (!bp_loc_sp->ValidForThisThread(*thread_sp)) { in PerformAction()
1826 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()1973 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()