summaryrefslogtreecommitdiff
path: root/gdb/d-namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Convert more block functions to methodsTom Tromey2023-02-191-2/+2
* Convert block_gdbarch to methodTom Tromey2023-02-191-1/+1
* Don't allow NULL as an argument to block_scopeTom Tromey2023-02-191-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2022-04-271-1/+1
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-2/+2
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-1/+1
* 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