diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-09-29 11:04:18 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-09-29 11:04:18 +0000 |
commit | 9d8dde8ce57fd89ad5eb09a1bfbeda162e199141 (patch) | |
tree | 006b0f42fe6175eac6e534bd0cd5a5dca54a138f /clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp | |
parent | 740f9d79ca7ea90b4836424f841462e286a46f43 (diff) | |
download | bcm5719-llvm-9d8dde8ce57fd89ad5eb09a1bfbeda162e199141.tar.gz bcm5719-llvm-9d8dde8ce57fd89ad5eb09a1bfbeda162e199141.zip |
Change oat symbolization code for android to work on non-rooted devices
On android when debugging an apk we run lldb-server as application user
because the sell user (on non-rooted device) can't attach to an
application. The problem is that "adb pull" will run as a shell user
what can't access to files created by lldb-server because they will be
owned by the application user. This CL changes the oat symbolization
code to run "oatdump --symbolize" to generate an output what is owned
by the shell user.
Differential revision: http://reviews.llvm.org/D13162
llvm-svn: 248788
Diffstat (limited to 'clang-tools-extra/clang-tidy/misc/MiscTidyModule.cpp')
0 files changed, 0 insertions, 0 deletions