From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10681 invoked by alias); 23 Feb 2011 05:32:40 -0000 Received: (qmail 10672 invoked by uid 22791); 23 Feb 2011 05:32:39 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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-yi0-f41.google.com (HELO mail-yi0-f41.google.com) (209.85.218.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Feb 2011 05:32:35 +0000 Received: by yib2 with SMTP id 2so1736154yib.0 for ; Tue, 22 Feb 2011 21:32:33 -0800 (PST) Received: by 10.151.45.10 with SMTP id x10mr2915168ybj.71.1298439153135; Tue, 22 Feb 2011 21:32:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.147.125.2 with HTTP; Tue, 22 Feb 2011 21:32:13 -0800 (PST) In-Reply-To: References: From: Hui Zhu Date: Wed, 23 Feb 2011 05:32:00 -0000 Message-ID: Subject: Re: [PATCH] Linux Kernel GDB tracepoint module 2011-02-05 To: Tom Tromey Cc: linux-kernel@vger.kernel.org, Michael Snyder , Marc Khouzam , Thiago Jung Bauermann , Steven , colyli@gmail.com, Christoph Hellwig , "gdb@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00131.txt.bz2 Hi Tom, I have updated the VTA introduce to https://code.google.com/p/kgtp/wiki/HOW= TO Thanks for your help. Best, Hui On Sat, Feb 12, 2011 at 00:29, Tom Tromey wrote: >>>>>> ">" =3D=3D Hui Zhu writes: > >>> Handle the var is enough for KGTP. =A0Could you send me a introduce >>> link for VTA? =A0I will post the the VTA to the HOWTO of the kgtp. > > Here's the original plan: > http://gcc.gnu.org/wiki/Var_Tracking_Assignments > > Alexandre also wrote a paper about it for the GCC Summit. =A0You can > probably dig that up without much effort. =A0There's also a follow-up > effort, the paper there is called "Consistent Views at Recommended > Breakpoints". =A0This one hasn't been implemented yet, though. > > Tom >