[Lldb-commits] [lldb] [lldb] Fix crash in SymbolFileCTF::ParseFunctions (PR #89845)

via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 16:09:04 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 ef5906989ae2004100ff56dc5ab59be2be9d5c99...a4bf873cf76d265bed94b26e7534924b7ce5c0bf lldb/test/API/macosx/ctf/TestCTF.py
``````````

</details>

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

``````````diff
--- TestCTF.py	2024-04-23 23:03:26.000000 +0000
+++ TestCTF.py	2024-04-23 23:08:38.049209 +0000
@@ -51,11 +51,11 @@
                 "[0] = 'c'",
                 "[1] = 'a'",
                 "[2] = 'b'",
                 "[3] = 'c'",
                 'u = (i = 1, s = "")',
-                'b = false',
+                "b = false",
                 "f = 0x0000000000000000",
             ],
         )
         self.expect("target variable foo.n.i", substrs=["(MyInt) foo.n.i = 1"])
         self.expect(

``````````

</details>


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


More information about the lldb-commits mailing list