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: [PATCH v16 3/5] 'add-symbol-file' should update the current target sections.


>>>>> "Nicolas" == Blanc, Nicolas <nicolas.blanc@intel.com> writes:

Nicolas> I rewrote add_target_section_of_objfile using add_target_sections. The
Nicolas> new code needs to construct on the heap a temporary array of target
Nicolas> sections for the sole purpose of
Nicolas> calling add_target_sections. This is not as neat as the original code
Nicolas> in my view. I would prefer moving add_target_sections_of_objfile to
Nicolas> exec.c. Would this be ok with you?

It's fine to just do whatever you think is cleanest and then say why in
the re-send.  Thanks.

Tom


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