binutils-gdb/gdb/MAINTAINERS

419 lines
13 KiB
Plaintext
Raw Normal View History

GDB Maintainers
2000-02-13 00:19:53 +01:00
Global Maintainers
2001-01-16 23:45:48 +01:00
(alphabetic)
2000-02-13 00:19:53 +01:00
Jim Blandy jimb@redhat.com
Kevin Buettner kevinb@redhat.com
Andrew Cagney cagney@gnu.org
J.T. Conklin jtc@acorntoolworks.com
2001-01-16 23:45:48 +01:00
Fred Fish fnf@ninemoons.com
Daniel Jacobowitz dan@debian.org
Mark Kettenis kettenis@gnu.org
2001-01-16 23:45:48 +01:00
Peter Schauer Peter.Schauer@regent.e-technik.tu-muenchen.de
Stan Shebs shebs@apple.com
Michael Snyder msnyder@redhat.com
Elena Zannoni ezannoni@redhat.com
Eli Zaretskii eliz@gnu.org
2000-02-13 00:19:53 +01:00
2000-02-13 00:19:53 +01:00
Various Maintainers
Note individuals who maintain parts of the debugger need approval to
check in changes outside of the immediate domain that they maintain.
If there is no maintainer for a given domain then the responsibility
falls to a global maintainer.
If there are several maintainers for a given domain then
responsibility falls to the first maintainer. The first maintainer is
free to devolve that responsibility among the other maintainers.
2000-02-21 00:52:58 +01:00
2000-02-13 00:19:53 +01:00
The Obvious Fix Rule
All maintainers listed in this file are allowed to check in obvious
fixes.
An "obvious fix" means that there is no possibility that anyone will
2001-11-28 23:47:30 +01:00
disagree with the change.
A good mental test is "will the person who hates my work the most be
able to find fault with the change" - if so, then it's not obvious and
needs to be posted first. :-)
2001-11-28 23:47:30 +01:00
Something like changing or bypassing an interface is _not_ an obvious
fix, since such a change without discussion will result in
instantaneous and loud complaints.
Target Instruction Set Architectures:
The *-tdep.c files. ISA (Instruction Set Architecture) and OS-ABI
(Operating System / Application Binary Interface) issues including CPU
variants.
The Target/Architecture maintainer works with the host maintainer when
resolving build issues. The Target/Architecture maintainer works with
the native maintainer when resolving ABI issues.
2000-02-13 00:19:53 +01:00
alpha --target=alpha-elf ,-Werror
arm --target=arm-elf ,-Werror
Scott Bambrough scottb@netwinder.org
Richard Earnshaw rearnsha@arm.com
avr --target=avr ,-Werror
Theodore A. Roth troth@openavr.org
cris --target=cris-elf ,-Werror
d10v OBSOLETE
2003-09-10 23:05:59 +02:00
frv --target=frv-elf ,-Werror
h8300 Deleted
i386 --target=i386-elf ,-Werror
Mark Kettenis kettenis@gnu.org
ia64 --target=ia64-linux-gnu ,-Werror
(--target=ia64-elf broken)
Kevin Buettner kevinb@redhat.com
m32r --target=m32r-elf ,-Werror
m68hc11 --target=m68hc11-elf ,-Werror ,
Stephane Carrez stcarrez@nerim.fr
m68k --target=m68k-elf ,-Werror
m88k --target=m88k-openbsd ,-Werror
Mark Kettenis kettenis@gnu.org
mcore Deleted
mips --target=mips-elf ,-Werror
mn10300 --target=mn10300-elf
Michael Snyder msnyder@redhat.com
ns32k Deleted
pa --target=hppa-elf ,-Werror
powerpc --target=powerpc-eabi ,-Werror
s390 --target=s390-linux-gnu ,-Werror
sh --target=sh-elf ,-Werror
--target=sh64-elf broken
sparc --target=sparc-elf ,-Werror
v850 Deleted
vax --target=vax-netbsd ,-Werror
x86-64 --target=x86_64-linux-gnu ,-Werror
2002-02-27 03:45:12 +01:00
* MAINTAINERS: Remove "broken" from XStormy16 entry. * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods. (struct gdbarch_tdep): Remove. (struct xstormy16_frame_cache): New frame cache structure. (xstormy16_register_byte, xstormy16_register_raw_size) (xstormy16_reg_virtual_type, xstormy16_register_type) (xstormy16_push_arguments, xstormy16_push_return_address) (xstormy16_pop_frame, xstormy16_store_struct_return) (xstormy16_store_return_value, xstormy16_extract_struct_value_address) (xstormy16_frame_saved_register, xstormy16_get_saved_register) (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs) (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info) (xstormy16_frame_chain, xstormy16_frame_chain_valid, (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove. (xstormy16_use_struct_convention): Drop gcc_p parameter. (xstormy16_extract_return_value, xstormy16_store_return_value): Regcachify. Drop useless struct convention handling. (xstormy16_register_type, xstormy16_return_value) (xstormy16_push_dummy_call, xstormy16_analyze_prologue) (xstormy16_alloc_frame_cache, xstormy16_frame_cache) (xstormy16_frame_prev_register, xstormy16_frame_this_id) (xstormy16_frame_base_address, xstormy16_frame_sniffer) (xstormy16_unwind_sp, xstormy16_unwind_pc) (xstormy16_unwind_dummy_id) : New functions. (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead of xstormy16_scan_prologue. (xstormy16_frame_unwind): New frame_unwind structure. (xstormy16_frame_base): New frame_base structure. (xstormy16_gdbarch_init): Accomodate all of the above changes. Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2004-09-23 19:00:16 +02:00
xstormy16 --target=xstormy16-elf
Corinna Vinschen vinschen@redhat.com
The following developers CAN COMMIT changes (and hence approve
patches) to specific architectures:
Andrew Cagney (powerpc)
Hans-Peter Nilsson (cris)
Jeff Johnston (ia64)
Joel Brobecker (mips)
Kei Sakamoto (m32r)
Kevin Buettner (powerpc)
Orjan Friberg (cris)
Randolph Chung (pa)
Ulrich Weigand (s390)
2002-01-09 19:33:21 +01:00
All developers recognized by this file can make arbitrary changes to
OBSOLETE targets.
The Bourne shell script gdb_mbuild.sh can be used to rebuild all the
above targets.
2000-02-13 00:19:53 +01:00
Host/Native:
The Native maintainer is responsible for target specific native
support - typically shared libraries and quirks to procfs/ptrace/...
The Native maintainer works with the Arch and Core maintainers when
resolving more generic problems.
The host maintainer ensures that gdb can be built as a cross debugger on
their platform.
2000-02-13 00:19:53 +01:00
AIX Peter Schauer Peter.Schauer@regent.e-technik.tu-muenchen.de
Kevin Buettner kevinb@redhat.com
Joel Brobecker brobecker@gnat.com
djgpp native Eli Zaretskii eliz@gnu.org
DJ Delorie dj@redhat.com
MS Windows (NT, '00, 9x, Me, XP) host & native
Chris Faylor cgf@alum.bu.edu
GNU/Linux/x86 native & host
Mark Kettenis kettenis@gnu.org
GNU/Linux PPC native Andrew Cagney cagney@gnu.org
Kevin Buettner kevinb@redhat.com
GNU/Linux MIPS native & host
Daniel Jacobowitz dan@debian.org
GNU/Linux m68k Andreas Schwab schwab@suse.de
2000-08-03 10:39:21 +02:00
FreeBSD native & host Mark Kettenis kettenis@gnu.org
David O'Brien obrien@freebsd.org
hurd native Mark Kettenis kettenis@gnu.org
NetBSD native & host Jason Thorpe thorpej@netbsd.org
SCO/Unixware Robert Lipe rjl@sco.com
GNU/Linux ARM native Scott Bambrough scottb@netwinder.org
2000-11-20 13:45:01 +01:00
Solaris/x86 native & host (devolved)
Peter Schauer Peter.Schauer@regent.e-technik.tu-muenchen.de
Solaris/SPARC native & host (devolved)
(Global Maintainers)
2000-02-13 00:19:53 +01:00
2000-02-13 00:19:53 +01:00
Core: Generic components used by all of GDB
generic arch support Andrew Cagney cagney@redhat.com
2000-05-17 10:46:20 +02:00
Any host/target maintainer can add to
gdbarch.{c,h,sh}. Send tricky ones to cagney.
target vector Andrew Cagney cagney@redhat.com
event loop Elena Zannoni ezannoni@redhat.com
For the part of top.c related to the event loop,
send questions to ezannoni@redhat.com
generic symtabs Elena Zannoni ezannoni@redhat.com
dwarf readers Elena Zannoni ezannoni@redhat.com
elf reader Elena Zannoni ezannoni@redhat.com
stabs reader Elena Zannoni ezannoni@redhat.com
coff reader Philippe De Muyter phdm@macqel.be
xcoff reader Any maintainer can modify this; please send tricky
ones to Kevin Buettner <kevinb@redhat.com>
HP/UX readers Any [past] maintainer can modify this.
Please send tricky ones to the symtabs maintainers.
tracing bytecode stuff (Global Maintainers)
tracing Michael Snyder msnyder@redhat.com
threads Michael Snyder msnyder@redhat.com
Mark Kettenis kettenis@gnu.org
breakpoints (Global Maintainers)
language support (Blanket Write Privs Maintainers)
2002-01-17 03:04:27 +01:00
C++ Daniel Jacobowitz dan@debian.org
Java support (Global Maintainers)
2002-02-23 21:59:55 +01:00
Pascal support Pierre Muller muller@sources.redhat.com
Objective C support Adam Fedor fedor@gnu.org
shared libs (devolved) Kevin Buettner kevinb@redhat.com
xcoffsolib Peter Schauer Peter.Schauer@regent.e-technik.tu-muenchen.de
sds protocol (vacant)
rdi/adp protocol (vacant)
documentation Eli Zaretskii eliz@gnu.org
testsuite Michael Chastain mec.gnu@mindspring.com
(Global Maintainers)
lib/, config/, gdb.base/, ...
Michael Chastain mec.gnu@mindspring.com
(Global Maintainers)
gdbtk (gdb.gdbtk) Keith Seitz keiths@redhat.com
c++ (gdb.cp) Michael Chastain mec.gnu@mindspring.com
mi tests (gdb.mi) Elena Zannoni ezannoni@redhat.com
Andrew Cagney cagney@redhat.com
threads (gdb.threads) Michael Snyder msnyder@redhat.com
Michael Chastain mec.gnu@mindspring.com
trace (gdb.trace) Michael Snyder msnyder@redhat.com
2001-03-19 22:16:01 +01:00
hp tests (gdb.hp) (vacant)
Java tests (gdb.java) Anthony Green green@redhat.com
Kernel Object Display Fernando Nasser fnasser@redhat.com
2000-02-13 00:19:53 +01:00
UI: External (user) interfaces.
command interpreter (Global Maintainers)
gdbtk (c & tcl) Jim Ingham jingham@apple.com
Fernando Nasser fnasser@redhat.com
Keith Seitz keiths@redhat.com
libgui (w/foundry, sn) Jim Ingham jingham@apple.com
Keith Seitz keiths@redhat.com
mi (gdb/mi) Andrew Cagney cagney@redhat.com
Elena Zannoni ezannoni@redhat.com
Fernando Nasser fnasser@redhat.com
tui Stephane Carrez stcarrez@nerim.fr
(Global Maintainers)
Misc:
gdb/gdbserver Daniel Jacobowitz dan@debian.org
Web pages. Jim Kingdon jkingdon@engr.sgi.com ++
(anyone can edit; kingdon is just lead maintainer)
2000-03-04 07:27:00 +01:00
Makefile.in, configure* ALL
2000-03-04 07:27:00 +01:00
mmalloc/ ALL Host maintainers
NEWS ALL
sim/ See sim/MAINTAINERS
2000-02-13 00:19:53 +01:00
2000-03-05 09:46:56 +01:00
readline/ Master version: ftp://ftp.cwru.edu/pub/bash/
Elena Zannoni ezannoni@redhat.com
2000-03-05 09:46:56 +01:00
Host maintainers (host dependant parts)
(but get your changes into the master version)
tcl/ tk/ itcl/ Ian Roxborough irox@redhat.com
2001-06-28 04:37:02 +02:00
Write After Approval
(alphabetic)
2000-02-13 00:19:53 +01:00
2001-06-07 23:03:48 +02:00
To get recommended for the Write After Approval list you need a valid
FSF assignment and have submitted one good patch.
David Anderson davea@sgi.com
John David Anglin dave.anglin@nrc-cnrc.gc.ca
Shrinivas Atre shrinivasa@kpitcummins.com
2002-06-02 01:46:55 +02:00
Scott Bambrough scottb@netwinder.org
Jim Blandy jimb@redhat.com
2001-06-28 04:37:02 +02:00
Philip Blundell philb@gnu.org
2002-06-02 01:46:55 +02:00
Per Bothner per@bothner.com
Joel Brobecker brobecker@gnat.com
Dave Brolley brolley@redhat.com
Paul Brook paul@codesourcery.com
2002-06-02 01:46:55 +02:00
Kevin Buettner kevinb@redhat.com
Andrew Cagney cagney@gnu.org
David Carlton carlton@bactrian.org
2002-06-02 01:46:55 +02:00
Stephane Carrez stcarrez@nerim.fr
Michael Chastain mec.gnu@mindspring.com
2002-06-02 01:46:55 +02:00
Eric Christopher echristo@redhat.com
Randolph Chung tausq@debian.org
Nick Clifton nickc@redhat.com
Brendan Conoboy blc@redhat.com
DJ Delorie dj@redhat.com
Chris G. Demetriou cgd@broadcom.com
Philippe De Muyter phdm@macqel.be
Dhananjay Deshpande dhananjayd@kpitcummins.com
Klee Dienes kdienes@apple.com
Richard Earnshaw rearnsha@arm.com
2002-06-02 01:46:55 +02:00
Frank Ch. Eigler fche@redhat.com
2004-03-10 03:58:24 +01:00
Ben Elliston bje@gnu.org
Adam Fedor fedor@gnu.org
Fred Fish fnf@ninemoons.com
Brian Ford ford@vss.fsi.com
Orjan Friberg orjanf@axis.com
Paul Gilliam pgilliam@us.ibm.com
Raoul Gough RaoulGough@yahoo.co.uk
2002-06-02 01:46:55 +02:00
Anthony Green green@redhat.com
Matthew Green mrg@eterna.com.au
Jerome Guitton guitton@act-europe.fr
Ben Harris bjh21@netbsd.org
2002-03-14 23:49:17 +01:00
Richard Henderson rth@redhat.com
Aldy Hernandez aldyh@redhat.com
2001-06-28 04:37:02 +02:00
Paul Hilfinger hilfinger@gnat.com
Matt Hiller hiller@redhat.com
Kazu Hirata kazu@cs.umass.edu
2001-06-28 04:37:02 +02:00
Jeff Holcomb jeffh@redhat.com
Don Howard dhoward@redhat.com
Martin Hunt hunt@redhat.com
Jim Ingham jingham@apple.com
Baurzhan Ismagulov ibr@radix50.net
2004-08-30 22:05:41 +02:00
Manoj Iyer manjo@austin.ibm.com
Daniel Jacobowitz dan@debian.org
Andreas Jaeger aj@suse.de
Jeff Johnston jjohnstn@redhat.com
2001-06-28 04:37:02 +02:00
Geoff Keating geoffk@redhat.com
2002-06-02 01:46:55 +02:00
Mark Kettenis kettenis@gnu.org
2001-06-28 04:37:02 +02:00
Jim Kingdon jkingdon@engr.sgi.com ++
Jonathan Larmour jlarmour@redhat.co.uk
Jeff Law law@redhat.com
2003-06-05 22:30:42 +02:00
David Lecomber david@streamline-computing.com
2002-06-02 01:46:55 +02:00
Robert Lipe rjl@sco.com
2001-06-28 04:37:02 +02:00
H.J. Lu hjl@lucon.org
2002-06-02 01:46:55 +02:00
Michal Ludvig mludvig@suse.cz
Glen McCready gkm@redhat.com
Greg McGary greg@mcgary.org
Roland McGrath roland@redhat.com
Bryce McKinlay mckinlay@redhat.com
Jason Merrill jason@redhat.com
2002-06-02 01:46:55 +02:00
David S. Miller davem@redhat.com
Mark Mitchell mark@codesourcery.com
Marko Mlinar markom@opencores.org
Alan Modra amodra@bigpond.net.au
Jason Molenda jmolenda@apple.com
2002-02-23 21:59:55 +01:00
Pierre Muller muller@sources.redhat.com
Joseph Myers joseph@codesourcery.com
2002-06-02 01:46:55 +02:00
Fernando Nasser fnasser@redhat.com
Nathanael Nerode neroden@gcc.gnu.org
Hans-Peter Nilsson hp@bitrange.com
2002-06-02 01:46:55 +02:00
David O'Brien obrien@freebsd.org
2000-09-12 06:58:22 +02:00
Alexandre Oliva aoliva@redhat.com
Tom Rix trix@redhat.com
2004-10-08 03:35:48 +02:00
Nick Roberts nickrob@snap.net.nz
Bob Rossi bob_rossi@cox.net
Theodore A. Roth troth@openavr.org
2002-06-02 01:46:55 +02:00
Ian Roxborough irox@redhat.com
Grace Sainsbury graces@redhat.com
Kei Sakamoto sakamoto.kei@renesas.com
Mark Salter msalter@redhat.com
2004-02-25 09:46:59 +01:00
Richard Sandiford rsandifo@redhat.com
2002-06-02 01:46:55 +02:00
Peter Schauer Peter.Schauer@regent
Andreas Schwab schwab@suse.de
Keith Seitz keiths@redhat.com
Stan Shebs shebs@apple.com
Aidan Skinner aidan@velvet.net
Jiri Smid smid@suse.cz
2001-06-28 04:37:02 +02:00
David Smith dsmith@redhat.com
Stephen P. Smith ischis2@cox.net
Jackie Smith Cashion jsmith@redhat.com
2002-06-02 01:46:55 +02:00
Michael Snyder msnyder@redhat.com
2002-01-11 17:51:03 +01:00
Petr Sorfa petrs@caldera.com
Ian Lance Taylor ian@wasabisystems.com
2001-06-28 04:37:02 +02:00
Gary Thomas gthomas@redhat.com
Jason Thorpe thorpej@netbsd.org
Tom Tromey tromey@redhat.com
D Venkatasubramanian dvenkat@noida.hcltech.com
Corinna Vinschen vinschen@redhat.com
Keith Walker keith.walker@arm.com
Kris Warkentin kewarken@qnx.com
Ulrich Weigand uweigand@de.ibm.com
Nathan Williams nathanw@wasabisystems.com
Jim Wilson wilson@specifixinc.com
2002-06-02 01:46:55 +02:00
Elena Zannoni ezannoni@redhat.com
Eli Zaretskii eliz@gnu.org
2001-06-28 04:37:02 +02:00
2001-03-19 22:16:01 +01:00
Past Maintainers
2002-02-23 21:59:55 +01:00
Jimmy Guo (gdb.hp, tui) guo at cup dot hp dot com
Jeff Law (hppa) law at cygnus dot com
Daniel Berlin (C++ support) dan at cgsoftware dot com
Nick Duffek (powerpc, SCO, Sol/x86) nick at duffek dot com
David Taylor (d10v, sparc, utils, defs,
expression evaluator, language support) taylor at candd dot org
2002-03-01 04:30:59 +01:00
J.T. Conklin (dcache, NetBSD, remote) jtc at redback dot com
Frank Ch. Eigler (sim) fche at redhat dot com
Per Bothner (Java) per at bothner dot com
2002-12-02 21:44:48 +01:00
Anthony Green (Java) green at redhat dot com
Fernando Nasser (testsuite/, mi, cli) fnasser at redhat dot com
Mark Salter (testsuite/lib+config) msalter at redhat dot com
2002-03-01 04:30:59 +01:00
2001-03-19 22:16:01 +01:00
2001-02-16 18:13:04 +01:00
Folks that have been caught up in a paper trail:
Chris Faylor cgf@alum.bu.edu
2001-02-16 18:13:04 +01:00
Jim Kingdon jkingdon@engr.sgi.com
David Carlton carlton@bactrian.org
2000-08-03 10:39:21 +02:00
2001-02-16 18:13:04 +01:00
--
2000-08-03 10:39:21 +02:00
2001-02-16 18:13:04 +01:00
(*) Indicates folks that don't have a Kerberos/SSH account in the GDB
group.