Anthony Green is Java maintainer.
[external/binutils.git] / gdb / MAINTAINERS
1                         GDB Maintainers
2
3
4                         Blanket Write Privs
5
6 Andrew Cagney                   ac131313@cygnus.com
7 Stan Shebs                      shebs@apple.com
8 Michael Snyder                  msnyder@cygnus.com
9 Peter Schauer                   Peter.Schauer@regent.e-technik.tu-muenchen.de
10
11
12                         Various Maintainers
13
14 Note individuals who maintain parts of the debugger need approval to
15 check in changes outside of the immediate domain that they maintain.
16
17 If there is no maintainer for a given domain then the problem falls to
18 the head maintainer.
19
20 If there are several maintainers for a given domain then the problem
21 falls to the first maintainer.  The second and third maintainers are
22 firstly known to have expertise in the given domain and secondly are
23 available to step in if the first maintainer is to be absent for any
24 reason.
25
26
27 Target/Architecture:
28
29 Generic ISA (Instruction Set Architecture) issues, API variants, CPU
30 variants.  *-tdep.c. The Target/Architecture maintainer works with the
31 host maintainer when resolving build issues.  The Target/Architecture
32 maintainer works with the native maintainer when resolving API issues.
33
34 d10v target             Andrew Cagney           cagney@cygnus.com
35 d30v target             David Taylor            taylor@cygnus.com
36 mips target             Andrew Cagney           cagney@cygnus.com
37 mn10300 target          Andrew Cagney           cagney@cygnus.com
38 powerpc target          Kevin Buettner          kevinb@cygnus.com
39                         Elena Zannoni           ezannoni@cygnus.com
40 arm target              Fernando Nasser         fnasser@cygnus.com
41                         Jim Ingham              jingham@cygnus.com
42                         Scott Bambrough         scottb@netwinder.org
43 m32r target             Michael Snyder          msnyder@cygnus.com
44 IA-64 target            Kevin Buettner          kevinb@cygnus.com
45 x86                     Mark Kettenis           kettenis@gnu.org
46
47
48
49 Host/Native:
50
51 The Native maintainer is responsible for target specific
52 native support - typically shared libraries and quirks to
53 procfs/ptrace/...  The Native maintainer works with the Arch and Core
54 maintainers when resolving more generic problems.
55
56 The host maintainer ensures that gdb (including mmalloc) can be built
57 as a cross debugger on their platform.
58
59 djgpp native            *Eli Zaretskii          eliz@gnu.org
60                         DJ Delorie              dj@cygnus.com
61 MS Windows (N.T., CE, '00) host & native
62                         Chris Faylor            cgf@cygnus.com
63 GNU/Linux/x86 native & host
64                         Jim Blandy              jimb@cygnus.com
65                         Mark Kettenis           kettenis@gnu.org
66 GNU/Linux PPC native    Kevin Buettner          kevinb@cygnus.com
67 hurd native             Mark Kettenis           kettenis@gnu.org
68 macos host & native     Stan Shebs              shebs@apple.com
69 hpux, hp pa native      Jeff Law                law@cygnus.com
70 SCO/Unixware            Nick Duffek             nsd@cygnus.com
71                         Robert Lipe             rjl@sco.com
72 GNU/Linux ARM native    Scott Bambrough         scottb@netwinder.org
73 Solaris/x86 native & host
74                         Nick Duffek             nsd@cygnus.com
75                         Peter Schauer           Peter.Schauer@regent.e-technik.tu-muenchen.de
76
77 Core: Generic components used by all of GDB
78
79 generic arch support    Andrew Cagney           cagney@cygnus.com
80 target vector           Andrew Cagney           cagney@cygnus.com
81 main (main.c, top.c)    Elena Zannoni           ezannoni@cygnus.com
82 event loop              Elena Zannoni           ezannoni@cygnus.com
83 generic symtabs         Jim Blandy              jimb@cygnus.com
84 dwarf readers           Jim Blandy              jimb@cygnus.com
85 elf reader              Jim Blandy              jimb@cygnus.com
86 stabs reader            Jim Blandy              jimb@cygnus.com
87 tracing bytecode stuff  Jim Blandy              jimb@cygnus.com
88 tracing                 Michael Snyder          msnyder@cygnus.com
89 threads                 Michael Snyder          msnyder@cygnus.com
90 breakpoint.c            Michael Snyder          msnyder@cygnus.com
91 language support        David Taylor            taylor@cygnus.com
92   C++ support           Daniel Berlin           dan@cgsoftware.com
93   Java support          Anthony Green           green@cygnus.com
94 expression eval         David Taylor            taylor@cygnus.com
95 defs.h                  David Taylor            taylor@cygnus.com
96 utils.c                 David Taylor            taylor@cygnus.com
97 Scheme support          Jim Blandy              jimb@cygnus.com
98 svr4 shlibs (solib.c)   Jim Blandy              jimb@cygnus.com
99 coff reader             *Philippe De Muyter     phdm@macqel.be
100 remote.c                Andrew Cagney           cagney@cygnus.com
101                         *J.T. Conklin           jtc@redback.com
102 include/remote-sim.h, remote-sim.c
103                         Andrew Cagney           cagney@cygnus.com
104 sds protocol            Fernando Nasser         fnasser@cygnus.com
105                         Jim Ingham              jingham@cygnus.com
106 rdi/adp protocol        Fernando Nasser         fnasser@cygnus.com
107                         Jim Ingham              jingham@cygnus.com
108 gdbserver               Stan Shebs              shebs@apple.com
109 documentation           Stan Shebs              shebs@apple.com
110 testsuite               Stan Shebs              shebs@apple.com
111   hp tests (gdb.hp)     *Jimmy Guo       adl-debugger-wdb-merge-guru@cup.hp.com
112   Java tests (gdb.java) Anthony Green           green@cygnus.com
113 Kernel Object Display   Fernando Nasser         fnasser@cygnus.com
114
115
116 UI: External (user) interfaces.
117
118 command interpreter     Fernando Nasser         fnasser@cygnus.com
119 gdbtk (c & tcl)         Jim Ingham              jingham@cygnus.com
120 libgui (w/foundry, sn)  Jim Ingham              jingham@cygnus.com
121 mi (gdb/mi)             Andrew Cagney           cagney@cygnus.com
122                         Elena Zannoni           ezannoni@cygnus.com
123                         Fernando Nasser         fnasser@cygnus.com
124
125
126 Misc:
127
128 Web pages.              Jim Kingdon             kingdon@redhat.com
129                         (anyone can edit; kingdon is just lead maintainer)
130
131 Makefile.in, configure* ALL
132
133 mmalloc/                ALL Host maintainers
134
135 sim/                    See sim/MAINTAINERS, co-ordinated by:
136                         Frank Ch. Eigler        fche@cygnus.com
137
138 readline/               Master version: ftp://ftp.cwru.edu/pub/bash/
139                         Elena Zannoni           ezannoni@cygnus.com
140                         Host maintainers (host dependant parts)
141                         (but get your changes into the master version)
142
143
144
145                 Write After Approval
146
147 *J.T. Conklin                                   jtc@redback.com
148 Jim Kingdon                                     kingdon@redhat.com
149 Jason Molenda                                   jsm@cygnus.com
150 H.J. Lu                                         hjl@lucon.org
151 Nick Clifton                                    nickc@cygnus.com
152
153
154 * Indicates folks we need to get Kerberos/ssh accounts ready so they
155 can write in the source tree
156
157 + Indicates folks that have been caught up in a paper trail.