From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20966 invoked by alias); 9 Feb 2011 13:26:17 -0000 Received: (qmail 20953 invoked by uid 22791); 9 Feb 2011 13:26:17 -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-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Feb 2011 13:26:12 +0000 Received: by gyd10 with SMTP id 10so68135gyd.0 for ; Wed, 09 Feb 2011 05:26:10 -0800 (PST) Received: by 10.150.186.12 with SMTP id j12mr1641877ybf.295.1297257970422; Wed, 09 Feb 2011 05:26:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.147.34.12 with HTTP; Wed, 9 Feb 2011 05:25:50 -0800 (PST) In-Reply-To: References: From: Hui Zhu Date: Wed, 09 Feb 2011 13:26: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/msg00049.txt.bz2 On Wed, Feb 9, 2011 at 00:00, Tom Tromey wrote: >>>>>> ">" =3D=3D Hui Zhu writes: > >>> My gcc is 4.4.5. =A0Does it have VTA? > > Nope. =A0VTA went in for 4.5. > >>> Use the patch is easier than update gcc sometimes, right? =A0:) > > Yeah. > >>> BTW does VTA can handle the issue that after -O2 a lot of code >>> execution order is worong? >>> It affect me when I debug the Linux Kernel in qemu. > > My understanding is that VTA is solely about better tracking of values > through optimization passes. =A0It doesn't affect code reordering, by > design. > > Tom > Thanks Tom. Handle the var is enough for KGTP. Could you send me a introduce link for = VTA? I will post the the VTA to the HOWTO of the kgtp. Best, Hui