K 10 svn:author V 5 markj K 8 svn:date V 27 2016-07-30T03:05:23.806360Z K 7 svn:log V 361 librtld_db: Use the auxv to figure out where to look up loader symbols. Previously, librtld_db just hardcoded /libexec/ld-elf.so, which isn't correct for processes that aren't using the native ABI. With this change, librtld_db can be used to inspect non-native processes; in particular, dtrace -c now works for 32-bit executables on amd64. MFC after: 1 month END