llvm-capstone/lldb
Sean Callanan 70cac8fd81 Remove the process's reservation cache and don't
bother checking if a region is safe to use.  In
cases where regions need to be synthesized rather
than properly allocated, the memory reads required
to determine whether the area is used are

- insufficient, because intermediate locations
  could be in use, and

- unsafe, because on some platforms reading from
  memory can trigger events.

All this only makes a difference on platforms
where memory allocation in the target is impossible.
Behavior on platforms where it is possible should
stay the same.

<rdar://problem/14023970>

llvm-svn: 185046
2013-06-27 00:10:26 +00:00
..
docs
examples Update the platform options help strings. 2013-06-26 22:24:05 +00:00
include Remove the process's reservation cache and don't 2013-06-27 00:10:26 +00:00
lib Fix autohell build. 2013-06-14 23:00:27 +00:00
lldb.xcodeproj <rdar://problem/14266411> 2013-06-25 23:43:28 +00:00
lldb.xcworkspace
resources
scripts <rdar://problem/14266411> 2013-06-25 23:43:28 +00:00
source Remove the process's reservation cache and don't 2013-06-27 00:10:26 +00:00
test <rdar://problem/14266411> 2013-06-25 23:43:28 +00:00
tools <rdar://problem/14281898> 2013-06-26 22:52:37 +00:00
utils
www Direct dir to target.source-map. 2013-06-24 19:37:49 +00:00
.arcconfig
.gitignore
CMakeLists.txt Revise r184335 so that warning suppression flag is only for clang 3.4 and higher 2013-06-20 06:47:36 +00:00
INSTALL.txt
LICENSE.TXT
Makefile