From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5167 invoked by alias); 15 Dec 2002 06:18:21 -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 5154 invoked from network); 15 Dec 2002 06:18:18 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 15 Dec 2002 06:18:18 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA22750; Sun, 15 Dec 2002 08:18:07 +0200 (IST) Date: Sat, 14 Dec 2002 22:53:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Michal Ludvig cc: GDB Patches Subject: Re: [RFA] Artifical dwarf2 debug info In-Reply-To: <3DFBD14C.7090501@suse.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-12/txt/msg00453.txt.bz2 On Sun, 15 Dec 2002, Michal Ludvig wrote: > Since this debug info is hardware dependent, I introduce a new gdbarch > item: dwarf2_create_fde. Any architecture using Dwarf2 CFI that will > like to profit from it must have it's own _dwarf2_create_fde() > function, very similar to the one I did for x86-64. I submit that this should be documented in gdbint.texinfo. I think _any_ feature that needs arch-specific code to be supported should be mentioned in the internals manual. Assuming the code is accepted, could you please consider writing a short section about this? It sounds like the comments you've put in the code could serve as the good starting point for the documentation. TIA