[Lldb-commits] [PATCH] D13812: Increase default memory cache line size for android
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 16 08:22:46 PDT 2015
labath created this revision.
labath added reviewers: clayborg, tberghammer.
labath added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.
ADB packets have a fixed size of 4k. This means the size of memory reads does not affect speed
too much (as long as it fits in one packet). Therefore, I am increasing the default memory read
size for android to 2k. This value is used only if the user has not modified the default
memory-cache-line-size setting.
http://reviews.llvm.org/D13812
Files:
include/lldb/Target/Process.h
source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
source/Target/Process.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13812.37588.patch
Type: text/x-patch
Size: 4361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151016/bee7ee6c/attachment.bin>
More information about the lldb-commits
mailing list