Copy comments from gdbarch.sh to gdbarch.h. Fix a number of K&R params.
[deliverable/binutils-gdb.git] / gdb / MAINTAINERS
1 GDB Maintainers
2
3
4 Blanket Write Privs
5
6 Jim Blandy jimb@cygnus.com
7 Andrew Cagney ac131313@cygnus.com
8 Stan Shebs shebs@apple.com
9 Michael Snyder msnyder@cygnus.com
10 Peter Schauer Peter.Schauer@regent.e-technik.tu-muenchen.de
11
12
13 Various Maintainers
14
15 Note individuals who maintain parts of the debugger need approval to
16 check in changes outside of the immediate domain that they maintain.
17
18 If there is no maintainer for a given domain then the responsibility
19 falls to the head maintainer.
20
21 If there are several maintainers for a given domain then
22 responsibility falls to the first maintainer. The first maintainer is
23 free to devolve that responsibility among the other maintainers.
24
25
26 Target/Architecture:
27
28 Generic ISA (Instruction Set Architecture) issues, API variants, CPU
29 variants. *-tdep.c. The Target/Architecture maintainer works with the
30 host maintainer when resolving build issues. The Target/Architecture
31 maintainer works with the native maintainer when resolving API issues.
32
33 d10v target Andrew Cagney cagney@cygnus.com
34 d30v target David Taylor taylor@cygnus.com
35 mips target Andrew Cagney cagney@cygnus.com
36 mn10300 target Andrew Cagney cagney@cygnus.com
37 powerpc target Kevin Buettner kevinb@cygnus.com
38 Elena Zannoni ezannoni@cygnus.com
39 arm target Fernando Nasser fnasser@cygnus.com
40 Jim Ingham jingham@apple.com
41 Scott Bambrough scottb@netwinder.org
42 m32r target Michael Snyder msnyder@cygnus.com
43 IA-64 target Kevin Buettner kevinb@cygnus.com
44 x86 Mark Kettenis kettenis@gnu.org
45 sparc target David Taylor taylor@cygnus.com
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 (NT, CE, '00, 9x, Me) host & native
62 Chris Faylor cgf@cygnus.com
63 GNU/Linux/x86 native & host
64 Mark Kettenis kettenis@gnu.org
65 Jim Blandy jimb@cygnus.com
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 NetBSD J.T. Conklin jtc@redback.com
71 SCO/Unixware Nick Duffek nsd@cygnus.com
72 Robert Lipe rjl@sco.com
73 GNU/Linux ARM native Scott Bambrough scottb@netwinder.org
74 Solaris/x86 native & host
75 Nick Duffek nsd@cygnus.com
76 Peter Schauer Peter.Schauer@regent.e-technik.tu-muenchen.de
77 Solaris/SPARC native & host
78 David Taylor taylor@cygnus.com
79 Mac OS X Klee Dienes kdienes@apple.com
80 Jim Ingham jingham@apple.com
81
82 Core: Generic components used by all of GDB
83
84 generic arch support Andrew Cagney cagney@cygnus.com
85 Any host/target maintainer can add to
86 gdbarch.{c,h,sh}. Send tricky ones to cagney.
87 target vector Andrew Cagney cagney@cygnus.com
88 main (main.c, top.c) Elena Zannoni ezannoni@cygnus.com
89 event loop Elena Zannoni ezannoni@cygnus.com
90 generic symtabs Jim Blandy jimb@cygnus.com
91 Elena Zannoni ezannoni@cygnus.com
92 dwarf readers Jim Blandy jimb@cygnus.com
93 Elena Zannoni ezannoni@cygnus.com
94 elf reader Jim Blandy jimb@cygnus.com
95 Elena Zannoni ezannoni@cygnus.com
96 stabs reader Jim Blandy jimb@cygnus.com
97 Elena Zannoni ezannoni@cygnus.com
98 coff reader Philippe De Muyter phdm@macqel.be
99 tracing bytecode stuff Jim Blandy jimb@cygnus.com
100 tracing Michael Snyder msnyder@cygnus.com
101 threads Michael Snyder msnyder@cygnus.com
102 breakpoint.c Michael Snyder msnyder@cygnus.com
103 Jim Blandy jimb@cygnus.com
104 language support David Taylor taylor@cygnus.com
105 C++ support Daniel Berlin dan@cgsoftware.com
106 Java support Anthony Green green@cygnus.com
107 Objective-C/C++ Klee Dienes kdienes@apple.com
108 Jim Ingham jimgham@apple.com
109 Pascal support Pierre Muller muller@sourceware.cygnus.com
110 expression eval David Taylor taylor@cygnus.com
111 defs.h David Taylor taylor@cygnus.com
112 utils.c David Taylor taylor@cygnus.com
113 Scheme support Jim Blandy jimb@cygnus.com
114 svr4 shlibs (solib.c) Jim Blandy jimb@cygnus.com
115 remote.c Andrew Cagney cagney@cygnus.com
116 J.T. Conklin jtc@redback.com
117 include/remote-sim.h, remote-sim.c
118 Andrew Cagney cagney@cygnus.com
119 sds protocol Fernando Nasser fnasser@cygnus.com
120 Jim Ingham jingham@apple.com
121 rdi/adp protocol Fernando Nasser fnasser@cygnus.com
122 Jim Ingham jingham@apple.com
123 gdbserver Stan Shebs shebs@apple.com
124 documentation Stan Shebs shebs@apple.com
125 Eli Zaretskii eliz@gnu.org
126 testsuite Stan Shebs shebs@apple.com
127 Fernando Nasser fnasser@cygnus.com
128 hp tests (gdb.hp) *Jimmy Guo adl-debugger-wdb-merge-guru@cup.hp.com
129 Java tests (gdb.java) Anthony Green green@cygnus.com
130 Kernel Object Display Fernando Nasser fnasser@cygnus.com
131
132
133 UI: External (user) interfaces.
134
135 command interpreter Fernando Nasser fnasser@cygnus.com
136 gdbtk (c & tcl) Syd Polk spolk@cygnus.com
137 Jim Ingham jingham@apple.com
138 Fernando Nasser fnasser@cygnus.com
139 libgui (w/foundry, sn) Syd Polk spolk@cygnus.com
140 Jim Ingham jingham@apple.com
141 mi (gdb/mi) Andrew Cagney cagney@cygnus.com
142 Elena Zannoni ezannoni@cygnus.com
143 Fernando Nasser fnasser@cygnus.com
144 tui Technical Contact Point wdb@cup.hp.com
145 Jimmy Guo guo@cup.hp.com
146
147
148 Misc:
149
150 Web pages. Jim Kingdon kingdon@redhat.com
151 (anyone can edit; kingdon is just lead maintainer)
152
153 Makefile.in, configure* ALL
154
155 mmalloc/ ALL Host maintainers
156
157 sim/ See sim/MAINTAINERS, co-ordinated by:
158 Frank Ch. Eigler fche@cygnus.com
159
160 readline/ Master version: ftp://ftp.cwru.edu/pub/bash/
161 Elena Zannoni ezannoni@cygnus.com
162 Host maintainers (host dependant parts)
163 (but get your changes into the master version)
164
165
166
167 Write After Approval
168
169 Jim Kingdon kingdon@redhat.com
170 Jason Molenda jsm@cygnus.com
171 H.J. Lu hjl@lucon.org
172 Nick Clifton nickc@cygnus.com
173 Jonathan Larmour jlarmour@redhat.co.uk
174 Glen McCready gkm@cygnus.com
175 Gary Thomas gthomas@redhat.com
176 Pierre Muller muller@sourceware.cygnus.com
177
178
179 * Indicates folks we need to get Kerberos/SSH accounts ready so they
180 can write in the source tree
181
182 + Indicates folks that have been caught up in a paper trail.
This page took 0.040567 seconds and 5 git commands to generate.