[Lldb-commits] [PATCH] Use kern.proc.auxv to get the aux data

Justin Hibbits jrh29 at alumni.cwru.edu
Fri Oct 31 17:50:20 PDT 2014


Hi emaste,

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.

http://reviews.llvm.org/D6071

Files:
  source/Host/freebsd/Host.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6071.15662.patch
Type: text/x-patch
Size: 3621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141101/95410d5c/attachment.bin>


More information about the lldb-commits mailing list