This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA v2] Change target_write_memory_blocks to use std::vector
- From: Simon Marchi <simon dot marchi at ericsson dot com>
- To: Tom Tromey <tom at tromey dot com>, <gdb-patches at sourceware dot org>
- Date: Tue, 27 Feb 2018 13:15:49 -0500
- Subject: Re: [RFA v2] Change target_write_memory_blocks to use std::vector
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=simon dot marchi at ericsson dot com;
- References: <20180227171405.13106-1-tom@tromey.com>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
On 2018-02-27 12:14 PM, Tom Tromey wrote:
> This changes target_write_memory_blocks to use std::vector, rather
> than VEC. This allows the removal of some cleanups.
>
> This version incorporates the additions that Simon made.
>
> Regression tested by the buildbot.
Obviously ok on my side :)
Thanks, Simon