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/Watchpoint.h
   77   bool ShouldStop(StoppointCallbackContext *context) override;

References

tools/lldb/source/Breakpoint/WatchpointList.cpp
  204     return wp_sp->ShouldStop(context);
tools/lldb/source/Target/StopInfo.cpp
  660         m_should_stop = wp_sp->ShouldStop(&context);