Change breakpoint_re_set_default to a method
[binutils-gdb.git] / gdb / d-namespace.c
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-25 Tom TromeyRemove null_block_symbol
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-06-01 Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-04 Tom TromeyRemove directive-searched cleanups
2017-09-11 Tom TromeyUse std::string in d-namespace.c
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-02-28 Iain BuclawDon't recursively look for a symbol in all imports...
2016-02-21 Iain BuclawAlso update recursive call to d_lookup_symbol_imports.
2016-02-21 Iain BuclawRemove search_parents parameter from d_lookup_symbol_im...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17 Pedro AlvesIntroduce null_block_symbol
2015-09-26 Iain Buclaw[D] Fix regression in py-lookup-type.exp
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-17 Iain Buclaw[D] Implement looking up members of D enums.
2015-08-13 Iain Buclaw[D] Support looking up symbols in the current and impor...