summaryrefslogtreecommitdiff
path: root/gdb/d-namespace.c
Commit message (Expand)AuthorAgeFilesLines
* 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