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