This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: unwind support for Linux 2.6 vsyscall DSO


On Oct 9,  3:32pm, Roland McGrath wrote:

> It will appear in the dynamic linker's list of objects, but will not have a
> file name.  (Actually, a bogus patch from Dan went into glibc that makes it
> report its soname as file name, but I'm fixing that.)  The file name in
> l_name will be an empty string.  (With the broken glibc of the moment, it
> reports "linux-gate.so.1", a file that exists nowhere and never will.)

Is there any reason there couldn't be a /proc/PID entry for this file?

(My apologies if this has already been discussed ad nauseum.  I
haven't really been paying attention up 'til now.)

> There is no way for you to associate this record with the implicit DSO.
> All the information you have is the (empty) name and an l_addr of zero
> (because the kernel-supplied DSO is effectively "prelinked" to its address).
> So, I think that will not actually interfere since it will appear to be
> some bogon.

Okay.

Kevin


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