From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18940 invoked by alias); 2 Feb 2003 20:51:26 -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 18931 invoked from network); 2 Feb 2003 20:51:23 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by 172.16.49.205 with SMTP; 2 Feb 2003 20:51:23 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6/8.12.5) with ESMTP id h12Kp9kc000249; Sun, 2 Feb 2003 21:51:09 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6/8.12.6) with ESMTP id h12Kp9sX000308; Sun, 2 Feb 2003 21:51:09 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6/8.12.6/Submit) id h12Kp8OA000305; Sun, 2 Feb 2003 21:51:08 +0100 (CET) Date: Sun, 02 Feb 2003 20:51:00 -0000 Message-Id: <200302022051.h12Kp8OA000305@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ac131313@redhat.com CC: jason-swarelist@molenda.com, gdb-patches@sources.redhat.com, jjohnstn@redhat.com In-reply-to: <3E3D621B.5040700@redhat.com> (message from Andrew Cagney on Sun, 02 Feb 2003 13:23:23 -0500) Subject: Re: PATCH RFA: Fix MI stack frame output for synthetic frames References: <20021108142248.A65720@molenda.com> <3DCC3CEE.5040902@redhat.com> <20021109004723.A20334@molenda.com> <3E3CB218.1020706@redhat.com> <861y2qtwf8.fsf@elgar.kettenis.dyndns.org> <3E3D621B.5040700@redhat.com> X-SW-Source: 2003-02/txt/msg00049.txt.bz2 Date: Sun, 02 Feb 2003 13:23:23 -0500 From: Andrew Cagney > Anyway, I propose the attached fix. OK to check that in? Ulgh. Yes, thanks. Done. > Index: ChangeLog > from Mark Kettenis > > * stack.c (print_frame_info): Restore call to annotate_frame_begin > lost in the previous patch.