aboutsummaryrefslogtreecommitdiff
path: root/gdb/d-lang.c
AgeCommit message (Expand)AuthorFilesLines
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