From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1926 invoked by alias); 20 Apr 2006 14:35:52 -0000 Received: (qmail 1918 invoked by uid 22791); 20 Apr 2006 14:35:52 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Apr 2006 14:35:42 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-238-215.inter.net.il [83.130.238.215]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DEB92011 (AUTH halo1); Thu, 20 Apr 2006 17:35:13 +0300 (IDT) Date: Thu, 20 Apr 2006 14:35:00 -0000 Message-Id: From: Eli Zaretskii To: Gaius Mulley CC: gdb-patches@sources.redhat.com, jimb@red-bean.com In-reply-to: <87psjc9yu3.fsf@glam.ac.uk> (message from Gaius Mulley on 20 Apr 2006 14:11:00 +0100) Subject: Re: Enhanced language support for Modula-2 Reply-to: Eli Zaretskii References: <87psjc9yu3.fsf@glam.ac.uk> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00272.txt.bz2 > CC: jimb@red-bean.com > From: Gaius Mulley > Date: 20 Apr 2006 14:11:00 +0100 > > here are the latest patches for the enhanced Modula-2 support for gdb. > In summary I've improved the documentation, rewritten m2-typeprint.c > to walk the type tree and improved m2-valprint.c to allow variables > declared at addresses to be printed using the Modula-2 syntax. The doco patches are approved, but please fix the two minor gotchas below, before you commit: > +@example > +VAR > + s: SET OF CHAR ; > + r: [20..40] ; > +@end example Please change all uses of @example to @smallexample. We always use @smallexample in GDB; sorry that I failed to mention this before. > +above. Unbounded arrays are also not yet recognised in @value{GDBN}. ^^^^^^^^^^ "recognized": we use the US spelling. Thanks.