summaryrefslogtreecommitdiff
path: root/gdb/d-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-1/+1
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-0/+1
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Make language_def O(1)Pedro Alves2017-07-201-3/+1
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-1/+1
* Use watchpoint's language when re-parsing expressionTom Tromey2017-05-191-0/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Add missing format for built-in floating-point typesUlrich Weigand2016-09-061-6/+6
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-231-0/+10
* Move filename extensions into language_defnTom Tromey2016-06-231-0/+6
* Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves2016-04-221-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* [D] Support looking up symbols in the current and imported modules.Iain Buclaw2015-08-131-1/+1
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* the "compile" commandTom Tromey2014-12-121-0/+2
* Remove d-support.c and use gdb_demangle for demangling D symbols.Iain Buclaw2014-10-151-33/+3
* Initial pass at D language expression parser support.Iain Buclaw2014-06-191-4/+6
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-2/+2
* Move D demangling routines out of d-lang.c and into d-support.c, whichIain Buclaw2014-01-181-597/+0
* Fix and update D demangling support in gdb to the current mangling ABI.Iain Buclaw2014-01-181-137/+598
* Define all basic data types of D and add them to the primitive typeIain Buclaw2014-01-181-1/+189
* Add d_main_name to set the logical entry point for D programs.Iain Buclaw2014-01-181-0/+21
* Update d_language_defn to reflect that D does not have any style ofIain Buclaw2014-01-181-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* New field 'la_natural_name' in struct language_defnYao Qi2013-11-071-0/+1
* New field la_varobj_ops in struct language_defnYao Qi2013-10-251-0/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* PR c++/13356Keith Seitz2012-08-171-1/+0
* * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set toTom Tromey2012-03-151-1/+1
* language-specific read_var_value for Ada renamingsJoel Brobecker2012-03-021-0/+1
* 2012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-011-0/+3
* Rename la_get_symbol_name_match_p into la_get_symbol_name_cmpJoel Brobecker2012-02-081-1/+1
* Ada: allow unqualified function names in linespecsJoel Brobecker2012-01-261-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* the "ambiguous linespec" seriesTom Tromey2011-12-061-0/+2
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-2/+4
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+2
* 2010-08-11 Brad Roberts <braddr@puremagic.com>Tom Tromey2010-08-111-3/+5
* D language support.Joel Brobecker2010-04-291-0/+278