[PATCH v3] Use std::vector in lm_info_target

Pedro Alves palves@redhat.com
Tue May 2 16:06:00 GMT 2017


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



More information about the Gdb-patches mailing list