This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA]: Turn on initial Ada support in GDB


> From: Paul Hilfinger <hilfingr@gnat.com>
> Date: Mon, 27 Sep 2004 06:33:27 -0400 (EDT)
> 

Oops, missed that.

The patch to gdb.texinfo is approved, but please fix the minor gotchas
below.

I also think this warrants an entry in NEWS.

Thanks.

> +* Ada Mode Intro::              General remarks on the Ada syntax 
> +                                   and semantics supported by Ada mode 
> +                                   in @value{GDBN}

A period is missing at the end of the sentence.

> +Dispatching subprogram calls are not implemented.

"Dispatching" is not plural, so we should say ``is not implemented''.

> +in strings.   For example,
> +@smallexample
> +   "One line.["0a"]Next line.["0a"]"
> +@end smallexample
> +@noindent
> +Contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
> +period.

"Contains" should not begin with a capital C here, as it is a
continuation of the sentence before the example.

> +(gdb) break exception Standard.Constraint_Error

This should use "@value{GDBP}" rather than a literal "(gdb)".


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