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
82ee31f75ac1316006fa9e21dddfddec37cf7072...b809f570dd8055e5b899c337ec9ff5110ab94c6e
lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
lldb/test/API/tools/lldb-dap/disassemble/TestDAP_disassemble.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py 2024-08-20
00:24:14.000000 +0000
+++ packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py 2024-08-20
23:09:29.317158 +0000
@@ -672,11 +672,15 @@
"arguments": args_dict,
}
return self.send_recv(command_dict)
def request_disassemble(
- self, memoryReference, instructionOffset=0, instructionCount=10,
resolveSymbols=True
+ self,
+ memoryReference,
+ instructionOffset=0,
+ instructionCount=10,
+ resolveSymbols=True,
):
args_dict = {
"memoryReference": memoryReference,
"instructionOffset": instructionOffset,
"instructionCount": instructionCount,
``````````
</details>
https://github.com/llvm/llvm-project/pull/105446
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits