]> Git Repo - binutils.git/blame - gdb/MAINTAINERS
* gdbtypes.h (builtin_type_true_char, builtin_type_void,
[binutils.git] / gdb / MAINTAINERS
CommitLineData
e990a46e 1 GDB Maintainers
b2a74f99
DJ
2 ===============
3
4
5 Overview
6 --------
7
8This file describes different groups of people who are, together, the
9maintainers and developers of the GDB project. Don't worry - it sounds
10more complicated than it really is.
11
12There are four groups of GDB developers, covering the patch development and
13review 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
40All maintainers are encouraged to post major patches to the gdb-patches
41mailing list for comments, even if they have the authority to commit the
42patch without review from another maintainer. This especially includes
43patches which change internal interfaces (e.g. global functions, data
44structures) or external interfaces (e.g. user, remote, MI, et cetera).
45
46The term "review" is used in this file to describe several kinds of feedback
47from a maintainer: approval, rejection, and requests for changes or
48clarification with the intention of approving a revised version. Review is
49a privilege and/or responsibility of various positions among the GDB
50Maintainers. Of course, anyone - whether they hold a position but not the
51relevant one for a particular patch, or are just following along on the
52mailing lists for fun, or anything in between - may suggest changes or
53ask questions about a patch!
54
55There's also a couple of other people who play special roles in the GDB
56community, separately from the patch process:
57
58 - The GDB Steering Committee.
59
60 These are the official (FSF-appointed) maintainers of GDB. They have
61 final and overriding authority for all GDB-related decisions, including
62 anything described in this file. The committee is not generally
63 involved in day-to-day development (although its members may be, as
64 individuals).
65
66 - The Release Manager.
67
68 This developer is in charge of making new releases of GDB.
69
70 - The Patch Champions.
71
72 These volunteers make sure that no contribution is overlooked or
73 forgotten.
74
75Most changes to the list of maintainers in this file are handled by
76consensus among the global maintainers and any other involved parties.
77In cases where consensus can not be reached, the global maintainers may
78ask the Steering Committee for a final decision.
79
80
81 The Obvious Fix Rule
82 --------------------
83
84All maintainers listed in this file, including the Write After Approval
85developers, are allowed to check in obvious fixes.
86
87An "obvious fix" means that there is no possibility that anyone will
88disagree with the change.
89
90A good mental test is "will the person who hates my work the most be
91able to find fault with the change" - if so, then it's not obvious and
92needs to be posted first. :-)
93
94Something like changing or bypassing an interface is _not_ an obvious
95fix, since such a change without discussion will result in
96instantaneous and loud complaints.
97
81e0e940
EZ
98For documentation changes, about the only kind of fix that is obvious
99is correction of a typo or bad English usage.
100
e990a46e
AC
101
102 GDB Steering Committee
b2a74f99 103 ----------------------
e990a46e
AC
104
105The members of the GDB Steering Committee are the FSF-appointed
106maintainers of the GDB project.
107
b2a74f99
DJ
108The Steering Committee has final authority for all GDB-related topics;
109they may make whatever changes that they deem necessary, or that the FSF
110requests. However, they are generally not involved in day-to-day
111development.
112
113The current members of the steering committee are listed below, in
114alphabetical order. Their affiliations are provided for reference only -
115their membership on the Steering Committee is individual and not through
116their affiliation, and they act on behalf of the GNU project.
117
2f83030f 118 Jim Blandy (CodeSourcery)
e990a46e
AC
119 Andrew Cagney (Red Hat)
120 Robert Dewar (AdaCore, NYU)
121 Klee Dienes (Apple)
122 Paul Hilfinger (UC Berkeley)
123 Dan Jacobowitz (CodeSourcery)
a95c9d06 124 Stan Shebs (Mozilla)
e990a46e
AC
125 Richard Stallman (FSF)
126 Ian Lance Taylor (C2)
127 Todd Whitesel
ef7b4488 128
5185fdd7 129
b2a74f99
DJ
130 Global Maintainers
131 ------------------
132
133The global maintainers may review and commit any change to GDB, except in
134areas with a Responsible Maintainer available. For major changes, or
135changes to areas with other active developers, global maintainers are
136strongly encouraged to post their own patches for feedback before
137committing.
138
139The global maintainers are responsible for reviewing patches to any area
140for which no Responsible Maintainer is listed.
141
142Global maintainers also have the authority to revert patches which should
143not have been applied, e.g. patches which were not approved, controversial
144patches committed under the Obvious Fix Rule, patches with important bugs
145that can't be immediately fixed, or patches which go against an accepted and
146documented roadmap for GDB development. Any global maintainer may request
147the reversion of a patch. If no global maintainer, or responsible
148maintainer in the affected areas, supports the patch (except for the
149maintainer who originally committed it), then after 48 hours the maintainer
150who called for the reversion may revert the patch.
151
152No one may reapply a reverted patch without the agreement of the maintainer
153who reverted it, or bringing the issue to the GDB Steering Committee for
154discussion.
155
156At the moment there are no documented roadmaps for GDB development; in the
157future, if there are, a reference to the list will be included here.
158
159The current global maintainers are (in alphabetical order):
5185fdd7 160
2f83030f 161Jim Blandy [email protected]
904507ce 162Kevin Buettner [email protected]
1db2a798 163Andrew Cagney [email protected]
abdcb2a5 164Fred Fish [email protected]
0ec30a36 165Daniel Jacobowitz [email protected]
1b57acd2 166Mark Kettenis [email protected]
a95c9d06 167Stan Shebs [email protected]
243c053b 168Michael Snyder [email protected]
03f597d5 169Ulrich Weigand [email protected]
904507ce
AC
170Elena Zannoni [email protected]
171Eli Zaretskii [email protected]
5185fdd7 172
f5bca8e7 173
b2a74f99
DJ
174 Release Manager
175 ---------------
5185fdd7 176
b2a74f99 177The current release manager is: Joel Brobecker <[email protected]>
5185fdd7 178
b2a74f99 179His responsibilities are:
36c2118f 180
b2a74f99 181 * organizing, scheduling, and managing releases of GDB.
538aae9d 182
b2a74f99
DJ
183 * deciding the approval and commit policies for release branches,
184 and can change them as needed.
5185fdd7 185
58cfabe6 186
58cfabe6 187
b2a74f99
DJ
188 Patch Champions
189 ---------------
58cfabe6 190
b2a74f99
DJ
191These volunteers track all patches submitted to the gdb-patches list. They
192endeavor to prevent any posted patch from being overlooked; work with
193contributors to meet GDB's coding style and general requirements, along with
194FSF copyright assignments; remind (ping) responsible maintainers to review
195patches; and ensure that contributors are given credit.
58cfabe6 196
b2a74f99 197Current patch champions (in alphabetical order):
54c92070 198
c9f7217e 199 Randolph Chung <[email protected]>
b2a74f99 200 Daniel Jacobowitz <[email protected]>
58cfabe6 201
a60a53c5 202
a60a53c5 203
b2a74f99
DJ
204 Responsible Maintainers
205 -----------------------
206
207These developers have agreed to review patches in specific areas of GDB, in
208which they have knowledge and experience. These areas are generally broad;
209the role of a responsible maintainer is to provide coherent and cohesive
210structure within their area of GDB, to assure that patches from many
211different contributors all work together for the best results.
a60a53c5 212
b2a74f99
DJ
213Global maintainers will defer to responsible maintainers within their areas,
214as long as the responsible maintainer is active. Active means that
215responsible maintainers agree to review submitted patches in their area
216promptly; patches and followups should generally be answered within a week.
217If a responsible maintainer is interested in reviewing a patch but will not
218have time within a week of posting, the maintainer should send an
219acknowledgement of the patch to the gdb-patches mailing list, and
220plan to follow up with a review within a month. These deadlines are for
221initial responses to a patch - if the maintainer has suggestions
222or questions, it may take an extended discussion before the patch
223is ready to commit. There are no written requirements for discussion,
224but maintainers are asked to be responsive.
225
226If a responsible maintainer misses these deadlines occasionally (e.g.
227vacation or unexpected workload), it's not a disaster - any global
228maintainer may step in to review the patch. But sometimes life intervenes
229more permanently, and a maintainer may no longer have time for these duties.
230When this happens, he or she should step down (either into the Authorized
231Committers section if still interested in the area, or simply removed from
232the list of Responsible Maintainers if not).
233
234If a responsible maintainer is unresponsive for an extended period of time
235without stepping down, please contact the Global Maintainers; they will try
236to contact the maintainer directly and fix the problem - potentially by
237removing that maintainer from their listed position.
238
239If there are several maintainers for a given domain then any one of them
240may review a submitted patch.
a60a53c5 241
c1bab85b 242Target Instruction Set Architectures:
8860ff2e 243
91a533d4
AC
244The *-tdep.c files. ISA (Instruction Set Architecture) and OS-ABI
245(Operating System / Application Binary Interface) issues including CPU
246variants.
247
248The Target/Architecture maintainer works with the host maintainer when
249resolving build issues. The Target/Architecture maintainer works with
250the native maintainer when resolving ABI issues.
5185fdd7 251
8f9cbe01 252 alpha --target=alpha-elf ,-Werror
21a6f6bb 253
66140c26 254 arm --target=arm-elf ,-Werror
26806ce2 255 Richard Earnshaw [email protected]
9b82661c 256
e33ce519 257 avr --target=avr ,-Werror
e33ce519 258
cb5c8c39
DJ
259 cris --target=cris-elf ,-Werror ,
260 (sim does not build with -Werror)
93755ae6 261
53e8aaea 262 frv --target=frv-elf ,-Werror
53e8aaea 263
87d088f5 264 h8300 --target=h8300-elf ,-Werror
9b82661c 265
c1bab85b 266 i386 --target=i386-elf ,-Werror
21a6f6bb
AC
267 Mark Kettenis [email protected]
268
32089c7c
AC
269 ia64 --target=ia64-linux-gnu ,-Werror
270 (--target=ia64-elf broken)
9b82661c 271
96309189
MS
272 m32c --target=m32c-elf ,-Werror
273 Jim Blandy, [email protected]
274
9644bbdd 275 m32r --target=m32r-elf ,-Werror
9b82661c 276
53fe9346 277 m68hc11 --target=m68hc11-elf ,-Werror ,
2be99286 278 Stephane Carrez [email protected]
9b82661c 279
043c9cdc 280 m68k --target=m68k-elf ,-Werror
9b82661c 281
1698f4e7
MK
282 m88k --target=m88k-openbsd ,-Werror
283 Mark Kettenis [email protected]
9b82661c 284
9445aa30 285 mcore Deleted
9b82661c 286
01c996c1
KB
287 mep --target=mep-elf ,-Werror
288 Kevin Buettner [email protected]
289
c1bab85b 290 mips --target=mips-elf ,-Werror
9b82661c 291
87d088f5
AC
292 mn10300 --target=mn10300-elf broken
293 (sim/ dies with make -j)
243c053b 294 Michael Snyder [email protected]
9b82661c 295
37ebea84
KB
296 ms1 --target=ms1-elf ,-Werror
297 Kevin Buettner [email protected]
298
9445aa30 299 ns32k Deleted
9b82661c 300
93449403 301 pa --target=hppa-elf ,-Werror
21a6f6bb 302
8dacb7ef 303 powerpc --target=powerpc-eabi ,-Werror
9b82661c 304
9f9d12b3 305 s390 --target=s390-linux-gnu ,-Werror
5769d3cd 306
27fd2f50
Q
307 score --target=score-elf
308 Qinwei [email protected]
309
5dbc6baa 310 sh --target=sh-elf ,-Werror
079c8cd0 311 --target=sh64-elf ,-Werror
9b82661c 312
cb5c8c39
DJ
313 sparc --target=sparc64-solaris2.10 ,-Werror
314 (--target=sparc-elf broken)
9b82661c 315
d1320b0b
UW
316 spu --target=spu-elf ,-Werror
317 Ulrich Weigand [email protected]
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
b6fcb393 325 xstormy16 --target=xstormy16-elf
7c0a2a0a
CV
326 Corinna Vinschen [email protected]
327
9cd84602
MG
328 xtensa --target=xtensa-elf
329 Maxim Grigoriev [email protected]
330
fcc87af1
AC
331All developers recognized by this file can make arbitrary changes to
332OBSOLETE targets.
9b82661c 333
684e56bf
AC
334The Bourne shell script gdb_mbuild.sh can be used to rebuild all the
335above targets.
5185fdd7
AC
336
337
8860ff2e
AC
338Host/Native:
339
9b82661c
AC
340The Native maintainer is responsible for target specific native
341support - typically shared libraries and quirks to procfs/ptrace/...
342The Native maintainer works with the Arch and Core maintainers when
343resolving more generic problems.
8860ff2e 344
9175c9a3
MC
345The host maintainer ensures that gdb can be built as a cross debugger on
346their platform.
5185fdd7 347
f4d408c6 348AIX Joel Brobecker [email protected]
e306c308 349
56a5d675 350djgpp native Eli Zaretskii [email protected]
e0f2823e 351GNU Hurd Alfred M. Szmidt [email protected]
842330b4 352MS Windows (NT, '00, 9x, Me, XP) host & native
859a326d 353 Chris Faylor [email protected]
ef7b4488 354GNU/Linux/x86 native & host
ef7b4488 355 Mark Kettenis [email protected]
6c8e04b5
DJ
356GNU/Linux MIPS native & host
357 Daniel Jacobowitz [email protected]
26806ce2 358GNU/Linux m68k Andreas Schwab [email protected]
e255d535 359FreeBSD native & host Mark Kettenis [email protected]
5185fdd7 360
9b82661c
AC
361
362
5185fdd7
AC
363Core: Generic components used by all of GDB
364
243c053b
MS
365tracing Michael Snyder [email protected]
366threads Michael Snyder [email protected]
a8596edf 367 Mark Kettenis [email protected]
f4d408c6 368language support
8de3c354 369 C++ Daniel Jacobowitz [email protected]
3771659b 370 Objective C support Adam Fedor [email protected]
f4d408c6 371shared libs Kevin Buettner [email protected]
e306c308 372
e8be95ae 373documentation Eli Zaretskii [email protected]
49101e1c 374 (including NEWS)
f4d408c6 375testsuite
5a703563 376 gdbtk (gdb.gdbtk) Keith Seitz [email protected]
243c053b
MS
377 threads (gdb.threads) Michael Snyder [email protected]
378 trace (gdb.trace) Michael Snyder [email protected]
5185fdd7
AC
379
380
381UI: External (user) interfaces.
382
f4d408c6 383gdbtk (c & tcl) Fernando Nasser [email protected]
54403c59 384 Keith Seitz [email protected]
f4d408c6 385libgui (w/foundry, sn) Keith Seitz [email protected]
f5bca8e7
AC
386
387
388Misc:
389
3f289e6f
AC
390gdb/gdbserver Daniel Jacobowitz [email protected]
391
f5bca8e7 392Makefile.in, configure* ALL
7158fd7f
AC
393
394mmalloc/ ALL Host maintainers
395
f779ca99 396sim/ See sim/MAINTAINERS
5185fdd7 397
9ec7faef 398readline/ Master version: ftp://ftp.cwru.edu/pub/bash/
f4d408c6 399 ALL
9ec7faef
AC
400 Host maintainers (host dependant parts)
401 (but get your changes into the master version)
402
f4d408c6 403tcl/ tk/ itcl/ ALL
ef7b4488 404
b2a74f99
DJ
405
406 Authorized Committers
407 ---------------------
408
409These are developers working on particular areas of GDB, who are trusted to
410commit their own (or other developers') patches in those areas without
411further review from a Global Maintainer or Responsible Maintainer. They are
412under no obligation to review posted patches - but, of course, are invited
413to do so!
414
f4d408c6
DJ
415PowerPC Andrew Cagney [email protected]
416CRIS Hans-Peter Nilsson [email protected]
417IA64 Jeff Johnston [email protected]
418MIPS Joel Brobecker [email protected]
419m32r Kei Sakamoto [email protected]
420PowerPC Kevin Buettner [email protected]
421CRIS Orjan Friberg [email protected]
422HPPA Randolph Chung [email protected]
423S390 Ulrich Weigand [email protected]
424djgpp DJ Delorie [email protected]
425 [Please use this address to contact DJ about DJGPP]
426tui Stephane Carrez [email protected]
427ia64 Kevin Buettner [email protected]
428AIX Kevin Buettner [email protected]
429GNU/Linux PPC native Kevin Buettner [email protected]
430gdb.java tests Anthony Green [email protected]
431FreeBSD native & host David O'Brien [email protected]
432event loop Elena Zannoni [email protected]
433generic symtabs Elena Zannoni [email protected]
434dwarf readers Elena Zannoni [email protected]
435elf reader Elena Zannoni [email protected]
436stabs reader Elena Zannoni [email protected]
437readline/ Elena Zannoni [email protected]
f4d408c6
DJ
438NetBSD native & host Jason Thorpe [email protected]
439Pascal support Pierre Muller [email protected]
440avr Theodore A. Roth [email protected]
13942a42 441Modula-2 support Gaius Mulley [email protected]
b2a74f99
DJ
442
443
e7745bde
AC
444 Write After Approval
445 (alphabetic)
5185fdd7 446
b76a2a57
AC
447To get recommended for the Write After Approval list you need a valid
448FSF assignment and have submitted one good patch.
449
20dad8ea 450Pedro Alves [email protected]
b302179c 451David Anderson [email protected]
871cce51 452John David Anglin [email protected]
062103ba 453Shrinivas Atre [email protected]
627054c8 454Scott Bambrough [email protected]
ae2a31bf 455Jan Beulich [email protected]
2f83030f 456Jim Blandy [email protected]
e7745bde 457Philip Blundell [email protected]
627054c8 458Per Bothner [email protected]
1581f359 459Joel Brobecker [email protected]
cdd463f9 460Dave Brolley [email protected]
dbf5be1c 461Paul Brook [email protected]
5b031165 462Julian Brown [email protected]
627054c8 463Kevin Buettner [email protected]
1db2a798 464Andrew Cagney [email protected]
58e23df4 465David Carlton [email protected]
627054c8 466Stephane Carrez [email protected]
68e39e73 467Michael Chastain [email protected]
e04e8f8a 468Eric Christopher [email protected]
700c15aa 469Randolph Chung [email protected]
f9e2d830 470Nick Clifton [email protected]
f4d408c6 471J.T. Conklin [email protected]
56296155 472Brendan Conoboy [email protected]
eb944380 473DJ Delorie [email protected]
eb944380 474Philippe De Muyter [email protected]
8bfdb672 475Dhananjay Deshpande [email protected]
6a41ff59 476Klee Dienes [email protected]
25502bfe 477Gabriel Dos Reis [email protected]
dd96c05b 478Richard Earnshaw [email protected]
3ad97651 479Steve Ellcey [email protected]
627054c8 480Frank Ch. Eigler [email protected]
523f6a27 481Ben Elliston [email protected]
e92f3704
JG
482Adam Fedor [email protected]
483Fred Fish [email protected]
283f90a7 484Brian Ford [email protected]
e92f3704 485Orjan Friberg [email protected]
a2f9cf0d 486Nathan Froyd [email protected]
a82f4889 487Gary Funck [email protected]
386d4518 488Paul Gilliam [email protected]
cb123844 489Raoul Gough [email protected]
627054c8 490Anthony Green [email protected]
181c3369 491Matthew Green [email protected]
9cd84602 492Maxim Grigoriev [email protected]
a4ab2b5d 493Jerome Guitton [email protected]
1005d5ef 494Ben Harris [email protected]
23b95bcb 495Richard Henderson [email protected]
814b3ba0 496Aldy Hernandez [email protected]
e7745bde
AC
497Paul Hilfinger [email protected]
498Matt Hiller [email protected]
ed42d87b 499Kazu Hirata [email protected]
e7745bde
AC
500Jeff Holcomb [email protected]
501Don Howard [email protected]
502Martin Hunt [email protected]
6a41ff59 503Jim Ingham [email protected]
a80493b8 504Baurzhan Ismagulov [email protected]
7d97d5e2 505Manoj Iyer [email protected]
2740bf6c 506Daniel Jacobowitz [email protected]
37965979 507Andreas Jaeger [email protected]
7e3cec17 508Jeff Johnston [email protected]
e7745bde 509Geoff Keating [email protected]
627054c8 510Mark Kettenis [email protected]
f4d408c6 511Jim Kingdon [email protected]
e767400c 512Jan Kratochvil [email protected]
f09cffe3 513Jonathan Larmour [email protected]
eb944380 514Jeff Law [email protected]
b1bd302e 515David Lecomber [email protected]
627054c8 516Robert Lipe [email protected]
e7745bde 517H.J. Lu [email protected]
627054c8 518Michal Ludvig [email protected]
f9e2d830 519Glen McCready [email protected]
ac2e0304 520Greg McGary [email protected]
a8cbc6f7 521Roland McGrath [email protected]
723e0e3d 522Bryce McKinlay [email protected]
39c22d1a 523Jason Merrill [email protected]
627054c8 524David S. Miller [email protected]
89a72f9c 525Mark Mitchell [email protected]
da615bee 526Marko Mlinar [email protected]
ecd1107e 527Alan Modra [email protected]
6d6b80e5 528Jason Molenda [email protected]
47b95330 529Pierre Muller [email protected]
72019c9c 530Gaius Mulley [email protected]
3d38a0a5 531Joseph Myers [email protected]
627054c8 532Fernando Nasser [email protected]
b3d379e4 533Adam Nemet [email protected]
d0f853e1 534Nathanael Nerode [email protected]
6eecb1c8 535Hans-Peter Nilsson [email protected]
627054c8 536David O'Brien [email protected]
2748f097 537Alexandre Oliva [email protected]
d3c598de 538Denis Pilat [email protected]
64d75632 539Vladimir Prus [email protected]
27fd2f50 540Qinwei [email protected]
33e6b12b 541Ramana Radhakrishnan [email protected]
58ad5041 542Frederic Riss [email protected]
dfea300e 543Tom Rix [email protected]
e1124681 544Nick Roberts [email protected]
a8cbc6f7 545Bob Rossi [email protected]
de18ac1f 546Theodore A. Roth [email protected]
627054c8 547Ian Roxborough [email protected]
83b4a0fe 548Grace Sainsbury [email protected]
29ceeffb 549Kei Sakamoto [email protected]
39f0ec5c 550Mark Salter [email protected]
d738fe6d 551Richard Sandiford [email protected]
f4d408c6 552Peter Schauer [email protected]
49d5aff7 553Andreas Schwab [email protected]
f9e2d830 554Keith Seitz [email protected]
a95c9d06 555Stan Shebs [email protected]
1f90c757 556Mark Shinwell [email protected]
36479eb1 557Aidan Skinner [email protected]
5f3b5248 558Jiri Smid [email protected]
e7745bde 559David Smith [email protected]
de3a8c23 560Stephen P. Smith [email protected]
02da6206 561Jackie Smith Cashion [email protected]
243c053b 562Michael Snyder [email protected]
41ae02c9 563Petr Sorfa [email protected]
bd73ccbd 564Andrew Stubbs [email protected]
3517749c 565Ian Lance Taylor [email protected]
e7745bde 566Gary Thomas [email protected]
12b21d12 567Jason Thorpe [email protected]
a7c569c8 568Caroline Tice [email protected]
f9e2d830 569Tom Tromey [email protected]
f56c189d 570David Ung [email protected]
0c67cbe9 571D Venkatasubramanian [email protected]
7717fda3 572Corinna Vinschen [email protected]
aedf1c5b 573Keith Walker [email protected]
9a3c34fe 574Kris Warkentin [email protected]
090ddb2a 575Ulrich Weigand [email protected]
0b71f08f 576Nathan Williams [email protected]
0f9e5f32 577Bob Wilson [email protected]
fcd182f9 578Jim Wilson [email protected]
627054c8
AC
579Elena Zannoni [email protected]
580Eli Zaretskii [email protected]
72429025 581Wu Zhou [email protected]
ba0e80db 582Yoshinori Sato [email protected]
e7745bde 583
15929d05 584
3a0c66d4
AC
585 Past Maintainers
586
f4d408c6
DJ
587Whenever removing yourself, or someone else, from this file, consider
588listing their areas of development here for posterity.
589
47b95330
AC
590Jimmy Guo (gdb.hp, tui) guo at cup dot hp dot com
591Jeff Law (hppa) law at cygnus dot com
592Daniel Berlin (C++ support) dan at cgsoftware dot com
7fe4d0d2
AC
593Nick Duffek (powerpc, SCO, Sol/x86) nick at duffek dot com
594David Taylor (d10v, sparc, utils, defs,
595 expression evaluator, language support) taylor at candd dot org
f4d408c6 596J.T. Conklin (dcache, NetBSD, remote, global) jtc at acorntoolworks dot com
f779ca99 597Frank Ch. Eigler (sim) fche at redhat dot com
8a81a99e 598Per Bothner (Java) per at bothner dot com
23b7d5f3 599Anthony Green (Java) green at redhat dot com
2ec3381a 600Fernando Nasser (testsuite/, mi, cli, KOD) fnasser at redhat dot com
5aae53e5 601Mark Salter (testsuite/lib+config) msalter at redhat dot com
f4d408c6
DJ
602Jim Kingdon (web pages) kingdon at panix dot com
603Jim Ingham (gdbtk, libgui) jingham at apple dot com
604Mark Kettenis (hurd native) kettenis at gnu dot org
605Ian Roxborough (in-tree tcl, tk, itcl) irox at redhat dot com
606Robert Lipe (SCO/Unixware) rjl at sco dot com
607Peter Schauer (global, AIX, xcoffsolib,
608 Solaris/x86) Peter.Schauer at mytum dot de
609Scott Bambrough (ARM) scottb at netwinder dot org
610Philippe De Muyter (coff) phdm at macqel dot be
611Michael Chastain (testsuite) mec.gnu at mindspring dot com
5ecaa7dd 612
3a0c66d4
AC
613
614
e33e9692 615Folks that have been caught up in a paper trail:
dfe25b3a 616
58e23df4 617David Carlton [email protected]
This page took 0.948495 seconds and 4 git commands to generate.