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