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

References

tools/lldb/include/lldb/Target/Target.h
 1342   void SetCollectingStats(bool v) { m_collecting_stats = v; }
 1344   bool GetCollectingStats() { return m_collecting_stats; }