From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10501 invoked by alias); 13 Jun 2003 00:06:21 -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 10468 invoked from network); 13 Jun 2003 00:06:20 -0000 Received: from unknown (HELO nick.uklinux.net) (194.247.50.66) by sources.redhat.com with SMTP; 13 Jun 2003 00:06:20 -0000 Received: by nick.uklinux.net (Postfix, from userid 501) id 2BE2B75FDD; Fri, 13 Jun 2003 01:00:59 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16105.5179.107976.322438@nick.uklinux.net> Date: Fri, 13 Jun 2003 00:06:00 -0000 To: gdb@sources.redhat.com Subject: Emacs section of Gdb Manual X-SW-Source: 2003-06/txt/msg00229.txt.bz2 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. Nick