[Lldb-commits] [lldb] [lldb] Fix SBTarget::ReadInstruction with flavor (PR #134626)

via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 7 06:30:28 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/python_api/target/read-instructions-flavor/TestTargetReadInstructionsFlavor.py
``````````

</details>

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

``````````diff
--- TestTargetReadInstructionsFlavor.py	2025-04-07 13:23:51.000000 +0000
+++ TestTargetReadInstructionsFlavor.py	2025-04-07 13:29:57.237559 +0000
@@ -5,11 +5,10 @@
 from lldbsuite.test.decorators import *
 from lldbsuite.test.lldbtest import *
 
 
 class TargetReadInstructionsFlavor(TestBase):
-
     @skipIf(archs=no_match(["x86_64", "x86", "i386"]), oslist=["windows"])
     def test_read_instructions_with_flavor(self):
         self.build()
         executable = self.getBuildArtifact("a.out")
 

``````````

</details>


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


More information about the lldb-commits mailing list