llvm-project/lldb/source/Plugins/Platform
Pavel Labath f29914883d Increase default memory cache line size for android
Summary:
ADB packets have a maximum 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.

Reviewers: clayborg, tberghammer

Subscribers: tberghammer, danalbert, srhines, lldb-commits

Differential Revision: http://reviews.llvm.org/D13812

llvm-svn: 250814
2015-10-20 10:33:17 +00:00
..
Android Increase default memory cache line size for android 2015-10-20 10:33:17 +00:00
FreeBSD [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
Kalimba [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
Linux Fix breakpoint opcode calculation on Linux 2015-10-01 13:57:57 +00:00
MacOSX Fixed PlatformDarwin to locate Xcode by using HostInfo::GetProgramFileSpec(). This function returns the FileSpec to the program that is running the LLDB.framework or lldb.so and is more reliable than checking the path of LLDB.framework/lldb.so itself since it might not exist within the Xcode.app bundle (DYLD_FRAMEWORK_PATH). Then we check DEVELOPER_DIR, then check the currently installed Xcode with xcrun. 2015-10-20 00:22:50 +00:00
NetBSD Remove definition of ~PlatformNetBSD(), since its declaration is marked as '= default' 2015-10-13 23:22:40 +00:00
POSIX Silence -Wqual-cast warnings from GCC 5.2 2015-10-18 19:34:38 +00:00
Windows [cmake] Remove LLVM_NO_RTTI. 2015-09-03 08:46:55 +00:00
gdb-server [LLDB] Insert names with same signo as alias instead of a new entry 2015-10-20 07:05:46 +00:00
CMakeLists.txt Create new platform: remote-android 2015-02-12 18:13:44 +00:00
Makefile Fix configure+make build broken by r228943 2015-02-13 10:39:23 +00:00