Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp142 bool BreakpointLocationCollection::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointLocationCollection
148 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
H A DBreakpointSite.cpp140 bool BreakpointSite::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointSite
142 return m_owners.ValidForThisThread(thread); in ValidForThisThread()
H A DBreakpointLocation.cpp380 bool BreakpointLocation::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointLocation
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h164 bool ValidForThisThread(Thread *thread);
H A DBreakpointSite.h190 bool ValidForThisThread(Thread *thread);
H A DBreakpointLocation.h271 bool ValidForThisThread(Thread *thread);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.cpp477 if (bp_site->ValidForThisThread(this) || in BreakNotify()
541 if (bp_site && (bp_site->ValidForThisThread(this) || in TraceNotify()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp596 if (bp_site_sp->ValidForThisThread(&thread) || in CreateStopReasonWithMachException()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp131 return bp_site_sp->ValidForThisThread(&thread); in IsValidForOperatingSystemThread()
406 if (!bp_loc_sp->ValidForThisThread(thread_sp.get())) { in PerformAction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1897 bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()
1917 if (bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()
1981 if (bp_site_sp && bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()
2006 if (bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()