From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120794 invoked by alias); 4 Jul 2018 13:54:09 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 120785 invoked by uid 89); 4 Jul 2018 13:54:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=201805 X-HELO: mail-wm0-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Jul 2018 13:54:07 +0000 Received: by mail-wm0-f41.google.com with SMTP id l15-v6so13131779wmc.1 for ; Wed, 04 Jul 2018 06:54:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=flurtrOJACJxWjqOoy8S3WIRPcRDSFoTKVkMskbPmnM=; b=FEOC942wrczO6DwDDpNIg2xQ/lisQipeYxkKC5+ak2uqCglq0LLs8B70gRIcQfL1JA TvsQxTMWi014gQL3n9CmUaIG3MCyw9qrnxfsejpURMJymgGeXuz9OhbJRwmDLZAP2YuM dWIhU8RI/94v5mVre5BlCoy9+ulXjpDfEdz5qXst5lrzFEVqfHG0DZSQeqaQq2D6xg1W sCFnl2GSPmluPbd5Fkqr42c08sNQHiw6mkFX6QLwgtJXIQ73ul9CE6AvSPo4YqewvkNf cVnUakIMpWXyyJzz3dn7eN7J4NDmMR4nQsDzRScaNHt+15sV33/UDJKZzPWEdUlChz7r KrkQ== MIME-Version: 1.0 Received: by 2002:a1c:3ec2:0:0:0:0:0 with HTTP; Wed, 4 Jul 2018 06:54:04 -0700 (PDT) In-Reply-To: <40DC337867FFD941BD18FA705989F8F90161A5F2D2@IN01WEMBXB.internal.synopsys.com> References: <40DC337867FFD941BD18FA705989F8F90161A5F2D2@IN01WEMBXB.internal.synopsys.com> From: Ruslan Kabatsayev Date: Wed, 04 Jul 2018 13:54:00 -0000 Message-ID: Subject: Re: IPv6 support To: Ashutosh Pal Cc: "gdb@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00004.txt.bz2 Hi, On 4 July 2018 at 15:43, Ashutosh Pal wrote: > Hi Experts, > > Could anyone please confirm if gdb today has support for connecting to IP= v6 RSP targets? In the code (7.12), I still see references to old API's lik= e gethostbyname(..) etc. and no use of types like sockaddr_in6 etc. Searchi= ng over internet, I found the following mail thread talking about a patch f= or supporting IPv6: https://sourceware.org/ml/gdb-patches/2014-02/msg00253.= html Here're the newer threads related to IPv6 support: patch v1: https://sourceware.org/ml/gdb-patches/2018-05/msg00629.html patch v2: https://sourceware.org/ml/gdb-patches/2018-06/msg00384.html . > > Is this patch or any other fixes related to IPv6 included in any latest g= db releases? AFAICT, previous attempts have not been finished. Maybe the current one wil= l... > > Thanks and Regards, > Ashutosh > Regards, Ruslan