commit | d66b50c96c3bd03cf5ab2255ea770f70c65426b8 | [log] [tgz] |
---|---|---|
author | Deepak Panickal <deepak@codeplay.com> | Tue Oct 22 12:27:43 2013 +0000 |
committer | Deepak Panickal <deepak@codeplay.com> | Tue Oct 22 12:27:43 2013 +0000 |
tree | 44416e9c02d36a3c8cafa1f34a4428f3e0023b55 | |
parent | 0229c09d431af50fcbff953aa54d30f15691aae8 [diff] [blame] |
Fixes to get LLDB building on Windows again. llvm-svn: 193159
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp index 7761b16..dc4fa10 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
@@ -2596,7 +2596,7 @@ { return ParseHostIOPacketResponse (response, -1, error) == 0; } - return UINT64_MAX; + return false; } // Extension of host I/O packets to get the file size.