From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13092 invoked by alias); 25 Jun 2007 20:37:43 -0000 Received: (qmail 13078 invoked by uid 22791); 25 Jun 2007 20:37:43 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 25 Jun 2007 20:37:41 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-162-148.inter.net.il [80.230.162.148]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IED23660 (AUTH halo1); Mon, 25 Jun 2007 23:37:35 +0300 (IDT) Date: Mon, 25 Jun 2007 20:37:00 -0000 Message-Id: From: Eli Zaretskii To: Michael Eager CC: jimb@codesourcery.com, stanshebs@earthlink.net, gdb@sources.redhat.com In-reply-to: <468009EA.4040504@eagercon.com> (message from Michael Eager on Mon, 25 Jun 2007 11:31:06 -0700) Subject: Re: What's an annex? stratum? Reply-to: Eli Zaretskii References: <467D5FEF.7010900@eagercon.com> <467D6D1F.7090507@earthlink.net> <467D6FB8.4080909@eagercon.com> <468009EA.4040504@eagercon.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-06/txt/msg00266.txt.bz2 > Date: Mon, 25 Jun 2007 11:31:06 -0700 > From: Michael Eager > CC: Stan Shebs , gdb@sources.redhat.com > > Unfortunately, much of it is obsolete. Some sections, like 9.6, > make this explicit. Other sections say that the area is in flux, > like section 9.7. Other sections don't tell you that they are > out of date (like the section about libgdb?). > > Some important parts are simply missing, like the sections titled > Console Printing, TUI, Frame Interpretation, Inferior Call Setup, and > others. The obsolete parts do not bother me; it's easy enough to mark them as such, or simply delete them when they are no longer useful at all. The missing parts are a pain, though. > If I get to the point where I think I really understand an area, > I'll be happy to contribute to documentation improvements. Thanks!