]>
Commit | Line | Data |
---|---|---|
1 | GDB Maintainers | |
2 | ||
3 | ||
4 | Global Maintainers | |
5 | (alphabetic) | |
6 | ||
7 | Jim Blandy [email protected] | |
8 | Kevin Buettner [email protected] | |
9 | Andrew Cagney [email protected] | |
10 | J.T. Conklin [email protected] | |
11 | Fred Fish [email protected] | |
12 | Daniel Jacobowitz [email protected] | |
13 | Mark Kettenis [email protected] | |
14 | Peter Schauer [email protected] | |
15 | Stan Shebs [email protected] | |
16 | Michael Snyder [email protected] | |
17 | Elena Zannoni [email protected] | |
18 | Eli Zaretskii [email protected] | |
19 | ||
20 | ||
21 | Various Maintainers | |
22 | ||
23 | Note individuals who maintain parts of the debugger need approval to | |
24 | check in changes outside of the immediate domain that they maintain. | |
25 | ||
26 | If there is no maintainer for a given domain then the responsibility | |
27 | falls to a global maintainer. | |
28 | ||
29 | If there are several maintainers for a given domain then | |
30 | responsibility falls to the first maintainer. The first maintainer is | |
31 | free to devolve that responsibility among the other maintainers. | |
32 | ||
33 | ||
34 | The Obvious Fix Rule | |
35 | ||
36 | All maintainers listed in this file are allowed to check in obvious | |
37 | fixes. | |
38 | ||
39 | An "obvious fix" means that there is no possibility that anyone will | |
40 | disagree with the change. | |
41 | ||
42 | A good mental test is "will the person who hates my work the most be | |
43 | able to find fault with the change" - if so, then it's not obvious and | |
44 | needs to be posted first. :-) | |
45 | ||
46 | Something like changing or bypassing an interface is _not_ an obvious | |
47 | fix, since such a change without discussion will result in | |
48 | instantaneous and loud complaints. | |
49 | ||
50 | ||
51 | Target Instruction Set Architectures: | |
52 | ||
53 | Generic ISA (Instruction Set Architecture) issues, API variants, CPU | |
54 | variants. *-tdep.c. The Target/Architecture maintainer works with the | |
55 | host maintainer when resolving build issues. The Target/Architecture | |
56 | maintainer works with the native maintainer when resolving API issues. | |
57 | ||
58 | a29k Deleted. | |
59 | ||
60 | alpha --target=alpha-elf ,-Werror | |
61 | Maintenance only | |
62 | ||
63 | arc Deleted. | |
64 | ||
65 | arm --target=arm-elf ,-Werror | |
66 | Scott Bambrough [email protected] | |
67 | Richard Earnshaw [email protected] | |
68 | ||
69 | avr --target=avr ,-Werror | |
70 | Theodore A. Roth [email protected] | |
71 | ||
72 | cris --target=cris-elf ,-Werror | |
73 | Orjan Friberg [email protected] | |
74 | ||
75 | d10v --target=d10v-elf ,-Werror | |
76 | Maintenance only | |
77 | ||
78 | d30v Deleted. | |
79 | ||
80 | fr30 Deleted. | |
81 | ||
82 | frv --target=frv-elf ,-Werror | |
83 | Maintenance only | |
84 | ||
85 | h8300 --target=h8300hms ,-Werror | |
86 | Maintenance only | |
87 | ||
88 | h8500 Deleted. | |
89 | ||
90 | i386 --target=i386-elf ,-Werror | |
91 | Mark Kettenis [email protected] | |
92 | ||
93 | i960 Deleted. | |
94 | ||
95 | ia64 --target=ia64-linux-gnu ,-Werror | |
96 | (--target=ia64-elf broken) | |
97 | Kevin Buettner [email protected] | |
98 | ||
99 | m32r --target=m32r-elf ,-Werror | |
100 | ||
101 | m68hc11 --target=m68hc11-elf ,-Werror , | |
102 | Stephane Carrez [email protected] | |
103 | ||
104 | m68k --target=m68k-elf ,-Werror | |
105 | Maintenance only | |
106 | ||
107 | m88k Deleted. | |
108 | ||
109 | mcore --target=mcore-elf ,-Werror | |
110 | Maintenance only | |
111 | ||
112 | mips --target=mips-elf ,-Werror | |
113 | Andrew Cagney [email protected] | |
114 | ||
115 | mn10200 Deleted. | |
116 | ||
117 | mn10300 --target=mn10300-elf ,-Werror | |
118 | Maintenance only | |
119 | ||
120 | ns32k --target=ns32k-netbsd ,-Werror | |
121 | Maintenance only | |
122 | ||
123 | pa --target=hppa-elf ,-Werror | |
124 | Maintenance only | |
125 | ||
126 | powerpc --target=powerpc-eabi ,-Werror | |
127 | Kevin Buettner [email protected] | |
128 | ||
129 | s390 --target=s390-linux-gnu ,-Werror | |
130 | (contact DJ Barrow [email protected]) | |
131 | ||
132 | sh --target=sh-elf ,-Werror | |
133 | Elena Zannoni [email protected] | |
134 | ||
135 | sparc --target=sparc-elf ,-Werror | |
136 | Maintenance only | |
137 | ||
138 | tic80 Deleted. | |
139 | ||
140 | v850 --target=v850-elf ,-Werror | |
141 | Maintenance only | |
142 | ||
143 | vax --target=vax-netbsd ,-Werror | |
144 | Maintenance only | |
145 | ||
146 | w65 Deleted. | |
147 | ||
148 | x86-64 --target=x86_64-linux-gnu ,-Werror | |
149 | Maintenance only | |
150 | ||
151 | xstormy16 --target=xstormy16-elf ,-Werror | |
152 | Corinna Vinschen [email protected] | |
153 | ||
154 | z8k Deleted. | |
155 | ||
156 | All developers recognized by this file can make arbitrary changes to | |
157 | OBSOLETE targets. | |
158 | ||
159 | All maintainers can test and thence approve non-trivial changes to | |
160 | ``maintenance only'' targets submitted by recognized developers. | |
161 | ||
162 | All recognized developers can make mechanical changes (by virtue of | |
163 | the obvious fix rule) to ``maintenance only'' targets. The change | |
164 | shall be sanity checked by compiling with one of the listed targets. | |
165 | ||
166 | The Bourne shell script gdb_mbuild.sh can be used to rebuild all the | |
167 | above targets. | |
168 | ||
169 | ||
170 | Host/Native: | |
171 | ||
172 | The Native maintainer is responsible for target specific native | |
173 | support - typically shared libraries and quirks to procfs/ptrace/... | |
174 | The Native maintainer works with the Arch and Core maintainers when | |
175 | resolving more generic problems. | |
176 | ||
177 | The host maintainer ensures that gdb can be built as a cross debugger on | |
178 | their platform. | |
179 | ||
180 | AIX Peter Schauer [email protected] | |
181 | Kevin Buettner [email protected] | |
182 | Joel Brobecker [email protected] | |
183 | ||
184 | djgpp native Eli Zaretskii [email protected] | |
185 | DJ Delorie [email protected] | |
186 | MS Windows (NT, '00, 9x, Me, XP) host & native | |
187 | Chris Faylor [email protected] | |
188 | GNU/Linux/x86 native & host | |
189 | Mark Kettenis [email protected] | |
190 | GNU/Linux PPC native Kevin Buettner [email protected] | |
191 | GNU/Linux MIPS native & host | |
192 | Daniel Jacobowitz [email protected] | |
193 | GNU/Linux m68k Andreas Schwab [email protected] | |
194 | FreeBSD native & host Mark Kettenis [email protected] | |
195 | David O'Brien [email protected] | |
196 | hurd native Mark Kettenis [email protected] | |
197 | NetBSD native & host Jason Thorpe [email protected] | |
198 | SCO/Unixware Robert Lipe [email protected] | |
199 | GNU/Linux ARM native Scott Bambrough [email protected] | |
200 | Solaris/x86 native & host (devolved) | |
201 | Peter Schauer [email protected] | |
202 | Solaris/SPARC native & host (devolved) | |
203 | (Global Maintainers) | |
204 | ||
205 | ||
206 | ||
207 | Core: Generic components used by all of GDB | |
208 | ||
209 | generic arch support Andrew Cagney [email protected] | |
210 | Any host/target maintainer can add to | |
211 | gdbarch.{c,h,sh}. Send tricky ones to cagney. | |
212 | target vector Andrew Cagney [email protected] | |
213 | ||
214 | event loop Elena Zannoni [email protected] | |
215 | For the part of top.c related to the event loop, | |
216 | send questions to [email protected] | |
217 | ||
218 | generic symtabs Jim Blandy [email protected] | |
219 | Elena Zannoni [email protected] | |
220 | dwarf readers Jim Blandy [email protected] | |
221 | Elena Zannoni [email protected] | |
222 | elf reader Jim Blandy [email protected] | |
223 | Elena Zannoni [email protected] | |
224 | stabs reader Jim Blandy [email protected] | |
225 | Elena Zannoni [email protected] | |
226 | coff reader Philippe De Muyter [email protected] | |
227 | xcoff reader Any maintainer can modify this; please send tricky | |
228 | ones to Kevin Buettner <[email protected]> | |
229 | HP/UX readers Any [past] maintainer can modify this. | |
230 | Please send tricky ones to the symtabs maintainers. | |
231 | ||
232 | tracing bytecode stuff Jim Blandy [email protected] | |
233 | tracing Michael Snyder [email protected] | |
234 | threads Michael Snyder [email protected] | |
235 | Mark Kettenis [email protected] | |
236 | breakpoints (Global Maintainers) | |
237 | language support (Blanket Write Privs Maintainers) | |
238 | C++ Daniel Jacobowitz [email protected] | |
239 | Java support (Global Maintainers) | |
240 | Pascal support Pierre Muller [email protected] | |
241 | Objective C support Adam Fedor [email protected] | |
242 | shared libs (devolved) Kevin Buettner [email protected] | |
243 | xcoffsolib Peter Schauer [email protected] | |
244 | ||
245 | remote.c Andrew Cagney [email protected] | |
246 | include/remote-sim.h, remote-sim.c | |
247 | Andrew Cagney [email protected] | |
248 | sds protocol (vacant) | |
249 | rdi/adp protocol (vacant) | |
250 | documentation Eli Zaretskii [email protected] | |
251 | testsuite (Global Maintainers) | |
252 | gdbtk (gdb.gdbtk) Keith Seitz [email protected] | |
253 | c++ (gdb.cp) Michael Chastain [email protected] | |
254 | David Carlton [email protected] | |
255 | mi tests (gdb.mi) Elena Zannoni [email protected] | |
256 | Andrew Cagney [email protected] | |
257 | threads (gdb.threads) Michael Snyder [email protected] | |
258 | trace (gdb.trace) Michael Snyder [email protected] | |
259 | hp tests (gdb.hp) (vacant) | |
260 | Java tests (gdb.java) Anthony Green [email protected] | |
261 | Kernel Object Display Fernando Nasser [email protected] | |
262 | ||
263 | ||
264 | UI: External (user) interfaces. | |
265 | ||
266 | command interpreter (Global Maintainers) | |
267 | gdbtk (c & tcl) Jim Ingham [email protected] | |
268 | Fernando Nasser [email protected] | |
269 | Keith Seitz [email protected] | |
270 | libgui (w/foundry, sn) Jim Ingham [email protected] | |
271 | Keith Seitz [email protected] | |
272 | mi (gdb/mi) Andrew Cagney [email protected] | |
273 | Elena Zannoni [email protected] | |
274 | Fernando Nasser [email protected] | |
275 | tui Stephane Carrez [email protected] | |
276 | (Global Maintainers) | |
277 | ||
278 | ||
279 | Misc: | |
280 | ||
281 | gdb/gdbserver Daniel Jacobowitz [email protected] | |
282 | ||
283 | Web pages. Jim Kingdon [email protected] ++ | |
284 | (anyone can edit; kingdon is just lead maintainer) | |
285 | ||
286 | Makefile.in, configure* ALL | |
287 | ||
288 | mmalloc/ ALL Host maintainers | |
289 | ||
290 | NEWS ALL | |
291 | ||
292 | sim/ See sim/MAINTAINERS | |
293 | ||
294 | readline/ Master version: ftp://ftp.cwru.edu/pub/bash/ | |
295 | Elena Zannoni [email protected] | |
296 | Host maintainers (host dependant parts) | |
297 | (but get your changes into the master version) | |
298 | ||
299 | tcl/ tk/ itcl/ Ian Roxborough [email protected] | |
300 | ||
301 | Write After Approval | |
302 | (alphabetic) | |
303 | ||
304 | To get recommended for the Write After Approval list you need a valid | |
305 | FSF assignment and have submitted one good patch. | |
306 | ||
307 | David Anderson [email protected] | |
308 | Shrinivas Atre [email protected] | |
309 | Scott Bambrough [email protected] | |
310 | Jim Blandy [email protected] | |
311 | Philip Blundell [email protected] | |
312 | Per Bothner [email protected] | |
313 | Joel Brobecker [email protected] | |
314 | Dave Brolley [email protected] | |
315 | Paul Brook [email protected] | |
316 | Kevin Buettner [email protected] | |
317 | Andrew Cagney [email protected] | |
318 | David Carlton [email protected] | |
319 | Stephane Carrez [email protected] | |
320 | Michael Chastain [email protected] | |
321 | Randolph Chung [email protected] | |
322 | Eric Christopher [email protected] | |
323 | Nick Clifton [email protected] | |
324 | Brendan Conoboy [email protected] | |
325 | DJ Delorie [email protected] | |
326 | Chris G. Demetriou [email protected] | |
327 | Philippe De Muyter [email protected] | |
328 | Dhananjay Deshpande [email protected] | |
329 | Klee Dienes [email protected] | |
330 | Richard Earnshaw [email protected] | |
331 | Frank Ch. Eigler [email protected] | |
332 | Ben Elliston [email protected] | |
333 | Brian Ford [email protected] | |
334 | Raoul Gough [email protected] | |
335 | Anthony Green [email protected] | |
336 | Matthew Green [email protected] | |
337 | Jerome Guitton [email protected] | |
338 | Adam Fedor [email protected] | |
339 | Fred Fish [email protected] | |
340 | Orjan Friberg [email protected] | |
341 | Ben Harris [email protected] | |
342 | Richard Henderson [email protected] | |
343 | Aldy Hernandez [email protected] | |
344 | Paul Hilfinger [email protected] | |
345 | Matt Hiller [email protected] | |
346 | Kazu Hirata [email protected] | |
347 | Jeff Holcomb [email protected] | |
348 | Don Howard [email protected] | |
349 | Martin Hunt [email protected] | |
350 | Jim Ingham [email protected] | |
351 | Daniel Jacobowitz [email protected] | |
352 | Andreas Jaeger [email protected] | |
353 | Jeff Johnston [email protected] | |
354 | Geoff Keating [email protected] | |
355 | Mark Kettenis [email protected] | |
356 | Jim Kingdon [email protected] ++ | |
357 | Jonathan Larmour [email protected] | |
358 | Jeff Law [email protected] | |
359 | David Lecomber [email protected] | |
360 | Robert Lipe [email protected] | |
361 | H.J. Lu [email protected] | |
362 | Michal Ludvig [email protected] | |
363 | Glen McCready [email protected] | |
364 | Greg McGary [email protected] | |
365 | Roland McGrath [email protected] | |
366 | Bryce McKinlay [email protected] | |
367 | Jason Merrill [email protected] | |
368 | David S. Miller [email protected] | |
369 | Mark Mitchell [email protected] | |
370 | Marko Mlinar [email protected] | |
371 | Alan Modra [email protected] | |
372 | Jason Molenda [email protected] | |
373 | Pierre Muller [email protected] | |
374 | Fernando Nasser [email protected] | |
375 | Hans-Peter Nilsson [email protected] | |
376 | David O'Brien [email protected] | |
377 | Alexandre Oliva [email protected] | |
378 | Tom Rix [email protected] | |
379 | Nick Roberts [email protected] | |
380 | Bob Rossi [email protected] | |
381 | Theodore A. Roth [email protected] | |
382 | Ian Roxborough [email protected] | |
383 | Grace Sainsbury [email protected] | |
384 | Kei Sakamoto [email protected] | |
385 | Mark Salter [email protected] | |
386 | Richard Sandiford [email protected] | |
387 | Peter Schauer Peter.Schauer@regent | |
388 | Andreas Schwab [email protected] | |
389 | Keith Seitz [email protected] | |
390 | Stan Shebs [email protected] | |
391 | Aidan Skinner [email protected] | |
392 | Jiri Smid [email protected] | |
393 | David Smith [email protected] | |
394 | Stephen P. Smith [email protected] | |
395 | Jackie Smith Cashion [email protected] | |
396 | Michael Snyder [email protected] | |
397 | Petr Sorfa [email protected] | |
398 | Ian Lance Taylor [email protected] | |
399 | Gary Thomas [email protected] | |
400 | Jason Thorpe [email protected] | |
401 | Tom Tromey [email protected] | |
402 | D Venkatasubramanian [email protected] | |
403 | Corinna Vinschen [email protected] | |
404 | Keith Walker [email protected] | |
405 | Kris Warkentin [email protected] | |
406 | Ulrich Weigand [email protected] | |
407 | Nathan Williams [email protected] | |
408 | Jim Wilson [email protected] | |
409 | Elena Zannoni [email protected] | |
410 | Eli Zaretskii [email protected] | |
411 | ||
412 | ||
413 | ||
414 | Past Maintainers | |
415 | ||
416 | Jimmy Guo (gdb.hp, tui) guo at cup dot hp dot com | |
417 | Jeff Law (hppa) law at cygnus dot com | |
418 | Daniel Berlin (C++ support) dan at cgsoftware dot com | |
419 | Nick Duffek (powerpc, SCO, Sol/x86) nick at duffek dot com | |
420 | David Taylor (d10v, sparc, utils, defs, | |
421 | expression evaluator, language support) taylor at candd dot org | |
422 | J.T. Conklin (dcache, NetBSD, remote) jtc at redback dot com | |
423 | Frank Ch. Eigler (sim) fche at redhat dot com | |
424 | Per Bothner (Java) per at bothner dot com | |
425 | Anthony Green (Java) green at redhat dot com | |
426 | Fernando Nasser (testsuite/, mi, cli) fnasser at redhat dot com | |
427 | Mark Salter (testsuite/lib+config) msalter at redhat dot com | |
428 | ||
429 | ||
430 | ||
431 | Folks that have been caught up in a paper trail: | |
432 | ||
433 | Chris Faylor [email protected] | |
434 | Jim Kingdon [email protected] | |
435 | David Carlton [email protected] | |
436 | ||
437 | -- | |
438 | ||
439 | (*) Indicates folks that don't have a Kerberos/SSH account in the GDB | |
440 | group. |