aboutsummaryrefslogtreecommitdiff
path: root/gdb/MAINTAINERS
AgeCommit message (Collapse)AuthorFilesLines
2017-10-05Update my email address.Tristan Gingold1-2/+2
Also refer to global maintainers for branch release approval.
2017-09-06Add myself as a write-after-approval GDB maintainer.Kamil Rytarowski1-0/+1
gdb/ChangeLog: 2017-09-06 Kamil Rytarowski <n54@gmx.com> * MAINTAINERS (Write After Approval): Add Kamil Rytarowski.
2017-08-16Add myself as a write-after-approval GDB maintainer.Stafford Horne1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add Stafford Horne.
2017-08-03Add myself as a write-after-approval GDB maintainer.Ruslan Kabatsayev1-0/+1
2017-07-27Add myself as a write-after-approval GDB maintainer.Xavier Roirand1-0/+1
gdb/Changelog: 2017-07-27 Xavier Roirand <roirand@adacore.com> * MAINTAINERS (Write After Approval): Add Xavier Roirand. Change-Id: Iee1dae7597da8f2c8c3098c14649ff400a81a388
2017-06-14Maxim Grigoriev stepping down as Xtensa maintainerMax Filippov1-1/+1
gdb/ 2017-06-14 Max Filippov <jcmvbkbc@gmail.com> * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
2017-05-22gdb: Add John Baldwin as FreeBSD MaintainerPedro Alves1-0/+1
gdb/ChangeLog: 2017-05-22 Pedro Alves <palves@redhat.com> * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD maintainer.
2017-05-01gdb/MAINTAINERS: Move Daniel J and Mark to the Past Maintainers section.Joel Brobecker1-13/+4
gdb/ChangeLog: * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to the past maintainers section.
2017-04-05New global maintainer - Simon MarchiPedro Alves1-1/+1
gdb/ChangeLog: 2017-04-05 Pedro Alves <palves@redhat.com> * MAINTAINERS (Global Maintainers): Add Simon Marchi. (Write After Approval): Remove Simon Marchi.
2017-02-10gdb/MAINTAINERS: Update my e-mail addressMartin Galvan1-1/+1
gdb/ChangeLog: 2017-02-10 Martin Galvan <martingalvan@sourceware.org> * MAINTAINERS (Write After Approval): Update my e-mail address.
2016-12-23Updated email address.Bernhard Heckel1-1/+1
2016-12-23 Bernhard Heckel <bernhard.heckel@intel.com> gdb/Changelog: * MAINTAINERS (Write After Approval): Updated email address. Change-Id: I46b81392c2bd4b04e8e2aea2bb4bef2d0b509d24
2016-10-06Remove Java supportTom Tromey1-1/+0
This patch removes the Java support from gdb. gcj has not seen much development or use for years now, and was recently removed from GCC. This patch changes gdb to follow; in the unlikely event that there are still users using gcj, they can continue to use an older gdb to debug. Or, they can debug in C++ mode. Built and regtested on x86-64 Fedora 24. 2016-10-06 Tom Tromey <tom@tromey.com> * MAINTAINERS: Remove Java test maintainer. * varobj.h (java_varobj_ops): Don't declare. * valprint.h (struct value_print_options) <pascal_static_field_print>: Update comment. * utils.c (producer_is_gcc): Remove java reference. * symtab.h (struct general_symbol_info): Remove java references. (SYMBOL_SEARCH_NAME): Likewise. * objfiles.c (allocate_objfile): Update comment. * linespec.c (find_linespec_symbols): Remove java references. * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_baseclass_offset): Remove java references. * gdbtypes.h (struct cplus_struct_type) <is_java>: Remove. (TYPE_CPLUS_REALLY_JAVA): Remove. * c-varobj.c (enum vsections): Update comment. * symtab.c (symbol_set_language, symbol_set_names) (symbol_natural_name, symbol_demangled_name) (demangle_for_lookup, symbol_matches_domain) (default_make_symbol_completion_list_break_on_1): Remove java references. (JAVA_PREFIX, JAVA_PREFIX_LEN): Remove. * psymtab.c (match_partial_symbol, psymtab_search_name) (lookup_partial_symbol): Remove java references. * dwarf2read.c (find_slot_in_mapped_hash): Remove java references. (add_partial_symbol, dwarf2_compute_name, dwarf2_physname) (dwarf2_add_member_fn, is_vtable_name, read_structure_type) (process_structure_scope, read_subroutine_type) (read_subrange_type, load_partial_dies) (new_symbol_full, determine_prefix, typename_concat) (dwarf2_name): Remove java references. (set_cu_language): Treat Java as C++. * c-typeprint.c (c_type_print_args): Remove java reference. * defs.h (enum language) <language_java>: Remove. * Makefile.in (SFILES, HFILES_NO_SRCDIR, COMMON_OBS, YYFILES) (YYOBJ, local-maintainer-clean): Don't mention java files. * jv-exp.y, jv-lang.c, jv-lang.h, jv-typeprint.c, jv-valprint.c, jv-varobj.c: Remove. 2016-10-06 Tom Tromey <tom@tromey.com> * guile.texi (Types In Guile): Remove Java mentions. * python.texi (Types In Python): Remove Java mentions. * gdb.texinfo (Address Locations, Supported Languages) (Index Section Format): Remove Java mentions. 2016-10-06 Tom Tromey <tom@tromey.com> * gdb.compile/compile.exp: Change java tests to rust. * gdb.base/setshow.exp: Change java tests to rust. * gdb.base/default.exp: Remove java from language list. * README (Examples): Update language example. * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java test. * lib/gdb.exp (skip_java_tests): Remove. * lib/java.exp: Remove. * gdb.java: Remove.
2016-09-21Add myself as a write-after-approval GDB maintainerAnton Kolesov1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add Anton Kolesov.
2016-08-18Add myself as write-after-approval GDB maintainer.Carl E. Love1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add "Carl Love".
2016-08-02Add myself as Rust maintainerTom Tromey1-0/+1
A while ago, Pedro announced that I would be the Rust maintainer for gdb. However, I neglected to update the MAINTAINERS file until now. 2016-08-02 Tom Tromey <tom@tromey.com> * MAINTAINERS (Core): Add self as Rust maintainer.
2016-07-25Add myself as a write-after-approval GDB maintainer.Tim Wiederhake1-0/+1
2016-06-24Add myself as a Write After Approval maintainer.David Taylor1-0/+1
2016-06-09Add myself as a write-after-approval GDB maintainerToshihito Kikuchi1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add Toshihito Kikuchi.
2016-05-24Add myself as a write-after-approval GDB maintainerYan-Ting Lin1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add "Yan-Ting Lin".
2016-04-22Joel Brobecker stepping down as AIX MaintainerJoel Brobecker1-1/+0
gdb/ChangeLog: * MAINTAINERS: Remove myself as AIX Maintainer.
2016-03-02Add new maintainer to Write After Approval.Bernhard Heckel1-0/+1
Add new maintainer to Write After Approval. 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com> * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
2016-01-27Add Keith Seitz as Linespec MaintainerJoel Brobecker1-0/+2
gdb/ChangeLog: * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as Linespec Maintainers.
2016-01-13MAINTAINERS: Add Andreas Arnez as s390 target maintainer.Ulrich Weigand1-0/+1
gdb/ChangeLog: * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
2015-12-07Add myself as a write-after-approval GDB maintainerAndreas Arnez1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add Andreas Arnez.
2015-11-03Add myself to gdb MAINTAINERSMarcin Koƛcielnicki1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add Marcin Koƛcielnicki.
2015-10-16MAINTAINERS: Fix my inconsistent email addressYao Qi1-3/+3
Hi, This patch fixes inconsistency in my email address. 2015-10-16 Yao Qi <yao.qi@arm.com> * MAINTAINERS: Update my email address.
2015-10-08MAINTAINERS: Update my email addressMaciej W. Rozycki1-1/+1
gdb/ * MAINTAINERS: Update my email address.
2015-09-28MAINTAINERS: Add Iain Buclaw as D language maintainer.Doug Evans1-0/+1
gdb/ChangeLog: * MAINTAINERS: Add Iain Buclaw as D language maintainer.
2015-08-26gdb: Add Markus Metzger as btrace maintainerPedro Alves1-0/+7
gdb/ChangeLog: 2015-08-26 Pedro Alves <palves@redhat.com> * MAINTAINERS: Add Markus Metzger as btrace maintainer.
2015-08-14Add myself to gdb MAINTAINERSMatthew Fortune1-0/+1
gdb/ * MAINTAINERS (Write After Approval): Add Matthew Fortune.
2015-07-08add myself to write-after-approval listMarkus Metzger1-0/+1
gdb/ * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
2015-06-29Update my email addressPierre Langlois1-1/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Update my email address.
2015-05-29Add myself to the Write After Approval list.Martin Galvan1-0/+1
2015-05-18Add myself to write-after-approval listMax Filippov1-0/+1
gdb/ * MAINTAINERS (Write After Approval): Add Max Filippov.
2015-04-17gdb: add myself to blackfin/write-after-approvalMike Frysinger1-0/+2
2015-04-13 * MAINTAINERS: Update my email address.Stan Shebs1-2/+2
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index a67a1a8..0fdd8e5 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -156,7 +156,7 @@ Doug Evans dje@google.com Daniel Jacobowitz drow@false.org Mark Kettenis kettenis@gnu.org Yao Qi yao.qi@arm.com -Stan Shebs stan@codesourcery.com +Stan Shebs stanshebs@google.com Ulrich Weigand Ulrich.Weigand@de.ibm.com Elena Zannoni elena.zannoni@oracle.com Eli Zaretskii eliz@gnu.org @@ -631,7 +631,7 @@ Keith Seitz keiths@redhat.com Carlos Eduardo Seo cseo@linux.vnet.ibm.com Ozkan Sezer sezeroz@gmail.com Marcus Shawcroft marcus.shawcroft@arm.com -Stan Shebs stan@codesourcery.com +Stan Shebs stanshebs@google.com Joel Sherrill joel.sherrill@oarcorp.com Mark Shinwell shinwell@codesourcery.com Craig Silverstein csilvers@google.com
2015-04-09Add myself to Write After Approval list.Andy Wingo1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add Andy Wingo.
2015-04-01Add myself as a write-after-approval GDB maintainerPierre-Marie de Rodat1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
2015-03-26Add myself as a write-after-approval GDB maintainerJon Turney1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add "Jon Turney".
2015-03-12Add myself as a write-after-approval GDB maintainerJohn Baldwin1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add John Baldwin.
2015-02-13Update Yao Qi's email address in MAINTAINERSYao Qi1-1/+1
gdb: * MAINTAINERS: Update my email address.
2015-02-10Add myself as write-after-approval GDB maintainerAntoine Tremblay1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
2015-02-01remove myself from MAINTAINERSTom Tromey1-3/+0
2015-02-01 Tom Tromey <tom@tromey.com> * MAINTAINERS: Remove myself.
2015-01-21Add myself as write-after-approval GDB maintainer.Wei-cheng Wang1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
2015-01-20Add myself as write-after-approval GDB maintainer.Chen Gang1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add "Chen Gang".
2014-12-05Add myself as write after approval maintainerAndreas From1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add "Andreas From".
2014-11-23Add myself as write-after-approval GDB maintainerPatrick Palka1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add myself.
2014-10-08Add Yao Qi as global maintainerStan Shebs1-0/+1
gdb/ChangeLog: 2014-10-08 Stan Shebs <stan@codesourcery.com> * MAINTAINERS (GLOBAL MAINTAINERS): Add Yao Qi.
2014-09-19Add Sergio Durigan Junior as maintainer of SystemTap support in GDB.Joel Brobecker1-0/+2
gdb/ChangeLog: * MAINTAINERS: Add Sergio Durigan Junior as maintainer of SystemTap support in GDB.
2014-09-10Add myself as write-after-approval GDB maintainer.Gabriel Krisman Bertazi1-0/+1
gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add "Gabriel Krisman Bertazi".