From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24365 invoked by alias); 16 Sep 2011 09:12:32 -0000 Received: (qmail 24352 invoked by uid 22791); 16 Sep 2011 09:12:30 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-fx0-f41.google.com (HELO mail-fx0-f41.google.com) (209.85.161.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Sep 2011 09:12:16 +0000 Received: by fxh17 with SMTP id 17so1669640fxh.0 for ; Fri, 16 Sep 2011 02:12:15 -0700 (PDT) Received: by 10.223.101.90 with SMTP id b26mr1460006fao.15.1316164335093; Fri, 16 Sep 2011 02:12:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.123.2 with HTTP; Fri, 16 Sep 2011 02:11:35 -0700 (PDT) In-Reply-To: <83mxe4vraq.fsf@gnu.org> References: <83mxe4vraq.fsf@gnu.org> From: Hui Zhu Date: Fri, 16 Sep 2011 09:36:00 -0000 Message-ID: Subject: Re: [doc/tracepoint] Change *$esp@300 to *(unsigned char *)$esp@300. To: Eli Zaretskii 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: 2011-09/txt/msg00290.txt.bz2 Thanks Eli. Checked in. http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsro= ot=3Dsrc&r1=3D1.861&r2=3D1.862 Best, Hui On Fri, Sep 16, 2011 at 16:13, Eli Zaretskii wrote: >> From: Hui Zhu >> Date: Fri, 16 Sep 2011 15:54:54 +0800 >> Cc: Eli Zaretskii >> >> 2011-09-16 =A0Hui Zhu =A0 >> >> =A0 =A0 =A0 * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300 >> =A0 =A0 =A0 to *(unsigned char *)$esp@300. > > OK. >