From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9890 invoked by alias); 24 Jan 2020 18:25:32 -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 9881 invoked by uid 89); 24 Jan 2020 18:25:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.0 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:1001, H*r:77.238.176, H*x:5.0, H*x:Windows X-HELO: sonic311-31.consmr.mail.ir2.yahoo.com Received: from sonic311-31.consmr.mail.ir2.yahoo.com (HELO sonic311-31.consmr.mail.ir2.yahoo.com) (77.238.176.163) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Jan 2020 18:25:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.de; s=s2048; t=1579890327; bh=qESPtuTBtdDOE9LIappGWRiUI+oWKnXAlwOW0Hk2sjA=; h=Date:From:To:In-Reply-To:References:Subject:From:Subject; b=ltf0lkcY9wiuvWkPtbxiZ1re35U6bIUZAVNR/aPGqe2Ylx3FDtHh3+jpFH9dMr/UKzfKDcPQIIRxkCIBM/uz7s+Uo+bSwrh9lesJfdbxgnFK2EET4NkSdtvCfgVxUzfLAA3+ftxmJWXbs3rH5snZSFDelsL5ett7YfKwgyIl6Ri0YsPh5gGP8/Rf8bEa0SK/rhk9COIYO5fq2phm7GnIJR6vNDscnnMXfsf7trwmLtoxZikCp4if8HgHQZw3edHlliZAaDCSiV/Xugw6wQvHvx2oez+co8jgNRTOe7W34K3PpsLHuhcMCUW/LPWGbuHCECbkj6ehZdLa5jg41sLdhw== Received: from sonic.gate.mail.ne1.yahoo.com by sonic311.consmr.mail.ir2.yahoo.com with HTTP; Fri, 24 Jan 2020 18:25:27 +0000 Date: Fri, 24 Jan 2020 19:03:00 -0000 From: "Hannes Domani via gdb-patches" Reply-To: Hannes Domani To: Gdb-patches Message-ID: <586338006.28379492.1579890327005@mail.yahoo.com> In-Reply-To: <1661471410.28254093.1579883316462@mail.yahoo.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> <1661471410.28254093.1579883316462@mail.yahoo.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/msg00823.txt.bz2 Am Freitag, 24. Januar 2020, 17:28:57 MEZ hat Hannes Domani via gdb-patche= s Folgendes geschrieben: > 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 = indirectly > > 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. I've pushed this now. Regards Hannes Domani