Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp140 return bp_site_sp->ValidForThisThread(thread); in IsValidForOperatingSystemThread()
420 if (!bp_loc_sp->ValidForThisThread(*thread_sp)) { in PerformAction()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp699 if (bp_site_sp->ValidForThisThread(thread) || in CreateStopReasonWithMachException()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1758 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()
1778 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()
1865 if (bp_site_sp && bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()
1890 if (bp_site_sp->ValidForThisThread(*thread_sp)) { in SetThreadStopInfo()