[Lldb-commits] [lldb] [lldb] Update dwim-print to show expanded objc instances (PR #117500)
via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 24 10:28:20 PST 2024
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 0a6d797c20f6ab53bc09fb66129f603ed6e4b524...3199d3ee3817a8551cda1f5fce6083fef1c079d9 lldb/test/API/commands/dwim-print/objc/TestDWIMPrintObjC.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestDWIMPrintObjC.py 2024-11-24 18:23:16.000000 +0000
+++ TestDWIMPrintObjC.py 2024-11-24 18:27:01.810738 +0000
@@ -7,10 +7,9 @@
from lldbsuite.test.decorators import *
import lldbsuite.test.lldbutil as lldbutil
class TestCase(TestBase):
-
def test(self):
self.build()
lldbutil.run_to_source_breakpoint(self, "break here", lldb.SBFileSpec("main.m"))
self.expect("dwim-print obj", substrs=["_number = 15"])
``````````
</details>
https://github.com/llvm/llvm-project/pull/117500
More information about the lldb-commits
mailing list