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

References

tools/lldb/include/lldb/Target/Target.h
 1200     bool old_value = m_suppress_stop_hooks;
 1201     m_suppress_stop_hooks = suppress;
 1205   bool GetSuppressStopHooks() { return m_suppress_stop_hooks; }
tools/lldb/source/Target/Target.cpp
  276   m_suppress_stop_hooks = false;
 2343   bool old_suppress_value = m_suppress_stop_hooks;
 2344   m_suppress_stop_hooks = true;
 2346     m_suppress_stop_hooks = old_suppress_value;
 2545   if (m_suppress_stop_hooks)