]> Git Repo - binutils.git/blame - gdb/MAINTAINERS
FIx regression
[binutils.git] / gdb / MAINTAINERS
CommitLineData
ef7b4488
AC
1 GDB Maintainers
2
5185fdd7
AC
3
4 Blanket Write Privs
5
6Andrew Cagney [email protected]
e7411eaa
AC
7Stan Shebs [email protected]
8Michael Snyder [email protected]
9Peter Schauer [email protected]
5185fdd7 10
f5bca8e7 11
5185fdd7
AC
12 Various Maintainers
13
14Note individuals who maintain parts of the debugger need approval to
15check in changes outside of the immediate domain that they maintain.
16
36c2118f
AC
17If there is no maintainer for a given domain then the responsibility
18falls to the head maintainer.
19
20If there are several maintainers for a given domain then
21responsibility falls to the first maintainer. The first maintainer is
22free to devolve that responsibility among the other maintainers.
538aae9d 23
5185fdd7 24
8860ff2e
AC
25Target/Architecture:
26
27Generic ISA (Instruction Set Architecture) issues, API variants, CPU
28variants. *-tdep.c. The Target/Architecture maintainer works with the
ef7b4488
AC
29host maintainer when resolving build issues. The Target/Architecture
30maintainer works with the native maintainer when resolving API issues.
5185fdd7 31
e49d4fa6 32d10v target Andrew Cagney [email protected]
aaddd1ab 33d30v target David Taylor [email protected]
e49d4fa6 34mips target Andrew Cagney [email protected]
7be570e7 35mn10300 target Andrew Cagney [email protected]
15929d05
AC
36powerpc target Kevin Buettner [email protected]
37 Elena Zannoni [email protected]
f5bca8e7
AC
38arm target Fernando Nasser [email protected]
39 Jim Ingham [email protected]
dfe25b3a 40 Scott Bambrough [email protected]
5185fdd7 41m32r target Michael Snyder [email protected]
f5bca8e7 42IA-64 target Kevin Buettner [email protected]
ef7b4488 43x86 Mark Kettenis [email protected]
f09cffe3 44sparc target David Taylor [email protected]
ef7b4488 45
5185fdd7
AC
46
47
8860ff2e
AC
48Host/Native:
49
50The Native maintainer is responsible for target specific
51native support - typically shared libraries and quirks to
52procfs/ptrace/... The Native maintainer works with the Arch and Core
53maintainers when resolving more generic problems.
54
55The host maintainer ensures that gdb (including mmalloc) can be built
56as a cross debugger on their platform.
5185fdd7 57
dfe25b3a 58djgpp native *Eli Zaretskii [email protected]
15929d05 59 DJ Delorie [email protected]
2a20d068
AC
60MS Windows (N.T., CE, '00) host & native
61 Chris Faylor [email protected]
ef7b4488
AC
62GNU/Linux/x86 native & host
63 Jim Blandy [email protected]
64 Mark Kettenis [email protected]
15929d05 65GNU/Linux PPC native Kevin Buettner [email protected]
80582566 66hurd native Mark Kettenis [email protected]
5185fdd7
AC
67macos host & native Stan Shebs [email protected]
68hpux, hp pa native Jeff Law [email protected]
ef7b4488
AC
69SCO/Unixware Nick Duffek [email protected]
70 Robert Lipe [email protected]
f5bca8e7 71GNU/Linux ARM native Scott Bambrough [email protected]
ef7b4488
AC
72Solaris/x86 native & host
73 Nick Duffek [email protected]
74 Peter Schauer [email protected]
f09cffe3
AC
75Solaris/SPARC native & host
76 David Taylor [email protected]
5185fdd7
AC
77
78Core: Generic components used by all of GDB
79
80generic arch support Andrew Cagney [email protected]
81target vector Andrew Cagney [email protected]
e49d4fa6 82main (main.c, top.c) Elena Zannoni [email protected]
f5bca8e7 83event loop Elena Zannoni [email protected]
e49d4fa6
SS
84generic symtabs Jim Blandy [email protected]
85dwarf readers Jim Blandy [email protected]
86elf reader Jim Blandy [email protected]
87stabs reader Jim Blandy [email protected]
2a20d068 88tracing bytecode stuff Jim Blandy [email protected]
e49d4fa6
SS
89tracing Michael Snyder [email protected]
90threads Michael Snyder [email protected]
91breakpoint.c Michael Snyder [email protected]
f09cffe3 92 Jim Blandy [email protected]
e49d4fa6 93language support David Taylor [email protected]
513d6eba
AC
94 C++ support Daniel Berlin [email protected]
95 Java support Anthony Green [email protected]
e49d4fa6
SS
96expression eval David Taylor [email protected]
97defs.h David Taylor [email protected]
98utils.c David Taylor [email protected]
5185fdd7
AC
99Scheme support Jim Blandy [email protected]
100svr4 shlibs (solib.c) Jim Blandy [email protected]
dfe25b3a 101coff reader *Philippe De Muyter [email protected]
5185fdd7 102remote.c Andrew Cagney [email protected]
dfe25b3a 103 *J.T. Conklin [email protected]
7158fd7f
AC
104include/remote-sim.h, remote-sim.c
105 Andrew Cagney [email protected]
f5bca8e7
AC
106sds protocol Fernando Nasser [email protected]
107 Jim Ingham [email protected]
108rdi/adp protocol Fernando Nasser [email protected]
109 Jim Ingham [email protected]
5185fdd7
AC
110gdbserver Stan Shebs [email protected]
111documentation Stan Shebs [email protected]
112testsuite Stan Shebs [email protected]
513d6eba
AC
113 hp tests (gdb.hp) *Jimmy Guo [email protected]
114 Java tests (gdb.java) Anthony Green [email protected]
f5bca8e7 115Kernel Object Display Fernando Nasser [email protected]
5185fdd7
AC
116
117
118UI: External (user) interfaces.
119
120command interpreter Fernando Nasser [email protected]
121gdbtk (c & tcl) Jim Ingham [email protected]
122libgui (w/foundry, sn) Jim Ingham [email protected]
f5bca8e7
AC
123mi (gdb/mi) Andrew Cagney [email protected]
124 Elena Zannoni [email protected]
125 Fernando Nasser [email protected]
126
127
128Misc:
129
130Web pages. Jim Kingdon [email protected]
2403ff6f 131 (anyone can edit; kingdon is just lead maintainer)
7158fd7f 132
f5bca8e7 133Makefile.in, configure* ALL
7158fd7f
AC
134
135mmalloc/ ALL Host maintainers
136
137sim/ See sim/MAINTAINERS, co-ordinated by:
138 Frank Ch. Eigler [email protected]
5185fdd7 139
9ec7faef
AC
140readline/ Master version: ftp://ftp.cwru.edu/pub/bash/
141 Elena Zannoni [email protected]
142 Host maintainers (host dependant parts)
143 (but get your changes into the master version)
144
5185fdd7 145
ef7b4488 146
5185fdd7
AC
147 Write After Approval
148
dfe25b3a 149*J.T. Conklin [email protected]
15929d05
AC
150Jim Kingdon [email protected]
151Jason Molenda [email protected]
168770df 152H.J. Lu [email protected]
f5bca8e7 153Nick Clifton [email protected]
f09cffe3 154Jonathan Larmour [email protected]
f5bca8e7 155
15929d05 156
5185fdd7
AC
157* Indicates folks we need to get Kerberos/ssh accounts ready so they
158can write in the source tree
dfe25b3a
AC
159
160+ Indicates folks that have been caught up in a paper trail.
This page took 0.105217 seconds and 4 git commands to generate.