Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointSite.cpp147 bool BreakpointSite::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointSite
149 return m_owners.ValidForThisThread(thread); in ValidForThisThread()
H A DBreakpointLocationCollection.cpp139 bool BreakpointLocationCollection::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocationCollection
145 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
H A DBreakpointLocation.cpp383 bool BreakpointLocation::ValidForThisThread(Thread &thread) { in ValidForThisThread() function in BreakpointLocation
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h139 bool ValidForThisThread(Thread &thread);
H A DBreakpointSite.h151 bool ValidForThisThread(Thread &thread);
H A DBreakpointLocation.h223 bool ValidForThisThread(Thread &thread);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp385 if (site && site->ValidForThisThread(*stop_thread)) { in RefreshStateAfterStop()
461 if (site->ValidForThisThread(*stop_thread)) { in RefreshStateAfterStop()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp141 return bp_site_sp->ValidForThisThread(thread); in IsValidForOperatingSystemThread()
413 if (!bp_loc_sp->ValidForThisThread(*thread_sp)) { in PerformAction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp775 if (bp_site_sp->ValidForThisThread(thread) || in CreateStopReasonWithMachException()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1720 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()
1740 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()
1823 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()
1847 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()