This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Enhanced language support for Modula-2


> Date: Thu, 20 Apr 2006 17:35:20 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > CC: jimb@red-bean.com
> > From: Gaius Mulley <gaius@glam.ac.uk>
> > 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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]