[Lldb-commits] [lldb] [lldb][split-dwarf] implement GetSeparateDebugInfo for SymbolFileOnDemand (PR #71230)

via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 19 16:02:39 PST 2023


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 edad025d1e1f8043637c65fed91060b327e85313..2efa56974ee171b5f34f19607eefa652ef1b344a lldb/test/API/commands/target/dump-separate-debug-info/dwo/TestDumpDwo.py lldb/test/API/commands/target/dump-separate-debug-info/oso/TestDumpOso.py
``````````

</details>

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

``````````diff
--- dwo/TestDumpDwo.py	2023-11-19 23:59:34.000000 +0000
+++ dwo/TestDumpDwo.py	2023-11-20 00:02:31.354747 +0000
@@ -24,11 +24,11 @@
             result[symfile_entry["symfile"]] = dwo_dict
         return result
 
     def build_and_skip_if_error(self):
         try:
-            self.build() 
+            self.build()
         except BuildError as e:
             self.skipTest(f"Skipping test due to build exception: {e}")
 
     def test_dwos_loaded_json_output(self):
         self.build_and_skip_if_error()

``````````

</details>


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


More information about the lldb-commits mailing list