This is the mail archive of the gdb@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]

why don't we sort static partial symbols?


Why doesn't GDB sort the static partial symbols?  The way I read
lookup_symbol, it looks like, on a failed search, we frequently look
at every single static partial symbol in every single file for which
the symtab hasn't been read in, which doesn't seem like a good idea to
me.  Are there situations where the order is important?

David Carlton
carlton@math.stanford.edu


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