From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74934 invoked by alias); 20 Feb 2020 16:45: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 74802 invoked by uid 89); 20 Feb 2020 16:45:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:607, brobecker, Brobecker, U*brobecker X-HELO: gateway24.websitewelcome.com Received: from gateway24.websitewelcome.com (HELO gateway24.websitewelcome.com) (192.185.51.253) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Feb 2020 16:45:42 +0000 Received: from cm14.websitewelcome.com (cm14.websitewelcome.com [100.42.49.7]) by gateway24.websitewelcome.com (Postfix) with ESMTP id 299B1953E24 for ; Thu, 20 Feb 2020 10:45:28 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id 4ox6jh51RXVkQ4ox6j3b5W; Thu, 20 Feb 2020 10:45:28 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=pwuju7wKm6Q4fUvNxRafos7/JzbWqE92tAttmOBfWbo=; b=SWgcMx6gKSy93765/g+6/LJa0e HVo87ZznwEsmpNUwb9TR/onbEVmsE3VtyWvxNyhrgm67WX8nT38gaxoR8mIx51lJGQiJUwba5lS7W iwDqLktO8T7FdPMA7Ba4/2oQu; Received: from 75-166-123-50.hlrn.qwest.net ([75.166.123.50]:56106 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1j4ox6-001IFk-0E; Thu, 20 Feb 2020 09:45:28 -0700 From: Tom Tromey To: Joel Brobecker Cc: Tom Tromey , "Maciej W. Rozycki" , gdb@sourceware.org Subject: Re: gdbserver/ considered a part of binutils? References: <20200219023801.GY10825@adacore.com> <871rqq9pqf.fsf@tromey.com> <20200220025027.GB22586@adacore.com> Date: Thu, 20 Feb 2020 16:45:00 -0000 In-Reply-To: <20200220025027.GB22586@adacore.com> (Joel Brobecker's message of "Thu, 20 Feb 2020 06:50:27 +0400") Message-ID: <87h7zlnr6g.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2020-02/txt/msg00053.txt.bz2 >>>>> "Joel" == Joel Brobecker writes: Joel> I've modified the script we use to determine which mailing-list to hit, Joel> and marked gdbserver/ and gdbsupport/ as being GDB-only. I did a quick Joel> pass over the current directories at toplevel, and didn't see anything Joel> else. >> >> I think gnulib is only used by gdb. Joel> Wouldn't binutils want to use it at some point, now that the work Joel> to make it available has been done? I would hope so, but who knows. If they don't mind seeing the email, it is fine by me :) Tom