From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72037 invoked by alias); 10 May 2019 22:07:48 -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 72029 invoked by uid 89); 10 May 2019 22:07:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 May 2019 22:07:46 +0000 Received: from [172.16.0.120] (192-222-157-41.qc.cable.ebox.net [192.222.157.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id B29971E481; Fri, 10 May 2019 18:07:44 -0400 (EDT) Subject: Re: [PATCH] Fix GDB build when using --disable-gdbmi To: Tom Tromey , Simon Marchi Cc: gdb-patches@sourceware.org, Tom de Vries References: <20190510183512.9955-1-simon.marchi@efficios.com> <87a7fu9me8.fsf@tromey.com> <08bf3e6b-11c5-2a90-fb66-d1eced683116@efficios.com> <871s169lbh.fsf@tromey.com> <554a660d-f5d6-b83e-6702-7dc2635ee908@efficios.com> <87sgtm3t9q.fsf@tromey.com> From: Simon Marchi Message-ID: <1efab1bd-dbb8-7761-d078-6e92006b6a1e@simark.ca> Date: Fri, 10 May 2019 22:07:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <87sgtm3t9q.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-05/txt/msg00270.txt.bz2 On 2019-05-10 5:16 p.m., Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi writes: > > Simon> I tried this, and I prefer the result. WDYT? > > Thanks for doing this. It looks good to me. > > Tom > Thanks, I pushed it. Simon