[Lldb-commits] [lldb] [lldb] Implement a statusline in LLDB (PR #121860)

via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 7 13:14:11 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 51759ffc4408e9eb5c2d40c9489ce3b98de233d5...19f5185ac5b19a656e0109d8aa011c49b36c5934 lldb/test/API/functionalities/statusline/TestStatusline.py lldb/packages/Python/lldbsuite/test/lldbtest.py
``````````

</details>

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

``````````diff
--- test/API/functionalities/statusline/TestStatusline.py	2025-02-07 21:10:41.000000 +0000
+++ test/API/functionalities/statusline/TestStatusline.py	2025-02-07 21:13:45.348701 +0000
@@ -5,11 +5,10 @@
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test.lldbpexpect import PExpectTest
 
 
 class TestStatusline(PExpectTest):
-
     # PExpect uses many timeouts internally and doesn't play well
     # under ASAN on a loaded machine..
     @skipIfAsan
     def test(self):
         """Basic test for the statusline.

``````````

</details>


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


More information about the lldb-commits mailing list