Download symbol file for .oat files on android
authorTamas Berghammer <tberghammer@google.com>
Wed, 12 Aug 2015 11:10:25 +0000 (11:10 +0000)
committerTamas Berghammer <tberghammer@google.com>
Wed, 12 Aug 2015 11:10:25 +0000 (11:10 +0000)
commitec3f92a5e26d5c72820c81a10eda51e4a83cb3c0
tree2a66b53964a301b681fd48a3bb9cbceead2e8dc0
parent1d0d90b906a5c39910fa37398ef7d84dbf8f4611
Download symbol file for .oat files on android

On android .oat files (compiled java code) don't have symbol
information but on SDK 23+ it can be generated by the oatdump tool
(based on the dex information).

This CL adds logic to download this information and store it in the
module cache.

Differential revision: http://reviews.llvm.org/D11936

llvm-svn: 244738
lldb/include/lldb/Target/Platform.h
lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
lldb/source/Plugins/Platform/Android/PlatformAndroid.h
lldb/source/Target/Platform.cpp
lldb/source/Utility/ModuleCache.cpp
lldb/source/Utility/ModuleCache.h