Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp137 bool BreakpointLocationCollection::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointLocationCollection
143 if ((*pos)->ValidForThisThread(thread)) in ValidForThisThread()
DBreakpointSite.cpp147 bool BreakpointSite::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointSite
149 return m_owners.ValidForThisThread(thread); in ValidForThisThread()
DBreakpointLocation.cpp376 bool BreakpointLocation::ValidForThisThread(Thread *thread) { in ValidForThisThread() function in BreakpointLocation
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h139 bool ValidForThisThread(Thread *thread);
DBreakpointSite.h151 bool ValidForThisThread(Thread *thread);
DBreakpointLocation.h220 bool ValidForThisThread(Thread *thread);
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp462 if (bp_site->ValidForThisThread(this) || in BreakNotify()
524 if (bp_site && (bp_site->ValidForThisThread(this) || in TraceNotify()
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp512 if (bp_site_sp->ValidForThisThread(&thread) || in CreateStopReasonWithMachException()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp397 if (site && site->ValidForThisThread(stop_thread.get())) { in RefreshStateAfterStop()
452 if (site->ValidForThisThread(stop_thread.get())) { in RefreshStateAfterStop()
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp128 return bp_site_sp->ValidForThisThread(&thread); in IsValidForOperatingSystemThread()
402 if (!bp_loc_sp->ValidForThisThread(thread_sp.get())) { in PerformAction()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1816 bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()
1836 if (bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()
1899 if (bp_site_sp && bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()
1924 if (bp_site_sp->ValidForThisThread(thread_sp.get())) { in SetThreadStopInfo()