From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22827 invoked by alias); 16 Dec 2002 18:34:25 -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 22820 invoked from network); 16 Dec 2002 18:34:24 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 16 Dec 2002 18:34:24 -0000 Received: from zaretsky (adsl-ayalon-pc-129-251.inter.net.il [213.8.129.251]) by thor.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id AQQ16756; Mon, 16 Dec 2002 20:33:42 +0200 (IST) Date: Mon, 16 Dec 2002 10:38:00 -0000 From: "Eli Zaretskii" To: mludvig@suse.cz Message-Id: <7458-Mon16Dec2002203210+0200-eliz@is.elta.co.il> CC: drow@mvista.com, gdb-patches@sources.redhat.com In-reply-to: <3DFE0C89.1060900@suse.cz> (message from Michal Ludvig on Mon, 16 Dec 2002 18:25:29 +0100) Subject: Re: [RFA] Artifical dwarf2 debug info Reply-to: Eli Zaretskii References: <3DFBD14C.7090501@suse.cz> <20021215161924.GA2874@nevyn.them.org> <3DFDDBFA.4080406@suse.cz> <20021216152934.GA13042@nevyn.them.org> <3DFE0C89.1060900@suse.cz> X-SW-Source: 2002-12/txt/msg00492.txt.bz2 > Date: Mon, 16 Dec 2002 18:25:29 +0100 > From: Michal Ludvig > > OK, added two new functions: store_fde_unit and store_cie_unit. > > Now only functions for allocation and functions for storing new units > are exported. > > Do you like it more, now? :-) The doco part is approved, thanks. However, I have one question: is the term "FDE" explained anywhere else in the manual (sorry, I cannot find out myself where I'm typing this)? If not, perhaps we should say a few words about what an FDE is.