From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49302 invoked by alias); 8 Jun 2018 19:28:40 -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 49293 invoked by uid 89); 8 Jun 2018 19:28:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=our X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Jun 2018 19:28:38 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 463404075637; Fri, 8 Jun 2018 19:28:37 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1F5C6205D521; Fri, 8 Jun 2018 19:28:35 +0000 (UTC) Subject: Re: [PATCH] Implement IPv6 support for GDB/gdbserver To: Sergio Durigan Junior References: <20180523185719.22832-1-sergiodj@redhat.com> <307a63d3-703d-5611-1508-c80daa86fbbf@redhat.com> <874lieulko.fsf@redhat.com> <8721b020-3b0e-bd66-85dc-5e28aef456a8@redhat.com> <87vaattbjq.fsf@redhat.com> <745457f7-9c87-5e0e-e8df-a58900302da5@redhat.com> Cc: GDB Patches , Eli Zaretskii , Jan Kratochvil , Paul Fertser , Tsutomu Seki From: Pedro Alves Message-ID: <05225539-1314-8967-63ac-7fd8f6669026@redhat.com> Date: Fri, 08 Jun 2018 19:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <745457f7-9c87-5e0e-e8df-a58900302da5@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00230.txt.bz2 On 06/08/2018 07:44 PM, Pedro Alves wrote: >> Jan's first patch (back in 2006) implementing IPv6 also duplicated code >> on gdbreplay. I admit I may have read too much between the lines here, >> but I just assumed that this was just the way things were. >> >>>> at least that's what I understood from our >>>> archives/documentation. I did not feel confident reworking gdbreplay to >>>> make it "modern", so I decided to implement things "the old way". >>> Seems like adding to technical debt to be honest. Did you hit some >>> unsurmountable problem, or would just a little bit of fixing here and >>> there be doable? >> I don't know if it's unsurmountable. I know I had trouble getting i18n >> and trying to include a few headers here and there, but I haven't tried >> very hard to work around it. I just decided to "add to the technical >> debt". >> >> I'll take a better look at this. > Thanks. I took a quick look at it. I'll send a patch. Thanks, Pedro Alves