llvm-project/lldb/source/Host
Justin Hibbits 3411c3ea53 Use kern.proc.auxv to get the aux data
Summary:
Instead of using a homegrown solution to get the auxv from a process, instead
use the OS-provided sysctl to get the needed data.  This allows the same code to
be used for both 32-bit and 64-bit processes on a 64-bit host.

Reviewers: emaste

Reviewed By: emaste

Subscribers: emaste, lldb-commits

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

llvm-svn: 221063
2014-11-01 21:27:08 +00:00
..
common Implement explicit thread stack size specification on Windows. 2014-10-24 22:06:29 +00:00
freebsd Use kern.proc.auxv to get the aux data 2014-11-01 21:27:08 +00:00
linux Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. 2014-09-27 16:54:22 +00:00
macosx Remove always-true part of a conditional expression. 2014-10-17 01:38:10 +00:00
posix Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. 2014-10-20 17:46:43 +00:00
windows Added a missing call to 'Reset'. 2014-10-26 21:38:43 +00:00
CMakeLists.txt Create a process launcher abstraction. 2014-10-14 21:55:08 +00:00
Makefile Try to fix the Make build 2014-08-15 22:50:48 +00:00