summaryrefslogtreecommitdiff
path: root/gdb/d-namespace.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-04Remove directive-searched cleanupsTom Tromey
2017-09-11Use std::string in d-namespace.cTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-02-28Don't recursively look for a symbol in all imports of imported modules.Iain Buclaw
2016-02-21Also update recursive call to d_lookup_symbol_imports.Iain Buclaw
2016-02-21Remove search_parents parameter from d_lookup_symbol_imports.Iain Buclaw
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17Introduce null_block_symbolPedro Alves
2015-09-26[D] Fix regression in py-lookup-type.expIain Buclaw
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-17[D] Implement looking up members of D enums.Iain Buclaw
2015-08-13[D] Support looking up symbols in the current and imported modules.Iain Buclaw