[Lldb-commits] [lldb] [lldb-dap] Don't emit a removed module event for unseen modules (PR #139324)
via lldb-commits
lldb-commits at lists.llvm.org
Fri May 9 13:37:29 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/test/API/tools/lldb-dap/module-event/TestDAP_module_event.py lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py lldb/test/API/tools/lldb-dap/module/TestDAP_module.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- test/API/tools/lldb-dap/module-event/TestDAP_module_event.py 2025-05-09 20:26:39.000000 +0000
+++ test/API/tools/lldb-dap/module-event/TestDAP_module_event.py 2025-05-09 20:37:04.183047 +0000
@@ -5,11 +5,10 @@
import lldbdap_testcase
import re
class TestDAP_module_event(lldbdap_testcase.DAPTestCaseBase):
-
def test_module_event(self):
program = self.getBuildArtifact("a.out")
self.build_and_launch(program, stopOnEntry=True)
source = "main.cpp"
``````````
</details>
https://github.com/llvm/llvm-project/pull/139324
More information about the lldb-commits
mailing list