From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21891 invoked by alias); 9 May 2018 07:27:57 -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 21811 invoked by uid 89); 9 May 2018 07:27:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=junior, IPv4, ipv4, ipv6 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; Wed, 09 May 2018 07:27:55 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9C6588182D1C; Wed, 9 May 2018 07:27:53 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-26.ams2.redhat.com [10.36.116.26]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CA002AFD72; Wed, 9 May 2018 07:27:50 +0000 (UTC) Date: Wed, 09 May 2018 07:27:00 -0000 From: Jan Kratochvil To: =?utf-8?Q?Arm=C3=A1nd?= Scholtes Cc: gdb@sourceware.org, Sergio Durigan Junior Subject: Re: IPv6 Support Message-ID: <20180509072748.GA189155@host1.jankratochvil.net> References: <1546560989.141672.1525792654912@mail.ziggo.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1546560989.141672.1525792654912@mail.ziggo.nl> User-Agent: Mutt/1.9.3 (2018-01-21) X-SW-Source: 2018-05/txt/msg00017.txt.bz2 On Tue, 08 May 2018 17:17:34 +0200, Armánd Scholtes wrote: > Does GDB support IPv6 for cross platform/remote debugging. Not yet. Sergio Durigan Junior was recently talking about possibly working on it. > I have searched on the internet to obtain a definitive answer but i can find > any. (Results are related to patches etc) There were some patches in the past on gdb-patches mailing list so you may be able to apply those but they will probably need some rebases/adjustments. > should work something out to revert to ipv4. It may be now easier to rather configure IPv4 on the device. Jan