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]

Re: [PATCH RFA] pascal language part 5 : support for 'info type'


At 20:55 01/09/00 , David Taylor wrote:
>      The current CVS tree gives the following output for
>    a pascal executable:
>
>    (gdb) info type 
>    Language not supported
>
>    This is due to missing support of language_pascal in the
>      c_typedef_print function in c-typeprint.c source.
>    However this function is not C specific at all, thus my patch
>    removes c_typedef_print from c-typeprint.c and replaces it by
>    a new function typedef_print in typeprint.c source.
>    (typedef_print function is just the old c_typedef_print function 
>    with pascal language support added !)
>
>Approved.

  Committed, thanks.


Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99

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