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

Overrides

tools/lldb/include/lldb/Breakpoint/StoppointLocation.h
   47   virtual bool ShouldStop(StoppointCallbackContext *context) { return true; }

Declarations

tools/lldb/include/lldb/Breakpoint/BreakpointSite.h
   99   bool ShouldStop(StoppointCallbackContext *context) override;

References

tools/lldb/source/Breakpoint/BreakpointSiteList.cpp
   44     return site_sp->ShouldStop(context);
tools/lldb/source/Target/StopInfo.cpp
  146           m_should_stop = bp_site_sp->ShouldStop(&context);