[all-commits] [llvm/llvm-project] 5d2b33: [lldb][NFC] Used shared_fd_t (#107553)

Dmitry Vasilyev via All-commits all-commits at lists.llvm.org
Fri Sep 6 05:03:32 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d2b3378758b42391e90b1adf936537a66b038b6
      https://github.com/llvm/llvm-project/commit/5d2b3378758b42391e90b1adf936537a66b038b6
  Author: Dmitry Vasilyev <dvassiliev at accesssoftek.com>
  Date:   2024-09-06 (Fri, 06 Sep 2024)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/tools/lldb-server/lldb-gdbserver.cpp
    M lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp
    M lldb/unittests/tools/lldb-server/tests/TestClient.cpp
    M lldb/unittests/tools/lldb-server/tests/TestClient.h

  Log Message:
  -----------
  [lldb][NFC] Used shared_fd_t (#107553)

Replaced `int connection_fd = -1` with `shared_fd_t connection_fd =
SharedSocket::kInvalidFD`.

This is prerequisite for #104238.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list