Home
last modified time | relevance | path

Searched refs:ValidForThisThread (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointSite.cpp162 bool BreakpointSite::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointSite
165 return m_constituents.ValidForThisThread(*backed_thread); in ValidForThisThread()
166 return m_constituents.ValidForThisThread(thread); in ValidForThisThread()
H A DBreakpointLocationCollection.cpp137 bool BreakpointLocationCollection::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocationCollection
143 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
H A DBreakpointLocation.cpp369 bool BreakpointLocation::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocation
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h139 bool ValidForThisThread(Thread &thread);
H A DBreakpointSite.h156 bool ValidForThisThread(Thread &thread);
H A DBreakpointLocation.h213 bool ValidForThisThread(Thread &thread);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp737 if (bp_site_sp->ValidForThisThread(thread)) { in CreateStopReasonWithMachException()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp145 return bp_site_sp->ValidForThisThread(thread); in IsValidForOperatingSystemThread()
439 if (!bp_loc_sp->ValidForThisThread(*thread_sp)) { in PerformAction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1826 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()
1973 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()