[Lldb-commits] [PATCH] D11936: Download symbol file for .oat files on android

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 11 04:34:35 PDT 2015


tberghammer created this revision.
tberghammer added a reviewer: ovyalov.
tberghammer added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

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.

http://reviews.llvm.org/D11936

Files:
  include/lldb/Target/Platform.h
  source/Plugins/Platform/Android/PlatformAndroid.cpp
  source/Plugins/Platform/Android/PlatformAndroid.h
  source/Target/Platform.cpp
  source/Utility/ModuleCache.cpp
  source/Utility/ModuleCache.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11936.31791.patch
Type: text/x-patch
Size: 12577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150811/b29bf397/attachment-0001.bin>


More information about the lldb-commits mailing list