aprantl added inline comments.

================
Comment at: lldb/source/Core/Debugger.cpp:1757
+  File &output = GetOutputFile();
+  if (!output.GetIsTerminalWithColors() || !GetShowProgress())
+    return;
----------------
And withColors also implies that it's an interactive TTY?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120972/new/

https://reviews.llvm.org/D120972

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to