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

Overridden By

tools/lldb/source/Target/StopInfo.cpp
  135   bool ShouldStopSynchronous(Event *event_ptr) override {
  640   bool ShouldStopSynchronous(Event *event_ptr) override {
  917   bool ShouldStopSynchronous(Event *event_ptr) override {

References

tools/lldb/source/Target/Thread.cpp
  760       !private_stop_info->ShouldStopSynchronous(event_ptr)) {
tools/lldb/source/Target/ThreadPlanBase.cpp
   91       if (stop_info_sp->ShouldStopSynchronous(event_ptr)) {
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  341         m_real_stop_info_sp->ShouldStopSynchronous(event_ptr)) {