binutils-gdb/gdb/MAINTAINERS

440 lines
14 KiB
Plaintext
Raw Normal View History

GDB Maintainers
GDB Steering Committee
The members of the GDB Steering Committee are the FSF-appointed
maintainers of the GDB project.
Jim Blandy (Red Hat)
Andrew Cagney (Red Hat)
Robert Dewar (AdaCore, NYU)
Klee Dienes (Apple)
Paul Hilfinger (UC Berkeley)
Dan Jacobowitz (CodeSourcery)
Stan Shebs (Apple)
Richard Stallman (FSF)
Ian Lance Taylor (C2)
Todd Whitesel
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.
Can Commit Without Approval
(alphabetic)
The following developers CAN COMMIT changes (and hence approve
patches) to specific sections of GDB:
Andrew Cagney (powerpc, powerpc-linux)
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)
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 --target=h8300-elf ,-Werror
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 broken
(opcodes/m68k-dis.c:338 longjmp clober)
m88k --target=m88k-openbsd ,-Werror
Mark Kettenis kettenis@gnu.org
mcore Deleted
mips --target=mips-elf ,-Werror
mn10300 --target=mn10300-elf broken
(sim/ dies with make -j)
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 ,-Werror
sparc --target=sparc-elf broken
(bfd/elfxx-sparc:512 bfd_elf64_swap_reloca_out undef)
* MAINTAINERS: Undelete v850. * Makefile.in: Re-add v850-tdep.o dependencies. * configure.tgt: Re-add v850. * v850-tdep.c: Reorder code slightly. Add register number enumerator. (struct v850_frame_cache): New structure. (v850_processor_type_table): Remove. Move functionality into v850_register_name, v850e_register_name and v850_gdbarch_init. (v850_register_name): New function. (v850e_register_name): New function. (struct prologue_info): Remove definition. (v850_register_type): New function. (v850_type_is_scalar): New function. (v850_use_struct_convention): Align to gcc behaviour. (v850_handle_prepare): Renamed from handle_prepare. Change third parameter to struct v850_frame_cache *. (v850_handle_pushm): Renamed from handle_pushm. Change third parameter to struct v850_frame_cache *. (v850_is_save_register): New function to evaluate if a register is caller-save. (v850_analyze_prologue): Replace v850_scan_prologue. Change to support new frame code. (v850_init_extra_frame_info): Remove. (v850_frame_chain): Remove. (v850_find_callers_reg): Remove. (v850_skip_prologue): Make static. (v850_pop_frame): Remove. (v850_frame_align): New function. (v850_push_dummy_call): Replace v850_push_arguments. (v850_push_return_address): Remove. (v850_extract_return_value): New function. (v850_store_return_value): New function. (v850_return_value): New function. (v850_frame_saved_pc): Remove. (v850_breakpoint_from_pc): New function. (v850_alloc_frame_cache): New function. (v850_fix_call_dummy): Remove. (v850_frame_cache): New function. (v850_target_architecture_hook): Remove. (v850_frame_prev_register): New function. (v850_frame_this_id): New function. (v850_frame_unwind): New structure. (v850_frame_sniffer): New function. (v850_unwind_sp): New function. (v850_unwind_pc): New function. (v850_unwind_dummy_id): New function. (v850_frame_base_address): New function. (v850_frame_base): New structure. (v850_gdbarch_init): New function. * config/v850/v850.mt: Undelete. Drop TM_FILE.
2005-05-18 10:52:21 +02:00
v850 --target=v850-elf ,-Werror
vax --target=vax-netbsd broken
(opcodes/vax-dis.c:224 longjmp clober)
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
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 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 (Global Maintainers)
2000-05-17 10:46:20 +02:00
Any host/target maintainer can add to
gdbarch.{c,h,sh}.
target vector (Global Maintainers)
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
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
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
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
Ramana Radhakrishnan ramana.radhakrishnan@codito.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
Richard Sandiford richard@codesourcery.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@airs.com
2001-06-28 04:37:02 +02:00
Gary Thomas gthomas@redhat.com
Jason Thorpe thorpej@netbsd.org
Tom Tromey tromey@redhat.com
David Ung davidu@mips.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
Wu Zhou woodzltc@cn.ibm.com
2005-02-12 11:42:58 +01:00
Yoshinori Sato ysato@users.sourceforge.jp
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.