From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9625 invoked by alias); 23 Apr 2008 11:46:02 -0000 Received: (qmail 9611 invoked by uid 22791); 23 Apr 2008 11:46:00 -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; Wed, 23 Apr 2008 11:45:41 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 629A3983DB; Wed, 23 Apr 2008 11:45:39 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 455FD980F7; Wed, 23 Apr 2008 11:45:39 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JodPt-00048A-Tu; Wed, 23 Apr 2008 07:45:37 -0400 Date: Wed, 23 Apr 2008 19:54:00 -0000 From: Daniel Jacobowitz To: Vladimir Prus Cc: gdb@sources.redhat.com Subject: Re: clearing call stack when a new binary file is loaded Message-ID: <20080423114537.GA15843@caradoc.them.org> Mail-Followup-To: Vladimir Prus , gdb@sources.redhat.com References: <005101c8a52a$13f76910$390aa8c0@ashmicro.ashling.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) 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: 2008-04/txt/msg00201.txt.bz2 On Wed, Apr 23, 2008 at 02:51:35PM +0400, Vladimir Prus wrote: > Which version of GDB? I expect it still does this. write_pc doesn't invalidate the frame cache, so we should manually do so at the end of generic_load. -- Daniel Jacobowitz CodeSourcery