reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
47 virtual bool ShouldStop(StoppointCallbackContext *context) { return true; }
66 bool ShouldStop(StoppointCallbackContext *context) override;
127 if (GetByIndex(i)->ShouldStop(context))
tools/lldb/source/Breakpoint/BreakpointLocationList.cpp 49 return bp->ShouldStop(context);