[Lldb-commits] [PATCH] D120972: [lldb] Show progress events in the command line driver

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 4 15:24:59 PST 2022


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



More information about the lldb-commits mailing list