[PATCH] Get rid of VEC(mem_range_s)

Simon Marchi simon.marchi@polymtl.ca
Mon Oct 16 15:07:00 GMT 2017


On 2017-10-16 08:58, Pedro Alves wrote:
> 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, pushed with that fixed.



More information about the Gdb-patches mailing list