hanchenye-llvm-project/lldb/source/Host/freebsd
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
..
Host.cpp Use kern.proc.auxv to get the aux data 2014-11-01 21:27:08 +00:00
HostInfoFreeBSD.cpp Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00
HostThreadFreeBSD.cpp Move FreeBSD's thread SetName implementation to ThisThread 2014-09-10 17:09:46 +00:00
Makefile Fix configure & make build with python disabled 2014-09-09 04:52:37 +00:00
ThisThread.cpp Move FreeBSD's thread SetName implementation to ThisThread 2014-09-10 17:09:46 +00:00