[Lldb-commits] [lldb] Add more logging so I can figure out why TestBranchIslands.py is (PR #139178)

via lldb-commits lldb-commits at lists.llvm.org
Thu May 8 17:03:10 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp -- lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
index 6c3040ef1..def40205f 100644
--- a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
+++ b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
@@ -1044,7 +1044,8 @@ DynamicLoaderDarwin::GetStepThroughTrampolinePlan(Thread &thread,
       if (log) {
         StreamString s;
         thread_plan_sp->GetDescription(&s, eDescriptionLevelVerbose);
-        LLDB_LOGF(log, "Am at a branch island, but already had plan: \n\t%s", s.GetData());
+        LLDB_LOGF(log, "Am at a branch island, but already had plan: \n\t%s",
+                  s.GetData());
       }
     }
     if (!thread_plan_sp && is_branch_island) {

``````````

</details>


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


More information about the lldb-commits mailing list