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: obvious set_cu_language patch


Per Bothner <per@bothner.com> writes:

> Andrew Cagney <ac131313@cygnus.com> writes:
> 
>> Per, can you add your self to the MAINTAINERS file as write after approval.
> 
> Actually, I was thinking of this instead.  Is this ok?

I'd pay you money to do it.
:)

While i'm redoing the type system, I was just about to ask a java
person the following:
in jv-lang.c, in java_array_type, it says "FIXME: This is bogus! Java
arrays are not gdb arrays!".

Could you please point me to where i can find out what java arrays
*are*, so i can make a type structure for them (the new typesystem is
a hierarchy of structs, rather than a single type struct.  This means
whatever java arrays *are*, can easily be represented and handled,
with no fuss or muss).

> 
> Index: MAINTAINERS
> ===================================================================
> RCS file: /cvs/src/src/gdb/MAINTAINERS,v
> retrieving revision 1.93
> diff -u -r1.93 MAINTAINERS
> --- MAINTAINERS	2001/05/10 21:10:09	1.93
>+++ MAINTAINERS	2001/06/08 20:21:15
> @@ -245,6 +245,7 @@
>  language support	David Taylor		taylor@cygnus.com
>    C++ support		Daniel Berlin		dan@cgsoftware.com
>    Java support		Anthony Green 		green@cygnus.com
>+			Per Bothner		per@bothner.com
>    Objective-C/C++	Klee Dienes		kdienes@apple.com
>  			Jim Ingham		jimgham@apple.com
>    Pascal support	Pierre Muller		muller@sourceware.cygnus.com
> 
> -- 
> 	--Per Bothner
> per@bothner.com   http://www.bothner.com/per/

-- 
"I'd like to sing you a song now about my old girlfriend.  It's
called, "They'll Find Her When the Leaves Blow Away 'Cause I'm
Not Raking 'Til Spring."
"-Steven Wright


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