Age | Commit message (Collapse) | Author | Files | Lines |
|
gdb/ChangeLog:
* MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
the past maintainers section.
|
|
gdb/ChangeLog:
2017-04-05 Pedro Alves <palves@redhat.com>
* MAINTAINERS (Global Maintainers): Add Simon Marchi.
(Write After Approval): Remove Simon Marchi.
|
|
gdb/ChangeLog:
2017-02-10 Martin Galvan <martingalvan@sourceware.org>
* MAINTAINERS (Write After Approval): Update my e-mail address.
|
|
2016-12-23 Bernhard Heckel <bernhard.heckel@intel.com>
gdb/Changelog:
* MAINTAINERS (Write After Approval): Updated email address.
Change-Id: I46b81392c2bd4b04e8e2aea2bb4bef2d0b509d24
|
|
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.
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add Anton Kolesov.
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add "Carl Love".
|
|
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.
|
|
|
|
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add Toshihito Kikuchi.
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add "Yan-Ting Lin".
|
|
gdb/ChangeLog:
* MAINTAINERS: Remove myself as AIX Maintainer.
|
|
Add new maintainer to Write After Approval.
2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
* MAINTAINERS (Write After Approval): Add Bernhard Heckel.
|
|
gdb/ChangeLog:
* MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
Linespec Maintainers.
|
|
gdb/ChangeLog:
* MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add Andreas Arnez.
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add Marcin KoĆcielnicki.
|
|
Hi,
This patch fixes inconsistency in my email address.
2015-10-16 Yao Qi <yao.qi@arm.com>
* MAINTAINERS: Update my email address.
|
|
gdb/
* MAINTAINERS: Update my email address.
|
|
gdb/ChangeLog:
* MAINTAINERS: Add Iain Buclaw as D language maintainer.
|
|
gdb/ChangeLog:
2015-08-26 Pedro Alves <palves@redhat.com>
* MAINTAINERS: Add Markus Metzger as btrace maintainer.
|
|
gdb/
* MAINTAINERS (Write After Approval): Add Matthew Fortune.
|
|
gdb/
* MAINTAINERS (Write After Approval): Add Markus T. Metzger.
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Update my email address.
|
|
|
|
gdb/
* MAINTAINERS (Write After Approval): Add Max Filippov.
|
|
|
|
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
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add Andy Wingo.
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add "Pierre-Marie de
Rodat".
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add "Jon Turney".
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add John Baldwin.
|
|
gdb:
* MAINTAINERS: Update my email address.
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add Antoine Tremblay.
|
|
2015-02-01 Tom Tromey <tom@tromey.com>
* MAINTAINERS: Remove myself.
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add "Chen Gang".
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add "Andreas From".
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add myself.
|
|
gdb/ChangeLog:
2014-10-08 Stan Shebs <stan@codesourcery.com>
* MAINTAINERS (GLOBAL MAINTAINERS): Add Yao Qi.
|
|
gdb/ChangeLog:
* MAINTAINERS: Add Sergio Durigan Junior as maintainer of
SystemTap support in GDB.
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add "Gabriel Krisman
Bertazi".
|
|
gdb/ChangeLog:
* MAINTAINERS (Write After Approval): Add "James Hogan".
|
|
|
|
|
|
|
|
|
|
Thanks to Sergio Durigan Junior for pointing out that he left
Red Hat a while ago, and giving me a current address.
|
|
2014-05-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* MAINTAINERS (Write After Approval): Move self back from
paper trail.
|