From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16745 invoked by alias); 6 Dec 2007 16:35:00 -0000 Received: (qmail 16735 invoked by uid 22791); 6 Dec 2007 16:34:59 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Dec 2007 16:34:53 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 938A5982D9; Thu, 6 Dec 2007 16:34:51 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 615B898150; Thu, 6 Dec 2007 16:34:51 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1J0JgY-0002md-8E; Thu, 06 Dec 2007 11:34:50 -0500 Date: Thu, 06 Dec 2007 17:07:00 -0000 From: Daniel Jacobowitz To: Pierre Muller Cc: 'Pedro Alves' , gdb-patches@sourceware.org Subject: Re: [RFC] testsuite: Skip over function prologue in runto and runto_main Message-ID: <20071206163450.GA10659@caradoc.them.org> Mail-Followup-To: Pierre Muller , 'Pedro Alves' , gdb-patches@sourceware.org References: <47112285.2080100@portugalmail.pt> <001601c83720$5a6ccca0$0f4665e0$@u-strasbg.fr> <47572C3C.70000@portugalmail.pt> <002a01c83824$dc461e20$94d25a60$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002a01c83824$dc461e20$94d25a60$@u-strasbg.fr> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-12/txt/msg00109.txt.bz2 On Thu, Dec 06, 2007 at 05:27:14PM +0100, Pierre Muller wrote: > So finally the main question remains to > decide whether the call to __main (in main) (or mcount in > profiled function) should be considered as part of the prologue > or handled a real statements, even though they are implicit. I don't care whether we label it as part of the prologue or not, but we should skip it. Users don't want to see this any more than the GDB testsuite does. -- Daniel Jacobowitz CodeSourcery