From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88283 invoked by alias); 23 Feb 2016 15:19:01 -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 88264 invoked by uid 89); 23 Feb 2016 15:19:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:242, HContent-Transfer-Encoding:8bit X-HELO: usplmg21.ericsson.net Received: from usplmg21.ericsson.net (HELO usplmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 23 Feb 2016 15:19:00 +0000 Received: from EUSAAHC008.ericsson.se (Unknown_Domain [147.117.188.96]) by usplmg21.ericsson.net (Symantec Mail Security) with SMTP id EF.67.32102.8487CC65; Tue, 23 Feb 2016 16:18:32 +0100 (CET) Received: from elxa4wqvvz1 (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.96) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 23 Feb 2016 10:18:57 -0500 References: <1456089436-1445-1-git-send-email-koriakin@0x04.net> User-agent: mu4e 0.9.17; emacs 24.4.1 From: Antoine Tremblay To: Marcin =?utf-8?Q?Ko=C5=9Bcielnicki?= CC: , Subject: Re: [PATCH] [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA. In-Reply-To: <1456089436-1445-1-git-send-email-koriakin@0x04.net> Date: Tue, 23 Feb 2016 15:19:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00688.txt.bz2 Marcin Kościelnicki writes: > > Antoine: it seems I'm creating more work for you again, sorry :) On the contrary you're saving me work, thanks :) Patch LGTM.