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: [ob] symfile-mem cleanups


Andrew Cagney <cagney@gnu.org> writes:

This tidies up symfile-mem.[hc] a little.  Of note is making
symbol_file_add_from_memory static letting us delete _two_ extern
symbol_file_add_from_memory declarations and a header!  The ChangeLog
lists the other tweaks.


Eventually, GDB will automatically detect the syscall DSO, and that
will eventually entail calling symfile_add_from_memory.  Won't we need
to just add back that header file when we reach that point?

It was while integrating the automatic detection of syscall DSO that I stumbled across these cleanups.


Andrew



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