]>
Commit | Line | Data |
---|---|---|
ef7b4488 AC |
1 | GDB Maintainers |
2 | ||
5185fdd7 AC |
3 | |
4 | Blanket Write Privs | |
5 | ||
5d15e252 | 6 | Jim Blandy [email protected] |
5185fdd7 | 7 | Andrew Cagney [email protected] |
e7411eaa AC |
8 | Stan Shebs [email protected] |
9 | Michael Snyder [email protected] | |
10 | Peter Schauer [email protected] | |
5185fdd7 | 11 | |
f5bca8e7 | 12 | |
5185fdd7 AC |
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 | ||
36c2118f AC |
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. | |
538aae9d | 24 | |
5185fdd7 | 25 | |
8860ff2e AC |
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 | |
ef7b4488 AC |
30 | host maintainer when resolving build issues. The Target/Architecture |
31 | maintainer works with the native maintainer when resolving API issues. | |
5185fdd7 | 32 | |
e49d4fa6 | 33 | d10v target Andrew Cagney [email protected] |
aaddd1ab | 34 | d30v target David Taylor [email protected] |
e49d4fa6 | 35 | mips target Andrew Cagney [email protected] |
7be570e7 | 36 | mn10300 target Andrew Cagney [email protected] |
15929d05 AC |
37 | powerpc target Kevin Buettner [email protected] |
38 | Elena Zannoni [email protected] | |
f5bca8e7 | 39 | arm target Fernando Nasser [email protected] |
0aaf65d7 | 40 | Jim Ingham [email protected] |
dfe25b3a | 41 | Scott Bambrough [email protected] |
5185fdd7 | 42 | m32r target Michael Snyder [email protected] |
f5bca8e7 | 43 | IA-64 target Kevin Buettner [email protected] |
ef7b4488 | 44 | x86 Mark Kettenis [email protected] |
f09cffe3 | 45 | sparc target David Taylor [email protected] |
ef7b4488 | 46 | |
5185fdd7 AC |
47 | |
48 | ||
8860ff2e AC |
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. | |
5185fdd7 | 58 | |
56a5d675 | 59 | djgpp native Eli Zaretskii [email protected] |
15929d05 | 60 | DJ Delorie [email protected] |
2a20d068 AC |
61 | MS Windows (N.T., CE, '00) host & native |
62 | Chris Faylor [email protected] | |
ef7b4488 | 63 | GNU/Linux/x86 native & host |
ef7b4488 | 64 | Mark Kettenis [email protected] |
d8038014 | 65 | Jim Blandy [email protected] |
15929d05 | 66 | GNU/Linux PPC native Kevin Buettner [email protected] |
80582566 | 67 | hurd native Mark Kettenis [email protected] |
5185fdd7 AC |
68 | macos host & native Stan Shebs [email protected] |
69 | hpux, hp pa native Jeff Law [email protected] | |
d6184fa1 | 70 | NetBSD J.T. Conklin [email protected] |
ef7b4488 AC |
71 | SCO/Unixware Nick Duffek [email protected] |
72 | Robert Lipe [email protected] | |
f5bca8e7 | 73 | GNU/Linux ARM native Scott Bambrough [email protected] |
ef7b4488 AC |
74 | Solaris/x86 native & host |
75 | Nick Duffek [email protected] | |
76 | Peter Schauer [email protected] | |
f09cffe3 AC |
77 | Solaris/SPARC native & host |
78 | David Taylor [email protected] | |
4db6cb88 KD |
79 | Mac OS X Klee Dienes [email protected] |
80 | Jim Ingham [email protected] | |
5185fdd7 AC |
81 | |
82 | Core: Generic components used by all of GDB | |
83 | ||
84 | generic arch support Andrew Cagney [email protected] | |
d8038014 AC |
85 | Any host/target maintainer can add to |
86 | gdbarch.{c,h,sh}. Send tricky ones to cagney. | |
5185fdd7 | 87 | target vector Andrew Cagney [email protected] |
e49d4fa6 | 88 | main (main.c, top.c) Elena Zannoni [email protected] |
f5bca8e7 | 89 | event loop Elena Zannoni [email protected] |
e49d4fa6 | 90 | generic symtabs Jim Blandy [email protected] |
2ea493eb AC |
91 | Elena Zannoni [email protected] |
92 | dwarf readers Jim Blandy [email protected] | |
93 | Elena Zannoni [email protected] | |
94 | elf reader Jim Blandy [email protected] | |
95 | Elena Zannoni [email protected] | |
96 | stabs reader Jim Blandy [email protected] | |
97 | Elena Zannoni [email protected] | |
98 | coff reader Philippe De Muyter [email protected] | |
2a20d068 | 99 | tracing bytecode stuff Jim Blandy [email protected] |
e49d4fa6 SS |
100 | tracing Michael Snyder [email protected] |
101 | threads Michael Snyder [email protected] | |
102 | breakpoint.c Michael Snyder [email protected] | |
f09cffe3 | 103 | Jim Blandy [email protected] |
e49d4fa6 | 104 | language support David Taylor [email protected] |
513d6eba AC |
105 | C++ support Daniel Berlin [email protected] |
106 | Java support Anthony Green [email protected] | |
4db6cb88 KD |
107 | Objective-C/C++ Klee Dienes [email protected] |
108 | Jim Ingham [email protected] | |
1bf0ae96 | 109 | Pascal support Pierre Muller [email protected] |
e49d4fa6 SS |
110 | expression eval David Taylor [email protected] |
111 | defs.h David Taylor [email protected] | |
112 | utils.c David Taylor [email protected] | |
5185fdd7 AC |
113 | Scheme support Jim Blandy [email protected] |
114 | svr4 shlibs (solib.c) Jim Blandy [email protected] | |
5185fdd7 | 115 | remote.c Andrew Cagney [email protected] |
56a5d675 | 116 | J.T. Conklin [email protected] |
7158fd7f AC |
117 | include/remote-sim.h, remote-sim.c |
118 | Andrew Cagney [email protected] | |
f5bca8e7 | 119 | sds protocol Fernando Nasser [email protected] |
0aaf65d7 | 120 | Jim Ingham [email protected] |
f5bca8e7 | 121 | rdi/adp protocol Fernando Nasser [email protected] |
0aaf65d7 | 122 | Jim Ingham [email protected] |
5185fdd7 AC |
123 | gdbserver Stan Shebs [email protected] |
124 | documentation Stan Shebs [email protected] | |
2df7b2a7 | 125 | Eli Zaretskii [email protected] |
5185fdd7 | 126 | testsuite Stan Shebs [email protected] |
b83f3627 | 127 | Fernando Nasser [email protected] |
513d6eba AC |
128 | hp tests (gdb.hp) *Jimmy Guo [email protected] |
129 | Java tests (gdb.java) Anthony Green [email protected] | |
f5bca8e7 | 130 | Kernel Object Display Fernando Nasser [email protected] |
5185fdd7 AC |
131 | |
132 | ||
133 | UI: External (user) interfaces. | |
134 | ||
135 | command interpreter Fernando Nasser [email protected] | |
258e9693 | 136 | gdbtk (c & tcl) Syd Polk [email protected] |
0aaf65d7 | 137 | Jim Ingham [email protected] |
cddf6049 | 138 | Fernando Nasser [email protected] |
258e9693 | 139 | libgui (w/foundry, sn) Syd Polk [email protected] |
0aaf65d7 | 140 | Jim Ingham [email protected] |
f5bca8e7 AC |
141 | mi (gdb/mi) Andrew Cagney [email protected] |
142 | Elena Zannoni [email protected] | |
143 | Fernando Nasser [email protected] | |
889ec156 AC |
144 | tui Technical Contact Point [email protected] |
145 | Jimmy Guo [email protected] | |
f5bca8e7 AC |
146 | |
147 | ||
148 | Misc: | |
149 | ||
150 | Web pages. Jim Kingdon [email protected] | |
2403ff6f | 151 | (anyone can edit; kingdon is just lead maintainer) |
7158fd7f | 152 | |
f5bca8e7 | 153 | Makefile.in, configure* ALL |
7158fd7f AC |
154 | |
155 | mmalloc/ ALL Host maintainers | |
156 | ||
157 | sim/ See sim/MAINTAINERS, co-ordinated by: | |
158 | Frank Ch. Eigler [email protected] | |
5185fdd7 | 159 | |
9ec7faef AC |
160 | readline/ Master version: ftp://ftp.cwru.edu/pub/bash/ |
161 | Elena Zannoni [email protected] | |
162 | Host maintainers (host dependant parts) | |
163 | (but get your changes into the master version) | |
164 | ||
5185fdd7 | 165 | |
ef7b4488 | 166 | |
5185fdd7 AC |
167 | Write After Approval |
168 | ||
15929d05 AC |
169 | Jim Kingdon [email protected] |
170 | Jason Molenda [email protected] | |
168770df | 171 | H.J. Lu [email protected] |
f5bca8e7 | 172 | Nick Clifton [email protected] |
f09cffe3 | 173 | Jonathan Larmour [email protected] |
c247e9c4 | 174 | Glen McCready [email protected] |
d8038014 | 175 | Gary Thomas [email protected] |
1bf0ae96 | 176 | Pierre Muller [email protected] |
f5bca8e7 | 177 | |
15929d05 | 178 | |
56a5d675 | 179 | * Indicates folks we need to get Kerberos/SSH accounts ready so they |
5185fdd7 | 180 | can write in the source tree |
dfe25b3a AC |
181 | |
182 | + Indicates folks that have been caught up in a paper trail. |