[Lldb-commits] [PATCH] D11066: Introduce a MainLoop class and	switch llgs to use it
    Pavel Labath 
    labath at google.com
       
    Fri Jul 10 04:22:23 PDT 2015
    
    
  
labath updated this revision to Diff 29439.
labath added a comment.
- Address review comments
http://reviews.llvm.org/D11066
Files:
  include/lldb/Core/Connection.h
  include/lldb/Host/MainLoop.h
  include/lldb/Host/MainLoopBase.h
  include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
  include/lldb/Host/posix/MainLoopPosix.h
  lldb.xcodeproj/project.pbxproj
  source/Host/CMakeLists.txt
  source/Host/posix/MainLoopPosix.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  tools/lldb-server/lldb-gdbserver.cpp
  tools/lldb-server/lldb-platform.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11066.29439.patch
Type: text/x-patch
Size: 31161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150710/316d20f2/attachment.bin>
    
    
More information about the lldb-commits
mailing list