Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpointSite.cpp188 BreakpointSite::ValidForThisThread (Thread *thread) in ValidForThisThread() function in BreakpointSite
190 return m_owners.ValidForThisThread(thread); in ValidForThisThread()
DBreakpointLocationCollection.cpp151 BreakpointLocationCollection::ValidForThisThread (Thread *thread) in ValidForThisThread() function in BreakpointLocationCollection
159 if ((*pos)->ValidForThisThread (thread)) in ValidForThisThread()
DBreakpointLocation.cpp424 BreakpointLocation::ValidForThisThread (Thread *thread) in ValidForThisThread() function in BreakpointLocation
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h172 bool ValidForThisThread (Thread *thread);
DBreakpointSite.h201 ValidForThisThread (Thread *thread);
DBreakpointLocation.h304 ValidForThisThread (Thread *thread);
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp457 if (bp_site_sp->ValidForThisThread (&thread)) in CreateStopReasonWithMachException()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp404 if (bp_site && bp_site->ValidForThisThread(this)) in BreakNotify()
/external/lldb/source/Target/
DStopInfo.cpp421 if (!bp_loc_sp->ValidForThisThread(thread_sp.get())) in PerformAction()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1614 if (bp_site_sp->ValidForThisThread (thread_sp.get())) in SetThreadStopInfo()
1665 if (bp_site_sp->ValidForThisThread (thread_sp.get())) in SetThreadStopInfo()