This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/4] Get rid of DEF_VEC_I (int)
- From: Simon Marchi <simon dot marchi at ericsson dot com>
- To: Pedro Alves <palves at redhat dot com>, <gdb-patches at sourceware dot org>
- Date: Fri, 17 Nov 2017 13:03:51 -0500
- Subject: Re: [PATCH 0/4] Get rid of DEF_VEC_I (int)
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=simon dot marchi at ericsson dot com;
- References: <1510936009-12779-1-git-send-email-simon.marchi@ericsson.com> <f3c5cf4f-0b4e-d725-8793-b42422c225b5@redhat.com>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
On 2017-11-17 12:39 PM, Pedro Alves wrote:
> On 11/17/2017 04:26 PM, Simon Marchi wrote:
>> There are three users of VEC(int) left. This series replaces them with
>> std::vector and removes it.
>>
>> Simon Marchi (4):
>> Make output_thread_groups take an std::vector<int>
>> Make open_fds an std::vector
>> Make process_info::syscalls_to_catch an std::vector
>> Remove DEF_VEC_I (int)
>>
>
> I skimmed this and it looked fine to me.
>
> Thanks,
> Pedro Alves
>
Thanks, pushed!
Simon