From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22430 invoked by alias); 20 May 2008 22:23:30 -0000 Received: (qmail 22422 invoked by uid 22791); 20 May 2008 22:23:30 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 May 2008 22:23:12 +0000 Received: (qmail 23560 invoked from network); 20 May 2008 22:23:10 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 May 2008 22:23:10 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: fix frame_unwind_id assertion Date: Wed, 21 May 2008 04:06:00 -0000 User-Agent: KMail/1.9.9 Cc: Daniel Jacobowitz References: <200805202312.03443.pedro@codesourcery.com> <20080520221443.GA25391@caradoc.them.org> In-Reply-To: <20080520221443.GA25391@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805202323.15159.pedro@codesourcery.com> 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: 2008-05/txt/msg00617.txt.bz2 A Tuesday 20 May 2008 23:14:43, Daniel Jacobowitz wrote: > On Tue, May 20, 2008 at 11:12:03PM +0100, Pedro Alves wrote: > > 2008-05-20 Pedro Alves > > > > * frame.c (get_prev_frame_1): Build frame id before setting > > this_frame->prev_p, not after. > > OK. Whoa, that was fast. Thanks! Checked in. -- Pedro Alves