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: [PATCH] Objective-C language support.


Adam Fedor wrote:
> 
> This patch adds Objective-C language support to gdb based upon a patch
> provided by Apple Computer Inc from their version of gdb. Note that the
> patch only contains changes to existing files. New files (objc-lang.h,
> objc-lang.c, objc-exp.y) and a gdb.objc testsuite directory are located at
> 
> ftp://ftp.gnustep.org/pub/gnustep/contrib/gdb-objc-patch.tar.gz

Well, let's see if we can't get this going again.
Adam, I'm going to give you approval for the following 
portion of this patch.  If no one objects in the next 
few days, you can check it in.


>         * defs.h (enum language): Add language_objc. 
>
> Index: gdb/defs.h
> ===================================================================
> RCS file: /cvs/src/src/gdb/defs.h,v
> retrieving revision 1.94
> diff -u -p -r1.94 defs.h
> --- gdb/defs.h  1 Aug 2002 17:18:32 -0000       1.94
> +++ gdb/defs.h  17 Sep 2002 19:29:59 -0000
> @@ -208,6 +208,7 @@ enum language
>      language_auto,             /* Placeholder for automatic setting */
>      language_c,                        /* C */
>      language_cplus,            /* C++ */
> +    language_objc,             /* Objective-C */
>      language_java,             /* Java */
>      /* OBSOLETE language_chill,        */      /* Chill */
>      language_fortran,          /* Fortran */


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