From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20038 invoked by alias); 28 Apr 2016 16:57:12 -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 19707 invoked by uid 89); 28 Apr 2016 16:57:11 -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= 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, 28 Apr 2016 16:57:01 +0000 Received: from EUSAAHC005.ericsson.se (Unknown_Domain [147.117.188.87]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id 9E.8F.09012.49932275; Thu, 28 Apr 2016 18:25:56 +0200 (CEST) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.89) with Microsoft SMTP Server id 14.3.248.2; Thu, 28 Apr 2016 12:56:58 -0400 Subject: Re: [PATCH 2/2] Add test for fast tracepoint enable/disable To: Yao Qi References: <1459351018-23718-1-git-send-email-simon.marchi@ericsson.com> <1459351018-23718-2-git-send-email-simon.marchi@ericsson.com> <86k2kirk18.fsf@gmail.com> <57222C88.9010706@ericsson.com> <86oa8ten5y.fsf@gmail.com> CC: From: Simon Marchi Message-ID: <572240DA.6070802@ericsson.com> Date: Thu, 28 Apr 2016 16:57:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <86oa8ten5y.fsf@gmail.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00641.txt.bz2 On 16-04-28 12:03 PM, Yao Qi wrote: > Simon Marchi writes: > >> This patch adds a test for tracepoints enabling/disabling, which >> didn't work properly for fast tracepoints on big endian systems. >> >> gdb/testsuite/ChangeLog: >> >> * gdb.trace/trace-enable-disable.exp: New file. >> * gdb.trace/trace-enable-disable.c: New file. > > This is good to me. > Thanks, both patches are pushed.