From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jay Belanger Newsgroups: gmane.emacs.help Subject: Adding languages to gud Date: 18 Dec 2002 13:48:44 -0600 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: Reply-To: belanger@truman.edu NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040241162 23519 80.91.224.249 (18 Dec 2002 19:52:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 18 Dec 2002 19:52:42 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18OkFE-000673-00 for ; Wed, 18 Dec 2002 20:52:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OkDb-0003E4-09 for gnu-help-gnu-emacs@m.gmane.org; Wed, 18 Dec 2002 14:50:59 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!newspeer.monmouth.com!nntp.newsfirst.net!newshub.more.net!news.more.net!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 150.243.160.9 Original-X-Trace: news.more.net 1040240926 150.243.160.9 (Wed, 18 Dec 2002 13:48:46 CST) Original-NNTP-Posting-Date: Wed, 18 Dec 2002 13:48:46 CST Original-Xref: shelby.stanford.edu gnu.emacs.help:108266 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4795 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4795 The emacs manual discusses how to use gud, but doesn't mention how to add languages to it. The actual source has a few lines on adding debuggers, but without many details. (A new debugger needs a massage-args function to massage arguments, but what arguments, and how/why do they need to be massaged?) Is there any documentation on adding debuggers? Thanks, Jay