From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9387 invoked by alias); 7 Jan 2003 16:39:31 -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 8354 invoked from network); 7 Jan 2003 16:38:13 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 7 Jan 2003 16:38:13 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B87433DA9; Tue, 7 Jan 2003 11:38:03 -0500 (EST) Message-ID: <3E1B026B.9060904@redhat.com> Date: Tue, 07 Jan 2003 16:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] Don't directly modify frame->frame References: <3E1B002C.7020508@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00280.txt.bz2 Oops, Index: frame.c =================================================================== RCS file: /cvs/src/src/gdb/frame.c,v retrieving revision 1.51 diff -u -r1.51 frame.c --- frame.c 6 Jan 2003 21:50:25 -0000 1.51 +++ frame.c 7 Jan 2003 16:19:59 -0000 @@ -1,3 +1,4 @@ +#define FRAME_C /* Cache and manage frames for GDB, the GNU debugger. Copyright 1986, 1987, 1989, 1991, 1994, 1995, 1996, 1998, 2000, Lets just pretend no one saw this bit, m'kay ;-) Andrew