gdb/fortran: Implement la_print_typedef for Fortran
[external/binutils.git] / gdb / d-lang.c
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-04-29 Andrew Burgessgdb: Introduce new language field la_is_string_type_p
2019-04-29 Andrew Burgessgdb: Introduce new language field la_struct_too_deep_el...
2019-04-12 Andrew Burgessgdb: Remove LANG_MAGIC
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-06-18 Tom TromeyRemove la_error
2018-03-27 Joel Brobeckerproblem looking up some symbols when they have a linkag...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-07-20 Pedro AlvesMake language_def O(1)
2017-07-17 Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-05-20 Tom TromeyUse watchpoint's language when re-parsing expression
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-09-06 Ulrich WeigandAdd missing format for built-in floating-point types
2016-06-24 Tom TromeyMove logic out of symbol_find_demangled_name
2016-06-24 Tom TromeyMove filename extensions into language_defn
2016-04-22 Pedro AlvesCentralize yacc interface names remapping (yyparse...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-08-13 Iain Buclaw[D] Support looking up symbols in the current and impor...
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12 Tom Tromeythe "compile" command
2014-10-15 Iain BuclawRemove d-support.c and use gdb_demangle for demangling...
2014-06-19 Iain BuclawInitial pass at D language expression parser support.
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-01-18 Iain BuclawMove D demangling routines out of d-lang.c and into...
2014-01-18 Iain BuclawFix and update D demangling support in gdb to the curre...
2014-01-18 Iain BuclawDefine all basic data types of D and add them to the...
2014-01-18 Iain BuclawAdd d_main_name to set the logical entry point for...
2014-01-18 Iain BuclawUpdate d_language_defn to reflect that D does not have...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-07 Yao QiNew field 'la_natural_name' in struct language_defn
2013-10-25 Yao QiNew field la_varobj_ops in struct language_defn
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-08-17 Keith Seitz PR c++/13356
2012-03-15 Tom Tromey * d-lang.c (d_language_defn) <la_iterate_over_symbols...
2012-03-02 Joel Brobeckerlanguage-specific read_var_value for Ada renamings
2012-03-01 Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-02-08 Joel BrobeckerRename la_get_symbol_name_match_p into la_get_symbol_na...
2012-01-26 Joel BrobeckerAda: allow unqualified function names in linespecs
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-06 Tom Tromeythe "ambiguous linespec" series
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-11 Tom Tromey2010-08-11 Brad Roberts <braddr@puremagic.com>
2010-04-29 Joel BrobeckerD language support.