[Lldb-commits] [PATCH] Patch for pr17880 - main module gets base address added again to symbols on FreeBSD
Ed Maste
emaste at freebsd.org
Tue Dec 17 07:17:47 PST 2013
I can confirm the patch works and the approach seems reasonable. I'd like to see review from someone on a non-FreeBSD platform though.
================
Comment at: source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp:68
@@ -66,1 +67,3 @@
exe_mod->GetFileSpec().GetPath(m_exe_path, PATH_MAX);
+ // On FreeBSD, rtld has associated a conicalized absolute pathname
+ // for the executable in the process's link_map data.
----------------
"git apply" complained about trailing whitespace
http://llvm-reviews.chandlerc.com/D2389
More information about the lldb-commits
mailing list