aboutsummaryrefslogtreecommitdiff
path: root/gdb/d-namespace.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-12/+12
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+2
2023-02-19Convert more block functions to methodsTom Tromey1-2/+2
2023-02-19Convert block_gdbarch to methodTom Tromey1-1/+1
2023-02-19Don't allow NULL as an argument to block_scopeTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-2/+2
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-04-06Revert the header-sorting patchTom Tromey1-5/+3
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-3/+5
2019-03-24Remove null_block_symbolTom Tromey1-9/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
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