This is the mail archive of the gdb@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: wrong section when using find_pc_section


>> I traced the code and found that it did remove the overlapped sections.
>> it this a must to remove the overlapped sections? I want to use the
>> overlapped
>> sections, but not remove it.  Is there any way that can return the
>> overlapped sections?

I don't really know for sure.  I suspect you will run into problems,
though mostly of the "mystery" kind.  For example, whether fixup_section
gives the right answer or not will most likely depend on the ordering of
sections in the objfile -- stuff like that.

Tom


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