From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Emacs mode for GDB Date: Thu, 13 Jun 2002 18:54:11 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <15624.56387.410738.300776@nick.uklinux.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1023999907 19173 127.0.0.1 (13 Jun 2002 20:25:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2002 20:25:07 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Ib9X-0004z8-00 for ; Thu, 13 Jun 2002 22:25:07 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17IbXz-0006Xk-00 for ; Thu, 13 Jun 2002 22:50:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17IYni-0006so-00; Thu, 13 Jun 2002 13:54:26 -0400 Original-Received: from bts-0487.dialup.zetnet.co.uk ([194.247.49.231] helo=nick.uklinux.net) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17IYnB-0006ol-00 for ; Thu, 13 Jun 2002 13:53:53 -0400 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 6B9F876035; Thu, 13 Jun 2002 18:54:12 +0100 (BST) Original-To: emacs-devel@gnu.org X-Mailer: VM 6.97 under Emacs 21.1.1 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4839 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4839 I have updated the mode for Emacs, gdb.el (Version 0.3), that I am writing. Changes include : * Display of arrays (formatting and slices : C only) and structures improved. To view slices click on appropriate index by the header called `Slice' with the middle mouse button (`gdb-array-slice') and enter values in the minibuffer. * Interaction with watchpoints in breakpoints buffer now working. * New lisp function : toggle-gdb-windows : Toggle the number of windows gdb uses. * Removed hypertext help buffer (converted from XEmacs gud.el) until author is traced and legal papers obtained. This probably isn't the mailing list to ask but does anyone know who wrote this ? * Numerous minor changes (again). It can be downloaded from http://www.nick.uklinux.net and the current version will always be at gdbel.tgz. It looks half decent now and I would be grateful if people could test it on a real debugging session of a C program (Emacs ? ;-)) Nick