[Lldb-commits] [lldb] [LLDB-DAP] SBDebugger don't prefix title on progress updates (PR #124648)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 26 13:57:08 PST 2025


================
@@ -37,7 +37,11 @@ def create_options(cls):
         )
 
         parser.add_option(
-            "--total", dest="total", help="Total to count up.", type="int"
+            "--total",
+            dest="total",
+            help="Total to count up, use None to identify as indeterminate",
----------------
clayborg wrote:

"Total items in this progress object. When this option is not specified, this will be an indeterminate progress."

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


More information about the lldb-commits mailing list