summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/Android/PlatformAndroid.h
diff options
context:
space:
mode:
authorOleksiy Vyalov <ovyalov@google.com>2015-05-18 23:44:06 +0000
committerOleksiy Vyalov <ovyalov@google.com>2015-05-18 23:44:06 +0000
commit09e9079d5c73f19ed80095a5b9fcdd888cc89c56 (patch)
treee93d651480953d08102f73219042a12d2c6b1841 /lldb/source/Plugins/Platform/Android/PlatformAndroid.h
parent7bc6b6210c2aa23920b8a49aa88548a9d602bf8b (diff)
downloadbcm5719-llvm-09e9079d5c73f19ed80095a5b9fcdd888cc89c56.tar.gz
bcm5719-llvm-09e9079d5c73f19ed80095a5b9fcdd888cc89c56.zip
Use ADB pull to download modules from android target.
http://reviews.llvm.org/D9816 llvm-svn: 237640
Diffstat (limited to 'lldb/source/Plugins/Platform/Android/PlatformAndroid.h')
-rw-r--r--lldb/source/Plugins/Platform/Android/PlatformAndroid.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Platform/Android/PlatformAndroid.h b/lldb/source/Plugins/Platform/Android/PlatformAndroid.h
index 9b0a37ba232..02aa2265f71 100644
--- a/lldb/source/Plugins/Platform/Android/PlatformAndroid.h
+++ b/lldb/source/Plugins/Platform/Android/PlatformAndroid.h
@@ -68,6 +68,12 @@ namespace platform_android {
const char *
GetCacheHostname () override;
+ Error
+ DownloadModuleSlice (const FileSpec &src_file_spec,
+ const uint64_t src_offset,
+ const uint64_t src_size,
+ const FileSpec &dst_file_spec) override;
+
private:
std::string m_device_id;
DISALLOW_COPY_AND_ASSIGN (PlatformAndroid);
OpenPOWER on IntegriCloud