[Lldb-commits] [lldb] [lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (PR #148877)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 30 04:42:57 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/lang/cpp/expr-definition-in-dylib/TestExprDefinitionInDylib.py
``````````

</details>

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

``````````diff
--- TestExprDefinitionInDylib.py	2025-07-30 11:39:07.000000 +0000
+++ TestExprDefinitionInDylib.py	2025-07-30 11:42:07.645348 +0000
@@ -10,10 +10,8 @@
         Tests that we can call functions whose definition
         is in a different LLDB module than it's declaration.
         """
         self.build()
 
-        lldbutil.run_to_source_breakpoint(
-            self, "return", lldb.SBFileSpec("main.cpp")
-        )
+        lldbutil.run_to_source_breakpoint(self, "return", lldb.SBFileSpec("main.cpp"))
 
         self.expect_expr("f.method()", result_value="-72", result_type="int")

``````````

</details>


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


More information about the lldb-commits mailing list