From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5014 invoked by alias); 12 Mar 2010 18:51:53 -0000 Received: (qmail 5002 invoked by uid 22791); 12 Mar 2010 18:51:52 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Mar 2010 18:51:48 +0000 Received: (qmail 27371 invoked from network); 12 Mar 2010 18:51:47 -0000 Received: from unknown (HELO macbook-2.local) (stan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Mar 2010 18:51:47 -0000 Message-ID: <4B9A8D39.6030302@codesourcery.com> Date: Fri, 12 Mar 2010 18:51:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Eli Zaretskii CC: Stan Shebs , gdb-patches@sourceware.org Subject: Re: [PATCH] Document tracepoint restrictions References: <4B99A9A0.20500@codesourcery.com> <83ociu0x9l.fsf@gnu.org> In-Reply-To: <83ociu0x9l.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-03/txt/msg00471.txt.bz2 Eli Zaretskii wrote: >> + bytes from the stack pointer with something like @code{*$esp@@300} >> + (adjust to use the name of the actual stack pointer register on your >> + target architecture, and the amount of stack you wish to capture). >> > > Isn't it better to just use the generic $sp here? Or are you saying > that it is not supported by tracepoints? > $sp is a pseudo-register, and garners a complaint right now. > Okay with these changes. > Thanks, I'll make the fixes! Stan