llvm-project/lldb/source/Host
Greg Clayton 44435ed07a Big change in the way ObjectFile file contents are managed. We now
mmap() the entire object file contents into memory with MAP_PRIVATE.
We do this because object file contents can change on us and currently
this helps alleviate this situation. It also make the code for accessing
object file data much easier to manage and we don't end up opening the
file, reading some data and closing the file over and over.

llvm-svn: 148017
2012-01-12 05:25:17 +00:00
..
common <rdar://problem/10652336> 2012-01-06 02:01:06 +00:00
freebsd This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
linux This patch combines common code from Linux and FreeBSD into 2012-01-05 19:17:38 +00:00
macosx Big change in the way ObjectFile file contents are managed. We now 2012-01-12 05:25:17 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00