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 v3] Use std::vector in lm_info_target


On 04/30/2017 01:42 AM, Simon Marchi wrote:

> Err I forgot to update the ChangeLog, here it is:
> 
>    gdb/ChangeLog:
> 
>            * solib-target.c: Include <vector>
>            (struct lm_info_target) <~lm_info_target>: Remove.
>            <segment_bases, section_bases>: Change type to
>            std::vector<CORE_ADDR>.
>            (library_list_start_segment, library_list_start_section,
>            library_list_end_library,
>            solib_target_relocate_section_addresses): Adjust.
> 
> Is the ChangeLog format acceptable for the destructor?

Fine with me.

Thanks,
Pedro Alves


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