From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1748 invoked by alias); 20 Apr 2006 18:47:23 -0000 Received: (qmail 1740 invoked by uid 22791); 20 Apr 2006 18:47:23 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 20 Apr 2006 18:47:20 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k3KIl3Ff015943; Thu, 20 Apr 2006 20:47:03 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k3KIl2rk020656; Thu, 20 Apr 2006 20:47:02 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k3KIl2Kx031588; Thu, 20 Apr 2006 20:47:02 +0200 (CEST) Date: Thu, 20 Apr 2006 18:47:00 -0000 Message-Id: <200604201847.k3KIl2Kx031588@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: eliz@gnu.org CC: gaius@glam.ac.uk, gdb-patches@sources.redhat.com, jimb@red-bean.com In-reply-to: (message from Eli Zaretskii on Thu, 20 Apr 2006 17:35:20 +0300) Subject: Re: Enhanced language support for Modula-2 References: <87psjc9yu3.fsf@glam.ac.uk> 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/msg00287.txt.bz2 > Date: Thu, 20 Apr 2006 17:35:20 +0300 > From: Eli Zaretskii > > > 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. Oh? I didn't know that. Ugh Yuck! (Sorry couldn't resist).