[Lldb-commits] [lldb] [lldb] Fix qEcho message handling (PR #145072)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 20 09:52:21 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/gdbclientutils.py lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py 2025-06-20 16:46:24.000000 +0000
+++ test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py 2025-06-20 16:51:58.524928 +0000
@@ -396,12 +396,12 @@
return [self.RESPONSE_NONE]
def A(self, packet):
return "E28"
- #self.runCmd("log enable -f /tmp/lldb.log gdb-remote all")
- #self.runCmd("settings set plugin.process.gdb-remote.packet-timeout 1")
+ # self.runCmd("log enable -f /tmp/lldb.log gdb-remote all")
+ # self.runCmd("settings set plugin.process.gdb-remote.packet-timeout 1")
self.server.responder = MyResponder()
target = self.createTarget("a.yaml")
# NB: apparently GDB packets are using "/" on Windows too
exe_path = self.getBuildArtifact("a").replace(os.path.sep, "/")
``````````
</details>
https://github.com/llvm/llvm-project/pull/145072
More information about the lldb-commits
mailing list