This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Enhanced language support for Modula-2
- From: Gaius Mulley <gaius at glam dot ac dot uk>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: gdb-patches at sources dot redhat dot com, jimb at red-bean dot com
- Date: 04 May 2006 08:03:36 +0100
- Subject: Re: Enhanced language support for Modula-2
- References: <87psjc9yu3.fsf@glam.ac.uk> <u3bg8wc0n.fsf@gnu.org>
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