From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23076 invoked by alias); 8 Feb 2011 16:28:30 -0000 Received: (qmail 23057 invoked by uid 22791); 8 Feb 2011 16:28:28 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Feb 2011 16:27:54 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p18GRpR9032557 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Feb 2011 11:27:51 -0500 Received: from host1.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p18GRnm8018897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Feb 2011 11:27:51 -0500 Received: from host1.dyn.jankratochvil.net (localhost [127.0.0.1]) by host1.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p18GRnRH030987; Tue, 8 Feb 2011 17:27:49 +0100 Received: (from jkratoch@localhost) by host1.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id p18GRkNN030981; Tue, 8 Feb 2011 17:27:46 +0100 Date: Tue, 08 Feb 2011 16:28:00 -0000 From: Jan Kratochvil To: Hui Zhu Cc: Tom Tromey , linux-kernel@vger.kernel.org, Michael Snyder , Marc Khouzam , Thiago Jung Bauermann , Steven , colyli@gmail.com, Christoph Hellwig , "gdb@sourceware.org" , Alexandre Oliva Subject: Re: [PATCH] Linux Kernel GDB tracepoint module 2011-02-05 Message-ID: <20110208162745.GA28849@host1.dyn.jankratochvil.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00046.txt.bz2 On Tue, 08 Feb 2011 14:23:52 +0100, Hui Zhu wrote: > BTW does VTA can handle the issue that after -O2 a lot of code > execution order is worong? "is_stmt" - not specifically VTA but Alexandre Oliva plans (/works on) it. It is a part of his "Consistent Views at Recommended Breakpoints": http://www.lsd.ic.unicamp.br/~oliva/ http://www.lsd.ic.unicamp.br/~oliva/papers/sfn/ Regards, Jan