From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12029 invoked by alias); 19 Feb 2002 13:25:20 -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 11800 invoked from network); 19 Feb 2002 13:25:01 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 19 Feb 2002 13:25:01 -0000 Received: from zaretsky (diup-219-104.inter.net.il [213.8.219.104]) by thor.inter.net.il (Mirapoint) with ESMTP id AGN96365; Tue, 19 Feb 2002 15:24:49 +0200 (IST) Date: Tue, 19 Feb 2002 05:25:00 -0000 From: "Eli Zaretskii" To: muller@cerbere.u-strasbg.fr Message-Id: <4760-Tue19Feb2002152216+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: gdb-patches@sources.redhat.com In-reply-to: <4.2.0.58.20020219102752.0248dc18@ics.u-strasbg.fr> (message from Pierre Muller on Tue, 19 Feb 2002 10:31:37 +0100) Subject: Re: [RFC] document Cygwin native specific commands Reply-to: Eli Zaretskii References: <4.2.0.58.20020219102752.0248dc18@ics.u-strasbg.fr> X-SW-Source: 2002-02/txt/msg00495.txt.bz2 > Date: Tue, 19 Feb 2002 10:31:37 +0100 > From: Pierre Muller > > I have no experience with texinfo ... Don't worry, that's what I'm here for ;-) > I still don't know what the difference between @kindex and @cindex is :( The GDB manual uses @kindex to put all the GDB commands into a separate index, while @cindex entries go into the Concept Index. Right now, this line near the beginning of gdb.texinfo: @syncodeindex ky cp causes the @kindex entries to be printed together with the @cindex entries. But it is enough to remove that line to cause them to be in 2 different indices. So whenever you want to add an index entry for a command, please always put it into @kindex. > +@node Cygwin Native > +@subsection Features for Debugging @sc{win32} PE executables > +@cindex @sc{win32} debugging > +@cindex native Cygwin debugging > +@cindex Win32-specific commands As I said earlier, I'd really prefer that you say "Windows applications" or "native Windows debugging", instead of using "win32". Otherwise, this can go in, as far as I'm concerned.