[PATCH] dl-dtprocnum.h

Jakub Jelinek jakub@redhat.com
Fri Jun 9 16:13:00 GMT 2000


On Fri, Jun 09, 2000 at 04:11:13PM -0700, Ulrich Drepper wrote:
> Mark Kettenis <kettenis@wins.uva.nl> writes:
> 
> > Yep, GDB uses it, probably ever since it supports debugging ELF shared
> > libraries.  The header seems to be available on all SVR4 derived
> > systems and on ELF based *BSD systems too.  The comments in our
> > <link.h> explicitly say that it is intended to be used by the
> > debugger.
> 
> The debugger is using r_debug.  But link_map?

link_map as well, only l_addr/l_name/l_ld/l_next/l_prev from it though
(exactly the portion which is commented as public).

	Jakub


More information about the Libc-hacker mailing list