]> Git Repo - binutils.git/blob - gdb/MAINTAINERS
C++ify breakpoint class hierarchy (destructors only)
[binutils.git] / gdb / MAINTAINERS
1                 GDB Maintainers
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
58   - The Official FSF-appointed GDB Maintainers.
59
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.
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
79 ask the official FSF-appointed GDB maintainers for a final decision.
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
99 For documentation changes, about the only kind of fix that is obvious
100 is correction of a typo or bad English usage.
101
102
103              The Official FSF-appointed GDB Maintainers
104              ------------------------------------------
105
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.
109
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.
114
115        Pedro Alves (Red Hat)
116        Joel Brobecker (AdaCore)
117        Doug Evans (Google)
118        Eli Zaretskii
119
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
143 who reverted it, or bringing the issue to the official FSF-appointed
144 GDB maintainers for discussion.
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):
150
151 Pedro Alves                     [email protected]
152 Joel Brobecker                  [email protected]
153 Kevin Buettner                  [email protected]
154 Andrew Cagney                   [email protected]
155 Doug Evans                      [email protected]
156 Simon Marchi                    [email protected]
157 Yao Qi                          [email protected]
158 Stan Shebs                      [email protected]
159 Ulrich Weigand                  [email protected]
160 Elena Zannoni                   [email protected]
161 Eli Zaretskii                   [email protected]
162
163
164                         Release Manager
165                         ---------------
166
167 The current release manager is: Joel Brobecker  <[email protected]>
168
169 His responsibilities are:
170
171     * organizing, scheduling, and managing releases of GDB.
172
173     * deciding the approval and commit policies for release branches,
174       and can change them as needed.
175
176
177
178                         Patch Champions
179                         ---------------
180
181 These volunteers track all patches submitted to the gdb-patches list.  They
182 endeavor to prevent any posted patch from being overlooked; work with
183 contributors to meet GDB's coding style and general requirements, along with
184 FSF copyright assignments; remind (ping) responsible maintainers to review
185 patches; and ensure that contributors are given credit.
186
187 Current patch champions (in alphabetical order):
188
189         Randolph Chung     <[email protected]>
190
191
192
193                         Responsible Maintainers
194                         -----------------------
195
196 These developers have agreed to review patches in specific areas of GDB, in
197 which they have knowledge and experience.  These areas are generally broad;
198 the role of a responsible maintainer is to provide coherent and cohesive
199 structure within their area of GDB, to assure that patches from many
200 different contributors all work together for the best results.
201
202 Global maintainers will defer to responsible maintainers within their areas,
203 as long as the responsible maintainer is active.  Active means that
204 responsible maintainers agree to review submitted patches in their area
205 promptly; patches and followups should generally be answered within a week.
206 If a responsible maintainer is interested in reviewing a patch but will not
207 have time within a week of posting, the maintainer should send an
208 acknowledgement of the patch to the gdb-patches mailing list, and
209 plan to follow up with a review within a month.  These deadlines are for
210 initial responses to a patch - if the maintainer has suggestions
211 or questions, it may take an extended discussion before the patch
212 is ready to commit.  There are no written requirements for discussion,
213 but maintainers are asked to be responsive.
214
215 If a responsible maintainer misses these deadlines occasionally (e.g.
216 vacation or unexpected workload), it's not a disaster - any global
217 maintainer may step in to review the patch.  But sometimes life intervenes
218 more permanently, and a maintainer may no longer have time for these duties.
219 When this happens, he or she should step down (either into the Authorized
220 Committers section if still interested in the area, or simply removed from
221 the list of Responsible Maintainers if not).
222
223 If a responsible maintainer is unresponsive for an extended period of time
224 without stepping down, please contact the Global Maintainers; they will try
225 to contact the maintainer directly and fix the problem - potentially by
226 removing that maintainer from their listed position.
227
228 If there are several maintainers for a given domain then any one of them
229 may review a submitted patch.
230
231 Target Instruction Set Architectures:
232
233 The *-tdep.c files.  ISA (Instruction Set Architecture) and OS-ABI
234 (Operating System / Application Binary Interface) issues including CPU
235 variants.
236
237 The Target/Architecture maintainer works with the host maintainer when
238 resolving build issues.  The Target/Architecture maintainer works with
239 the native maintainer when resolving ABI issues.
240
241         alpha           --target=alpha-elf ,-Werror
242
243         arm             --target=arm-elf ,-Werror
244
245         avr             --target=avr ,-Werror
246
247         cris            --target=cris-elf ,-Werror ,
248                         (sim does not build with -Werror)
249
250         frv             --target=frv-elf ,-Werror
251
252         h8300           --target=h8300-elf ,-Werror
253
254         i386            --target=i386-elf ,-Werror
255
256         ia64            --target=ia64-linux-gnu ,-Werror
257                         (--target=ia64-elf broken)
258
259         lm32            --target=lm32-elf ,-Werror
260
261         m32c            --target=m32c-elf ,-Werror
262
263         m32r            --target=m32r-elf ,-Werror
264
265         m68hc11         --target=m68hc11-elf ,-Werror ,
266                         Stephane Carrez         [email protected]
267
268         m68k            --target=m68k-elf ,-Werror
269
270         m88k            --target=m88k-openbsd ,-Werror
271
272         mcore           Deleted
273
274         mep             --target=mep-elf ,-Werror
275                         Kevin Buettner          [email protected]
276
277         microblaze      --target=microblaze-xilinx-elf ,-Werror
278                         --target=microblaze-linux-gnu ,-Werror
279                         Michael Eager           [email protected]
280
281         mips            --target=mips-elf ,-Werror
282                         Maciej W. Rozycki       [email protected]
283
284         mn10300         --target=mn10300-elf broken
285                         (sim/ dies with make -j)
286
287         moxie           --target=moxie-elf ,-Werror
288                         Anthony Green           [email protected]
289
290         ms1             --target=ms1-elf ,-Werror
291                         Kevin Buettner          [email protected]
292
293         nios2           --target=nios2-elf ,-Werror
294                         --target=nios2-linux-gnu ,-Werror
295                         Yao Qi                  [email protected]
296
297         ns32k           Deleted
298
299         pa              --target=hppa-elf ,-Werror
300
301         powerpc         --target=powerpc-eabi ,-Werror
302
303         rl78            --target=rl78-elf ,-Werror
304
305         rx              --target=rx-elf ,-Werror
306
307         s390            --target=s390-linux-gnu ,-Werror
308                         Andreas Arnez           [email protected]
309
310         score   --target=score-elf
311                         Qinwei          [email protected]
312
313         sh              --target=sh-elf ,-Werror
314                         --target=sh64-elf ,-Werror
315
316         sparc           --target=sparc64-solaris2.10 ,-Werror
317                         (--target=sparc-elf broken)
318
319         spu             --target=spu-elf ,-Werror
320                         Ulrich Weigand          [email protected]
321
322         tic6x           --target=tic6x-elf ,-Werror
323                         Yao Qi                  [email protected]
324
325         v850            --target=v850-elf ,-Werror
326
327         vax             --target=vax-netbsd ,-Werror
328
329         x86-64          --target=x86_64-linux-gnu ,-Werror
330
331         xstormy16       --target=xstormy16-elf
332                         Corinna Vinschen        [email protected]
333
334         xtensa          --target=xtensa-elf
335                         Maxim Grigoriev         [email protected]
336
337 All developers recognized by this file can make arbitrary changes to
338 OBSOLETE targets.
339
340 The Bourne shell script gdb_mbuild.sh can be used to rebuild all the
341 above targets.
342
343
344 Host/Native:
345
346 The Native maintainer is responsible for target specific native
347 support - typically shared libraries and quirks to procfs/ptrace/...
348 The Native maintainer works with the Arch and Core maintainers when
349 resolving more generic problems.
350
351 The host maintainer ensures that gdb can be built as a cross debugger on
352 their platform.
353
354 Darwin                  Tristan Gingold         [email protected]
355 djgpp native            Eli Zaretskii           [email protected]
356 FreeBSD                 John Baldwin            [email protected]
357 GNU Hurd                Alfred M. Szmidt        [email protected]
358 GNU/Linux m68k          Andreas Schwab          [email protected]
359
360
361
362 Core: Generic components used by all of GDB
363
364 linespec                Keith Seitz             [email protected]
365
366 language support
367   Ada                   Joel Brobecker          [email protected]
368                         Paul Hilfinger          [email protected]
369   D                     Iain Buclaw             [email protected]
370   Objective C support   Adam Fedor              [email protected]
371   Rust                  Tom Tromey              [email protected]
372 shared libs             Kevin Buettner          [email protected]
373 MI interface            Vladimir Prus           [email protected]
374
375 documentation           Eli Zaretskii           [email protected]
376   (including NEWS)
377 testsuite
378   gdbtk (gdb.gdbtk)     Keith Seitz             [email protected]
379
380 SystemTap               Sergio Durigan Junior   [email protected]
381
382
383
384 Reverse debugging / Record and Replay / Tracing:
385
386 record btrace           Markus T. Metzger       [email protected]
387
388
389
390 UI: External (user) interfaces.
391
392 gdbtk (c & tcl)         Fernando Nasser         [email protected]
393                         Keith Seitz             [email protected]
394 libgui (w/foundry, sn)  Keith Seitz             [email protected]
395
396
397 Misc:
398
399 gdb/gdbserver           Daniel Jacobowitz       [email protected]
400
401 Makefile.in, configure* ALL
402
403 mmalloc/                ALL Host maintainers
404
405 sim/                    See sim/MAINTAINERS
406
407 readline/               Master version: ftp://ftp.cwru.edu/pub/bash/
408                         ALL
409                         Host maintainers (host dependant parts)
410                         (but get your changes into the master version)
411
412 tcl/ tk/ itcl/          ALL
413
414 contrib/ari             Pierre Muller           [email protected]
415
416
417                 Authorized Committers
418                 ---------------------
419
420 These are developers working on particular areas of GDB, who are trusted to
421 commit their own (or other developers') patches in those areas without
422 further review from a Global Maintainer or Responsible Maintainer.  They are
423 under no obligation to review posted patches - but, of course, are invited
424 to do so!
425
426 PowerPC                 Andrew Cagney           [email protected]
427 ARM                     Richard Earnshaw        [email protected]
428 Blackfin                Mike Frysinger          [email protected]
429 CRIS                    Hans-Peter Nilsson      [email protected]
430 IA64                    Jeff Johnston           [email protected]
431 MIPS                    Joel Brobecker          [email protected]
432 m32r                    Kei Sakamoto            [email protected]
433 PowerPC                 Kevin Buettner          [email protected]
434 CRIS                    Orjan Friberg           [email protected]
435 HPPA                    Randolph Chung          [email protected]
436 S390                    Ulrich Weigand          [email protected]
437 djgpp                   DJ Delorie              [email protected]
438                         [Please use this address to contact DJ about DJGPP]
439 tui                     Stephane Carrez         [email protected]
440 ia64                    Kevin Buettner          [email protected]
441 AIX                     Kevin Buettner          [email protected]
442 GNU/Linux PPC native    Kevin Buettner          [email protected]
443 FreeBSD native & host   David O'Brien           [email protected]
444 event loop              Elena Zannoni           [email protected]
445 generic symtabs         Elena Zannoni           [email protected]
446 dwarf readers           Elena Zannoni           [email protected]
447 elf reader              Elena Zannoni           [email protected]
448 stabs reader            Elena Zannoni           [email protected]
449 readline/               Elena Zannoni           [email protected]
450 NetBSD native & host    Jason Thorpe            [email protected]
451 Pascal support          Pierre Muller           [email protected]
452 avr                     Theodore A. Roth        [email protected]
453 Modula-2 support        Gaius Mulley            [email protected]
454
455
456                         Write After Approval
457                            (alphabetic)
458
459 To get recommended for the Write After Approval list you need a valid
460 FSF assignment and have submitted one good patch.
461
462 Pedro Alves                                     [email protected]
463 David Anderson                                  [email protected]
464 John David Anglin                               [email protected]
465 Andreas Arnez                                   [email protected]
466 Shrinivas Atre                                  [email protected]
467 Sterling Augustine                              [email protected]
468 John Baldwin                                    [email protected]
469 Scott Bambrough                                 [email protected]
470 Thiago Jung Bauermann                           [email protected]
471 Jon Beniston                                    [email protected]
472 Gary Benson                                     [email protected]
473 Gabriel Krisman Bertazi                         [email protected]
474 Jan Beulich                                     [email protected]
475 Anton Blanchard                                 [email protected]
476 Jim Blandy                                      [email protected]
477 David Blaikie                                   [email protected]
478 Philip Blundell                                 [email protected]
479 Eric Botcazou                                   [email protected]
480 Per Bothner                                     [email protected]
481 Don Breazeal                                    [email protected]
482 Joel Brobecker                                  [email protected]
483 Dave Brolley                                    [email protected]
484 Samuel Bronson                                  [email protected]
485 Paul Brook                                      [email protected]
486 Julian Brown                                    [email protected]
487 Iain Buclaw                                     [email protected]
488 Kevin Buettner                                  [email protected]
489 Andrew Burgess                                  [email protected]
490 Andrew Cagney                                   [email protected]
491 David Carlton                                   [email protected]
492 Stephane Carrez                                 [email protected]
493 Michael Chastain                                [email protected]
494 Renquan Cheng                                   [email protected]
495 Eric Christopher                                [email protected]
496 Randolph Chung                                  [email protected]
497 Nick Clifton                                    [email protected]
498 J.T. Conklin                                    [email protected]
499 Brendan Conoboy                                 [email protected]
500 Ludovic Courtès                                        [email protected]
501 Tiago Stürmer Daitx                            [email protected]
502 Sanjoy Das                                      [email protected]
503 Jean-Charles Delay                              [email protected]
504 DJ Delorie                                      [email protected]
505 Chris Demetriou                                 [email protected]
506 Philippe De Muyter                              [email protected]
507 Dhananjay Deshpande                             [email protected]
508 Markus Deuling                                  [email protected]
509 Klee Dienes                                     [email protected]
510 Gabriel Dos Reis                                [email protected]
511 Sergio Durigan Junior                           [email protected]
512 Michael Eager                                   [email protected]
513 Richard Earnshaw                                [email protected]
514 Steve Ellcey                                    [email protected]
515 Frank Ch. Eigler                                [email protected]
516 Ben Elliston                                    [email protected]
517 Doug Evans                                      [email protected]
518 Adam Fedor                                      [email protected]
519 Max Filippov                                    [email protected]
520 Brian Ford                                      [email protected]
521 Matthew Fortune                                 [email protected]
522 Orjan Friberg                                   [email protected]
523 Andreas From                                    [email protected]
524 Nathan Froyd                                    [email protected]
525 Mike Frysinger                                  [email protected]
526 Gary Funck                                      [email protected]
527 Martin Galvan                                   [email protected]
528 Chen Gang                                       [email protected]
529 Mircea Gherzan                                  [email protected]
530 Paul Gilliam                                    [email protected]
531 Tristan Gingold                                 [email protected]
532 Anton Gorenkov                                  [email protected]
533 Raoul Gough                                     [email protected]
534 Anthony Green                                   [email protected]
535 Matthew Green                                   [email protected]
536 Matthew Gretton-Dann                            [email protected]
537 Maxim Grigoriev                                 [email protected]
538 Jerome Guitton                                  [email protected]
539 Ben Harris                                      [email protected]
540 Bernhard Heckel                                 [email protected]
541 Richard Henderson                               [email protected]
542 Aldy Hernandez                                  [email protected]
543 Paul Hilfinger                                  [email protected]
544 Matt Hiller                                     [email protected]
545 Kazu Hirata                                     [email protected]
546 James Hogan                                     [email protected]
547 Jeff Holcomb                                    [email protected]
548 Don Howard                                      [email protected]
549 Nick Hudson                                     [email protected]
550 Martin Hunt                                     [email protected]
551 Meador Inge                                     [email protected]
552 Jim Ingham                                      [email protected]
553 Baurzhan Ismagulov                              [email protected]
554 Manoj Iyer                                      [email protected]
555 Daniel Jacobowitz                               [email protected]
556 Andreas Jaeger                                  [email protected]
557 Janis Johnson                                   [email protected]
558 Jeff Johnston                                   [email protected]
559 Geoff Keating                                   [email protected]
560 Mark Kettenis                                   [email protected]
561 Marc Khouzam                                    [email protected]
562 Toshihito Kikuchi                                       [email protected]
563 Jim Kingdon                                     [email protected]
564 Anton Kolesov                                   [email protected]
565 Paul Koning                                     [email protected]
566 Marcin KoÅ›cielnicki                            [email protected]
567 Jan Kratochvil                                  [email protected]
568 Maxim Kuvyrkov                                  [email protected]
569 Pierre Langlois                                 [email protected]
570 Jonathan Larmour                                [email protected]
571 Jeff Law                                        [email protected]
572 Justin Lebar                                    [email protected]
573 David Lecomber                                  [email protected]
574 Don Lee                                         [email protected]
575 Yan-Ting Lin                                    [email protected]
576 Robert Lipe                                     [email protected]
577 Lei Liu                                         [email protected]
578 Sandra Loosemore                                [email protected]
579 Carl Love                  [email protected]
580 H.J. Lu                                         [email protected]
581 Michal Ludvig                                   [email protected]
582 Edjunior B. Machado                             [email protected]
583 Luis Machado                                    [email protected]
584 Jose E. Marchesi                                [email protected]
585 Glen McCready                                   [email protected]
586 Greg McGary                                     [email protected]
587 Roland McGrath                                  [email protected]
588 Bryce McKinlay                                  [email protected]
589 Jason Merrill                                   [email protected]
590 Markus T. Metzger                               [email protected]
591 David S. Miller                                 [email protected]
592 Mark Mitchell                                   [email protected]
593 Marko Mlinar                                    [email protected]
594 Alan Modra                                      [email protected]
595 Fawzi Mohamed                                   [email protected]
596 Jason Molenda                                   [email protected]
597 Chris Moller                                    [email protected]
598 Phil Muldoon                                    [email protected]
599 Pierre Muller                                   [email protected]
600 Gaius Mulley                                    [email protected]
601 Masaki Muranaka                                 [email protected]
602 Joseph Myers                                    [email protected]
603 Fernando Nasser                                 [email protected]
604 Adam Nemet                                      [email protected]
605 Will Newton                                     [email protected]
606 Nathanael Nerode                                [email protected]
607 Hans-Peter Nilsson                              [email protected]
608 David O'Brien                                   [email protected]
609 Alexandre Oliva                                 [email protected]
610 Karen Osmond                                    [email protected]
611 Pawandeep Oza                                   [email protected]
612 Patrick Palka                                   [email protected]
613 Denis Pilat                                     [email protected]
614 Andrew Pinski                                   [email protected]
615 Kevin Pouget                                    [email protected]
616 Paul Pluzhnikov                                 [email protected]
617 Marek Polacek                                   [email protected]
618 Siddhesh Poyarekar                              [email protected]
619 Vladimir Prus                                   [email protected]
620 Yao Qi                                          [email protected]
621 Qinwei                                          [email protected]
622 Ramana Radhakrishnan                            [email protected]
623 Siva Chandra Reddy                              [email protected]
624 Matt Rice                                       [email protected]
625 Frederic Riss                                   [email protected]
626 Aleksandar Ristovski                            [email protected]
627 Tom Rix                                         [email protected]
628 Nick Roberts                                    [email protected]
629 Pierre-Marie de Rodat                           [email protected]
630 Bob Rossi                                       [email protected]
631 Theodore A. Roth                                [email protected]
632 Ian Roxborough                                  [email protected]
633 Maciej W. Rozycki                               [email protected]
634 Grace Sainsbury                                 [email protected]
635 Kei Sakamoto                                    [email protected]
636 Mark Salter                                     [email protected]
637 Richard Sandiford                               [email protected]
638 Iain Sandoe                                     [email protected]
639 Peter Schauer                                   [email protected]
640 Andreas Schwab                                  [email protected]
641 Thomas Schwinge                                 [email protected]
642 Keith Seitz                                     [email protected]
643 Carlos Eduardo Seo                              [email protected]
644 Ozkan Sezer                                     [email protected]
645 Marcus Shawcroft                                [email protected]
646 Stan Shebs                                      [email protected]
647 Joel Sherrill                                   [email protected]
648 Mark Shinwell                                   [email protected]
649 Craig Silverstein                               [email protected]
650 Aidan Skinner                                   [email protected]
651 Jiri Smid                                       [email protected]
652 Andrey Smirnov                                  [email protected]
653 David Smith                                     [email protected]
654 Stephen P. Smith                                [email protected]
655 Jackie Smith Cashion                            [email protected]
656 Petr Sorfa                                      [email protected]
657 Andrew Stubbs                                   [email protected]
658 Emi Suzuki                                      [email protected]
659 David Taylor                                    [email protected]
660 Ian Lance Taylor                                [email protected]
661 Walfred Tedeschi                                [email protected]
662 Gary Thomas                                     [email protected]
663 Jason Thorpe                                    [email protected]
664 Caroline Tice                                   [email protected]
665 Kai Tietz                                       [email protected]
666 Andreas Tobler                                  [email protected]
667 Antoine Tremblay                                [email protected]
668 Jon Turney                                      [email protected]
669 David Ung                                       [email protected]
670 D Venkatasubramanian                            [email protected]
671 Corinna Vinschen                                [email protected]
672 Sami Wagiaalla                                  [email protected]
673 Keith Walker                                    [email protected]
674 Ricard Wanderlof                                [email protected]
675 Jiong Wang                                      [email protected]
676 Wei-cheng Wang                                  [email protected]
677 Kris Warkentin                                  [email protected]
678 Philippe Waroquiers                             [email protected]
679 Ulrich Weigand                                  [email protected]
680 Ken Werner                                      [email protected]
681 Tim Wiederhake                                  [email protected]
682 Mark Wielaard                                   [email protected]
683 Nathan Williams                                 [email protected]
684 Bob Wilson                                      [email protected]
685 Jim Wilson                                      [email protected]
686 Andy Wingo                                      [email protected]
687 Mike Wrighton                                   [email protected]
688 Kwok Cheung Yeung                               [email protected]
689 Elena Zannoni                                   [email protected]
690 Eli Zaretskii                                   [email protected]
691 Jie Zhang                                       [email protected]
692 Wu Zhou                                         [email protected]
693 Yoshinori Sato                                  [email protected]
694 Hui Zhu                                         [email protected]
695 Khoo Yit Phang                                  [email protected]
696
697                         Past Maintainers
698
699 Whenever removing yourself, or someone else, from this file, consider
700 listing their areas of development here for posterity.
701
702 Jimmy Guo (gdb.hp, tui)                         guo at cup dot hp dot com
703 Jeff Law (hppa)                                 law at cygnus dot com
704 Daniel Berlin (C++ support)                     dan at cgsoftware dot com
705 Nick Duffek (powerpc, SCO, Sol/x86)             nick at duffek dot com
706 David Taylor (d10v, sparc, utils, defs,
707   expression evaluator, language support)       taylor at candd dot org
708 J.T. Conklin (dcache, NetBSD, remote, global)   jtc at acorntoolworks dot com
709 Frank Ch. Eigler (sim)                          fche at redhat dot com
710 Per Bothner (Java)                              per at bothner dot com
711 Anthony Green (Java)                            green at redhat dot com
712 Fernando Nasser (testsuite/, mi, cli, KOD)      fnasser at redhat dot com
713 Mark Salter (testsuite/lib+config)              msalter at redhat dot com
714 Jim Kingdon (web pages)                         kingdon at panix dot com
715 Jim Ingham (gdbtk, libgui)                      jingham at apple dot com
716 Mark Kettenis (global, i386-elf, m88k-openbsd,
717   GNU/Linux x86, FreeBSD, hurd native, threads) kettenis at gnu dot org
718 Ian Roxborough (in-tree tcl, tk, itcl)          irox at redhat dot com
719 Robert Lipe (SCO/Unixware)                      rjl at sco dot com
720 Peter Schauer (global, AIX, xcoffsolib,
721   Solaris/x86)                                  Peter.Schauer at mytum dot de
722 Scott Bambrough (ARM)                           scottb at netwinder dot org
723 Philippe De Muyter (coff)                       phdm at macqel dot be
724 Michael Chastain (testsuite)                    mec.gnu at mindspring dot com
725 Fred Fish (global)
726 Jim Blandy (global)                             [email protected]
727 Michael Snyder (global)
728 Christopher Faylor (MS Windows, host & native)
729 Daniel Jacobowitz (global, GNU/Linux MIPS,
730   C++, GDBserver)                               drow at false dot org
731
732
733 Folks that have been caught up in a paper trail:
734
735 David Carlton                                   [email protected]
736
737 ;; Local Variables:
738 ;; coding: utf-8
739 ;; End:
This page took 0.07053 seconds and 4 git commands to generate.