This is the mail archive of the gdb-patches@sourceware.org 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: too many "no debugging symbols found" messages from shared libs


On Sat, Nov 08, 2008 at 11:14:32AM +0200, Eli Zaretskii wrote:
> I think we should apply Doug's patch _and_ make the other change he
> suggests as the "alternative" one, i.e. to print the file name as part
> of the message for shared libraries.

Even a stripped shared library has more symbols than a stripped
executable, because more of the library will be in externally visible
entry points.  I agree with Joel - having a message print out for each
shared library is annoying when you have dozens of shared libraries
(common especially on Windows).  So how about we print out "(no
debugging symbols for my/binary.exe)" and not print out anything for
shared libraries?

-- 
Daniel Jacobowitz
CodeSourcery


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