OSDN Git Service

2001-10-12 Fernando Nasser <fnasser@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / gdb / MAINTAINERS
1                         GDB Maintainers
2
3
4                         Blanket Write Privs
5                            (alphabetic)
6
7 Jim Blandy                      jimb@redhat.com
8 Andrew Cagney                   ac131313@redhat.com
9 J.T. Conklin                    jtc@redback.com
10 Fred Fish                       fnf@ninemoons.com
11 Mark Kettenis                   kettenis@gnu.org
12 Peter Schauer                   Peter.Schauer@regent.e-technik.tu-muenchen.de
13 Stan Shebs                      shebs@apple.com
14 Michael Snyder                  msnyder@redhat.com
15
16
17                         Various Maintainers
18
19 Note individuals who maintain parts of the debugger need approval to
20 check in changes outside of the immediate domain that they maintain.
21
22 If there is no maintainer for a given domain then the responsibility
23 falls to the head maintainer.
24
25 If there are several maintainers for a given domain then
26 responsibility falls to the first maintainer.  The first maintainer is
27 free to devolve that responsibility among the other maintainers.
28
29
30                         The Obvious Fix Rule
31
32 All maintainers listed in this file are allowed to check in obvious
33 fixes.
34
35 An "obvious fix" means that there is no possibility that anyone will
36 disagree with the change.  Something like bypassing an interface will
37 result in instantaneous and loud complaints.
38
39 A good mental test is "will the person who hates my work the most be
40 able to find fault with the change" - if so, then it's not obvious and
41 needs to be posted first. :-)
42
43
44 Target/Architecture:
45
46 Generic ISA (Instruction Set Architecture) issues, API variants, CPU
47 variants.  *-tdep.c. The Target/Architecture maintainer works with the
48 host maintainer when resolving build issues.  The Target/Architecture
49 maintainer works with the native maintainer when resolving API issues.
50
51         a29k            --target=a29k-amd-udi -Werror
52                         Maintenance only
53
54         alpha           --target=alpha-dec-osf4.0a -Werror
55                         Maintenance only
56
57         arc             --target=arc-elf ,-Werror
58                         Maintenance only
59
60         arm             --target=arm-coff,arm-elf,arm-pe -w
61                         Fernando Nasser         fnasser@redhat.com
62                         Scott Bambrough         scottb@netwinder.org
63
64         cris            --target=cris-elf -w
65                         Orjan Friberg           orjanf@axis.com
66
67         d10v            --target=d10v-elf ,-Werror
68                         Andrew Cagney           cagney@redhat.com
69
70         d30v            --target=d30v-elf ,-Werror
71                         David Taylor            taylor@redhat.com
72
73         djgpp           --target=i586-pc-msdosdjgpp ,-Werror
74                         (See native and host)
75
76         fr30            --target=fr30-elf -Werror
77                         Maintenance only
78
79         h8300           --target=h8300hms -Werror
80                         Maintenance only
81
82         h8500           --target=h8500hms -Werror
83                         Maintenance only
84
85         i386            --target=i386-elf,i386-aout ,-Werror
86                         Mark Kettenis           kettenis@gnu.org
87
88         i960            --target=i960-coff ,-Werror
89                         Maintenance only
90
91         ia64            --target=ia64-linux ,-Werror
92                         Kevin Buettner          kevinb@redhat.com
93
94         m32r            --target=m32r-elf -Werror
95                         Michael Snyder          msnyder@redhat.com
96
97         m68hc11         --target=m68hc11-elf ,-Werror
98                         Stephane Carrez         Stephane.Carrez@worldnet.fr
99
100         m68k            --target=m68k-aout,m68k-coff,m68k-elf ,-Werror
101                         Maintenance only
102
103         m88k            --target=m88k ,-Werror
104                         Known problem in 5.1
105                         Maintenance only
106
107         mcore           --target=mcore-elf,mcore-pe ,-Werror
108                         Maintenance only
109
110         mips            --target=mips-elf,mips64-elf ,-Werror
111                         Andrew Cagney           cagney@redhat.com
112
113         mn10200         --target=mn10200-elf ,-Werror
114                         Maintenance only
115
116         mn10300         --target=mn10300-elf ,-Werror
117                         Maintenance only
118
119         ns32k           --target=ns32k-netbsd ,-Werror
120                         Maintenance only
121
122         pa              (--target=hppa1.1-hp-proelf broken)
123                         Maintenance only
124
125         powerpc         --target=powerpc-eabi,powerpcle-eabi ,-Werror
126                         Kevin Buettner          kevinb@redhat.com
127
128         rs6000          --target=rs6000-ibm-aix3.2,rs6000-ibm-aix4.1 ,-Werror
129                         (see rs6000 native and ppc target)
130
131         sh              --target=sh-hms,sh-elf ,-Werror
132                         Elena Zannoni           ezannoni@redhat.com
133
134         sparc           --target=sparc-elf,sparc64-elf ,-Werror
135                         David Taylor            taylor@redhat.com
136
137         tic80           (--target=tic80-coff broken)
138                         Maintenance only
139
140         v850            --target=v850-elf ,-Werror
141                         Maintenance only
142
143         vax             --target=vax-dec-vms5.5 ,-Werror
144                         Maintenance only
145
146         w65             (--target=w65 broken)
147                         Maintenance only
148
149         z8k             (--target=z8k-coff broken)
150                         Known problem in 5.1
151                         Maintenance only
152
153 All maintainers can make arbitrary changes to OBSOLETE targets.
154
155 All maintainers can make mechanical (params, spelling, indentation,
156 multi-arch, -W..., ....) changes to ``maintenance only'' targets.
157 Please sanity check the change by compiling with one of the listed
158 targets.
159
160 The GAWK segment:
161
162   awk < "${maintainers}" '
163   $2 ~ /--target=.*/ {
164     targets = gensub (/^.*--target=/, "", 1, $2)
165     warnings = gensub (/[)]*$/, "", 1, $3)
166     split (targets, targ, /,/)
167     for (i in targ) {
168         print targ[i], warnings
169     }
170   }'
171
172 can be used to generate a full list of --target=
173 --enable-gdb-build-warning= pairs.
174
175
176
177 Host/Native:
178
179 The Native maintainer is responsible for target specific native
180 support - typically shared libraries and quirks to procfs/ptrace/...
181 The Native maintainer works with the Arch and Core maintainers when
182 resolving more generic problems.
183
184 The host maintainer ensures that gdb (including mmalloc) can be built
185 as a cross debugger on their platform.
186
187 AIX                     Peter Schauer           Peter.Schauer@regent.e-technik.tu-muenchen.de
188                         Kevin Buettner          kevinb@redhat.com
189
190 djgpp native            Eli Zaretskii           eliz@gnu.org
191                         DJ Delorie              dj@redhat.com
192 MS Windows (NT, CE, '00, 9x, Me) host & native
193                         Chris Faylor            cgf@redhat.com
194 GNU/Linux/x86 native & host
195                         Mark Kettenis           kettenis@gnu.org
196                         Jim Blandy              jimb@redhat.com
197 GNU/Linux PPC native    Kevin Buettner          kevinb@redhat.com
198 GNU/Linux MIPS native & host
199                         Daniel Jacobowitz       dan@debian.org
200 FreeBSD native & host   Mark Kettenis           kettenis@gnu.org
201                         David O'Brien           obrien@freebsd.org
202 hurd native             Mark Kettenis           kettenis@gnu.org
203 NetBSD native & host    J.T. Conklin            jtc@redback.com
204 SCO/Unixware            Robert Lipe             rjl@sco.com
205 GNU/Linux ARM native    Scott Bambrough         scottb@netwinder.org
206 Solaris/x86 native & host (devolved)
207                         Peter Schauer           Peter.Schauer@regent.e-technik.tu-muenchen.de
208 Solaris/SPARC native & host (devolved)
209                         David Taylor            taylor@redhat.com
210                         Michael Snyder          msnyder@redhat.com
211 Mac OS X                Klee Dienes             kdienes@apple.com
212                         Jim Ingham              jingham@apple.com
213
214
215
216 Core: Generic components used by all of GDB
217
218 generic arch support    Andrew Cagney           cagney@redhat.com
219                         Any host/target maintainer can add to
220                         gdbarch.{c,h,sh}.  Send tricky ones to cagney.
221 target vector           Andrew Cagney           cagney@redhat.com
222 main (main.c, top.c)    Elena Zannoni           ezannoni@redhat.com
223 event loop              Elena Zannoni           ezannoni@redhat.com
224
225 generic symtabs         Jim Blandy              jimb@redhat.com
226                         Elena Zannoni           ezannoni@redhat.com
227   dwarf readers         Jim Blandy              jimb@redhat.com
228                         Elena Zannoni           ezannoni@redhat.com
229   elf reader            Jim Blandy              jimb@redhat.com
230                         Elena Zannoni           ezannoni@redhat.com
231   stabs reader          Jim Blandy              jimb@redhat.com
232                         Elena Zannoni           ezannoni@redhat.com
233   coff reader           Philippe De Muyter      phdm@macqel.be
234   xcoff reader          Any maintainer can modify this; please send tricky
235                         ones to Kevin Buettner <kevinb@redhat.com>
236   linespec              Jim Blandy              jimb@redhat.com
237                         Elena Zannoni           ezannoni@redhat.com
238                         Fernando Nasser         fnasser@redhat.com
239
240 tracing bytecode stuff  Jim Blandy              jimb@redhat.com
241 tracing                 Michael Snyder          msnyder@redhat.com
242 threads                 Michael Snyder          msnyder@redhat.com
243                         Mark Kettenis           kettenis@gnu.org
244 breakpoints             Michael Snyder          msnyder@redhat.com
245                         Jim Blandy              jimb@redhat.com
246 language support        David Taylor            taylor@redhat.com
247   Java support (devolved)
248                         Per Bothner             per@bothner.com
249                         Anthony Green           green@redhat.com
250   Objective-C/C++       Klee Dienes             kdienes@apple.com
251                         Jim Ingham              jimgham@apple.com
252   Pascal support        Pierre Muller           muller@sourceware.redhat.com
253 expression eval         David Taylor            taylor@redhat.com
254 defs.h                  David Taylor            taylor@redhat.com
255 utils.c                 David Taylor            taylor@redhat.com
256 Scheme support          Jim Blandy              jimb@redhat.com
257
258 shared libs (devolved)  Jim Blandy              jimb@redhat.com
259                         Kevin Buettner          kevinb@redhat.com
260   xcoffsolib            Peter Schauer           Peter.Schauer@regent.e-technik.tu-muenchen.de
261
262 remote.c                Andrew Cagney           cagney@redhat.com
263                         J.T. Conklin            jtc@redback.com
264 include/remote-sim.h, remote-sim.c
265                         Andrew Cagney           cagney@redhat.com
266 sds protocol            Fernando Nasser         fnasser@redhat.com
267 rdi/adp protocol        Fernando Nasser         fnasser@redhat.com
268 documentation           Eli Zaretskii           eliz@gnu.org
269 testsuite               Fernando Nasser         fnasser@redhat.com
270   config                Mark Salter             msalter@redhat.com
271   lib                   Mark Salter             msalter@redhat.com
272   gdbtk (gdb.gdbtk)     Keith Seitz             keiths@redhat.com
273   c++ (gdb.c++)         Michael Chastain        chastain@redhat.com
274   mi tests (gdb.mi)     Elena Zannoni           ezannoni@redhat.com
275                         Andrew Cagney           cagney@redhat.com
276   stabs (gdb.satbs)     Elena Zannoni           ezannoni@redhat.com
277   threads (gdb.threads) Michael Snyder          msnyder@redhat.com
278   trace (gdb.trace)     Michael Snyder          msnyder@redhat.com
279   hp tests (gdb.hp)     (vacant)
280   Java tests (gdb.java) Anthony Green           green@redhat.com
281 Kernel Object Display   Fernando Nasser         fnasser@redhat.com
282 dcache.c                J.T. Conklin            jtc@redback.com
283
284
285 UI: External (user) interfaces.
286
287 command interpreter     Fernando Nasser         fnasser@redhat.com
288 gdbtk (c & tcl)         Jim Ingham              jingham@apple.com
289                         Fernando Nasser         fnasser@redhat.com
290                         Keith Seitz             keiths@redhat.com
291 libgui (w/foundry, sn)  Jim Ingham              jingham@apple.com
292                         Keith Seitz             keiths@redhat.com
293 mi (gdb/mi)             Andrew Cagney           cagney@redhat.com
294                         Elena Zannoni           ezannoni@redhat.com
295                         Fernando Nasser         fnasser@redhat.com
296 tui                     (vacant)
297                         Technical Contact Point wdb@cup.hp.com
298
299
300 Misc:
301
302 Web pages.              Jim Kingdon             jkingdon@engr.sgi.com  ++
303                         (anyone can edit; kingdon is just lead maintainer)
304
305 Makefile.in, configure* ALL
306
307 mmalloc/                ALL Host maintainers
308
309 sim/                    See sim/MAINTAINERS, co-ordinated by:
310                         Frank Ch. Eigler        fche@redhat.com
311
312 readline/               Master version: ftp://ftp.cwru.edu/pub/bash/
313                         Elena Zannoni           ezannoni@redhat.com
314                         Host maintainers (host dependant parts)
315                         (but get your changes into the master version)
316
317 tcl/ tk/ itcl/          Ian Roxborough          irox@redhat.com
318
319                         Write After Approval
320                            (alphabetic)
321
322 To get recommended for the Write After Approval list you need a valid
323 FSF assignment and have submitted one good patch.
324
325 David Anderson                                  davea@sgi.com
326 Philip Blundell                                 philb@gnu.org
327 Joel Brobecker                                  brobecker@act-europe.fr
328 Michael Chastain                                chastain@redhat.com
329 Nick Clifton                                    nickc@redhat.com
330 Orjan Friberg                                   orjanf@axis.com
331 Paul Hilfinger                                  hilfinger@gnat.com
332 Matt Hiller                                     hiller@redhat.com
333 Kazu Hirata                                     kazu@hxi.com
334 Jeff Holcomb                                    jeffh@redhat.com
335 Don Howard                                      dhoward@redhat.com
336 Martin Hunt                                     hunt@redhat.com
337 Daniel Jacobowitz                               dan@debian.org
338 Andreas Jaeger                                  aj@suse.de
339 Geoff Keating                                   geoffk@redhat.com
340 Jim Kingdon                                     jkingdon@engr.sgi.com  ++
341 Jonathan Larmour                                jlarmour@redhat.co.uk
342 H.J. Lu                                         hjl@lucon.org
343 Glen McCready                                   gkm@redhat.com
344 Jason Molenda                                   jmolenda@apple.com
345 Pierre Muller                                   muller@sourceware.redhat.com
346 Alexandre Oliva                                 aoliva@redhat.com
347 Mark Salter                                     msalter@redhat.com
348 Keith Seitz                                     keiths@redhat.com
349 Jiri Smid                                       smid@suse.cz
350 David Smith                                     dsmith@redhat.com
351 Stephen P. Smith                                ischis2@home.com
352 Gary Thomas                                     gthomas@redhat.com
353 Tom Tromey                                      tromey@redhat.com
354 Corinna Vinschen                                vinschen@redhat.com
355
356
357
358                         Past Maintainers
359
360 Jimmy Guo (gdb.hp, tui)                         guo@cup.hp.com
361 Jeff Law (hppa)                                 law@cygnus.com
362 Daniel Berlin (C++ support)                     dan@cgsoftware.com
363
364
365 Folks that have been caught up in a paper trail:
366
367 Jim Kingdon                                     jkingdon@engr.sgi.com
368 Chris G. Demetriou                              cgd@sibyte.com
369
370 --
371
372 (*) Indicates folks that don't have a Kerberos/SSH account in the GDB
373 group.