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

Ed Maste emaste at freebsd.org
Sat Nov 1 14:32:51 PDT 2014


================
Comment at: source/Host/freebsd/Host.cpp:293
@@ -343,1 +292,3 @@
+   int mib[4] = { CTL_KERN, KERN_PROC, KERN_PROC_AUXV, 0 };
+   size_t auxv_size = AT_COUNT *sizeof(Elf_Auxinfo);
    DataBufferSP buf_sp;
----------------
space after *

http://reviews.llvm.org/D6071






More information about the lldb-commits mailing list