[Lldb-commits] [lldb] [lldb] Updated lldb-server to spawn the child process and share socket on Windows (PR #101283)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 31 06:09:05 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 c35c4c72e4977258fc1da940e0470e8d0671bf07 c785238cf366746a383e74a89be7c7431cd41d3c --extensions cpp,h -- lldb/include/lldb/Host/windows/PipeWindows.h lldb/source/Host/windows/PipeWindows.cpp lldb/tools/lldb-server/lldb-platform.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/tools/lldb-server/lldb-platform.cpp b/lldb/tools/lldb-server/lldb-platform.cpp
index b0059055bd..e23237ef57 100644
--- a/lldb/tools/lldb-server/lldb-platform.cpp
+++ b/lldb/tools/lldb-server/lldb-platform.cpp
@@ -121,7 +121,7 @@ static Status save_socket_id_to_file(const std::string &socket_id,
}
static void client_handle(GDBRemoteCommunicationServerPlatform &platform,
- const lldb_private::Args &args) {
+ const lldb_private::Args &args) {
if (!platform.IsConnected())
return;
``````````
</details>
https://github.com/llvm/llvm-project/pull/101283
More information about the lldb-commits
mailing list