[Lldb-commits] [lldb] [lldb][debugserver] Read/write SME registers on arm64 (PR #119171)
via lldb-commits
lldb-commits at lists.llvm.org
Sun Dec 8 22:34:03 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 74e8a37ff32e599fd40858e0d6c7e531dcbe4e03...2e3738eb7ed356fe4f9ee24a31af55a01b18bd08 lldb/test/API/macosx/sme-registers/TestSMERegistersDarwin.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestSMERegistersDarwin.py 2024-12-09 06:24:49.000000 +0000
+++ TestSMERegistersDarwin.py 2024-12-09 06:33:39.105122 +0000
@@ -4,11 +4,10 @@
import lldbsuite.test.lldbutil as lldbutil
import os
class TestSMERegistersDarwin(TestBase):
-
NO_DEBUG_INFO_TESTCASE = True
mydir = TestBase.compute_mydir(__file__)
@skipIfRemote
@skipUnlessDarwin
``````````
</details>
https://github.com/llvm/llvm-project/pull/119171
More information about the lldb-commits
mailing list