2000-05-10 H.J. Lu <hjl@gnu.org>
[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@cygnus.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 (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 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
80 Core: Generic components used by all of GDB
81
82 generic arch support Andrew Cagney cagney@cygnus.com
83 target vector Andrew Cagney cagney@cygnus.com
84 main (main.c, top.c) Elena Zannoni ezannoni@cygnus.com
85 event loop Elena Zannoni ezannoni@cygnus.com
86 generic symtabs Jim Blandy jimb@cygnus.com
87 Elena Zannoni ezannoni@cygnus.com
88 dwarf readers Jim Blandy jimb@cygnus.com
89 Elena Zannoni ezannoni@cygnus.com
90 elf reader Jim Blandy jimb@cygnus.com
91 Elena Zannoni ezannoni@cygnus.com
92 stabs reader Jim Blandy jimb@cygnus.com
93 Elena Zannoni ezannoni@cygnus.com
94 coff reader Philippe De Muyter phdm@macqel.be
95 tracing bytecode stuff Jim Blandy jimb@cygnus.com
96 tracing Michael Snyder msnyder@cygnus.com
97 threads Michael Snyder msnyder@cygnus.com
98 breakpoint.c Michael Snyder msnyder@cygnus.com
99 Jim Blandy jimb@cygnus.com
100 language support David Taylor taylor@cygnus.com
101 C++ support Daniel Berlin dan@cgsoftware.com
102 Java support Anthony Green green@cygnus.com
103 expression eval David Taylor taylor@cygnus.com
104 defs.h David Taylor taylor@cygnus.com
105 utils.c David Taylor taylor@cygnus.com
106 Scheme support Jim Blandy jimb@cygnus.com
107 svr4 shlibs (solib.c) Jim Blandy jimb@cygnus.com
108 remote.c Andrew Cagney cagney@cygnus.com
109 J.T. Conklin jtc@redback.com
110 include/remote-sim.h, remote-sim.c
111 Andrew Cagney cagney@cygnus.com
112 sds protocol Fernando Nasser fnasser@cygnus.com
113 Jim Ingham jingham@cygnus.com
114 rdi/adp protocol Fernando Nasser fnasser@cygnus.com
115 Jim Ingham jingham@cygnus.com
116 gdbserver Stan Shebs shebs@apple.com
117 documentation Stan Shebs shebs@apple.com
118 Eli Zaretskii eliz@gnu.org
119 testsuite Stan Shebs shebs@apple.com
120 Fernando Nasser fnasser@cygnus.com
121 hp tests (gdb.hp) *Jimmy Guo adl-debugger-wdb-merge-guru@cup.hp.com
122 Java tests (gdb.java) Anthony Green green@cygnus.com
123 Kernel Object Display Fernando Nasser fnasser@cygnus.com
124
125
126 UI: External (user) interfaces.
127
128 command interpreter Fernando Nasser fnasser@cygnus.com
129 gdbtk (c & tcl) Syd Polk spolk@cygnus.com
130 Jim Ingham jingham@cygnus.com
131 libgui (w/foundry, sn) Syd Polk spolk@cygnus.com
132 Jim Ingham jingham@cygnus.com
133 mi (gdb/mi) Andrew Cagney cagney@cygnus.com
134 Elena Zannoni ezannoni@cygnus.com
135 Fernando Nasser fnasser@cygnus.com
136 tui Technical Contact Point wdb@cup.hp.com
137 Jimmy Guo guo@cup.hp.com
138
139
140 Misc:
141
142 Web pages. Jim Kingdon kingdon@redhat.com
143 (anyone can edit; kingdon is just lead maintainer)
144
145 Makefile.in, configure* ALL
146
147 mmalloc/ ALL Host maintainers
148
149 sim/ See sim/MAINTAINERS, co-ordinated by:
150 Frank Ch. Eigler fche@cygnus.com
151
152 readline/ Master version: ftp://ftp.cwru.edu/pub/bash/
153 Elena Zannoni ezannoni@cygnus.com
154 Host maintainers (host dependant parts)
155 (but get your changes into the master version)
156
157
158
159 Write After Approval
160
161 Jim Kingdon kingdon@redhat.com
162 Jason Molenda jsm@cygnus.com
163 H.J. Lu hjl@lucon.org
164 Nick Clifton nickc@cygnus.com
165 Jonathan Larmour jlarmour@redhat.co.uk
166 Glen McCready gkm@cygnus.com
167
168
169 * Indicates folks we need to get Kerberos/SSH accounts ready so they
170 can write in the source tree
171
172 + Indicates folks that have been caught up in a paper trail.
This page took 0.110153 seconds and 4 git commands to generate.