This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug dynamic-link/13097] gdb regression: Excessive linux-vdso.so.1 name


https://sourceware.org/bugzilla/show_bug.cgi?id=13097

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #7 from Pedro Alves <palves at redhat dot com> ---
FYI,

- since gdb 7.9, gdb no longer warns about the missing vDSO when debugging live
programs.

- starting with 7.12, gdb will no longer warn about the same when debugging
core dumps.

gdb knows recognizes the vDSO by matching addresses of all DSOs found in the
dynamic loader list with the address range of the vDSO, as retrieved from the
auxv/AT_SYSINFO_EHDR and the process'es mappings (live inferiors) and PT_LOAD
segments (core dumps).

See bug #14466 and bug #20505.

Feel free to reassign "product" to gdb.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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