freebsd-src/libexec/rtld-elf
Mark Johnston 9a144e5676 MFC r265456, r265578:
Add a postinit debugger hook to rtld. This will be used by dtrace(1) to halt
the victim process before its entry point is called, at which point probes
and DOF data are registered with the kernel. The r_debug_state hook cannot
be used for this purpose, as it is called before the program's init routines
are invoked and in particular before DOF data is registered (via drti.o).
2014-08-07 18:36:47 +00:00
..
amd64 MFC r264481: 2014-04-21 02:55:27 +00:00
arm
i386
ia64
mips
powerpc Revert r253748,253749 2013-07-28 18:44:17 +00:00
powerpc64 Revert r253748,253749 2013-07-28 18:44:17 +00:00
sparc64
debug.c
debug.h
libmap.c MFC r266411: 2014-05-25 00:57:07 +00:00
libmap.h Make the directory mapping functionality, which was previously only 2013-09-21 21:03:52 +00:00
Makefile
malloc.c MFC: r262136 2014-02-24 08:21:49 +00:00
map_object.c
rtld_lock.c MFC r266609: 2014-06-07 02:45:24 +00:00
rtld_lock.h
rtld_printf.c
rtld_printf.h
rtld_tls.h
rtld.1
rtld.c MFC r265456, r265578: 2014-08-07 18:36:47 +00:00
rtld.h MFC r259043: 2013-12-13 06:00:44 +00:00
Symbol.map MFC r265456, r265578: 2014-08-07 18:36:47 +00:00
xmalloc.c MFC r262277: 2014-02-27 02:36:09 +00:00