reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
  153   bool ValidForThisThread(Thread *thread);

References

tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  485         if (bp_site_sp->ValidForThisThread(&thread) ||
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1850                   bp_site_sp->ValidForThisThread(thread_sp.get())) {
 1870                 if (bp_site_sp->ValidForThisThread(thread_sp.get())) {
 1933             if (bp_site_sp && bp_site_sp->ValidForThisThread(thread_sp.get())) {
 1958                 if (bp_site_sp->ValidForThisThread(thread_sp.get())) {
tools/lldb/source/Target/StopInfo.cpp
  128         return bp_site_sp->ValidForThisThread(&thread);