From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28086 invoked by alias); 9 Feb 2004 17:54:25 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27729 invoked from network); 9 Feb 2004 17:54:22 -0000 Received: from unknown (HELO mwinf0202.wanadoo.fr) (193.252.22.29) by sources.redhat.com with SMTP; 9 Feb 2004 17:54:22 -0000 Received: from takamaka.act-europe.fr (AStDenis-101-1-4-122.w80-13.abo.wanadoo.fr [80.13.18.122]) by mwinf0202.wanadoo.fr (SMTP Server) with ESMTP id A982BA40009F; Mon, 9 Feb 2004 18:54:20 +0100 (CET) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 59CBF47D62; Mon, 9 Feb 2004 21:33:39 +0400 (RET) Date: Mon, 09 Feb 2004 17:54:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: Elena Zannoni , Adam Fedor , "gdb-patches@sources.redhat.com" Subject: Re: [rfa/symtab] Move find_pc_section call to lookup_minimal_symbol_by_pc Message-ID: <20040209173339.GD18961@gnat.com> References: <4016E401.2050001@gnu.org> <16409.26976.292424.689823@localhost.redhat.com> <1075433366.29218.7.camel@localhost.localdomain> <16417.28535.67901.37314@localhost.redhat.com> <40217AE6.9060500@gnu.org> <4023E404.2090407@gnu.org> <16423.43004.585697.397480@localhost.redhat.com> <4027B80E.8090805@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4027B80E.8090805@gnu.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-02/txt/msg00202.txt.bz2 > (Joel, perhaphs write the above as: > step_over_calls == STEP_OVER_UNDEBUGGABLE && cs->stop_func_name == NULL > since that is how the test is ordered elsewhere (since neither has a > sideeffect it's no real difference).) That makes sense. Will do. -- Joel