[Lldb-commits] [PATCH] Create a ConnectionGenericFile class for windows
Zachary Turner
zturner at google.com
Fri Oct 3 14:00:21 PDT 2014
Hi clayborg, jingham, rnk, majnemer,
This is the first step in getting ConnectionFileDescriptor ported to Windows. It implements a connection against a disk file for windows. This supports connection strings of the form file://PATH which are currently supported only on posix platforms in ConnectionFileDescriptor.
This change depends on D5548, and cannot be submitted until after D5548 goes through.
+jim and greg for taking a look at the changes I've made to Core/Connection and API/SBCommunication, and +reid and david in case anyone wants to look at the details of how I've implemented this on Windows.
http://reviews.llvm.org/D5608
Files:
include/lldb/Core/Connection.h
include/lldb/Host/windows/ConnectionGenericFileWindows.h
include/lldb/lldb-types.h
source/API/SBCommunication.cpp
source/Core/Connection.cpp
source/Host/CMakeLists.txt
source/Host/windows/ConnectionGenericFileWindows.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5608.14404.patch
Type: text/x-patch
Size: 15975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141003/fe6fe7d1/attachment.bin>
More information about the lldb-commits
mailing list