2005-06-21 16:34:42 +02:00
|
|
|
GDB Maintainers
|
2006-01-20 21:50:15 +01:00
|
|
|
===============
|
|
|
|
|
|
|
|
|
|
|
|
Overview
|
|
|
|
--------
|
|
|
|
|
|
|
|
This file describes different groups of people who are, together, the
|
|
|
|
maintainers and developers of the GDB project. Don't worry - it sounds
|
|
|
|
more complicated than it really is.
|
|
|
|
|
|
|
|
There are four groups of GDB developers, covering the patch development and
|
|
|
|
review process:
|
|
|
|
|
|
|
|
- The Global Maintainers.
|
|
|
|
|
|
|
|
These are the developers in charge of most daily development. They
|
|
|
|
have wide authority to apply and reject patches, but defer to the
|
|
|
|
Responsible Maintainers (see below) within their spheres of
|
|
|
|
responsibility.
|
|
|
|
|
|
|
|
- The Responsible Maintainers.
|
|
|
|
|
|
|
|
These are developers who have expertise and interest in a particular
|
|
|
|
area of GDB, who are generally available to review patches, and who
|
|
|
|
prefer to enforce a single vision within their areas.
|
|
|
|
|
|
|
|
- The Authorized Committers.
|
|
|
|
|
|
|
|
These are developers who are trusted to make changes within a specific
|
|
|
|
area of GDB without additional oversight.
|
|
|
|
|
|
|
|
- The Write After Approval Maintainers.
|
|
|
|
|
|
|
|
These are developers who have write access to the GDB source tree. They
|
|
|
|
can check in their own changes once a developer with the appropriate
|
|
|
|
authority has approved the changes; they can also apply the Obvious
|
|
|
|
Fix Rule (below).
|
|
|
|
|
|
|
|
All maintainers are encouraged to post major patches to the gdb-patches
|
|
|
|
mailing list for comments, even if they have the authority to commit the
|
|
|
|
patch without review from another maintainer. This especially includes
|
|
|
|
patches which change internal interfaces (e.g. global functions, data
|
|
|
|
structures) or external interfaces (e.g. user, remote, MI, et cetera).
|
|
|
|
|
|
|
|
The term "review" is used in this file to describe several kinds of feedback
|
|
|
|
from a maintainer: approval, rejection, and requests for changes or
|
|
|
|
clarification with the intention of approving a revised version. Review is
|
|
|
|
a privilege and/or responsibility of various positions among the GDB
|
|
|
|
Maintainers. Of course, anyone - whether they hold a position but not the
|
|
|
|
relevant one for a particular patch, or are just following along on the
|
|
|
|
mailing lists for fun, or anything in between - may suggest changes or
|
|
|
|
ask questions about a patch!
|
|
|
|
|
|
|
|
There's also a couple of other people who play special roles in the GDB
|
|
|
|
community, separately from the patch process:
|
|
|
|
|
2012-11-07 16:39:09 +01:00
|
|
|
- The Official FSF-appointed GDB Maintainers.
|
2006-01-20 21:50:15 +01:00
|
|
|
|
2012-11-07 16:39:09 +01:00
|
|
|
These maintainers are the ones who take the overall responsibility
|
|
|
|
for GDB, as a package of the GNU project. Other GDB contributors
|
|
|
|
work under the official maintainers' supervision. They have final
|
|
|
|
and overriding authority for all GDB-related decisions, including
|
|
|
|
anything described in this file. As individuals, they may or not
|
|
|
|
be generally involved in day-to-day development.
|
2006-01-20 21:50:15 +01:00
|
|
|
|
|
|
|
- The Release Manager.
|
|
|
|
|
|
|
|
This developer is in charge of making new releases of GDB.
|
|
|
|
|
|
|
|
- The Patch Champions.
|
|
|
|
|
|
|
|
These volunteers make sure that no contribution is overlooked or
|
|
|
|
forgotten.
|
|
|
|
|
|
|
|
Most changes to the list of maintainers in this file are handled by
|
|
|
|
consensus among the global maintainers and any other involved parties.
|
|
|
|
In cases where consensus can not be reached, the global maintainers may
|
2012-11-07 16:39:09 +01:00
|
|
|
ask the official FSF-appointed GDB maintainers for a final decision.
|
2006-01-20 21:50:15 +01:00
|
|
|
|
|
|
|
|
|
|
|
The Obvious Fix Rule
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
All maintainers listed in this file, including the Write After Approval
|
|
|
|
developers, are allowed to check in obvious fixes.
|
|
|
|
|
|
|
|
An "obvious fix" means that there is no possibility that anyone will
|
|
|
|
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. :-)
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2006-12-08 18:28:31 +01:00
|
|
|
For documentation changes, about the only kind of fix that is obvious
|
|
|
|
is correction of a typo or bad English usage.
|
|
|
|
|
2005-06-21 16:34:42 +02:00
|
|
|
|
2012-11-07 16:39:09 +01:00
|
|
|
The Official FSF-appointed GDB Maintainers
|
|
|
|
------------------------------------------
|
2005-06-21 16:34:42 +02:00
|
|
|
|
2012-11-07 16:39:09 +01:00
|
|
|
These maintainers as a group have final authority for all GDB-related
|
|
|
|
topics; they may make whatever changes that they deem necessary, or
|
|
|
|
that the FSF requests.
|
2005-06-21 16:34:42 +02:00
|
|
|
|
2012-11-07 16:39:09 +01:00
|
|
|
The current official FSF-appointed GDB maintainers are listed below,
|
|
|
|
in alphabetical order. Their affiliations are provided for reference
|
|
|
|
only - their maintainership status is individual and not through their
|
|
|
|
affiliation, and they act on behalf of the GNU project.
|
2000-03-01 23:04:28 +01:00
|
|
|
|
2012-11-07 16:39:09 +01:00
|
|
|
Pedro Alves (Red Hat)
|
|
|
|
Joel Brobecker (AdaCore)
|
|
|
|
Doug Evans (Google)
|
|
|
|
Eli Zaretskii
|
2000-02-13 00:19:53 +01:00
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
Global Maintainers
|
|
|
|
------------------
|
|
|
|
|
|
|
|
The global maintainers may review and commit any change to GDB, except in
|
|
|
|
areas with a Responsible Maintainer available. For major changes, or
|
|
|
|
changes to areas with other active developers, global maintainers are
|
|
|
|
strongly encouraged to post their own patches for feedback before
|
|
|
|
committing.
|
|
|
|
|
|
|
|
The global maintainers are responsible for reviewing patches to any area
|
|
|
|
for which no Responsible Maintainer is listed.
|
|
|
|
|
|
|
|
Global maintainers also have the authority to revert patches which should
|
|
|
|
not have been applied, e.g. patches which were not approved, controversial
|
|
|
|
patches committed under the Obvious Fix Rule, patches with important bugs
|
|
|
|
that can't be immediately fixed, or patches which go against an accepted and
|
|
|
|
documented roadmap for GDB development. Any global maintainer may request
|
|
|
|
the reversion of a patch. If no global maintainer, or responsible
|
|
|
|
maintainer in the affected areas, supports the patch (except for the
|
|
|
|
maintainer who originally committed it), then after 48 hours the maintainer
|
|
|
|
who called for the reversion may revert the patch.
|
|
|
|
|
|
|
|
No one may reapply a reverted patch without the agreement of the maintainer
|
2012-11-07 16:39:09 +01:00
|
|
|
who reverted it, or bringing the issue to the official FSF-appointed
|
|
|
|
GDB maintainers for discussion.
|
2006-01-20 21:50:15 +01:00
|
|
|
|
|
|
|
At the moment there are no documented roadmaps for GDB development; in the
|
|
|
|
future, if there are, a reference to the list will be included here.
|
|
|
|
|
|
|
|
The current global maintainers are (in alphabetical order):
|
2000-02-13 00:19:53 +01:00
|
|
|
|
2012-01-09 11:07:30 +01:00
|
|
|
Pedro Alves palves@redhat.com
|
2007-08-14 22:10:47 +02:00
|
|
|
Joel Brobecker brobecker@adacore.com
|
2002-01-20 22:47:27 +01:00
|
|
|
Kevin Buettner kevinb@redhat.com
|
2009-07-15 00:56:30 +02:00
|
|
|
Doug Evans dje@google.com
|
2017-04-05 10:39:49 +02:00
|
|
|
Simon Marchi simon.marchi@ericsson.com
|
2018-03-14 14:36:40 +01:00
|
|
|
Yao Qi qiyao@sourceware.org
|
2007-01-10 22:25:32 +01:00
|
|
|
Ulrich Weigand Ulrich.Weigand@de.ibm.com
|
2002-01-20 22:47:27 +01:00
|
|
|
Eli Zaretskii eliz@gnu.org
|
2000-02-13 00:19:53 +01:00
|
|
|
|
2000-02-21 01:15:55 +01:00
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
Release Manager
|
|
|
|
---------------
|
2000-02-13 00:19:53 +01:00
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
The current release manager is: Joel Brobecker <brobecker@adacore.com>
|
2000-02-13 00:19:53 +01:00
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
His responsibilities are:
|
2000-03-10 01:52:40 +01:00
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
* organizing, scheduling, and managing releases of GDB.
|
2000-02-21 00:52:58 +01:00
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
* deciding the approval and commit policies for release branches,
|
|
|
|
and can change them as needed.
|
2000-02-13 00:19:53 +01:00
|
|
|
|
2001-02-07 04:11:44 +01:00
|
|
|
|
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
Patch Champions
|
|
|
|
---------------
|
2001-02-07 04:11:44 +01:00
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
These volunteers track all patches submitted to the gdb-patches list. They
|
|
|
|
endeavor to prevent any posted patch from being overlooked; work with
|
|
|
|
contributors to meet GDB's coding style and general requirements, along with
|
|
|
|
FSF copyright assignments; remind (ping) responsible maintainers to review
|
|
|
|
patches; and ensure that contributors are given credit.
|
2001-02-07 04:11:44 +01:00
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
Current patch champions (in alphabetical order):
|
2001-11-28 23:47:30 +01:00
|
|
|
|
2017-12-01 14:35:56 +01:00
|
|
|
<none>
|
2005-05-30 22:00:57 +02:00
|
|
|
|
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
Responsible Maintainers
|
|
|
|
-----------------------
|
|
|
|
|
|
|
|
These developers have agreed to review patches in specific areas of GDB, in
|
|
|
|
which they have knowledge and experience. These areas are generally broad;
|
|
|
|
the role of a responsible maintainer is to provide coherent and cohesive
|
|
|
|
structure within their area of GDB, to assure that patches from many
|
|
|
|
different contributors all work together for the best results.
|
2005-05-30 22:00:57 +02:00
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
Global maintainers will defer to responsible maintainers within their areas,
|
|
|
|
as long as the responsible maintainer is active. Active means that
|
|
|
|
responsible maintainers agree to review submitted patches in their area
|
|
|
|
promptly; patches and followups should generally be answered within a week.
|
|
|
|
If a responsible maintainer is interested in reviewing a patch but will not
|
|
|
|
have time within a week of posting, the maintainer should send an
|
|
|
|
acknowledgement of the patch to the gdb-patches mailing list, and
|
|
|
|
plan to follow up with a review within a month. These deadlines are for
|
|
|
|
initial responses to a patch - if the maintainer has suggestions
|
|
|
|
or questions, it may take an extended discussion before the patch
|
|
|
|
is ready to commit. There are no written requirements for discussion,
|
|
|
|
but maintainers are asked to be responsive.
|
|
|
|
|
|
|
|
If a responsible maintainer misses these deadlines occasionally (e.g.
|
|
|
|
vacation or unexpected workload), it's not a disaster - any global
|
|
|
|
maintainer may step in to review the patch. But sometimes life intervenes
|
|
|
|
more permanently, and a maintainer may no longer have time for these duties.
|
|
|
|
When this happens, he or she should step down (either into the Authorized
|
|
|
|
Committers section if still interested in the area, or simply removed from
|
|
|
|
the list of Responsible Maintainers if not).
|
|
|
|
|
|
|
|
If a responsible maintainer is unresponsive for an extended period of time
|
|
|
|
without stepping down, please contact the Global Maintainers; they will try
|
|
|
|
to contact the maintainer directly and fix the problem - potentially by
|
|
|
|
removing that maintainer from their listed position.
|
|
|
|
|
|
|
|
If there are several maintainers for a given domain then any one of them
|
|
|
|
may review a submitted patch.
|
2005-05-30 22:00:57 +02:00
|
|
|
|
2002-08-18 06:14:02 +02:00
|
|
|
Target Instruction Set Architectures:
|
2000-02-28 01:22:03 +01:00
|
|
|
|
2004-12-12 16:31:36 +01:00
|
|
|
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
|
|
|
|
2002-10-25 16:08:44 +02:00
|
|
|
alpha --target=alpha-elf ,-Werror
|
2001-01-19 11:25:13 +01:00
|
|
|
|
2003-01-06 19:49:09 +01:00
|
|
|
arm --target=arm-elf ,-Werror
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2002-04-25 22:48:55 +02:00
|
|
|
avr --target=avr ,-Werror
|
|
|
|
|
2007-02-20 13:45:06 +01:00
|
|
|
cris --target=cris-elf ,-Werror ,
|
|
|
|
(sim does not build with -Werror)
|
2001-07-28 22:23:53 +02:00
|
|
|
|
2003-09-10 23:05:59 +02:00
|
|
|
frv --target=frv-elf ,-Werror
|
|
|
|
|
2005-05-02 01:07:33 +02:00
|
|
|
h8300 --target=h8300-elf ,-Werror
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2002-08-18 06:14:02 +02:00
|
|
|
i386 --target=i386-elf ,-Werror
|
2001-01-19 11:25:13 +01:00
|
|
|
|
2002-08-18 06:00:47 +02:00
|
|
|
ia64 --target=ia64-linux-gnu ,-Werror
|
|
|
|
(--target=ia64-elf broken)
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2009-05-18 15:25:35 +02:00
|
|
|
lm32 --target=lm32-elf ,-Werror
|
|
|
|
|
2006-04-21 01:18:48 +02:00
|
|
|
m32c --target=m32c-elf ,-Werror
|
|
|
|
|
2003-10-10 03:59:13 +02:00
|
|
|
m32r --target=m32r-elf ,-Werror
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2017-12-07 14:10:33 +01:00
|
|
|
m68hc11 --target=m68hc11-elf ,-Werror ,
|
2005-11-10 20:21:51 +01:00
|
|
|
m68k --target=m68k-elf ,-Werror
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2004-11-13 Andrew Cagney <cagney@gnu.org>
* NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
v850-*-* under removed.
* configure.host: Delete ns32k-*-netbsd*.
* configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
ns32k-*-netbsd*, and v850*-*-*.
* MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
"Deleted"
* config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
* h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
* mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
* mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
* config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
* config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
* ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
* ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
* v850-tdep.c: Delete.
2004-11-14 01:10:55 +01:00
|
|
|
mcore Deleted
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2007-02-24 00:02:51 +01:00
|
|
|
mep --target=mep-elf ,-Werror
|
|
|
|
Kevin Buettner kevinb@redhat.com
|
|
|
|
|
2009-10-26 17:23:20 +01:00
|
|
|
microblaze --target=microblaze-xilinx-elf ,-Werror
|
|
|
|
--target=microblaze-linux-gnu ,-Werror
|
|
|
|
Michael Eager eager@eagercon.com
|
|
|
|
|
2002-08-18 06:14:02 +02:00
|
|
|
mips --target=mips-elf ,-Werror
|
2018-01-22 16:38:09 +01:00
|
|
|
Maciej W. Rozycki macro@mips.com
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2005-05-02 01:07:33 +02:00
|
|
|
mn10300 --target=mn10300-elf broken
|
|
|
|
(sim/ dies with make -j)
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2009-04-24 04:26:01 +02:00
|
|
|
moxie --target=moxie-elf ,-Werror
|
|
|
|
Anthony Green green@moxielogic.com
|
|
|
|
|
2005-08-16 00:23:59 +02:00
|
|
|
ms1 --target=ms1-elf ,-Werror
|
|
|
|
Kevin Buettner kevinb@redhat.com
|
|
|
|
|
2014-02-19 22:38:12 +01:00
|
|
|
nios2 --target=nios2-elf ,-Werror
|
|
|
|
--target=nios2-linux-gnu ,-Werror
|
2018-03-14 14:36:40 +01:00
|
|
|
Yao Qi qiyao@sourceware.org
|
2014-02-19 22:38:12 +01:00
|
|
|
|
2004-11-13 Andrew Cagney <cagney@gnu.org>
* NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
v850-*-* under removed.
* configure.host: Delete ns32k-*-netbsd*.
* configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
ns32k-*-netbsd*, and v850*-*-*.
* MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
"Deleted"
* config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
* h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
* mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
* mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
* config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
* config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
* ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
* ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
* v850-tdep.c: Delete.
2004-11-14 01:10:55 +01:00
|
|
|
ns32k Deleted
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2004-04-06 17:57:32 +02:00
|
|
|
pa --target=hppa-elf ,-Werror
|
2001-01-19 11:25:13 +01:00
|
|
|
|
2001-12-15 18:09:04 +01:00
|
|
|
powerpc --target=powerpc-eabi ,-Werror
|
2000-08-01 13:06:34 +02:00
|
|
|
|
gdb: Initial baremetal riscv support
This commit introduces basic support for baremetal RiscV as a GDB
target. This target is currently only tested against the RiscV software
simulator, which is not included as part of this commit. The target has
been tested against the following RiscV variants: rv32im, rv32imc,
rv32imf, rv32imfc, rv64im, rv64imc, rv64imfd, rv64imfdc.
Across these variants we pass on average 34858 tests, and fail 272
tests, which is ~0.8%.
The RiscV has a feature of its ABI where structures with a single
floating point field, a single complex float field, or one float and
one integer field are treated differently for argument passing. The
new test gdb.base/infcall-nested-structs.exp is added to cover this
feature. As passing these structures should work on all targets then
I've made the test as a generic one, even though, for most targets,
there's probably nothing special about any of these cases.
gdb/ChangeLog:
* Makefile.in (ALL_TARGET_OBS): Add riscv-tdep.o
(HFILES_NO_SRCDIR): Add riscv-tdep.h.
(ALLDEPFILES): Add riscv-tdep.c
* configure.tgt: Add riscv support.
* riscv-tdep.c: New file.
* riscv-tdep.h: New file.
* NEWS: Mention new target.
* MAINTAINERS: Add entry for riscv.
gdb/testsuite/ChangeLog:
* gdb.base/infcall-nested-structs.exp: New file.
* gdb.base/infcall-nested-structs.c: New file.
* gdb.base/float.exp: Add riscv support.
2017-11-09 21:59:13 +01:00
|
|
|
riscv --target=riscv32-elf ,-Werror
|
|
|
|
--target=riscv64-elf ,-Werror
|
|
|
|
Andrew Burgess andrew.burgess@embecosm.com
|
|
|
|
Palmer Dabbelt palmer@sifive.com
|
|
|
|
|
2012-02-15 23:17:02 +01:00
|
|
|
rl78 --target=rl78-elf ,-Werror
|
|
|
|
|
2012-02-17 00:39:37 +01:00
|
|
|
rx --target=rx-elf ,-Werror
|
|
|
|
|
2002-08-22 16:47:52 +02:00
|
|
|
s390 --target=s390-linux-gnu ,-Werror
|
2016-01-13 18:57:59 +01:00
|
|
|
Andreas Arnez arnez@linux.vnet.ibm.com
|
2001-10-14 00:13:35 +02:00
|
|
|
|
2017-12-07 14:10:33 +01:00
|
|
|
score --target=score-elf
|
2002-05-14 03:25:00 +02:00
|
|
|
sh --target=sh-elf ,-Werror
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2007-02-20 13:45:06 +01:00
|
|
|
sparc --target=sparc64-solaris2.10 ,-Werror
|
|
|
|
(--target=sparc-elf broken)
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2006-11-22 20:41:17 +01:00
|
|
|
spu --target=spu-elf ,-Werror
|
|
|
|
Ulrich Weigand uweigand@de.ibm.com
|
|
|
|
|
2011-12-08 02:15:36 +01:00
|
|
|
tic6x --target=tic6x-elf ,-Werror
|
2018-03-14 14:36:40 +01:00
|
|
|
Yao Qi qiyao@sourceware.org
|
2011-12-08 02:15:36 +01:00
|
|
|
|
2005-05-18 10:52:21 +02:00
|
|
|
v850 --target=v850-elf ,-Werror
|
2001-01-19 11:25:13 +01:00
|
|
|
|
2005-11-10 20:21:51 +01:00
|
|
|
vax --target=vax-netbsd ,-Werror
|
2001-01-19 11:25:13 +01:00
|
|
|
|
2002-07-12 19:14:32 +02:00
|
|
|
x86-64 --target=x86_64-linux-gnu ,-Werror
|
2002-02-27 03:45:12 +01:00
|
|
|
|
2017-12-07 14:10:33 +01:00
|
|
|
xstormy16 --target=xstormy16-elf
|
2006-11-16 20:45:45 +01:00
|
|
|
xtensa --target=xtensa-elf
|
|
|
|
|
2002-01-09 19:33:21 +01:00
|
|
|
All developers recognized by this file can make arbitrary changes to
|
|
|
|
OBSOLETE targets.
|
2000-08-01 13:06:34 +02:00
|
|
|
|
2003-01-02 17:40:33 +01:00
|
|
|
The Bourne shell script gdb_mbuild.sh can be used to rebuild all the
|
|
|
|
above targets.
|
2000-02-13 00:19:53 +01:00
|
|
|
|
|
|
|
|
2000-02-28 01:22:03 +01:00
|
|
|
Host/Native:
|
|
|
|
|
2000-08-01 13:06:34 +02:00
|
|
|
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.
|
2000-02-28 01:22:03 +01:00
|
|
|
|
2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
* MAINTAINERS: Delete mmalloc.
* Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
* NEWS: Mention removal of --with-malloc.
* acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
* config.in: Regenerate.
* configure: Regenerate.
* configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc, USE_MMALLOC, MMCHECK_FORCE.
* gdbinit.in: Remove mmalloc.
* utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
* config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
* config/i386/go32.mh: Likewise.
* config/i386/interix.mh: Likewise.
* config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
* gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2004-01-20 10:29:18 +01:00
|
|
|
The host maintainer ensures that gdb can be built as a cross debugger on
|
|
|
|
their platform.
|
2000-02-13 00:19:53 +01:00
|
|
|
|
2017-10-05 06:34:06 +02:00
|
|
|
Darwin Tristan Gingold tgingold@free.fr
|
2000-03-27 02:24:49 +02:00
|
|
|
djgpp native Eli Zaretskii eliz@gnu.org
|
2017-05-22 12:58:19 +02:00
|
|
|
FreeBSD John Baldwin jhb@freebsd.org
|
2009-02-27 16:03:47 +01:00
|
|
|
GNU/Linux m68k Andreas Schwab schwab@linux-m68k.org
|
2000-02-13 00:19:53 +01:00
|
|
|
|
2000-08-01 13:06:34 +02:00
|
|
|
|
|
|
|
|
2000-02-13 00:19:53 +01:00
|
|
|
Core: Generic components used by all of GDB
|
|
|
|
|
2016-01-27 10:54:37 +01:00
|
|
|
linespec Keith Seitz keiths@redhat.com
|
|
|
|
|
2006-02-07 16:42:54 +01:00
|
|
|
language support
|
2007-10-11 21:08:53 +02:00
|
|
|
Ada Joel Brobecker brobecker@adacore.com
|
2015-09-28 21:40:01 +02:00
|
|
|
D Iain Buclaw ibuclaw@gdcproject.org
|
2016-08-03 00:58:37 +02:00
|
|
|
Rust Tom Tromey tom@tromey.com
|
2006-02-07 16:42:54 +01:00
|
|
|
shared libs Kevin Buettner kevinb@redhat.com
|
2008-02-19 20:11:16 +01:00
|
|
|
MI interface Vladimir Prus vladimir@codesourcery.com
|
2000-11-20 13:31:43 +01:00
|
|
|
|
2001-03-06 20:24:29 +01:00
|
|
|
documentation Eli Zaretskii eliz@gnu.org
|
2006-05-06 01:20:04 +02:00
|
|
|
(including NEWS)
|
2006-02-07 16:42:54 +01:00
|
|
|
testsuite
|
2001-05-10 22:33:09 +02:00
|
|
|
gdbtk (gdb.gdbtk) Keith Seitz keiths@redhat.com
|
2000-02-13 00:19:53 +01:00
|
|
|
|
2014-09-20 01:50:28 +02:00
|
|
|
SystemTap Sergio Durigan Junior sergiodj@redhat.com
|
|
|
|
|
2000-02-13 00:19:53 +01:00
|
|
|
|
2015-08-26 18:50:02 +02:00
|
|
|
|
|
|
|
Reverse debugging / Record and Replay / Tracing:
|
|
|
|
|
|
|
|
record btrace Markus T. Metzger markus.t.metzger@intel.com
|
|
|
|
|
|
|
|
|
|
|
|
|
2000-02-13 00:19:53 +01:00
|
|
|
UI: External (user) interfaces.
|
|
|
|
|
2006-02-07 16:42:54 +01:00
|
|
|
gdbtk (c & tcl) Fernando Nasser fnasser@redhat.com
|
2001-06-07 20:37:40 +02:00
|
|
|
Keith Seitz keiths@redhat.com
|
2006-02-07 16:42:54 +01:00
|
|
|
libgui (w/foundry, sn) Keith Seitz keiths@redhat.com
|
2000-02-21 01:15:55 +01:00
|
|
|
|
|
|
|
|
|
|
|
Misc:
|
|
|
|
|
2011-06-01 13:03:58 +02:00
|
|
|
gdb/gdbserver Daniel Jacobowitz drow@false.org
|
2002-04-07 23:22:19 +02:00
|
|
|
|
2000-02-21 01:15:55 +01:00
|
|
|
Makefile.in, configure* ALL
|
2000-03-04 07:27:00 +01:00
|
|
|
|
|
|
|
mmalloc/ ALL Host maintainers
|
|
|
|
|
2002-03-06 05:46:44 +01:00
|
|
|
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/
|
2006-02-07 16:42:54 +01:00
|
|
|
ALL
|
2000-03-05 09:46:56 +01:00
|
|
|
Host maintainers (host dependant parts)
|
|
|
|
(but get your changes into the master version)
|
|
|
|
|
2006-02-07 16:42:54 +01:00
|
|
|
tcl/ tk/ itcl/ ALL
|
2000-03-01 23:04:28 +01:00
|
|
|
|
2012-11-14 16:18:06 +01:00
|
|
|
contrib/ari Pierre Muller muller@sourceware.org
|
|
|
|
|
2006-01-20 21:50:15 +01:00
|
|
|
|
|
|
|
Authorized Committers
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
These are developers working on particular areas of GDB, who are trusted to
|
|
|
|
commit their own (or other developers') patches in those areas without
|
|
|
|
further review from a Global Maintainer or Responsible Maintainer. They are
|
|
|
|
under no obligation to review posted patches - but, of course, are invited
|
|
|
|
to do so!
|
|
|
|
|
2011-01-28 17:32:26 +01:00
|
|
|
ARM Richard Earnshaw rearnsha@arm.com
|
2015-04-02 06:51:25 +02:00
|
|
|
Blackfin Mike Frysinger vapier@gentoo.org
|
2008-06-30 10:38:18 +02:00
|
|
|
CRIS Hans-Peter Nilsson hp@axis.com
|
2006-02-07 16:42:54 +01:00
|
|
|
IA64 Jeff Johnston jjohnstn@redhat.com
|
|
|
|
MIPS Joel Brobecker brobecker@adacore.com
|
|
|
|
PowerPC Kevin Buettner kevinb@redhat.com
|
|
|
|
S390 Ulrich Weigand uweigand@de.ibm.com
|
|
|
|
djgpp DJ Delorie dj@delorie.com
|
|
|
|
[Please use this address to contact DJ about DJGPP]
|
|
|
|
ia64 Kevin Buettner kevinb@redhat.com
|
|
|
|
AIX Kevin Buettner kevinb@redhat.com
|
|
|
|
GNU/Linux PPC native Kevin Buettner kevinb@redhat.com
|
2009-05-15 12:11:32 +02:00
|
|
|
Pascal support Pierre Muller muller@sourceware.org
|
2006-01-20 21:50:15 +01:00
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2007-02-10 19:30:55 +01:00
|
|
|
Pedro Alves pedro_alves@portugalmail.pt
|
2000-08-31 19:53:22 +02:00
|
|
|
David Anderson davea@sgi.com
|
2004-11-23 02:11:18 +01:00
|
|
|
John David Anglin dave.anglin@nrc-cnrc.gc.ca
|
2015-12-07 10:43:39 +01:00
|
|
|
Andreas Arnez arnez@linux.vnet.ibm.com
|
2003-08-19 11:55:59 +02:00
|
|
|
Shrinivas Atre shrinivasa@kpitcummins.com
|
2011-07-29 20:37:44 +02:00
|
|
|
Sterling Augustine saugustine@google.com
|
2015-03-06 21:18:34 +01:00
|
|
|
John Baldwin jhb@freebsd.org
|
2002-06-02 01:46:55 +02:00
|
|
|
Scott Bambrough scottb@netwinder.org
|
2007-10-08 21:31:48 +02:00
|
|
|
Thiago Jung Bauermann bauerman@br.ibm.com
|
2009-05-14 10:54:09 +02:00
|
|
|
Jon Beniston jon@beniston.com
|
2011-04-15 11:28:31 +02:00
|
|
|
Gary Benson gbenson@redhat.com
|
2014-09-10 05:03:43 +02:00
|
|
|
Gabriel Krisman Bertazi gabriel@krisman.be
|
2005-09-26 09:04:23 +02:00
|
|
|
Jan Beulich jbeulich@novell.com
|
2013-08-07 10:00:55 +02:00
|
|
|
Anton Blanchard anton@samba.org
|
2006-03-14 07:16:13 +01:00
|
|
|
Jim Blandy jimb@codesourcery.com
|
2013-01-18 20:26:07 +01:00
|
|
|
David Blaikie dblaikie@gmail.com
|
2001-06-28 04:37:02 +02:00
|
|
|
Philip Blundell philb@gnu.org
|
2011-06-27 19:00:39 +02:00
|
|
|
Eric Botcazou ebotcazou@libertysurf.fr
|
2002-06-02 01:46:55 +02:00
|
|
|
Per Bothner per@bothner.com
|
2014-06-23 20:24:43 +02:00
|
|
|
Don Breazeal donb@codesourcery.com
|
2006-01-27 22:27:07 +01:00
|
|
|
Joel Brobecker brobecker@adacore.com
|
2002-06-21 23:17:21 +02:00
|
|
|
Dave Brolley brolley@redhat.com
|
2013-11-21 21:47:47 +01:00
|
|
|
Samuel Bronson naesten@gmail.com
|
2004-01-21 17:30:42 +01:00
|
|
|
Paul Brook paul@codesourcery.com
|
2006-06-09 02:40:50 +02:00
|
|
|
Julian Brown julian@codesourcery.com
|
2014-01-18 19:02:41 +01:00
|
|
|
Iain Buclaw ibuclaw@gdcproject.org
|
2002-06-02 01:46:55 +02:00
|
|
|
Kevin Buettner kevinb@redhat.com
|
2014-07-03 15:26:04 +02:00
|
|
|
Andrew Burgess andrew.burgess@embecosm.com
|
2004-04-13 18:13:35 +02:00
|
|
|
David Carlton carlton@bactrian.org
|
2012-11-05 23:08:10 +01:00
|
|
|
Stephane Carrez Stephane.Carrez@gmail.com
|
2003-11-11 15:51:33 +01:00
|
|
|
Michael Chastain mec.gnu@mindspring.com
|
2010-07-30 21:11:27 +02:00
|
|
|
Renquan Cheng crq@gcc.gnu.org
|
2005-07-22 00:30:16 +02:00
|
|
|
Eric Christopher echristo@apple.com
|
2004-06-14 19:35:07 +02:00
|
|
|
Randolph Chung tausq@debian.org
|
2001-07-28 19:24:47 +02:00
|
|
|
Nick Clifton nickc@redhat.com
|
2006-02-07 16:42:54 +01:00
|
|
|
J.T. Conklin jtc@acorntoolworks.com
|
2003-08-08 02:41:54 +02:00
|
|
|
Brendan Conoboy blc@redhat.com
|
2011-06-01 13:03:58 +02:00
|
|
|
Ludovic Courtès ludo@gnu.org
|
2013-01-24 21:25:18 +01:00
|
|
|
Tiago Stürmer Daitx tdaitx@linux.vnet.ibm.com
|
2011-11-21 03:58:40 +01:00
|
|
|
Sanjoy Das sanjoy@playingwithpointers.com
|
2011-07-18 11:23:52 +02:00
|
|
|
Jean-Charles Delay delay@adacore.com
|
2002-09-18 19:56:59 +02:00
|
|
|
DJ Delorie dj@redhat.com
|
2008-07-20 23:56:49 +02:00
|
|
|
Chris Demetriou cgd@google.com
|
2002-09-18 19:56:59 +02:00
|
|
|
Philippe De Muyter phdm@macqel.be
|
2003-12-11 07:30:10 +01:00
|
|
|
Dhananjay Deshpande dhananjayd@kpitcummins.com
|
2007-11-07 06:45:08 +01:00
|
|
|
Markus Deuling deuling@de.ibm.com
|
2002-03-10 04:09:52 +01:00
|
|
|
Klee Dienes kdienes@apple.com
|
2007-02-09 20:49:17 +01:00
|
|
|
Gabriel Dos Reis gdr@integrable-solutions.net
|
2012-04-21 00:56:45 +02:00
|
|
|
Sergio Durigan Junior sergiodj@redhat.com
|
2009-10-26 19:43:48 +01:00
|
|
|
Michael Eager eager@eagercon.com
|
2002-01-09 19:07:48 +01:00
|
|
|
Richard Earnshaw rearnsha@arm.com
|
2005-07-01 19:13:09 +02:00
|
|
|
Steve Ellcey sje@cup.hp.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
|
2007-10-25 20:38:05 +02:00
|
|
|
Doug Evans dje@google.com
|
2004-07-30 14:33:49 +02:00
|
|
|
Adam Fedor fedor@gnu.org
|
2015-05-18 01:05:57 +02:00
|
|
|
Max Filippov jcmvbkbc@gmail.com
|
2004-04-30 21:44:50 +02:00
|
|
|
Brian Ford ford@vss.fsi.com
|
2015-08-14 14:07:23 +02:00
|
|
|
Matthew Fortune matthew.fortune@imgtec.com
|
2018-03-21 21:24:02 +01:00
|
|
|
Pedro Franco de Carvalho pedromfc@linux.vnet.ibm.com
|
2004-07-30 14:33:49 +02:00
|
|
|
Orjan Friberg orjanf@axis.com
|
2014-12-05 17:18:45 +01:00
|
|
|
Andreas From andreas.from@ericsson.com
|
2007-03-13 15:00:53 +01:00
|
|
|
Nathan Froyd froydnj@codesourcery.com
|
2015-04-02 06:51:25 +02:00
|
|
|
Mike Frysinger vapier@gentoo.org
|
2006-12-27 22:29:33 +01:00
|
|
|
Gary Funck gary@intrepid.com
|
2017-02-10 17:46:56 +01:00
|
|
|
Martin Galvan martingalvan@sourceware.org
|
2015-01-20 15:17:09 +01:00
|
|
|
Chen Gang gang.chen.5i5j@gmail.com
|
2012-12-12 21:19:28 +01:00
|
|
|
Mircea Gherzan mircea.gherzan@intel.com
|
2004-08-31 22:36:04 +02:00
|
|
|
Paul Gilliam pgilliam@us.ibm.com
|
2017-10-05 06:34:06 +02:00
|
|
|
Tristan Gingold tgingold@free.fr
|
2012-02-21 14:39:30 +01:00
|
|
|
Anton Gorenkov xgsa@yandex.ru
|
2003-06-03 11:55:51 +02:00
|
|
|
Raoul Gough RaoulGough@yahoo.co.uk
|
2002-06-02 01:46:55 +02:00
|
|
|
Anthony Green green@redhat.com
|
2001-12-14 01:28:15 +01:00
|
|
|
Matthew Green mrg@eterna.com.au
|
2010-04-29 16:55:38 +02:00
|
|
|
Matthew Gretton-Dann matthew.gretton-dann@arm.com
|
2006-11-16 20:45:45 +01:00
|
|
|
Maxim Grigoriev maxim2405@gmail.com
|
2003-09-25 15:55:58 +02:00
|
|
|
Jerome Guitton guitton@act-europe.fr
|
2001-11-16 19:29:27 +01:00
|
|
|
Ben Harris bjh21@netbsd.org
|
2018-01-26 15:34:52 +01:00
|
|
|
Alan Hayward alan.hayward@arm.com
|
2016-12-23 12:29:42 +01:00
|
|
|
Bernhard Heckel heckel_bernhard@web.de
|
2002-03-14 23:49:17 +01:00
|
|
|
Richard Henderson rth@redhat.com
|
2002-06-12 02:55:35 +02:00
|
|
|
Aldy Hernandez aldyh@redhat.com
|
2017-12-01 14:35:56 +01:00
|
|
|
Paul Hilfinger hilfingr@eecs.berkeley.edu
|
2001-06-28 04:37:02 +02:00
|
|
|
Matt Hiller hiller@redhat.com
|
2003-03-04 17:33:06 +01:00
|
|
|
Kazu Hirata kazu@cs.umass.edu
|
2014-09-09 22:59:34 +02:00
|
|
|
James Hogan james.hogan@imgtec.com
|
2001-06-28 04:37:02 +02:00
|
|
|
Jeff Holcomb jeffh@redhat.com
|
2017-08-15 23:32:28 +02:00
|
|
|
Stafford Horne shorne@gmail.com
|
2001-06-28 04:37:02 +02:00
|
|
|
Don Howard dhoward@redhat.com
|
2008-01-03 11:33:10 +01:00
|
|
|
Nick Hudson nick.hudson@dsl.pipex.com
|
2001-06-28 04:37:02 +02:00
|
|
|
Martin Hunt hunt@redhat.com
|
2011-10-28 05:38:00 +02:00
|
|
|
Meador Inge meadori@codesourcery.com
|
2002-03-10 04:09:52 +01:00
|
|
|
Jim Ingham jingham@apple.com
|
2005-01-29 18:42:48 +01:00
|
|
|
Baurzhan Ismagulov ibr@radix50.net
|
2004-08-30 22:05:41 +02:00
|
|
|
Manoj Iyer manjo@austin.ibm.com
|
2011-06-01 13:03:58 +02:00
|
|
|
Daniel Jacobowitz drow@false.org
|
2001-06-29 17:13:03 +02:00
|
|
|
Andreas Jaeger aj@suse.de
|
2011-05-05 18:26:25 +02:00
|
|
|
Janis Johnson janisjo@codesourcery.com
|
2002-10-03 22:23:56 +02:00
|
|
|
Jeff Johnston jjohnstn@redhat.com
|
2017-08-03 08:11:45 +02:00
|
|
|
Ruslan Kabatsayev b7.10110111@gmail.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
|
2008-04-01 17:15:07 +02:00
|
|
|
Marc Khouzam marc.khouzam@ericsson.com
|
2016-06-10 06:59:04 +02:00
|
|
|
Toshihito Kikuchi k.toshihito@yahoo.de
|
2006-02-07 16:42:54 +01:00
|
|
|
Jim Kingdon kingdon@panix.com
|
2016-08-26 15:14:55 +02:00
|
|
|
Anton Kolesov anton.kolesov@synopsys.com
|
2011-09-15 17:40:22 +02:00
|
|
|
Paul Koning paul_koning@dell.com
|
2015-11-03 11:28:19 +01:00
|
|
|
Marcin Kościelnicki koriakin@0x04.net
|
2007-01-19 19:55:02 +01:00
|
|
|
Jan Kratochvil jan.kratochvil@redhat.com
|
2013-01-25 05:22:01 +01:00
|
|
|
Maxim Kuvyrkov maxim@kugelworks.com
|
2015-06-29 11:23:48 +02:00
|
|
|
Pierre Langlois pierre.langlois@arm.com
|
2008-09-22 17:02:04 +02:00
|
|
|
Jonathan Larmour jifl@ecoscentric.com
|
2002-09-18 19:56:59 +02:00
|
|
|
Jeff Law law@redhat.com
|
2011-11-01 14:40:38 +01:00
|
|
|
Justin Lebar justin.lebar@gmail.com
|
2003-06-05 22:30:42 +02:00
|
|
|
David Lecomber david@streamline-computing.com
|
2009-10-02 01:11:02 +02:00
|
|
|
Don Lee don.lee@sunplusct.com
|
2016-05-24 10:41:13 +02:00
|
|
|
Yan-Ting Lin currygt52@gmail.com
|
2002-06-02 01:46:55 +02:00
|
|
|
Robert Lipe rjl@sco.com
|
2013-02-19 08:01:07 +01:00
|
|
|
Lei Liu lei.liu2@windriver.com
|
2008-08-12 01:17:01 +02:00
|
|
|
Sandra Loosemore sandra@codesourcery.com
|
2016-08-18 21:47:55 +02:00
|
|
|
Carl Love cel@us.ibm.com
|
2008-01-18 00:48:20 +01:00
|
|
|
H.J. Lu hjl.tools@gmail.com
|
2002-06-02 01:46:55 +02:00
|
|
|
Michal Ludvig mludvig@suse.cz
|
2011-04-13 21:24:16 +02:00
|
|
|
Edjunior B. Machado emachado@linux.vnet.ibm.com
|
2017-11-06 18:39:09 +01:00
|
|
|
Luis Machado luis.machado@linaro.org
|
2013-10-22 11:34:36 +02:00
|
|
|
Jose E. Marchesi jose.marchesi@oracle.com
|
2001-07-28 19:24:47 +02:00
|
|
|
Glen McCready gkm@redhat.com
|
2002-02-13 20:22:23 +01:00
|
|
|
Greg McGary greg@mcgary.org
|
2014-06-18 06:12:57 +02:00
|
|
|
Roland McGrath roland@hack.frob.com
|
2004-05-13 19:30:02 +02:00
|
|
|
Bryce McKinlay mckinlay@redhat.com
|
2002-01-10 01:06:02 +01:00
|
|
|
Jason Merrill jason@redhat.com
|
2015-07-06 15:40:45 +02:00
|
|
|
Markus T. Metzger markus.t.metzger@intel.com
|
2002-06-02 01:46:55 +02:00
|
|
|
David S. Miller davem@redhat.com
|
2004-01-02 21:28:54 +01:00
|
|
|
Mark Mitchell mark@codesourcery.com
|
2002-10-02 08:06:06 +02:00
|
|
|
Marko Mlinar markom@opencores.org
|
2009-12-21 11:27:21 +01:00
|
|
|
Alan Modra amodra@gmail.com
|
2011-07-15 17:27:49 +02:00
|
|
|
Fawzi Mohamed fawzi.mohamed@nokia.com
|
2001-09-10 20:13:17 +02:00
|
|
|
Jason Molenda jmolenda@apple.com
|
2009-12-10 21:57:10 +01:00
|
|
|
Chris Moller cmoller@redhat.com
|
2008-08-06 15:45:18 +02:00
|
|
|
Phil Muldoon pmuldoon@redhat.com
|
2009-05-15 12:11:32 +02:00
|
|
|
Pierre Muller muller@sourceware.org
|
2006-05-13 17:46:38 +02:00
|
|
|
Gaius Mulley gaius@glam.ac.uk
|
2010-07-28 06:09:04 +02:00
|
|
|
Masaki Muranaka monaka@monami-software.com
|
2004-11-01 22:01:25 +01:00
|
|
|
Joseph Myers joseph@codesourcery.com
|
2002-06-02 01:46:55 +02:00
|
|
|
Fernando Nasser fnasser@redhat.com
|
2006-12-06 07:51:50 +01:00
|
|
|
Adam Nemet anemet@caviumnetworks.com
|
2013-06-07 09:44:20 +02:00
|
|
|
Will Newton will.newton@linaro.org
|
2004-08-06 01:35:14 +02:00
|
|
|
Nathanael Nerode neroden@gcc.gnu.org
|
2002-09-30 18:05:31 +02:00
|
|
|
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
|
2009-06-25 19:30:42 +02:00
|
|
|
Karen Osmond karen.osmond@gmail.com
|
2012-03-28 06:37:43 +02:00
|
|
|
Pawandeep Oza oza.pawandeep@gmail.com
|
2014-11-23 17:14:13 +01:00
|
|
|
Patrick Palka patrick@parcs.ath.cx
|
2018-04-02 23:23:59 +02:00
|
|
|
Weimin Pan weimin.pan@oracle.com
|
2007-02-02 11:09:38 +01:00
|
|
|
Denis Pilat denis.pilat@st.com
|
2012-04-21 00:59:48 +02:00
|
|
|
Andrew Pinski apinski@cavium.com
|
2011-09-15 13:53:03 +02:00
|
|
|
Kevin Pouget kevin.pouget@st.com
|
2009-10-27 22:41:27 +01:00
|
|
|
Paul Pluzhnikov ppluzhnikov@google.com
|
2011-04-13 20:33:17 +02:00
|
|
|
Marek Polacek mpolacek@redhat.com
|
2012-07-06 05:54:22 +02:00
|
|
|
Siddhesh Poyarekar siddhesh@redhat.com
|
2006-11-29 14:52:54 +01:00
|
|
|
Vladimir Prus vladimir@codesourcery.com
|
2018-03-14 14:36:40 +01:00
|
|
|
Yao Qi qiyao@sourceware.org
|
2007-08-18 21:39:45 +02:00
|
|
|
Qinwei qinwei@sunnorth.com.cn
|
2014-05-22 17:06:33 +02:00
|
|
|
Ramana Radhakrishnan ramana.radhakrishnan@arm.com
|
2012-03-22 08:48:40 +01:00
|
|
|
Siva Chandra Reddy sivachandra@google.com
|
2011-07-07 00:20:16 +02:00
|
|
|
Matt Rice ratmice@gmail.com
|
2005-11-25 07:34:47 +01:00
|
|
|
Frederic Riss frederic.riss@st.com
|
2008-03-28 17:43:14 +01:00
|
|
|
Aleksandar Ristovski aristovski@qnx.com
|
2001-12-24 21:07:02 +01:00
|
|
|
Tom Rix trix@redhat.com
|
2004-10-08 03:35:48 +02:00
|
|
|
Nick Roberts nickrob@snap.net.nz
|
2015-04-01 14:53:42 +02:00
|
|
|
Pierre-Marie de Rodat derodat@adacore.com
|
2017-07-27 15:53:02 +02:00
|
|
|
Xavier Roirand roirand@adacore.com
|
2004-01-21 21:50:41 +01:00
|
|
|
Bob Rossi bob_rossi@cox.net
|
2003-05-14 22:09:14 +02:00
|
|
|
Theodore A. Roth troth@openavr.org
|
2002-06-02 01:46:55 +02:00
|
|
|
Ian Roxborough irox@redhat.com
|
2007-07-26 12:37:41 +02:00
|
|
|
Maciej W. Rozycki macro@linux-mips.org
|
2017-09-06 17:57:39 +02:00
|
|
|
Kamil Rytarowski n54@gmx.com
|
2002-07-02 20:25:41 +02:00
|
|
|
Grace Sainsbury graces@redhat.com
|
2003-08-07 07:22:45 +02:00
|
|
|
Kei Sakamoto sakamoto.kei@renesas.com
|
2000-11-28 22:00:23 +01:00
|
|
|
Mark Salter msalter@redhat.com
|
2005-06-13 21:09:12 +02:00
|
|
|
Richard Sandiford richard@codesourcery.com
|
2012-06-15 16:41:26 +02:00
|
|
|
Iain Sandoe iain@codesourcery.com
|
2006-02-07 16:42:54 +01:00
|
|
|
Peter Schauer Peter.Schauer@mytum.de
|
2009-02-27 16:03:47 +01:00
|
|
|
Andreas Schwab schwab@linux-m68k.org
|
2008-10-09 17:53:26 +02:00
|
|
|
Thomas Schwinge tschwinge@gnu.org
|
2001-07-28 19:24:47 +02:00
|
|
|
Keith Seitz keiths@redhat.com
|
2007-10-09 18:03:07 +02:00
|
|
|
Carlos Eduardo Seo cseo@linux.vnet.ibm.com
|
2010-05-27 18:03:24 +02:00
|
|
|
Ozkan Sezer sezeroz@gmail.com
|
2013-02-08 10:12:35 +01:00
|
|
|
Marcus Shawcroft marcus.shawcroft@arm.com
|
2015-04-10 20:06:52 +02:00
|
|
|
Stan Shebs stanshebs@google.com
|
2008-11-11 23:05:45 +01:00
|
|
|
Joel Sherrill joel.sherrill@oarcorp.com
|
2007-04-20 14:19:11 +02:00
|
|
|
Mark Shinwell shinwell@codesourcery.com
|
2008-04-19 07:06:54 +02:00
|
|
|
Craig Silverstein csilvers@google.com
|
2002-07-20 18:18:07 +02:00
|
|
|
Aidan Skinner aidan@velvet.net
|
2001-09-21 09:14:31 +02:00
|
|
|
Jiri Smid smid@suse.cz
|
2011-11-29 11:26:23 +01:00
|
|
|
Andrey Smirnov andrew.smirnov@gmail.com
|
2001-06-28 04:37:02 +02:00
|
|
|
David Smith dsmith@redhat.com
|
2003-01-15 16:54:04 +01:00
|
|
|
Stephen P. Smith ischis2@cox.net
|
2001-12-05 03:05:04 +01:00
|
|
|
Jackie Smith Cashion jsmith@redhat.com
|
2002-01-11 17:51:03 +01:00
|
|
|
Petr Sorfa petrs@caldera.com
|
2008-09-19 20:33:10 +02:00
|
|
|
Andrew Stubbs ams@codesourcery.com
|
2009-01-07 10:28:31 +01:00
|
|
|
Emi Suzuki emi-suzuki@tjsys.co.jp
|
2017-12-01 14:35:56 +01:00
|
|
|
Alfred M. Szmidt ams@gnu.org
|
2016-06-24 23:05:31 +02:00
|
|
|
David Taylor david.taylor@emc.com
|
2005-02-11 00:34:43 +01:00
|
|
|
Ian Lance Taylor ian@airs.com
|
2013-04-30 13:17:20 +02:00
|
|
|
Walfred Tedeschi walfred.tedeschi@intel.com
|
2018-06-28 08:01:33 +02:00
|
|
|
Petr Tesarik ptesarik@suse.cz
|
2001-06-28 04:37:02 +02:00
|
|
|
Gary Thomas gthomas@redhat.com
|
2005-01-17 01:01:48 +01:00
|
|
|
Jason Thorpe thorpej@netbsd.org
|
2007-05-18 21:23:17 +02:00
|
|
|
Caroline Tice ctice@apple.com
|
2011-03-16 09:20:09 +01:00
|
|
|
Kai Tietz ktietz@redhat.com
|
2011-03-15 22:01:44 +01:00
|
|
|
Andreas Tobler andreast@fgznet.ch
|
2015-03-26 21:29:00 +01:00
|
|
|
Jon Turney jon.turney@dronecode.org.uk
|
2005-06-16 17:04:39 +02:00
|
|
|
David Ung davidu@mips.com
|
2003-03-13 06:13:57 +01:00
|
|
|
D Venkatasubramanian dvenkat@noida.hcltech.com
|
2003-03-13 06:32:21 +01:00
|
|
|
Corinna Vinschen vinschen@redhat.com
|
2018-06-14 23:52:30 +02:00
|
|
|
Tom de Vries tdevries@suse.de
|
2009-06-22 20:17:01 +02:00
|
|
|
Sami Wagiaalla swagiaal@redhat.com
|
2001-11-29 12:34:03 +01:00
|
|
|
Keith Walker keith.walker@arm.com
|
2013-09-05 10:22:15 +02:00
|
|
|
Ricard Wanderlof ricardw@axis.com
|
2014-07-22 17:22:50 +02:00
|
|
|
Jiong Wang jiong.wang@arm.com
|
2015-01-20 17:07:50 +01:00
|
|
|
Wei-cheng Wang cole945@gmail.com
|
2003-02-24 18:58:21 +01:00
|
|
|
Kris Warkentin kewarken@qnx.com
|
2011-07-24 22:16:58 +02:00
|
|
|
Philippe Waroquiers philippe.waroquiers@skynet.be
|
2004-05-12 22:16:52 +02:00
|
|
|
Ulrich Weigand uweigand@de.ibm.com
|
2010-07-14 16:30:35 +02:00
|
|
|
Ken Werner ken.werner@de.ibm.com
|
2016-07-25 11:12:01 +02:00
|
|
|
Tim Wiederhake tim.wiederhake@intel.com
|
2012-04-27 20:50:35 +02:00
|
|
|
Mark Wielaard mjw@redhat.com
|
2004-03-08 18:52:27 +01:00
|
|
|
Nathan Williams nathanw@wasabisystems.com
|
2006-07-28 01:02:56 +02:00
|
|
|
Bob Wilson bob.wilson@acm.org
|
2008-03-04 01:20:34 +01:00
|
|
|
Jim Wilson wilson@tuliptree.org
|
2015-04-09 11:33:22 +02:00
|
|
|
Andy Wingo wingo@igalia.com
|
2012-09-17 16:26:29 +02:00
|
|
|
Mike Wrighton wrighton@codesourcery.com
|
2011-03-18 01:42:24 +01:00
|
|
|
Kwok Cheung Yeung kcy@codesourcery.com
|
2017-12-01 14:35:56 +01:00
|
|
|
Elena Zannoni ezannoni@gmail.com
|
2002-06-02 01:46:55 +02:00
|
|
|
Eli Zaretskii eliz@gnu.org
|
2011-04-22 04:45:24 +02:00
|
|
|
Jie Zhang jzhang918@gmail.com
|
2005-06-21 10:36:30 +02:00
|
|
|
Wu Zhou woodzltc@cn.ibm.com
|
2005-02-12 11:42:58 +01:00
|
|
|
Yoshinori Sato ysato@users.sourceforge.jp
|
2008-07-15 11:46:49 +02:00
|
|
|
Hui Zhu teawater@gmail.com
|
2012-08-30 20:59:53 +02:00
|
|
|
Khoo Yit Phang khooyp@cs.umd.edu
|
2000-02-13 00:55:14 +01:00
|
|
|
|
2001-03-19 22:16:01 +01:00
|
|
|
Past Maintainers
|
|
|
|
|
2006-02-07 16:42:54 +01:00
|
|
|
Whenever removing yourself, or someone else, from this file, consider
|
|
|
|
listing their areas of development here for posterity.
|
|
|
|
|
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
|
2001-11-06 23:40:06 +01:00
|
|
|
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
|
2006-02-07 16:42:54 +01:00
|
|
|
J.T. Conklin (dcache, NetBSD, remote, global) jtc at acorntoolworks dot com
|
2002-03-06 05:46:44 +01:00
|
|
|
Frank Ch. Eigler (sim) fche at redhat dot com
|
2002-12-02 20:54:17 +01:00
|
|
|
Per Bothner (Java) per at bothner dot com
|
2002-12-02 21:44:48 +01:00
|
|
|
Anthony Green (Java) green at redhat dot com
|
2006-07-05 21:03:47 +02:00
|
|
|
Fernando Nasser (testsuite/, mi, cli, KOD) fnasser at redhat dot com
|
2004-05-17 22:40:24 +02:00
|
|
|
Mark Salter (testsuite/lib+config) msalter at redhat dot com
|
2006-02-07 16:42:54 +01:00
|
|
|
Jim Kingdon (web pages) kingdon at panix dot com
|
|
|
|
Jim Ingham (gdbtk, libgui) jingham at apple dot com
|
2017-05-01 18:59:15 +02:00
|
|
|
Mark Kettenis (global, i386-elf, m88k-openbsd,
|
|
|
|
GNU/Linux x86, FreeBSD, hurd native, threads) kettenis at gnu dot org
|
2006-02-07 16:42:54 +01:00
|
|
|
Ian Roxborough (in-tree tcl, tk, itcl) irox at redhat dot com
|
|
|
|
Robert Lipe (SCO/Unixware) rjl at sco dot com
|
|
|
|
Peter Schauer (global, AIX, xcoffsolib,
|
|
|
|
Solaris/x86) Peter.Schauer at mytum dot de
|
|
|
|
Scott Bambrough (ARM) scottb at netwinder dot org
|
|
|
|
Philippe De Muyter (coff) phdm at macqel dot be
|
|
|
|
Michael Chastain (testsuite) mec.gnu at mindspring dot com
|
2007-09-03 23:12:47 +02:00
|
|
|
Fred Fish (global)
|
2011-05-24 16:52:30 +02:00
|
|
|
Jim Blandy (global) jimb@red-bean.com
|
2011-11-08 01:07:53 +01:00
|
|
|
Michael Snyder (global)
|
2012-05-04 20:41:34 +02:00
|
|
|
Christopher Faylor (MS Windows, host & native)
|
2017-05-01 18:59:15 +02:00
|
|
|
Daniel Jacobowitz (global, GNU/Linux MIPS,
|
|
|
|
C++, GDBserver) drow at false dot org
|
2017-06-13 19:26:55 +02:00
|
|
|
Maxim Grigoriev (xtensa) maxim2405 at gmail dot com
|
2017-11-15 16:12:12 +01:00
|
|
|
Andrew Cagney (acting head maintainer,
|
|
|
|
release manager, global, MIPS, PPC, d10v,
|
|
|
|
d30v, sim, mi, multi-arch, unwinder) cagney at gnu dot org
|
2017-12-01 14:35:56 +01:00
|
|
|
Paul Hilfinger (Ada) hilfingr@eecs.berkeley.edu
|
|
|
|
David O'Brien (FreeBSD, host & native) obrien@freebsd.org
|
|
|
|
Jason Thorpe (NetBSD, host & native) thorpej@netbsd.org
|
|
|
|
Gaius Mulley (Modula-2) gaius@glam.ac.uk
|
|
|
|
Kei Sakamoto (m32r) sakamoto.kei@renesas.com
|
|
|
|
Orjan Friberg (CRIS) orjanf@axis.com
|
|
|
|
Qinwei (score-elf) qinwei@sunnorth.com.cn
|
|
|
|
Randolph Chung (HPPA) tausq@debian.org
|
|
|
|
Elena Zannoni (Global, event loop, generic
|
|
|
|
symtabs, DWARF readers, ELF readers, stabs
|
|
|
|
readers, readline) ezannoni@gmail.com
|
|
|
|
Adam Fedor (Objective C) fedor@gnu.org
|
|
|
|
Corinna Vinschen (xstormy16-elf) vinschen@redhat.com
|
|
|
|
Theodore A. Roth (avr) troth@openavr.org
|
|
|
|
Stephane Carrez (m68hc11-elf, tui) Stephane.Carrez@gmail.com
|
|
|
|
Alfred M. Szmidt (GNU Hurd) ams@gnu.org
|
|
|
|
Stan Shebs (Global) stanshebs@google.com
|
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:
|
2000-03-01 01:28:35 +01:00
|
|
|
|
2004-04-13 18:13:35 +02:00
|
|
|
David Carlton carlton@bactrian.org
|
2007-08-10 00:44:38 +02:00
|
|
|
|
|
|
|
;; Local Variables:
|
|
|
|
;; coding: utf-8
|
|
|
|
;; End:
|