From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84879 invoked by alias); 4 Jul 2018 12:43:56 -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 84756 invoked by uid 89); 4 Jul 2018 12:43:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1036, Experts, ipv6, IPv6 X-HELO: smtprelay.synopsys.com Received: from smtprelay2.synopsys.com (HELO smtprelay.synopsys.com) (198.182.60.111) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 04 Jul 2018 12:43:53 +0000 Received: from mailhost.synopsys.com (mailhost3.synopsys.com [10.12.238.238]) by smtprelay.synopsys.com (Postfix) with ESMTP id 1E37410C0F56 for ; Wed, 4 Jul 2018 05:43:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=synopsys.com; s=mail; t=1530708232; bh=3SSuYulLROe2VGlar7pbkpM3O/eu2/VEMMeCQzYeB9w=; h=From:To:Subject:Date:From; b=VPmA1oJPG+QMyUdbjMXfV6PMoizQk0t5k0qfKkNB4iaRQYRg8c4XDaAtISdtIYjyK WN3OuimXheFR2oVGOdsolOIeZ4ZJ+PnpTAe+497zPehM9ee6bWVrkvChFYqu+jwPPI PVUYh7ix1sR8Jf+V/NrORWNh9buvvJb3FJJOP9QJWqdHVs/OECK6n7E7xGrt7gSGDQ v4mT/c63xEJgQnFgAw1EIoawPSZ8jhxjjBkRnPold9/UrtmgdbT0iE/smY3y2vmIZ5 AZ7WkMNJenZMDDyVj7tc8OIKZe+7wiRMX5tmxg6Hgf/GwX+rnxkqScCf1GHlULKVpJ CAAWYUvgouO1g== Received: from US01WEHTC2.internal.synopsys.com (us01wehtc2-vip.internal.synopsys.com [10.12.239.238]) by mailhost.synopsys.com (Postfix) with ESMTP id 09C67388F for ; Wed, 4 Jul 2018 05:43:51 -0700 (PDT) Received: from IN01WEHTCB.internal.synopsys.com (10.144.199.106) by US01WEHTC2.internal.synopsys.com (10.12.239.237) with Microsoft SMTP Server (TLS) id 14.3.361.1; Wed, 4 Jul 2018 05:43:51 -0700 Received: from IN01WEMBXB.internal.synopsys.com ([169.254.4.157]) by IN01WEHTCB.internal.synopsys.com ([::1]) with mapi id 14.03.0361.001; Wed, 4 Jul 2018 18:13:49 +0530 From: Ashutosh Pal To: "gdb@sourceware.org" Subject: IPv6 support Date: Wed, 04 Jul 2018 12:43:00 -0000 Message-ID: <40DC337867FFD941BD18FA705989F8F90161A5F2D2@IN01WEMBXB.internal.synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2018-07/txt/msg00003.txt.bz2 Hi Experts, Could anyone please confirm if gdb today has support for connecting to IPv6= RSP targets? In the code (7.12), I still see references to old API's like = gethostbyname(..) etc. and no use of types like sockaddr_in6 etc. Searching= over internet, I found the following mail thread talking about a patch for= supporting IPv6: https://sourceware.org/ml/gdb-patches/2014-02/msg00253.ht= ml Is this patch or any other fixes related to IPv6 included in any latest gdb= releases? Thanks and Regards, Ashutosh