From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30119 invoked by alias); 27 Sep 2002 19:15:39 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30112 invoked from network); 27 Sep 2002 19:15:37 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 27 Sep 2002 19:15:37 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 2EAB7FE71; Fri, 27 Sep 2002 15:12:35 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15764.44451.132711.260579@localhost.redhat.com> Date: Fri, 27 Sep 2002 12:15:00 -0000 To: Andrew Cagney Cc: Kevin Buettner , Elena Zannoni , Daniel Jacobowitz , Eli Zaretskii , gdb@sources.redhat.com Subject: Re: RFC: dummy.[hc] and ``struct dummy'' In-Reply-To: <3D94AC72.3020704@redhat.com> References: <3D938E6F.6090809@redhat.com> <2427-Fri27Sep2002201112+0300-eliz@is.elta.co.il> <3D94A16E.6010409@redhat.com> <20020927182200.GA16046@nevyn.them.org> <15764.42249.38594.693286@localhost.redhat.com> <1020927185903.ZM24287@localhost.localdomain> <3D94AC72.3020704@redhat.com> X-SW-Source: 2002-09/txt/msg00489.txt.bz2 Andrew Cagney writes: > > On Sep 27, 2:35pm, Elena Zannoni wrote: > > > > > >> > I think dummy-frame works well. > >> > >> infcall.[ch] ? (which goes with infcmd.c) > > For hand_function_call() et.al. (which I can never find 'cos it is > hidden in valops.c)? Ok. > > For dummy-frame.[ch] I'm thinking of just the ``struct dummy_frame'' > object code found in blockframe.c. > > > I like this one. > > > > I don't mind dummy-frame.[hc] either, but it's not 8.3 compliant. > > It's ok. It will be reduced to: dummy-fr.[ch]. > Fine. Are you being politically correct towards French gdb users though? :-) Elena > Andrew >