[Lldb-commits] [lldb] [LLDB-DAP] Send Progress update message over DAP (PR #123837)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 22 12:02:10 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 8e79ade49d68c49aeb8ba008b59f559b86d22765...56846b2fb5f491311af5ebfe98750c3159259e66 lldb/test/API/tools/lldb-dap/progress/Progress_emitter.py lldb/test/API/tools/lldb-dap/progress/TestDAP_Progress.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- Progress_emitter.py 2025-01-22 19:56:15.000000 +0000
+++ Progress_emitter.py 2025-01-22 20:01:41.770338 +0000
@@ -58,11 +58,10 @@
def __init__(self, debugger, unused):
self.parser = self.create_options()
self.help_string = self.parser.format_help()
def __call__(self, debugger, command, exe_ctx, result):
-
command_args = shlex.split(command)
try:
(cmd_options, args) = self.parser.parse_args(command_args)
except:
result.SetError("option parsing failed")
``````````
</details>
https://github.com/llvm/llvm-project/pull/123837
More information about the lldb-commits
mailing list