[Lldb-commits] [lldb] [lldb] Make SBProcess thread related actions listen to StopLocker (PR #134339)

via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 9 18:48:30 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 HEAD~1...HEAD lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
``````````

</details>

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

``````````diff
--- packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py	2025-04-10 01:45:08.000000 +0000
+++ packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py	2025-04-10 01:47:56.113884 +0000
@@ -657,11 +657,11 @@
 
     def _process_stopped(self):
         self.threads = None
         self.frame_scopes = {}
 
-    def  request_continue(self, threadId=None):
+    def request_continue(self, threadId=None):
         if self.exit_status is not None:
             raise ValueError("request_continue called after process exited")
         # If we have launched or attached, then the first continue is done by
         # sending the 'configurationDone' request
         if not self.configuration_done_sent:

``````````

</details>


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


More information about the lldb-commits mailing list