From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1019 invoked by alias); 24 Jan 2020 16:28:50 -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 1007 invoked by uid 89); 24 Jan 2020 16:28:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:808, H*x:5.0, H*x:Windows X-HELO: sonic314-19.consmr.mail.ir2.yahoo.com Received: from sonic314-19.consmr.mail.ir2.yahoo.com (HELO sonic314-19.consmr.mail.ir2.yahoo.com) (77.238.177.145) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Jan 2020 16:28:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s2048; t=1579883326; bh=1/6cvFT670ErN8x8qNzfjg8XswF+762WhWNgfo9d41Q=; h=Date:From:To:In-Reply-To:References:Subject:From:Subject; b=lpInwNHfu8FgUkhoglq6n/V2kbUS++1bRA5RyC9xqt3CKbh5islFGX/f9kpi2+tThTAJGw+ke+2OZG38Zoz7RCzWL7EhQXVUS8TaFtZPpDkQg7cMwCcsVGJLir0lX/E6oWy76/Xnf9mlmFiY4OhwJSL8PwL0gfpQb6+mUGMsdG2adSA02XeEGis3Sp7oSSU4k3ZEVmIlbdWQvlWW88uUxrjSvjCHcLktXLqvgLvjh8sUlABuSmxO9qzBI4Tl//07dIsPEqyqatLi896wD2Y1nrNJrzGTpadurCHfyIPAQn+BzibfsbfTbOnFnYw2SChmewOIZeufLQhoGsgLoHG4sQ== Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.ir2.yahoo.com with HTTP; Fri, 24 Jan 2020 16:28:46 +0000 Date: Fri, 24 Jan 2020 16:35:00 -0000 From: "Hannes Domani via gdb-patches" Reply-To: Hannes Domani To: Gdb-patches Message-ID: <1661471410.28254093.1579883316462@mail.yahoo.com> In-Reply-To: <87lfpwaklb.fsf@tromey.com> References: <87d0bf45up.fsf@tromey.com> <1a97e456-8dc8-48bb-20d0-ce8b746c8066@simark.ca> <87a76dsurs.fsf@tromey.com> <334218650.28135138.1579875742146@mail.yahoo.com> <875zh0j3mm.fsf@tromey.com> <87zhecg8ho.fsf@tromey.com> <226695946.28226825.1579881451235@mail.yahoo.com> <87lfpwaklb.fsf@tromey.com> Subject: Re: [PATCH] Move gdbserver to top level MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00813.txt.bz2 Am Freitag, 24. Januar 2020, 17:24:34 MEZ hat Tom Tromey = Folgendes geschrieben: > >>>>> "Hannes" =3D=3D Hannes Domani via gdb-patches writes: > > Hannes> Am Freitag, 24. Januar 2020, 16:49:26 MEZ hat Tom Tromey Folgendes geschrieben: > Hannes> make install-strip doesn't work in gdbserver (it worked before in= directly > Hannes> when called from within gdb). > >> > Tom> Thanks.=C2=A0 I'll pull this in. > >> > >> Actually, it seems like this could go in now. > >> Would you mind arranging that? > > Hannes> I'm not sure what you mean. > > Hannes> Pushing your patch? > > Applying your "make install-strip" gdbserver to trunk. Oooh, yes, that makes a lot more sense. Ok, I will do that. Regards Hannes Domani