[Lldb-commits] [lldb] [lldb][NFC] Separated GDBRemoteCommunication::GetDebugserverPath() (PR #107388)

Martin Storsjö via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 6 03:26:25 PDT 2024


mstorsjo wrote:

> Oops, I copied `shared_fd_t` from #104238 by mistake
> 
> ```
> Status GDBRemoteCommunication::StartDebugserverProcess(... , shared_fd_t pass_comm_fd) {
> ```
> 
> It will break the Windows build. I can replace it with `int` or we can apply #107553. Please advise.

As someone who just ran into this build failure - I would prefer to first push a minimal fixup commit to change it to `int`, to unbreak the build, and then rebase #107553 on top of that. Even if #107553 is meant to be NFC, it's a much larger change.

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


More information about the lldb-commits mailing list