[Lldb-commits] [PATCH] D13881: Add domain socket support to gdb-remote protocol and lldb-server.

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 21 12:37:44 PDT 2015


ovyalov closed this revision.
ovyalov added a comment.

Files:

  /lldb/trunk/lldb.xcodeproj/project.pbxproj
  /lldb/trunk/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  /lldb/trunk/source/Plugins/Platform/Android/AdbClient.cpp
  /lldb/trunk/source/Plugins/Platform/Android/AdbClient.h
  /lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.cpp
  /lldb/trunk/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
  /lldb/trunk/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
  /lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  /lldb/trunk/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
  /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  /lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
  /lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  /lldb/trunk/tools/lldb-server/Acceptor.cpp
  /lldb/trunk/tools/lldb-server/Acceptor.h
  /lldb/trunk/tools/lldb-server/CMakeLists.txt
  /lldb/trunk/tools/lldb-server/lldb-gdbserver.cpp
  /lldb/trunk/tools/lldb-server/lldb-platform.cpp

Users:

  ovyalov (Author)

http://reviews.llvm.org/rL250933


http://reviews.llvm.org/D13881





More information about the lldb-commits mailing list