[Lldb-commits] [lldb] [LLDB] Make 'process load' take remote os path delimiter into account (PR #98690)

via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 12 13:25:02 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 73dad7a765226bd7ade98f85d050e80f411f6dad...98b75927878e35ca556ecbbecb1125621a63fea9 lldb/test/API/functionalities/load_unload/TestLoadUnload.py
``````````

</details>

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

``````````diff
--- TestLoadUnload.py	2024-07-12 18:56:56.000000 +0000
+++ TestLoadUnload.py	2024-07-12 20:24:37.513638 +0000
@@ -405,11 +405,13 @@
 
     # We can't find a breakpoint location for d_init before launching because
     # executable dependencies are resolved relative to the debuggers PWD. Bug?
     # The remote lldb server resolves the executable dependencies correctly.
     @expectedFailureAll(
-        oslist=["freebsd", "linux", "netbsd"], triple=no_match("aarch64-.*-android"), remote=False
+        oslist=["freebsd", "linux", "netbsd"],
+        triple=no_match("aarch64-.*-android"),
+        remote=False,
     )
     @expectedFailureAll(oslist=["windows"], archs=["aarch64"])
     def test_static_init_during_load(self):
         """Test that we can set breakpoints correctly in static initializers"""
         self.copy_shlibs_to_remote()

``````````

</details>


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


More information about the lldb-commits mailing list