From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101810 invoked by alias); 17 Jul 2018 14:02:37 -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 101796 invoked by uid 89); 17 Jul 2018 14:02:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=stumbled X-HELO: gateway32.websitewelcome.com Received: from gateway32.websitewelcome.com (HELO gateway32.websitewelcome.com) (192.185.145.187) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Jul 2018 14:02:34 +0000 Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway32.websitewelcome.com (Postfix) with ESMTP id D7FC31B040D5 for ; Tue, 17 Jul 2018 09:02:32 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id fQYifaJPV79N3fQYifwmi3; Tue, 17 Jul 2018 09:02:32 -0500 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=HJ4N9RNpxnFKVfVao3d1aM3r5qF+eswmvcMSla5l3MI=; b=o1tdP6XluyoV1O0vdsoyV7OzYW LOwmZWzBTD73dYwYu03Cv0kekoDndmmSmm/l6iTJdYWD9dBXJV908xeA8RSy1VxBXeUlz97jD3zri aSQsEfYtSqRdqYvkmZAdmoats; Received: from 75-166-85-72.hlrn.qwest.net ([75.166.85.72]:46280 helo=pokyo) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1ffQYi-0001pQ-L0; Tue, 17 Jul 2018 09:02:32 -0500 From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [RFA] Remove --disable-gdbcli and --disable-gdbmi References: <20180628172132.28843-1-tom@tromey.com> <8bebd1b1-e620-b393-bc0d-d216ca737327@redhat.com> Date: Tue, 17 Jul 2018 14:02:00 -0000 In-Reply-To: <8bebd1b1-e620-b393-bc0d-d216ca737327@redhat.com> (Pedro Alves's message of "Tue, 17 Jul 2018 13:23:43 +0100") Message-ID: <87h8kyyn7s.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2018-07/txt/msg00515.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Pedro> OTOH, wanting to disable the MI seems a bit more likely, at least Pedro> plausible. Doing a web search for "--disable-gdbmi" finds Pedro> , Pedro> someone doing just that. That was 10 years ago, and there doesn't seem to Pedro> be many more examples though, at least in the public. It doesn't look Pedro> like removing --disable-gdbmi simplifies that much, so I'd be inclined Pedro> to keep it, since it actually works. Pedro> Do you have further plans of simplifications in this area that Pedro> this patch would enable, or was this just something you happened Pedro> to run into? I just stumbled across it. I will redo it to just remove --disable-gdbcli and leave --disable-gdbmi alone. Tom