[Lldb-commits] [PATCH] D22081: Use shell cat command as a workaround if ADB stat cannot lookup a file
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 7 18:39:48 PDT 2016
ovyalov updated this revision to Diff 63173.
ovyalov added a comment.
Addressed review comments:
- Check whether shell command output starts with /system/bin/sh: in order to find out whether command failed
- Fail-fast download if filename contains single-quotes
- clang-format
http://reviews.llvm.org/D22081
Files:
source/Plugins/Platform/Android/AdbClient.cpp
source/Plugins/Platform/Android/AdbClient.h
source/Plugins/Platform/Android/PlatformAndroid.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22081.63173.patch
Type: text/x-patch
Size: 5413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160708/0d554e75/attachment.bin>
More information about the lldb-commits
mailing list