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] Add new language: "unsupported"


>  > 2003-05-06  J. Brobecker  <brobecker@gnat.com>
>  > 
>  >         * defs.h (language): Add language_unsupported enum value.
>  >         * c-lang.c (unsupported_language_defn): New language definition.
>  >         (_initialize_c_language): Add the new unsupported language to
>  >         the list of languages known to GDB.
>  > 
>  > Ok to apply?
> 
> Yes, modulus the name choice. Could you add a few more comments on
> what this new language is suitable for, etc? 

Thanks. Below is what I ended up comitting.

A test-case is coming up. I will also have a look at the documentation.

2003-05-08  J. Brobecker  <brobecker@gnat.com>

        * defs.h (language): Add language_minimal enum value.
        * c-lang.c (minimal_language_defn): New language definition.
        (_initialize_c_language): Add the new minimal language to the list
        of languages known to GDB.

-- 
Joel

Attachment: lang.diff
Description: Text document


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