From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18165 invoked by alias); 28 Oct 2010 03:47:34 -0000 Received: (qmail 18157 invoked by uid 22791); 28 Oct 2010 03:47:33 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 Oct 2010 03:47:29 +0000 Received: by wyf23 with SMTP id 23so1604324wyf.0 for ; Wed, 27 Oct 2010 20:47:27 -0700 (PDT) Received: by 10.216.73.7 with SMTP id u7mr1733506wed.54.1288237646787; Wed, 27 Oct 2010 20:47:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.182.139 with HTTP; Wed, 27 Oct 2010 20:47:06 -0700 (PDT) In-Reply-To: <201010271107.07509.pedro@codesourcery.com> References: <201010271107.07509.pedro@codesourcery.com> From: Hui Zhu Date: Thu, 28 Oct 2010 03:47:00 -0000 Message-ID: Subject: Re: [PATCH] tracepoint.c: fix the bug that S use utp->actions in trace_save To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2010-10/txt/msg00385.txt.bz2 Checked in. Thanks. Hui On Wed, Oct 27, 2010 at 18:07, Pedro Alves wrote: > On Wednesday 27 October 2010 09:20:39, Hui Zhu wrote: >> 2010-10-22 =A0Hui Zhu =A0 >> >> =A0 =A0 =A0 =A0* tracepoint.c (trace_save): Change utp->actions to >> =A0 =A0 =A0 =A0utp->step_actions. > > Okay, thanks. > > -- > Pedro Alves >