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


Eli Zaretskii <eliz@gnu.org> writes:

> > 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.
> 
> Thanks.

Hi Eli,

many thanks for approving the docs. Do you want me to repost the
corrected patch?  Also do you know if the code component of the patch
is/was approved?

regards,
Gaius


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