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: RFC: strip --strip-nondebug


Hi Elena,

> Hmm, step through symfile.c:find_separate_debug_file, if the problem
> seems to be locating the file.

The problem is find_separate_debug_file() calls get_debug_link_info()
which looks for a section called ".gnu_debuglink" which is not present
in the stripped executable.

What is this section and how is it supposed to get into the stripped
executable ?

Cheers
        Nick


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