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]

Always pass target to ADD_SOLIB?


Hello,

Can anyone think of a reason why infrun.c doesn't pass the [exec] target vector to SOLIB_ADD. That way the target can have its section table updated (allowing for bugs)? I'm finding that the section table doesn't include shared libraries and, hence, have no robust way of doing per-target address->section lookups.

Andrew


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