This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] dl-dtprocnum.h


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]