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] Get rid of VEC(mem_range_s)


On 10/16/2017 03:28 AM, Simon Marchi wrote:
> This patch replaces the last usages of VEC(mem_range_s) with
> std::vector<mem_range>.  This allows getting rid of a few cleanups and
> of the DEF_VEC_O(mem_range_s).
> 
> I added a test for normalize_mem_ranges to make sure I didn't break
> anything there.

Excellent!  Thanks for doing that.  LGTM.

> +static void
> +normalize_mem_ranges_tests (void)

(void) -> ()

Thanks,
Pedro Alves


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