summaryrefslogtreecommitdiff
path: root/gdb/d-lang.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use registry in gdbarchTom Tromey2022-08-041-24/+24
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use unique_xmalloc_ptr<char> when demanglingTom Tromey2021-10-041-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove val_printTom Tromey2020-03-131-8/+0
* Convert D printing to value-based APITom Tromey2020-03-131-0/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove la_errorTom Tromey2018-06-181-2/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-2/+2
* 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
* [D] Support looking up symbols in the current and imported modules.Iain Buclaw2015-08-131-0/+10
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove d-support.c and use gdb_demangle for demangling D symbols.Iain Buclaw2014-10-151-4/+0
* Initial pass at D language expression parser support.Iain Buclaw2014-06-191-0/+6
* Move D demangling routines out of d-lang.c and into d-support.c, whichIain Buclaw2014-01-181-0/+2
* Fix and update D demangling support in gdb to the current mangling ABI.Iain Buclaw2014-01-181-0/+2
* Define all basic data types of D and add them to the primitive typeIain Buclaw2014-01-181-0/+36
* Add d_main_name to set the logical entry point for D programs.Iain Buclaw2014-01-181-0/+4
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * valprint.c (val_print): Update.Tom Tromey2012-03-011-5/+5
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+2
* gdbTom Tromey2010-06-111-0/+1
* D language support.Joel Brobecker2010-04-291-0/+32