From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71988 invoked by alias); 18 Jun 2019 13:24:39 -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 71863 invoked by uid 89); 18 Jun 2019 13:24:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:377 X-HELO: mail-wr1-f68.google.com Received: from mail-wr1-f68.google.com (HELO mail-wr1-f68.google.com) (209.85.221.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Jun 2019 13:24:21 +0000 Received: by mail-wr1-f68.google.com with SMTP id p11so13986302wre.7 for ; Tue, 18 Jun 2019 06:24:21 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id q12sm11526913wrp.50.2019.06.18.06.24.18 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Tue, 18 Jun 2019 06:24:18 -0700 (PDT) Subject: Re: [PATCH] Fix "list" when control characters are seen To: Tom Tromey , gdb-patches@sourceware.org References: <20190409185432.16985-1-tromey@adacore.com> From: Pedro Alves Message-ID: <32fe2c91-99f5-5b2a-ccaa-8481b1747dd5@redhat.com> Date: Tue, 18 Jun 2019 13:24:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20190409185432.16985-1-tromey@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-06/txt/msg00329.txt.bz2 On 4/9/19 7:54 PM, Tom Tromey wrote: > --- a/gdb/testsuite/gdb.base/list0.h > +++ b/gdb/testsuite/gdb.base/list0.h > @@ -3,7 +3,7 @@ > extern void bar(int); > static void foo (int x) > /* ! > - ! > + This seems pretty obscure without the context of the patch around. Should we add a comment here? Thanks, Pedro Alves