[Lldb-commits] [lldb] Add a new SBExpressionOptions::SetLanguage() API (NFCI) (PR #89981)

via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 26 12:29:23 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 300340f656d762afa8bde5fc398757d2951560bf...aba61b23b402f350161139adfffc3799a3135c8a lldb/packages/Python/lldbsuite/test/configuration.py lldb/packages/Python/lldbsuite/test/dotest.py lldb/packages/Python/lldbsuite/test/dotest_args.py lldb/packages/Python/lldbsuite/test/lldbtest.py lldb/test/API/api/multithreaded/TestMultithreaded.py lldb/test/API/lit.cfg.py
``````````

</details>

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

``````````diff
--- test/API/api/multithreaded/TestMultithreaded.py	2024-04-26 19:25:57.000000 +0000
+++ test/API/api/multithreaded/TestMultithreaded.py	2024-04-26 19:28:58.154176 +0000
@@ -105,11 +105,13 @@
 
         self.inferior = "inferior_program"
         self.buildProgram("inferior.cpp", self.inferior)
         self.addTearDownHook(lambda: os.remove(self.getBuildArtifact(self.inferior)))
 
-        import pdb;pdb.set_trace()
+        import pdb
+
+        pdb.set_trace()
         self.buildDriver(sources, test_name)
         self.addTearDownHook(lambda: os.remove(self.getBuildArtifact(test_name)))
 
         test_exe = self.getBuildArtifact(test_name)
         exe = [test_exe, self.getBuildArtifact(self.inferior)]

``````````

</details>


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


More information about the lldb-commits mailing list