summaryrefslogtreecommitdiff
path: root/gdb/d-namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Revert the header-sorting patchTom Tromey2019-04-061-5/+3
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-3/+5
* Remove null_block_symbolTom Tromey2019-03-241-9/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove directive-searched cleanupsTom Tromey2017-11-041-23/+3
* Use std::string in d-namespace.cTom Tromey2017-09-111-33/+12
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Don't recursively look for a symbol in all imports of imported modules.Iain Buclaw2016-02-281-5/+5
* Also update recursive call to d_lookup_symbol_imports.Iain Buclaw2016-02-211-2/+2
* Remove search_parents parameter from d_lookup_symbol_imports.Iain Buclaw2016-02-211-31/+6
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Introduce null_block_symbolPedro Alves2015-11-171-5/+5
* [D] Fix regression in py-lookup-type.expIain Buclaw2015-09-261-7/+34
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-5/+5
* [D] Implement looking up members of D enums.Iain Buclaw2015-08-171-0/+1
* [D] Support looking up symbols in the current and imported modules.Iain Buclaw2015-08-131-0/+562