[Lldb-commits] [lldb] [LLDB] Add SBProgress so Python scripts can also report progress (PR #119052)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 8 11:30:22 PST 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {darker}-->


:warning: Python code formatter, darker found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
darker --check --diff -r 29ed6000d21edd1a88b2daad242e1f356cafbaca...26424c0ad0b85106ce20b8d93f40bc583805abd0 lldb/test/API/python_api/sbprogress/TestSBProgress.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- TestSBProgress.py	2025-01-08 18:53:14.000000 +0000
+++ TestSBProgress.py	2025-01-08 19:29:48.028593 +0000
@@ -3,11 +3,10 @@
 import lldb
 from lldbsuite.test.lldbtest import *
 
 
 class SBProgressTestCase(TestBase):
-
     def test_with_external_bit_set(self):
         """Test SBProgress events are listened to when the external bit is set."""
 
         progress = lldb.SBProgress("Test SBProgress", "Test progress", self.dbg)
         listener = lldb.SBListener("Test listener")

``````````

</details>


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


More information about the lldb-commits mailing list