]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/cp-namespace.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / cp-namespace.c
2024-04-15  Tom TromeyRemove 'copy_names' parameter from add_using_directive
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-19  Tom TromeySpeed up lookup of "type_specific_data"
2024-01-28  Tom TromeyRefine search in cp_search_static_and_baseclasses
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-08  Hannes DomaniFix printing of global variable stubs if no inferior...
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-07-08  Aaron Mereygdb/cp-namespace.c: Fix assert failure caused by malfor...
2023-02-19  Tom TromeyConvert block_static_block and block_global_block to...
2023-02-19  Tom TromeyConvert more block functions to methods
2023-02-19  Tom TromeyConvert block_gdbarch to method
2023-01-06  Bruno Larsengdb/c++: Detect ambiguous variables in imported namespaces
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-21  Bruno Larsengdb/c++: validate 'using' directives based on the curre...
2022-12-14  Andrew Burgessgdb: convert 'set debug symbol-lookup' to new debug...
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-03  Bruno LarsenImprove GDB's baseclass detection with typedefs
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-04-28  Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28  Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-03-29  Tom TromeyUnify gdb printf functions
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remote SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION macro
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-05  Tom TromeyUse filtered output in ordinary commands
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-06-17  Andrew Burgessgdb: Convert language la_lookup_symbol_nonlocal field...
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-10-03  Andrew Burgessgdb/fortran: Nested subroutine support
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-07-20  Tom TromeyParameterize cp_scan_for_anonymous_namespaces
2018-07-20  Tom TromeyIntroduce buildsym-legacy.h
2018-07-16  Tom TromeyMove the using directives to buildsym_compunit
2018-06-01  Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-01-05  Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-22  Yao QiFix build with GCC 8: strncpy -> memcpy
2017-11-04  Tom TromeyRemove directive-searched cleanups
2017-09-27  Tom TromeyConstify maintenance_cplus_namespace
2017-09-09  Tom TromeyUse std::vector in add_using_directive
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesHandle "p 'S::method()::static_var'" (quoted) in symbol...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-09-23  Tom TromeyUse std::string in cp-namespace.c
2016-07-07  Walfred Tedeschi[obv] Fix broken build on Fedora 23.
2016-07-07  Walfred TedeschiFix of default lookup for "this" symbol.
2016-03-15  Don BreazealPR 18303, Tolerate malformed input for lookup_symbol...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17  Pedro AlvesIntroduce null_block_symbol
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-13  Pierre-Marie de... [Ada] Add support for subprogram renamings
2015-08-03  Ulrich WeigandFix build error due to uninitialized variable warning
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-05-27  Doug EvansDon't ignore domain in nested lookups.
2015-03-30  Doug EvansPR c++/18141
2015-03-06  Gary BensonNew common function "startswith"
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-22  Doug EvansPR c++/17976, symtab/17821
2015-02-13  Doug Evansmisc cp-namespace.c cleanups
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansLook up primitive types as symbols.
2014-12-23  Doug EvansAdd langdef arg to la_lookup_symbol_nonlocal.
2014-12-23  Doug EvansReplace some symbol accessor macros with functions.
2014-12-22  Doug Evanscp-namespace.c (cp_lookup_symbol_via_all_imports):...
2014-12-22  Doug Evanscp-namespace.c (cp_lookup_symbol_via_imports): New...
2014-12-22  Doug Evanscp-namespace.c (cp_lookup_nested_symbol_1): New function.
2014-12-22  Doug Evanscp-namespace.c (cp_lookup_symbol_in_namespace): Simplify.
2014-12-22  Doug Evanscp-namespace.c: Whitespace cleanup.
2014-12-17  Doug EvansNew parameter "debug symbol-lookup".
2014-12-17  Doug Evanscp_lookup_symbol_via_imports: Renamed from cp_lookup_sy...
2014-12-17  Doug Evanscp_find_type_baseclass_by_name: Renamed from find_type_...
2014-12-13  Doug EvansRename cp_is_anonymous to cp_is_in_anonymous.
2014-12-11  Doug Evanscp-namespace.c (cp_lookup_nested_symbol): Fix comments.
2014-12-10  Doug Evanscp_lookup_symbol_nonlocal: Move definition closer to...
2014-12-10  Doug Evanscp-namespace.c (lookup_symbol_file): Move next to only...
2014-12-10  Doug Evanscp_lookup_symbol_imports: Make static.
2014-11-22  Doug Evanscp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment.
2014-11-18  Doug EvansUse SYMBOL_OBJFILE more.
2014-11-07  Doug EvansRename lookup_symbol_global to lookup_global_symbol.
2014-11-07  Doug Evanslookup_symbol_in_block: Renamed from lookup_symbol_aux_...
2014-11-07  Doug EvansRename lookup_symbol_static to lookup_symbol_in_static_...
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-07  Keith SeitzRevert patchset for c++/16253: it causes a large perfor...
2014-04-16  Keith SeitzPR c++/16597
2014-04-14  Keith SeitzRemove symbol_matches_domain. This fixes
next