Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp137 bool BreakpointLocationCollection::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocationCollection
143 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
H A DBreakpointSite.cpp147 bool BreakpointSite::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointSite
149 return m_owners.ValidForThisThread(thread); in ValidForThisThread()
H A DBreakpointLocation.cpp383 bool BreakpointLocation::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocation
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h139 bool ValidForThisThread(Thread &thread);
H A DBreakpointSite.h151 bool ValidForThisThread(Thread &thread);
H A DBreakpointLocation.h220 bool ValidForThisThread(Thread &thread);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp512 if (bp_site_sp->ValidForThisThread(thread) || in CreateStopReasonWithMachException()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp128 return bp_site_sp->ValidForThisThread(thread); in IsValidForOperatingSystemThread()
416 if (!bp_loc_sp->ValidForThisThread(*thread_sp)) { in PerformAction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1837 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()