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

Overridden By

tools/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
   29   bool DoShouldNotify(Event *event_ptr) override { return true; }
tools/lldb/source/Target/StopInfo.cpp
  164   bool DoShouldNotify(Event *event_ptr) override {
  932   bool DoShouldNotify(Event *event_ptr) override {

References

tools/lldb/include/lldb/Target/StopInfo.h
   62       return DoShouldNotify(event_ptr);