summaryrefslogtreecommitdiff
path: root/gdb/d-lang.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-11-08Per-language symbol name hashing algorithmPedro Alves
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-07-20Make language_def O(1)Pedro Alves
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-09-06Add missing format for built-in floating-point typesUlrich Weigand
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey
2016-06-23Move filename extensions into language_defnTom Tromey
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-08-13[D] Support looking up symbols in the current and imported modules.Iain Buclaw
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12the "compile" commandTom Tromey
2014-10-15Remove d-support.c and use gdb_demangle for demangling D symbols.Iain Buclaw
2014-06-19Initial pass at D language expression parser support.Iain Buclaw
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-01-18Move D demangling routines out of d-lang.c and into d-support.c, whichIain Buclaw
2014-01-18Fix and update D demangling support in gdb to the current mangling ABI.Iain Buclaw
2014-01-18Define all basic data types of D and add them to the primitive typeIain Buclaw
2014-01-18Add d_main_name to set the logical entry point for D programs.Iain Buclaw
2014-01-18Update d_language_defn to reflect that D does not have any style ofIain Buclaw
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-11-07New field 'la_natural_name' in struct language_defnYao Qi
2013-10-25New field la_varobj_ops in struct language_defnYao Qi
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-08-17 PR c++/13356Keith Seitz
2012-03-15 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set toTom Tromey
2012-03-02language-specific read_var_value for Ada renamingsJoel Brobecker
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves
2012-02-08Rename la_get_symbol_name_match_p into la_get_symbol_name_cmpJoel Brobecker
2012-01-26Ada: allow unqualified function names in linespecsJoel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-12-06the "ambiguous linespec" seriesTom Tromey
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-08-112010-08-11 Brad Roberts <braddr@puremagic.com>Tom Tromey
2010-04-29D language support.Joel Brobecker