reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
47 virtual bool ShouldStop(StoppointCallbackContext *context) { return true; }
99 bool ShouldStop(StoppointCallbackContext *context) override;
44 return site_sp->ShouldStop(context);
tools/lldb/source/Target/StopInfo.cpp 146 m_should_stop = bp_site_sp->ShouldStop(&context);