]>
Commit | Line | Data |
---|---|---|
e990a46e | 1 | GDB Maintainers |
b2a74f99 DJ |
2 | =============== |
3 | ||
4 | ||
5 | Overview | |
6 | -------- | |
7 | ||
8 | This file describes different groups of people who are, together, the | |
9 | maintainers and developers of the GDB project. Don't worry - it sounds | |
10 | more complicated than it really is. | |
11 | ||
12 | There are four groups of GDB developers, covering the patch development and | |
13 | review process: | |
14 | ||
15 | - The Global Maintainers. | |
16 | ||
17 | These are the developers in charge of most daily development. They | |
18 | have wide authority to apply and reject patches, but defer to the | |
19 | Responsible Maintainers (see below) within their spheres of | |
20 | responsibility. | |
21 | ||
22 | - The Responsible Maintainers. | |
23 | ||
24 | These are developers who have expertise and interest in a particular | |
25 | area of GDB, who are generally available to review patches, and who | |
26 | prefer to enforce a single vision within their areas. | |
27 | ||
28 | - The Authorized Committers. | |
29 | ||
30 | These are developers who are trusted to make changes within a specific | |
31 | area of GDB without additional oversight. | |
32 | ||
33 | - The Write After Approval Maintainers. | |
34 | ||
35 | These are developers who have write access to the GDB source tree. They | |
36 | can check in their own changes once a developer with the appropriate | |
37 | authority has approved the changes; they can also apply the Obvious | |
38 | Fix Rule (below). | |
39 | ||
40 | All maintainers are encouraged to post major patches to the gdb-patches | |
41 | mailing list for comments, even if they have the authority to commit the | |
42 | patch without review from another maintainer. This especially includes | |
43 | patches which change internal interfaces (e.g. global functions, data | |
44 | structures) or external interfaces (e.g. user, remote, MI, et cetera). | |
45 | ||
46 | The term "review" is used in this file to describe several kinds of feedback | |
47 | from a maintainer: approval, rejection, and requests for changes or | |
48 | clarification with the intention of approving a revised version. Review is | |
49 | a privilege and/or responsibility of various positions among the GDB | |
50 | Maintainers. Of course, anyone - whether they hold a position but not the | |
51 | relevant one for a particular patch, or are just following along on the | |
52 | mailing lists for fun, or anything in between - may suggest changes or | |
53 | ask questions about a patch! | |
54 | ||
55 | There's also a couple of other people who play special roles in the GDB | |
56 | community, separately from the patch process: | |
57 | ||
892a8570 | 58 | - The Official FSF-appointed GDB Maintainers. |
b2a74f99 | 59 | |
892a8570 PA |
60 | These maintainers are the ones who take the overall responsibility |
61 | for GDB, as a package of the GNU project. Other GDB contributors | |
62 | work under the official maintainers' supervision. They have final | |
63 | and overriding authority for all GDB-related decisions, including | |
64 | anything described in this file. As individuals, they may or not | |
65 | be generally involved in day-to-day development. | |
b2a74f99 DJ |
66 | |
67 | - The Release Manager. | |
68 | ||
69 | This developer is in charge of making new releases of GDB. | |
70 | ||
71 | - The Patch Champions. | |
72 | ||
73 | These volunteers make sure that no contribution is overlooked or | |
74 | forgotten. | |
75 | ||
76 | Most changes to the list of maintainers in this file are handled by | |
77 | consensus among the global maintainers and any other involved parties. | |
78 | In cases where consensus can not be reached, the global maintainers may | |
892a8570 | 79 | ask the official FSF-appointed GDB maintainers for a final decision. |
b2a74f99 DJ |
80 | |
81 | ||
82 | The Obvious Fix Rule | |
83 | -------------------- | |
84 | ||
85 | All maintainers listed in this file, including the Write After Approval | |
86 | developers, are allowed to check in obvious fixes. | |
87 | ||
88 | An "obvious fix" means that there is no possibility that anyone will | |
89 | disagree with the change. | |
90 | ||
91 | A good mental test is "will the person who hates my work the most be | |
92 | able to find fault with the change" - if so, then it's not obvious and | |
93 | needs to be posted first. :-) | |
94 | ||
95 | Something like changing or bypassing an interface is _not_ an obvious | |
96 | fix, since such a change without discussion will result in | |
97 | instantaneous and loud complaints. | |
98 | ||
81e0e940 EZ |
99 | For documentation changes, about the only kind of fix that is obvious |
100 | is correction of a typo or bad English usage. | |
101 | ||
e990a46e | 102 | |
892a8570 PA |
103 | The Official FSF-appointed GDB Maintainers |
104 | ------------------------------------------ | |
e990a46e | 105 | |
892a8570 PA |
106 | These maintainers as a group have final authority for all GDB-related |
107 | topics; they may make whatever changes that they deem necessary, or | |
108 | that the FSF requests. | |
e990a46e | 109 | |
892a8570 PA |
110 | The current official FSF-appointed GDB maintainers are listed below, |
111 | in alphabetical order. Their affiliations are provided for reference | |
112 | only - their maintainership status is individual and not through their | |
113 | affiliation, and they act on behalf of the GNU project. | |
ef7b4488 | 114 | |
892a8570 PA |
115 | Pedro Alves (Red Hat) |
116 | Joel Brobecker (AdaCore) | |
117 | Doug Evans (Google) | |
892a8570 | 118 | Eli Zaretskii |
5185fdd7 | 119 | |
b2a74f99 DJ |
120 | Global Maintainers |
121 | ------------------ | |
122 | ||
123 | The global maintainers may review and commit any change to GDB, except in | |
124 | areas with a Responsible Maintainer available. For major changes, or | |
125 | changes to areas with other active developers, global maintainers are | |
126 | strongly encouraged to post their own patches for feedback before | |
127 | committing. | |
128 | ||
129 | The global maintainers are responsible for reviewing patches to any area | |
130 | for which no Responsible Maintainer is listed. | |
131 | ||
132 | Global maintainers also have the authority to revert patches which should | |
133 | not have been applied, e.g. patches which were not approved, controversial | |
134 | patches committed under the Obvious Fix Rule, patches with important bugs | |
135 | that can't be immediately fixed, or patches which go against an accepted and | |
136 | documented roadmap for GDB development. Any global maintainer may request | |
137 | the reversion of a patch. If no global maintainer, or responsible | |
138 | maintainer in the affected areas, supports the patch (except for the | |
139 | maintainer who originally committed it), then after 48 hours the maintainer | |
140 | who called for the reversion may revert the patch. | |
141 | ||
142 | No one may reapply a reverted patch without the agreement of the maintainer | |
892a8570 PA |
143 | who reverted it, or bringing the issue to the official FSF-appointed |
144 | GDB maintainers for discussion. | |
b2a74f99 DJ |
145 | |
146 | At the moment there are no documented roadmaps for GDB development; in the | |
147 | future, if there are, a reference to the list will be included here. | |
148 | ||
149 | The current global maintainers are (in alphabetical order): | |
5185fdd7 | 150 | |
9f2f828a | 151 | Pedro Alves palves@redhat.com |
e933291e | 152 | Joel Brobecker brobecker@adacore.com |
904507ce | 153 | Kevin Buettner kevinb@redhat.com |
bf0d7e9c | 154 | Doug Evans dje@google.com |
4ac40124 | 155 | Simon Marchi simon.marchi@ericsson.com |
0d671d99 | 156 | Yao Qi qiyao@sourceware.org |
03f597d5 | 157 | Ulrich Weigand Ulrich.Weigand@de.ibm.com |
904507ce | 158 | Eli Zaretskii eliz@gnu.org |
5185fdd7 | 159 | |
f5bca8e7 | 160 | |
b2a74f99 DJ |
161 | Release Manager |
162 | --------------- | |
5185fdd7 | 163 | |
b2a74f99 | 164 | The current release manager is: Joel Brobecker <brobecker@adacore.com> |
5185fdd7 | 165 | |
b2a74f99 | 166 | His responsibilities are: |
36c2118f | 167 | |
b2a74f99 | 168 | * organizing, scheduling, and managing releases of GDB. |
538aae9d | 169 | |
b2a74f99 DJ |
170 | * deciding the approval and commit policies for release branches, |
171 | and can change them as needed. | |
5185fdd7 | 172 | |
58cfabe6 | 173 | |
58cfabe6 | 174 | |
b2a74f99 DJ |
175 | Patch Champions |
176 | --------------- | |
58cfabe6 | 177 | |
b2a74f99 DJ |
178 | These volunteers track all patches submitted to the gdb-patches list. They |
179 | endeavor to prevent any posted patch from being overlooked; work with | |
180 | contributors to meet GDB's coding style and general requirements, along with | |
181 | FSF copyright assignments; remind (ping) responsible maintainers to review | |
182 | patches; and ensure that contributors are given credit. | |
58cfabe6 | 183 | |
b2a74f99 | 184 | Current patch champions (in alphabetical order): |
54c92070 | 185 | |
2ee0c9b3 | 186 | <none> |
a60a53c5 | 187 | |
a60a53c5 | 188 | |
b2a74f99 DJ |
189 | Responsible Maintainers |
190 | ----------------------- | |
191 | ||
192 | These developers have agreed to review patches in specific areas of GDB, in | |
193 | which they have knowledge and experience. These areas are generally broad; | |
194 | the role of a responsible maintainer is to provide coherent and cohesive | |
195 | structure within their area of GDB, to assure that patches from many | |
196 | different contributors all work together for the best results. | |
a60a53c5 | 197 | |
b2a74f99 DJ |
198 | Global maintainers will defer to responsible maintainers within their areas, |
199 | as long as the responsible maintainer is active. Active means that | |
200 | responsible maintainers agree to review submitted patches in their area | |
201 | promptly; patches and followups should generally be answered within a week. | |
202 | If a responsible maintainer is interested in reviewing a patch but will not | |
203 | have time within a week of posting, the maintainer should send an | |
204 | acknowledgement of the patch to the gdb-patches mailing list, and | |
205 | plan to follow up with a review within a month. These deadlines are for | |
206 | initial responses to a patch - if the maintainer has suggestions | |
207 | or questions, it may take an extended discussion before the patch | |
208 | is ready to commit. There are no written requirements for discussion, | |
209 | but maintainers are asked to be responsive. | |
210 | ||
211 | If a responsible maintainer misses these deadlines occasionally (e.g. | |
212 | vacation or unexpected workload), it's not a disaster - any global | |
213 | maintainer may step in to review the patch. But sometimes life intervenes | |
214 | more permanently, and a maintainer may no longer have time for these duties. | |
215 | When this happens, he or she should step down (either into the Authorized | |
216 | Committers section if still interested in the area, or simply removed from | |
217 | the list of Responsible Maintainers if not). | |
218 | ||
219 | If a responsible maintainer is unresponsive for an extended period of time | |
220 | without stepping down, please contact the Global Maintainers; they will try | |
221 | to contact the maintainer directly and fix the problem - potentially by | |
222 | removing that maintainer from their listed position. | |
223 | ||
224 | If there are several maintainers for a given domain then any one of them | |
225 | may review a submitted patch. | |
a60a53c5 | 226 | |
c1bab85b | 227 | Target Instruction Set Architectures: |
8860ff2e | 228 | |
91a533d4 AC |
229 | The *-tdep.c files. ISA (Instruction Set Architecture) and OS-ABI |
230 | (Operating System / Application Binary Interface) issues including CPU | |
231 | variants. | |
232 | ||
233 | The Target/Architecture maintainer works with the host maintainer when | |
234 | resolving build issues. The Target/Architecture maintainer works with | |
235 | the native maintainer when resolving ABI issues. | |
5185fdd7 | 236 | |
8f9cbe01 | 237 | alpha --target=alpha-elf ,-Werror |
21a6f6bb | 238 | |
66140c26 | 239 | arm --target=arm-elf ,-Werror |
9b82661c | 240 | |
e33ce519 | 241 | avr --target=avr ,-Werror |
e33ce519 | 242 | |
cb5c8c39 DJ |
243 | cris --target=cris-elf ,-Werror , |
244 | (sim does not build with -Werror) | |
93755ae6 | 245 | |
53e8aaea | 246 | frv --target=frv-elf ,-Werror |
53e8aaea | 247 | |
87d088f5 | 248 | h8300 --target=h8300-elf ,-Werror |
9b82661c | 249 | |
c1bab85b | 250 | i386 --target=i386-elf ,-Werror |
21a6f6bb | 251 | |
32089c7c AC |
252 | ia64 --target=ia64-linux-gnu ,-Werror |
253 | (--target=ia64-elf broken) | |
9b82661c | 254 | |
c28c63d8 JB |
255 | lm32 --target=lm32-elf ,-Werror |
256 | ||
96309189 | 257 | m32c --target=m32c-elf ,-Werror |
96309189 | 258 | |
9644bbdd | 259 | m32r --target=m32r-elf ,-Werror |
9b82661c | 260 | |
9c226a86 | 261 | m68hc11 --target=m68hc11-elf ,-Werror , |
043c9cdc | 262 | m68k --target=m68k-elf ,-Werror |
9b82661c | 263 | |
9445aa30 | 264 | mcore Deleted |
9b82661c | 265 | |
01c996c1 KB |
266 | mep --target=mep-elf ,-Werror |
267 | Kevin Buettner kevinb@redhat.com | |
268 | ||
599ec134 JB |
269 | microblaze --target=microblaze-xilinx-elf ,-Werror |
270 | --target=microblaze-linux-gnu ,-Werror | |
271 | Michael Eager eager@eagercon.com | |
272 | ||
c1bab85b | 273 | mips --target=mips-elf ,-Werror |
d65ce302 | 274 | Maciej W. Rozycki macro@mips.com |
9b82661c | 275 | |
87d088f5 AC |
276 | mn10300 --target=mn10300-elf broken |
277 | (sim/ dies with make -j) | |
9b82661c | 278 | |
d7066cce AG |
279 | moxie --target=moxie-elf ,-Werror |
280 | Anthony Green green@moxielogic.com | |
281 | ||
37ebea84 KB |
282 | ms1 --target=ms1-elf ,-Werror |
283 | Kevin Buettner kevinb@redhat.com | |
284 | ||
399ebc3d SS |
285 | nios2 --target=nios2-elf ,-Werror |
286 | --target=nios2-linux-gnu ,-Werror | |
0d671d99 | 287 | Yao Qi qiyao@sourceware.org |
399ebc3d | 288 | |
9445aa30 | 289 | ns32k Deleted |
9b82661c | 290 | |
93449403 | 291 | pa --target=hppa-elf ,-Werror |
21a6f6bb | 292 | |
8dacb7ef | 293 | powerpc --target=powerpc-eabi ,-Werror |
9b82661c | 294 | |
dbbb1059 AB |
295 | riscv --target=riscv32-elf ,-Werror |
296 | --target=riscv64-elf ,-Werror | |
297 | Andrew Burgess andrew.burgess@embecosm.com | |
298 | Palmer Dabbelt palmer@sifive.com | |
299 | ||
a58b110a KB |
300 | rl78 --target=rl78-elf ,-Werror |
301 | ||
e5586183 KB |
302 | rx --target=rx-elf ,-Werror |
303 | ||
9f9d12b3 | 304 | s390 --target=s390-linux-gnu ,-Werror |
bc06e0b1 | 305 | Andreas Arnez arnez@linux.vnet.ibm.com |
5769d3cd | 306 | |
9c226a86 | 307 | score --target=score-elf |
5dbc6baa | 308 | sh --target=sh-elf ,-Werror |
9b82661c | 309 | |
cb5c8c39 DJ |
310 | sparc --target=sparc64-solaris2.10 ,-Werror |
311 | (--target=sparc-elf broken) | |
9b82661c | 312 | |
d1320b0b UW |
313 | spu --target=spu-elf ,-Werror |
314 | Ulrich Weigand uweigand@de.ibm.com | |
315 | ||
7cd3876c | 316 | tic6x --target=tic6x-elf ,-Werror |
0d671d99 | 317 | Yao Qi qiyao@sourceware.org |
7cd3876c | 318 | |
181124bc | 319 | v850 --target=v850-elf ,-Werror |
21a6f6bb | 320 | |
043c9cdc | 321 | vax --target=vax-netbsd ,-Werror |
21a6f6bb | 322 | |
53fe9346 | 323 | x86-64 --target=x86_64-linux-gnu ,-Werror |
e4621584 | 324 | |
9c226a86 | 325 | xstormy16 --target=xstormy16-elf |
9cd84602 | 326 | xtensa --target=xtensa-elf |
9cd84602 | 327 | |
fcc87af1 AC |
328 | All developers recognized by this file can make arbitrary changes to |
329 | OBSOLETE targets. | |
9b82661c | 330 | |
684e56bf AC |
331 | The Bourne shell script gdb_mbuild.sh can be used to rebuild all the |
332 | above targets. | |
5185fdd7 AC |
333 | |
334 | ||
8860ff2e AC |
335 | Host/Native: |
336 | ||
9b82661c AC |
337 | The Native maintainer is responsible for target specific native |
338 | support - typically shared libraries and quirks to procfs/ptrace/... | |
339 | The Native maintainer works with the Arch and Core maintainers when | |
340 | resolving more generic problems. | |
8860ff2e | 341 | |
9175c9a3 MC |
342 | The host maintainer ensures that gdb can be built as a cross debugger on |
343 | their platform. | |
5185fdd7 | 344 | |
c91933e9 | 345 | Darwin Tristan Gingold tgingold@free.fr |
56a5d675 | 346 | djgpp native Eli Zaretskii eliz@gnu.org |
e11b3cdc | 347 | FreeBSD John Baldwin jhb@freebsd.org |
a2f63f5e | 348 | GNU/Linux m68k Andreas Schwab schwab@linux-m68k.org |
5185fdd7 | 349 | |
9b82661c AC |
350 | |
351 | ||
5185fdd7 AC |
352 | Core: Generic components used by all of GDB |
353 | ||
c07af0ab JB |
354 | linespec Keith Seitz keiths@redhat.com |
355 | ||
f4d408c6 | 356 | language support |
b33682a7 | 357 | Ada Joel Brobecker brobecker@adacore.com |
245af596 | 358 | D Iain Buclaw ibuclaw@gdcproject.org |
33541b2e | 359 | Rust Tom Tromey tom@tromey.com |
f4d408c6 | 360 | shared libs Kevin Buettner kevinb@redhat.com |
d9bf65d5 | 361 | MI interface Vladimir Prus vladimir@codesourcery.com |
e306c308 | 362 | |
e8be95ae | 363 | documentation Eli Zaretskii eliz@gnu.org |
49101e1c | 364 | (including NEWS) |
f4d408c6 | 365 | testsuite |
5a703563 | 366 | gdbtk (gdb.gdbtk) Keith Seitz keiths@redhat.com |
5185fdd7 | 367 | |
93c6145a JB |
368 | SystemTap Sergio Durigan Junior sergiodj@redhat.com |
369 | ||
5185fdd7 | 370 | |
ba49e44b PA |
371 | |
372 | Reverse debugging / Record and Replay / Tracing: | |
373 | ||
374 | record btrace Markus T. Metzger markus.t.metzger@intel.com | |
375 | ||
376 | ||
377 | ||
5185fdd7 AC |
378 | UI: External (user) interfaces. |
379 | ||
f4d408c6 | 380 | gdbtk (c & tcl) Fernando Nasser fnasser@redhat.com |
54403c59 | 381 | Keith Seitz keiths@redhat.com |
f4d408c6 | 382 | libgui (w/foundry, sn) Keith Seitz keiths@redhat.com |
f5bca8e7 AC |
383 | |
384 | ||
385 | Misc: | |
386 | ||
8d07004d | 387 | gdb/gdbserver Daniel Jacobowitz drow@false.org |
3f289e6f | 388 | |
f5bca8e7 | 389 | Makefile.in, configure* ALL |
7158fd7f AC |
390 | |
391 | mmalloc/ ALL Host maintainers | |
392 | ||
f779ca99 | 393 | sim/ See sim/MAINTAINERS |
5185fdd7 | 394 | |
9ec7faef | 395 | readline/ Master version: ftp://ftp.cwru.edu/pub/bash/ |
f4d408c6 | 396 | ALL |
9ec7faef AC |
397 | Host maintainers (host dependant parts) |
398 | (but get your changes into the master version) | |
399 | ||
f4d408c6 | 400 | tcl/ tk/ itcl/ ALL |
ef7b4488 | 401 | |
f7c93334 PM |
402 | contrib/ari Pierre Muller muller@sourceware.org |
403 | ||
b2a74f99 DJ |
404 | |
405 | Authorized Committers | |
406 | --------------------- | |
407 | ||
408 | These are developers working on particular areas of GDB, who are trusted to | |
409 | commit their own (or other developers') patches in those areas without | |
410 | further review from a Global Maintainer or Responsible Maintainer. They are | |
411 | under no obligation to review posted patches - but, of course, are invited | |
412 | to do so! | |
413 | ||
4cd712bd | 414 | ARM Richard Earnshaw rearnsha@arm.com |
92209ddf | 415 | Blackfin Mike Frysinger vapier@gentoo.org |
cfefc99a | 416 | CRIS Hans-Peter Nilsson hp@axis.com |
f4d408c6 DJ |
417 | IA64 Jeff Johnston jjohnstn@redhat.com |
418 | MIPS Joel Brobecker brobecker@adacore.com | |
f4d408c6 | 419 | PowerPC Kevin Buettner kevinb@redhat.com |
f4d408c6 DJ |
420 | S390 Ulrich Weigand uweigand@de.ibm.com |
421 | djgpp DJ Delorie dj@delorie.com | |
422 | [Please use this address to contact DJ about DJGPP] | |
f4d408c6 DJ |
423 | ia64 Kevin Buettner kevinb@redhat.com |
424 | AIX Kevin Buettner kevinb@redhat.com | |
425 | GNU/Linux PPC native Kevin Buettner kevinb@redhat.com | |
0643c12e | 426 | Pascal support Pierre Muller muller@sourceware.org |
b2a74f99 DJ |
427 | |
428 | ||
e7745bde AC |
429 | Write After Approval |
430 | (alphabetic) | |
5185fdd7 | 431 | |
b76a2a57 AC |
432 | To get recommended for the Write After Approval list you need a valid |
433 | FSF assignment and have submitted one good patch. | |
434 | ||
20dad8ea | 435 | Pedro Alves pedro_alves@portugalmail.pt |
b302179c | 436 | David Anderson davea@sgi.com |
871cce51 | 437 | John David Anglin dave.anglin@nrc-cnrc.gc.ca |
1b36b657 | 438 | Andreas Arnez arnez@linux.vnet.ibm.com |
062103ba | 439 | Shrinivas Atre shrinivasa@kpitcummins.com |
a50242fb | 440 | Sterling Augustine saugustine@google.com |
01b6bdb0 | 441 | John Baldwin jhb@freebsd.org |
627054c8 | 442 | Scott Bambrough scottb@netwinder.org |
07bed550 | 443 | Thiago Jung Bauermann bauerman@br.ibm.com |
7a893eb8 | 444 | Jon Beniston jon@beniston.com |
c8d895f1 | 445 | Gary Benson gbenson@redhat.com |
b4a3d263 | 446 | Gabriel Krisman Bertazi gabriel@krisman.be |
ae2a31bf | 447 | Jan Beulich jbeulich@novell.com |
3bb5e4a8 | 448 | Anton Blanchard anton@samba.org |
2f83030f | 449 | Jim Blandy jimb@codesourcery.com |
0cae7dfb | 450 | David Blaikie dblaikie@gmail.com |
e7745bde | 451 | Philip Blundell philb@gnu.org |
e26bd57d | 452 | Eric Botcazou ebotcazou@libertysurf.fr |
627054c8 | 453 | Per Bothner per@bothner.com |
6a18a01c | 454 | Don Breazeal donb@codesourcery.com |
1581f359 | 455 | Joel Brobecker brobecker@adacore.com |
cdd463f9 | 456 | Dave Brolley brolley@redhat.com |
34a4fb3a | 457 | Samuel Bronson naesten@gmail.com |
dbf5be1c | 458 | Paul Brook paul@codesourcery.com |
5b031165 | 459 | Julian Brown julian@codesourcery.com |
d36b3012 | 460 | Iain Buclaw ibuclaw@gdcproject.org |
627054c8 | 461 | Kevin Buettner kevinb@redhat.com |
92c3b204 | 462 | Andrew Burgess andrew.burgess@embecosm.com |
58e23df4 | 463 | David Carlton carlton@bactrian.org |
2d1ef085 | 464 | Stephane Carrez Stephane.Carrez@gmail.com |
68e39e73 | 465 | Michael Chastain mec.gnu@mindspring.com |
f32b2f09 | 466 | Renquan Cheng crq@gcc.gnu.org |
e04e8f8a | 467 | Eric Christopher echristo@apple.com |
700c15aa | 468 | Randolph Chung tausq@debian.org |
f9e2d830 | 469 | Nick Clifton nickc@redhat.com |
f4d408c6 | 470 | J.T. Conklin jtc@acorntoolworks.com |
56296155 | 471 | Brendan Conoboy blc@redhat.com |
8d07004d | 472 | Ludovic Courtès ludo@gnu.org |
63da4037 | 473 | Tiago Stürmer Daitx tdaitx@linux.vnet.ibm.com |
97643830 | 474 | Sanjoy Das sanjoy@playingwithpointers.com |
a0f171c8 | 475 | Jean-Charles Delay delay@adacore.com |
eb944380 | 476 | DJ Delorie dj@redhat.com |
073d253f | 477 | Chris Demetriou cgd@google.com |
eb944380 | 478 | Philippe De Muyter phdm@macqel.be |
8bfdb672 | 479 | Dhananjay Deshpande dhananjayd@kpitcummins.com |
213a758a | 480 | Markus Deuling deuling@de.ibm.com |
6a41ff59 | 481 | Klee Dienes kdienes@apple.com |
25502bfe | 482 | Gabriel Dos Reis gdr@integrable-solutions.net |
1730a5a5 | 483 | Sergio Durigan Junior sergiodj@redhat.com |
0cf5390e | 484 | Michael Eager eager@eagercon.com |
dd96c05b | 485 | Richard Earnshaw rearnsha@arm.com |
3ad97651 | 486 | Steve Ellcey sje@cup.hp.com |
627054c8 | 487 | Frank Ch. Eigler fche@redhat.com |
523f6a27 | 488 | Ben Elliston bje@gnu.org |
69fac969 | 489 | Doug Evans dje@google.com |
e92f3704 | 490 | Adam Fedor fedor@gnu.org |
4412c033 | 491 | Max Filippov jcmvbkbc@gmail.com |
283f90a7 | 492 | Brian Ford ford@vss.fsi.com |
f8edc4ff | 493 | Matthew Fortune matthew.fortune@imgtec.com |
7eb2418f | 494 | Pedro Franco de Carvalho pedromfc@linux.vnet.ibm.com |
e92f3704 | 495 | Orjan Friberg orjanf@axis.com |
069bb7ec | 496 | Andreas From andreas.from@ericsson.com |
a2f9cf0d | 497 | Nathan Froyd froydnj@codesourcery.com |
92209ddf | 498 | Mike Frysinger vapier@gentoo.org |
a82f4889 | 499 | Gary Funck gary@intrepid.com |
f67f945c | 500 | Martin Galvan martingalvan@sourceware.org |
569340fc | 501 | Chen Gang gang.chen.5i5j@gmail.com |
afedb563 | 502 | Mircea Gherzan mircea.gherzan@intel.com |
386d4518 | 503 | Paul Gilliam pgilliam@us.ibm.com |
c91933e9 | 504 | Tristan Gingold tgingold@free.fr |
02568277 | 505 | Anton Gorenkov xgsa@yandex.ru |
cb123844 | 506 | Raoul Gough RaoulGough@yahoo.co.uk |
627054c8 | 507 | Anthony Green green@redhat.com |
181c3369 | 508 | Matthew Green mrg@eterna.com.au |
ce72ce41 | 509 | Matthew Gretton-Dann matthew.gretton-dann@arm.com |
9cd84602 | 510 | Maxim Grigoriev maxim2405@gmail.com |
a4ab2b5d | 511 | Jerome Guitton guitton@act-europe.fr |
1005d5ef | 512 | Ben Harris bjh21@netbsd.org |
0bdd8eac | 513 | Alan Hayward alan.hayward@arm.com |
6096dda1 | 514 | Bernhard Heckel heckel_bernhard@web.de |
23b95bcb | 515 | Richard Henderson rth@redhat.com |
814b3ba0 | 516 | Aldy Hernandez aldyh@redhat.com |
2ee0c9b3 | 517 | Paul Hilfinger hilfingr@eecs.berkeley.edu |
e7745bde | 518 | Matt Hiller hiller@redhat.com |
ed42d87b | 519 | Kazu Hirata kazu@cs.umass.edu |
a1ada89a | 520 | James Hogan james.hogan@imgtec.com |
e7745bde | 521 | Jeff Holcomb jeffh@redhat.com |
47613aeb | 522 | Stafford Horne shorne@gmail.com |
e7745bde | 523 | Don Howard dhoward@redhat.com |
dc2bbab2 | 524 | Nick Hudson nick.hudson@dsl.pipex.com |
e7745bde | 525 | Martin Hunt hunt@redhat.com |
e0c6ef61 | 526 | Meador Inge meadori@codesourcery.com |
6a41ff59 | 527 | Jim Ingham jingham@apple.com |
a80493b8 | 528 | Baurzhan Ismagulov ibr@radix50.net |
7d97d5e2 | 529 | Manoj Iyer manjo@austin.ibm.com |
8d07004d | 530 | Daniel Jacobowitz drow@false.org |
37965979 | 531 | Andreas Jaeger aj@suse.de |
4c67c798 | 532 | Janis Johnson janisjo@codesourcery.com |
7e3cec17 | 533 | Jeff Johnston jjohnstn@redhat.com |
2331fa3a | 534 | Ruslan Kabatsayev b7.10110111@gmail.com |
e7745bde | 535 | Geoff Keating geoffk@redhat.com |
627054c8 | 536 | Mark Kettenis kettenis@gnu.org |
61ad90e1 | 537 | Marc Khouzam marc.khouzam@ericsson.com |
c040f3fb | 538 | Toshihito Kikuchi k.toshihito@yahoo.de |
f4d408c6 | 539 | Jim Kingdon kingdon@panix.com |
31da3f27 | 540 | Anton Kolesov anton.kolesov@synopsys.com |
72be8ccc | 541 | Paul Koning paul_koning@dell.com |
b9559b8b | 542 | Marcin Kościelnicki koriakin@0x04.net |
e767400c | 543 | Jan Kratochvil jan.kratochvil@redhat.com |
3bbbe775 | 544 | Maxim Kuvyrkov maxim@kugelworks.com |
1451ea7d | 545 | Pierre Langlois pierre.langlois@arm.com |
8c034f27 | 546 | Jonathan Larmour jifl@ecoscentric.com |
eb944380 | 547 | Jeff Law law@redhat.com |
b60e1588 | 548 | Justin Lebar justin.lebar@gmail.com |
b1bd302e | 549 | David Lecomber david@streamline-computing.com |
c838b516 | 550 | Don Lee don.lee@sunplusct.com |
00a3cb9c | 551 | Yan-Ting Lin currygt52@gmail.com |
627054c8 | 552 | Robert Lipe rjl@sco.com |
13dbc785 | 553 | Lei Liu lei.liu2@windriver.com |
63a61bf6 | 554 | Sandra Loosemore sandra@codesourcery.com |
6e859fd2 | 555 | Carl Love cel@us.ibm.com |
fabda5a7 | 556 | H.J. Lu hjl.tools@gmail.com |
627054c8 | 557 | Michal Ludvig mludvig@suse.cz |
51bf2553 | 558 | Edjunior B. Machado emachado@linux.vnet.ibm.com |
635dc5b2 | 559 | Luis Machado luis.machado@linaro.org |
c8fde1b1 | 560 | Jose E. Marchesi jose.marchesi@oracle.com |
f9e2d830 | 561 | Glen McCready gkm@redhat.com |
ac2e0304 | 562 | Greg McGary greg@mcgary.org |
2afe7d50 | 563 | Roland McGrath roland@hack.frob.com |
723e0e3d | 564 | Bryce McKinlay mckinlay@redhat.com |
39c22d1a | 565 | Jason Merrill jason@redhat.com |
e8643a45 | 566 | Markus T. Metzger markus.t.metzger@intel.com |
627054c8 | 567 | David S. Miller davem@redhat.com |
89a72f9c | 568 | Mark Mitchell mark@codesourcery.com |
da615bee | 569 | Marko Mlinar markom@opencores.org |
1a7bd2de | 570 | Alan Modra amodra@gmail.com |
2b1260ab | 571 | Fawzi Mohamed fawzi.mohamed@nokia.com |
6d6b80e5 | 572 | Jason Molenda jmolenda@apple.com |
191ca0a1 | 573 | Chris Moller cmoller@redhat.com |
353cfe88 | 574 | Phil Muldoon pmuldoon@redhat.com |
0643c12e | 575 | Pierre Muller muller@sourceware.org |
72019c9c | 576 | Gaius Mulley gaius@glam.ac.uk |
b71fff68 | 577 | Masaki Muranaka monaka@monami-software.com |
3d38a0a5 | 578 | Joseph Myers joseph@codesourcery.com |
627054c8 | 579 | Fernando Nasser fnasser@redhat.com |
b3d379e4 | 580 | Adam Nemet anemet@caviumnetworks.com |
20df6206 | 581 | Will Newton will.newton@linaro.org |
d0f853e1 | 582 | Nathanael Nerode neroden@gcc.gnu.org |
6eecb1c8 | 583 | Hans-Peter Nilsson hp@bitrange.com |
627054c8 | 584 | David O'Brien obrien@freebsd.org |
2748f097 | 585 | Alexandre Oliva aoliva@redhat.com |
123e3958 | 586 | Karen Osmond karen.osmond@gmail.com |
306f8a02 | 587 | Pawandeep Oza oza.pawandeep@gmail.com |
15ee0bbd | 588 | Patrick Palka patrick@parcs.ath.cx |
b39efc48 | 589 | Weimin Pan weimin.pan@oracle.com |
d3c598de | 590 | Denis Pilat denis.pilat@st.com |
bc17beea | 591 | Andrew Pinski apinski@cavium.com |
43675ae4 | 592 | Kevin Pouget kevin.pouget@st.com |
7dbc3bd2 | 593 | Paul Pluzhnikov ppluzhnikov@google.com |
46bdd29e | 594 | Marek Polacek mpolacek@redhat.com |
a74bc576 | 595 | Siddhesh Poyarekar siddhesh@redhat.com |
64d75632 | 596 | Vladimir Prus vladimir@codesourcery.com |
0d671d99 | 597 | Yao Qi qiyao@sourceware.org |
a287cea6 | 598 | Qinwei qinwei@sunnorth.com.cn |
c77c1e42 | 599 | Ramana Radhakrishnan ramana.radhakrishnan@arm.com |
0c83539f | 600 | Siva Chandra Reddy sivachandra@google.com |
e3d961fe | 601 | Matt Rice ratmice@gmail.com |
58ad5041 | 602 | Frederic Riss frederic.riss@st.com |
ca933485 | 603 | Aleksandar Ristovski aristovski@qnx.com |
dfea300e | 604 | Tom Rix trix@redhat.com |
e1124681 | 605 | Nick Roberts nickrob@snap.net.nz |
5445da1b | 606 | Pierre-Marie de Rodat derodat@adacore.com |
4c9dc811 | 607 | Xavier Roirand roirand@adacore.com |
a8cbc6f7 | 608 | Bob Rossi bob_rossi@cox.net |
de18ac1f | 609 | Theodore A. Roth troth@openavr.org |
627054c8 | 610 | Ian Roxborough irox@redhat.com |
9ceb0b4c | 611 | Maciej W. Rozycki macro@linux-mips.org |
7610297a | 612 | Kamil Rytarowski n54@gmx.com |
83b4a0fe | 613 | Grace Sainsbury graces@redhat.com |
29ceeffb | 614 | Kei Sakamoto sakamoto.kei@renesas.com |
39f0ec5c | 615 | Mark Salter msalter@redhat.com |
d738fe6d | 616 | Richard Sandiford richard@codesourcery.com |
d6f05027 | 617 | Iain Sandoe iain@codesourcery.com |
f4d408c6 | 618 | Peter Schauer Peter.Schauer@mytum.de |
a2f63f5e | 619 | Andreas Schwab schwab@linux-m68k.org |
9ca12bbf | 620 | Thomas Schwinge tschwinge@gnu.org |
f9e2d830 | 621 | Keith Seitz keiths@redhat.com |
7068dd53 | 622 | Carlos Eduardo Seo cseo@linux.vnet.ibm.com |
5a2e11c7 | 623 | Ozkan Sezer sezeroz@gmail.com |
176b1c95 | 624 | Marcus Shawcroft marcus.shawcroft@arm.com |
dd177e81 | 625 | Stan Shebs stanshebs@google.com |
f5d9a292 | 626 | Joel Sherrill joel.sherrill@oarcorp.com |
1f90c757 | 627 | Mark Shinwell shinwell@codesourcery.com |
233a11ab | 628 | Craig Silverstein csilvers@google.com |
36479eb1 | 629 | Aidan Skinner aidan@velvet.net |
5f3b5248 | 630 | Jiri Smid smid@suse.cz |
0c36327f | 631 | Andrey Smirnov andrew.smirnov@gmail.com |
e7745bde | 632 | David Smith dsmith@redhat.com |
de3a8c23 | 633 | Stephen P. Smith ischis2@cox.net |
02da6206 | 634 | Jackie Smith Cashion jsmith@redhat.com |
41ae02c9 | 635 | Petr Sorfa petrs@caldera.com |
14fc49fb | 636 | Andrew Stubbs ams@codesourcery.com |
301d2c47 | 637 | Emi Suzuki emi-suzuki@tjsys.co.jp |
2ee0c9b3 | 638 | Alfred M. Szmidt ams@gnu.org |
2907f414 | 639 | David Taylor david.taylor@emc.com |
3517749c | 640 | Ian Lance Taylor ian@airs.com |
95eebdcc | 641 | Walfred Tedeschi walfred.tedeschi@intel.com |
e7745bde | 642 | Gary Thomas gthomas@redhat.com |
12b21d12 | 643 | Jason Thorpe thorpej@netbsd.org |
a7c569c8 | 644 | Caroline Tice ctice@apple.com |
7ceb86b1 | 645 | Kai Tietz ktietz@redhat.com |
efeff6cf | 646 | Andreas Tobler andreast@fgznet.ch |
4593441b | 647 | Jon Turney jon.turney@dronecode.org.uk |
f56c189d | 648 | David Ung davidu@mips.com |
0c67cbe9 | 649 | D Venkatasubramanian dvenkat@noida.hcltech.com |
7717fda3 | 650 | Corinna Vinschen vinschen@redhat.com |
479b3ef4 | 651 | Tom de Vries tdevries@suse.de |
f667014e | 652 | Sami Wagiaalla swagiaal@redhat.com |
aedf1c5b | 653 | Keith Walker keith.walker@arm.com |
48b1f08c | 654 | Ricard Wanderlof ricardw@axis.com |
50d13ae7 | 655 | Jiong Wang jiong.wang@arm.com |
ffbc4646 | 656 | Wei-cheng Wang cole945@gmail.com |
9a3c34fe | 657 | Kris Warkentin kewarken@qnx.com |
be8f8133 | 658 | Philippe Waroquiers philippe.waroquiers@skynet.be |
090ddb2a | 659 | Ulrich Weigand uweigand@de.ibm.com |
c932f1be | 660 | Ken Werner ken.werner@de.ibm.com |
3a1518e4 | 661 | Tim Wiederhake tim.wiederhake@intel.com |
4ab9d8ec | 662 | Mark Wielaard mjw@redhat.com |
0b71f08f | 663 | Nathan Williams nathanw@wasabisystems.com |
0f9e5f32 | 664 | Bob Wilson bob.wilson@acm.org |
95ece428 | 665 | Jim Wilson wilson@tuliptree.org |
2f2680f3 | 666 | Andy Wingo wingo@igalia.com |
fe91d94c | 667 | Mike Wrighton wrighton@codesourcery.com |
c20800be | 668 | Kwok Cheung Yeung kcy@codesourcery.com |
2ee0c9b3 | 669 | Elena Zannoni ezannoni@gmail.com |
627054c8 | 670 | Eli Zaretskii eliz@gnu.org |
4161fbb0 | 671 | Jie Zhang jzhang918@gmail.com |
72429025 | 672 | Wu Zhou woodzltc@cn.ibm.com |
ba0e80db | 673 | Yoshinori Sato ysato@users.sourceforge.jp |
4098af0f | 674 | Hui Zhu teawater@gmail.com |
842d0303 | 675 | Khoo Yit Phang khooyp@cs.umd.edu |
15929d05 | 676 | |
3a0c66d4 AC |
677 | Past Maintainers |
678 | ||
f4d408c6 DJ |
679 | Whenever removing yourself, or someone else, from this file, consider |
680 | listing their areas of development here for posterity. | |
681 | ||
47b95330 AC |
682 | Jimmy Guo (gdb.hp, tui) guo at cup dot hp dot com |
683 | Jeff Law (hppa) law at cygnus dot com | |
684 | Daniel Berlin (C++ support) dan at cgsoftware dot com | |
7fe4d0d2 AC |
685 | Nick Duffek (powerpc, SCO, Sol/x86) nick at duffek dot com |
686 | David Taylor (d10v, sparc, utils, defs, | |
687 | expression evaluator, language support) taylor at candd dot org | |
f4d408c6 | 688 | J.T. Conklin (dcache, NetBSD, remote, global) jtc at acorntoolworks dot com |
f779ca99 | 689 | Frank Ch. Eigler (sim) fche at redhat dot com |
8a81a99e | 690 | Per Bothner (Java) per at bothner dot com |
23b7d5f3 | 691 | Anthony Green (Java) green at redhat dot com |
2ec3381a | 692 | Fernando Nasser (testsuite/, mi, cli, KOD) fnasser at redhat dot com |
5aae53e5 | 693 | Mark Salter (testsuite/lib+config) msalter at redhat dot com |
f4d408c6 DJ |
694 | Jim Kingdon (web pages) kingdon at panix dot com |
695 | Jim Ingham (gdbtk, libgui) jingham at apple dot com | |
3f380b50 JB |
696 | Mark Kettenis (global, i386-elf, m88k-openbsd, |
697 | GNU/Linux x86, FreeBSD, hurd native, threads) kettenis at gnu dot org | |
f4d408c6 DJ |
698 | Ian Roxborough (in-tree tcl, tk, itcl) irox at redhat dot com |
699 | Robert Lipe (SCO/Unixware) rjl at sco dot com | |
700 | Peter Schauer (global, AIX, xcoffsolib, | |
701 | Solaris/x86) Peter.Schauer at mytum dot de | |
702 | Scott Bambrough (ARM) scottb at netwinder dot org | |
703 | Philippe De Muyter (coff) phdm at macqel dot be | |
704 | Michael Chastain (testsuite) mec.gnu at mindspring dot com | |
ca8385e5 | 705 | Fred Fish (global) |
91d4fe3f | 706 | Jim Blandy (global) jimb@red-bean.com |
ce3b0ff7 | 707 | Michael Snyder (global) |
cf093994 | 708 | Christopher Faylor (MS Windows, host & native) |
3f380b50 JB |
709 | Daniel Jacobowitz (global, GNU/Linux MIPS, |
710 | C++, GDBserver) drow at false dot org | |
b46c4cf0 | 711 | Maxim Grigoriev (xtensa) maxim2405 at gmail dot com |
34a7ebaf AC |
712 | Andrew Cagney (acting head maintainer, |
713 | release manager, global, MIPS, PPC, d10v, | |
714 | d30v, sim, mi, multi-arch, unwinder) cagney at gnu dot org | |
2ee0c9b3 JB |
715 | Paul Hilfinger (Ada) hilfingr@eecs.berkeley.edu |
716 | David O'Brien (FreeBSD, host & native) obrien@freebsd.org | |
717 | Jason Thorpe (NetBSD, host & native) thorpej@netbsd.org | |
718 | Gaius Mulley (Modula-2) gaius@glam.ac.uk | |
719 | Kei Sakamoto (m32r) sakamoto.kei@renesas.com | |
720 | Orjan Friberg (CRIS) orjanf@axis.com | |
721 | Qinwei (score-elf) qinwei@sunnorth.com.cn | |
722 | Randolph Chung (HPPA) tausq@debian.org | |
723 | Elena Zannoni (Global, event loop, generic | |
724 | symtabs, DWARF readers, ELF readers, stabs | |
725 | readers, readline) ezannoni@gmail.com | |
726 | Adam Fedor (Objective C) fedor@gnu.org | |
727 | Corinna Vinschen (xstormy16-elf) vinschen@redhat.com | |
728 | Theodore A. Roth (avr) troth@openavr.org | |
729 | Stephane Carrez (m68hc11-elf, tui) Stephane.Carrez@gmail.com | |
730 | Alfred M. Szmidt (GNU Hurd) ams@gnu.org | |
731 | Stan Shebs (Global) stanshebs@google.com | |
3a0c66d4 AC |
732 | |
733 | ||
e33e9692 | 734 | Folks that have been caught up in a paper trail: |
dfe25b3a | 735 | |
58e23df4 | 736 | David Carlton carlton@bactrian.org |
57da7796 LC |
737 | |
738 | ;; Local Variables: | |
739 | ;; coding: utf-8 | |
740 | ;; End: |