From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30377 invoked by alias); 31 Mar 2009 03:17:32 -0000 Received: (qmail 30366 invoked by uid 22791); 31 Mar 2009 03:17:32 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 31 Mar 2009 03:17:27 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id E35B710CF3; Tue, 31 Mar 2009 03:17:24 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id BE90F10B26; Tue, 31 Mar 2009 03:17:24 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1LoUTb-0000wN-GO; Mon, 30 Mar 2009 23:17:23 -0400 Date: Tue, 31 Mar 2009 03:17:00 -0000 From: Daniel Jacobowitz To: Ross Morley Cc: gdb@sourceware.org Subject: Re: RFC: Program Breakpoints Message-ID: <20090331031723.GA3580@caradoc.them.org> Mail-Followup-To: Ross Morley , gdb@sourceware.org References: <49C7BDD6.3060305@tensilica.com> <49D16764.2040706@tensilica.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49D16764.2040706@tensilica.com> User-Agent: Mutt/1.5.17 (2008-05-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: 2009-03/txt/msg00187.txt.bz2 On Mon, Mar 30, 2009 at 05:44:20PM -0700, Ross Morley wrote: > What is the proper way to update the frame without the call to > deprecated_update_frame_pc_hack (get_current_frame (), read_pc ()); If write_pc doesn't automatically, then flush the frame chain yourself after write_pc. -- Daniel Jacobowitz CodeSourcery