[Lldb-commits] [lldb] [lldb] Support OSC escape codes for native progress (PR #162162)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 7 02:13:41 PDT 2025


================
@@ -162,10 +162,12 @@ let Definition = "debugger" in {
     Global,
     DefaultTrue,
     Desc<"Whether to use Ansi color codes or not.">;
-  def ShowProgress: Property<"show-progress", "Boolean">,
-    Global,
-    DefaultTrue,
-    Desc<"Whether to show progress or not if the debugger's output is an interactive color-enabled terminal.">;
+  def ShowProgress
+      : Property<"show-progress", "Boolean">,
+        Global,
+        DefaultFalse,
+        Desc<"Whether to show progress using Operating System Command (OSC) "
+             "Sequences in supporting terminal emulators.">;
   def ShowProgressAnsiPrefix: Property<"show-progress-ansi-prefix", "String">,
----------------
DavidSpickett wrote:

We should/should have release noted that this and the next setting now do nothing.

https://github.com/llvm/llvm-project/pull/162162


More information about the lldb-commits mailing list