From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57785 invoked by alias); 11 Feb 2016 13:21: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 57772 invoked by uid 89); 11 Feb 2016 13:21:00 -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=H*r:0500 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; Thu, 11 Feb 2016 13:20:59 +0000 Received: from EUSAAHC003.ericsson.se (Unknown_Domain [147.117.188.81]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id 01.C4.12433.E278CB65; Thu, 11 Feb 2016 14:05:51 +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; Thu, 11 Feb 2016 08:20:55 -0500 References: <1452188697-23870-1-git-send-email-antoine.tremblay@ericsson.com> <1452188697-23870-3-git-send-email-antoine.tremblay@ericsson.com> <56BC866B.9080107@redhat.com> User-agent: mu4e 0.9.17; emacs 24.4.1 From: Antoine Tremblay To: Pedro Alves CC: Antoine Tremblay , Subject: Re: [PATCH 2/4] Use the target architecture when encoding tracepoint actions In-Reply-To: <56BC866B.9080107@redhat.com> Date: Thu, 11 Feb 2016 13:21:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00347.txt.bz2 Pedro Alves writes: > On 01/07/2016 05:44 PM, Antoine Tremblay wrote: > >> gdb/ChangeLog: >> >> * tracepoint.c (encode_actions_1): Use target_gdbarch () rather >> than loc->gdbarch. > > OK, please push. > > Thanks, > Pedro Alves Pushed in. Thanks, Antoine