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