[Lldb-commits] [lldb] Implement jump to cursor (PR #130503)

via lldb-commits lldb-commits at lists.llvm.org
Sun Mar 9 11:51:54 PDT 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 c4ed0ad1f52a7bec7377bbaf75f812527ec739bd...6ab9291ef8a378c70ced67dc362aba424ecf56aa lldb/test/API/tools/lldb-dap/gotoTarget/TestDAP_gotoTarget.py lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
``````````

</details>

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

``````````diff
--- test/API/tools/lldb-dap/gotoTarget/TestDAP_gotoTarget.py	2025-03-09 18:30:24.000000 +0000
+++ test/API/tools/lldb-dap/gotoTarget/TestDAP_gotoTarget.py	2025-03-09 18:51:24.096062 +0000
@@ -6,11 +6,10 @@
 import lldbdap_testcase
 import os
 
 
 class TestDAP_gotoTarget(lldbdap_testcase.DAPTestCaseBase):
-
     def test_default(self):
         """
         Tests the jump to cursor of a simple program. No arguments,
         environment, or anything else is specified.
         This does not run any statement between the current breakpoint

``````````

</details>


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


More information about the lldb-commits mailing list