[Lldb-commits] [lldb] [lldb] add a check using an MD5 hash for whether a file needs to be installed on the remote target (PR #108996)

via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 18 03:47:11 PDT 2024


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 0f97b4824a8cf040bd3ce7b644dee9d60065ac61 5161bbab487703278a53bda03e705c5408c80cd8 --extensions cpp -- lldb/source/Target/Target.cpp
``````````

</details>

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

``````````diff
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp
index e8bcbbe7f0..a6693a14a8 100644
--- a/lldb/source/Target/Target.cpp
+++ b/lldb/source/Target/Target.cpp
@@ -97,7 +97,7 @@ struct MainExecutableInstaller {
 
   MainExecutableInstaller(PlatformSP platform, TargetSP target, ModuleSP module,
                           ProcessLaunchInfo *launch_info)
-      : m_platform{platform},  m_module{module},
+      : m_platform{platform}, m_module{module},
         m_local_file{m_module->GetFileSpec()},
         m_remote_file{
             getRemoteFileSpec(m_platform, target, m_module, m_local_file)},

``````````

</details>


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


More information about the lldb-commits mailing list