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 DBreakpointLocationCollection.cpp139 bool BreakpointLocationCollection::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocationCollection
145 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
H A DBreakpointSite.cpp145 bool BreakpointSite::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointSite
147 return m_constituents.ValidForThisThread(thread); in ValidForThisThread()
H A DBreakpointLocation.cpp384 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.h223 bool ValidForThisThread(Thread &thread);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp144 return bp_site_sp->ValidForThisThread(thread); in IsValidForOperatingSystemThread()
418 if (!bp_loc_sp->ValidForThisThread(*thread_sp)) { in PerformAction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp804 if (bp_site_sp->ValidForThisThread(thread) || in CreateStopReasonWithMachException()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1733 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()
1753 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()
1871 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()
1895 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()