freebsd-src/lib/librtld_db
Mark Johnston a7e13d50fe 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
2016-07-30 03:05:23 +00:00
..
librtld_db.3 mdoc: improvements to SEE ALSO. 2014-12-27 08:31:52 +00:00
Makefile librtld_db: Use the auxv to figure out where to look up loader symbols. 2016-07-30 03:05:23 +00:00
Makefile.depend META MODE: Rework circular dependency guard for librtld_db/libproc. 2015-11-25 19:13:35 +00:00
rtld_db.c librtld_db: Use the auxv to figure out where to look up loader symbols. 2016-07-30 03:05:23 +00:00
rtld_db.h librtld_db: Use the auxv to figure out where to look up loader symbols. 2016-07-30 03:05:23 +00:00