aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-namespace.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15Remove 'copy_names' parameter from add_using_directiveTom Tromey1-2/+3
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-19Speed up lookup of "type_specific_data"Tom Tromey1-2/+2
2024-01-28Refine search in cp_search_static_and_baseclassesTom Tromey1-7/+12
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-24/+27
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-08Fix printing of global variable stubs if no inferior is runningHannes Domani1-1/+5
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+2
2023-07-07gdb/cp-namespace.c: Fix assert failure caused by malformed user inputAaron Merey1-2/+3
2023-02-19Convert block_static_block and block_global_block to methodsTom Tromey1-1/+1
2023-02-19Convert more block functions to methodsTom Tromey1-3/+3
2023-02-19Convert block_gdbarch to methodTom Tromey1-1/+1
2023-01-06gdb/c++: Detect ambiguous variables in imported namespacesBruno Larsen1-25/+72
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-21gdb/c++: validate 'using' directives based on the current lineBruno Larsen1-3/+12
2022-12-14gdb: convert 'set debug symbol-lookup' to new debug printing schemeAndrew Burgess1-78/+35
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-10-03Improve GDB's baseclass detection with typedefsBruno Larsen1-2/+3
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-1/+1
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi1-2/+2
2022-04-27gdb: remove BLOCK_FUNCTION macroSimon Marchi1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-46/+46
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-2/+2
2022-02-06gdb: remote SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION macroSimon Marchi1-1/+1
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-05Use filtered output in ordinary commandsTom 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-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-9/+9
2020-06-17gdb: Convert language la_lookup_symbol_nonlocal field to a methodAndrew Burgess1-1/+1
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-1/+1
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-2/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-5/+5
2019-10-03gdb/fortran: Nested subroutine supportAndrew Burgess1-2/+3
2019-04-06Revert the header-sorting patchTom Tromey1-13/+9
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-9/+13
2019-03-24Remove null_block_symbolTom Tromey1-16/+10
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-20Parameterize cp_scan_for_anonymous_namespacesTom Tromey1-5/+6
2018-07-20Introduce buildsym-legacy.hTom Tromey1-1/+1
2018-07-16Move the using directives to buildsym_compunitTom Tromey1-1/+1
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-3/+3
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-1/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi1-1/+1