Fix process launch from Windows host to Android target.
authorChaoren Lin <chaorenl@google.com>
Tue, 5 May 2015 18:43:19 +0000 (18:43 +0000)
committerChaoren Lin <chaorenl@google.com>
Tue, 5 May 2015 18:43:19 +0000 (18:43 +0000)
commitce36c4cee190067fa3e9b4d3f19eda6c986cefc4
tree7f57ad25b66fc9b0185686b424143578475a987f
parent6ebc207703607521b4cab5b211332a2a86757538
Fix process launch from Windows host to Android target.

Summary:
- Denormalized path on Windows host causes bad `A` packet.
- Executables copied from Windows host doesn't have executable bits.

Reviewers: tberghammer, zturner, ovyalov

Reviewed By: ovyalov

Subscribers: tberghammer, lldb-commits

Differential Revision: http://reviews.llvm.org/D9492

llvm-svn: 236516
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Target/Target.cpp