[Lldb-commits] [lldb] [lldb] Add SBValue::GetValueAsAddress API (PR #90144)

via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 25 16:03:09 PDT 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 5ac744d72ad2a8d04e0ae869c4e30558dd8058e3...3b66943d9c49fd5e71c2eb136b5bb3311e932bbc lldb/test/API/clear-sbvalue-nonaddressable-bits/TestClearSBValueNonAddressableBits.py
``````````

</details>

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

``````````diff
--- TestClearSBValueNonAddressableBits.py	2024-04-25 22:59:00.000000 +0000
+++ TestClearSBValueNonAddressableBits.py	2024-04-25 23:02:15.672739 +0000
@@ -5,11 +5,10 @@
 from lldbsuite.test.lldbtest import *
 from lldbsuite.test import lldbutil
 
 
 class TestClearSBValueNonAddressableBits(TestBase):
-
     NO_DEBUG_INFO_TESTCASE = True
 
     # On AArch64 systems, the top bits that are not used for
     # addressing may be used for TBI, MTE, and/or pointer
     # authentication.

``````````

</details>


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


More information about the lldb-commits mailing list