aboutsummaryrefslogtreecommitdiff
path: root/gdb/d-namespace.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-04Remove directive-searched cleanupsTom Tromey1-23/+3
2017-09-11Use std::string in d-namespace.cTom Tromey1-33/+12
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-02-28Don't recursively look for a symbol in all imports of imported modules.Iain Buclaw1-5/+5
2016-02-21Also update recursive call to d_lookup_symbol_imports.Iain Buclaw1-2/+2
2016-02-21Remove search_parents parameter from d_lookup_symbol_imports.Iain Buclaw1-31/+6
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Introduce null_block_symbolPedro Alves1-5/+5
2015-09-26[D] Fix regression in py-lookup-type.expIain Buclaw1-7/+34
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-5/+5
2015-08-17[D] Implement looking up members of D enums.Iain Buclaw1-0/+1
2015-08-13[D] Support looking up symbols in the current and imported modules.Iain Buclaw1-0/+562