From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121173 invoked by alias); 22 Jul 2017 03:43:12 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 120808 invoked by uid 89); 22 Jul 2017 03:42:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: gproxy2.mail.unifiedlayer.com Received: from gproxy2-pub.mail.unifiedlayer.com (HELO gproxy2.mail.unifiedlayer.com) (69.89.18.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 22 Jul 2017 03:42:53 +0000 Received: from cmgw4 (unknown [10.0.90.85]) by gproxy2.mail.unifiedlayer.com (Postfix) with ESMTP id 689581E06C3 for ; Fri, 21 Jul 2017 21:42:51 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw4 with id nfio1v0062f2jeq01firYX; Fri, 21 Jul 2017 21:42:51 -0600 X-Authority-Analysis: v=2.2 cv=G/hsK5s5 c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=G3gG6ho9WtcA:10 a=20KFwNOVAAAA:8 a=aaYFWSDHvHVfZxLQB94A:9 a=7DCX6nnnkRkA:10 Received: from 174-29-39-24.hlrn.qwest.net ([174.29.39.24]:59698 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1dYlJY-003fu2-1V; Fri, 21 Jul 2017 21:42:48 -0600 From: Tom Tromey To: Sergio Durigan Junior Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [RFA v2 4/4] Use std::vector in struct catch_syscall_inferior_data References: <20170719203225.6714-1-tom@tromey.com> <20170719203225.6714-5-tom@tromey.com> <87pocvkpu1.fsf@redhat.com> Date: Sat, 22 Jul 2017 03:43:00 -0000 In-Reply-To: <87pocvkpu1.fsf@redhat.com> (Sergio Durigan Junior's message of "Thu, 20 Jul 2017 12:58:30 -0400") Message-ID: <87a83xm91k.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1dYlJY-003fu2-1V X-Source-Sender: 174-29-39-24.hlrn.qwest.net (bapiya) [174.29.39.24]:59698 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-07/txt/msg00327.txt.bz2 >>>>> "Sergio" == Sergio Durigan Junior writes: Sergio> Are we still using the "newline between variable declaration and code" Sergio> rule? No idea. Tom