From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19022 invoked by alias); 13 Jun 2003 20:36:40 -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 18957 invoked from network); 13 Jun 2003 20:36:39 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 13 Jun 2003 20:36:39 -0000 Received: by zenia.home (Postfix, from userid 5433) id 9E81F20D85; Fri, 13 Jun 2003 15:36:58 -0500 (EST) To: Nick Roberts Cc: gdb@sources.redhat.com Subject: Re: Emacs section of Gdb Manual References: <16105.5179.107976.322438@nick.uklinux.net> From: Jim Blandy Date: Fri, 13 Jun 2003 20:36:00 -0000 In-Reply-To: <16105.5179.107976.322438@nick.uklinux.net> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00267.txt.bz2 Nick Roberts writes: > With the imminent release of GDB version 6, I thought I'd point out > that much of the Emacs page of Gdb Manual is out of date or wrong: > > M-s should read C-c C-s > M-n should read C-c C-n > M-i should read C-c C-i > There is no gdb-nexti (or even gud-nexti in a released version of Emacs) > M-c should read C-c C-r > M-u should read C-c < > M-d should read C-c > > There are references to Emacs 19 (current version is 21) > C-x & is not defined and the description that follows is no longer > relevant (AFAIK) > `C-x SPC' is gud-break not gdb-break > etc > > It could be updated but as the Emacs manual has a relevant section > (Emacs-> Building-> Debuggers) and its interaction with Gdb is evolving, > I suggest that the Gdb manual refers to this section. > > I will be happy to rewrite/update this page if anyone wishes. Yeah, a patch to bring it up to date would be greatly appreciated.