From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27377 invoked by alias); 19 Feb 2016 14:41: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 27362 invoked by uid 89); 19 Feb 2016 14:41:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=woods, H*r:0500, HContent-Transfer-Encoding:8bit X-HELO: usplmg20.ericsson.net Received: from usplmg20.ericsson.net (HELO usplmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 19 Feb 2016 14:41:00 +0000 Received: from EUSAAHC003.ericsson.se (Unknown_Domain [147.117.188.81]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id 31.EC.12433.C8527C65; Fri, 19 Feb 2016 15:24:12 +0100 (CET) Received: from elxa4wqvvz1 (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.81) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 19 Feb 2016 09:40:56 -0500 References: <56A63283.9000404@ericsson.com> <513a68b9-f88d-4c3f-9b19-bf48e26da0cd@email.android.com> User-agent: mu4e 0.9.17; emacs 24.4.1 From: Antoine Tremblay To: Marcin =?utf-8?Q?Ko=C5=9Bcielnicki?= CC: Antoine Tremblay , Subject: Re: [PATCH 6/8] gdbserver/s390: Add fast tracepoint support. In-Reply-To: <513a68b9-f88d-4c3f-9b19-bf48e26da0cd@email.android.com> Date: Fri, 19 Feb 2016 14:41: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/msg00600.txt.bz2 Marcin Kościelnicki writes: > Thanks for your suggestion, but I'm afraid I won't be doing it that way at all. We're not quite out of the woods yet on multi-tdesc targets: see https://sourceware.org/bugzilla/show_bug.cgi?id=13808 . This issue basically requires perfectly matched tdesc between gdbserver and IPA on all architectures, so a more generic mechanism is in order. I think I will just stuff all possible tdescs for a target in an array and pass the tdesc index to IPA via a global variable. > Seems like a good idea to me, I'm looking forward to it. Thanks, Antoine