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