summaryrefslogtreecommitdiff
path: root/gdb/cp-namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Convert block_static_block and block_global_block to methodsTom Tromey2023-02-191-1/+1
* Convert more block functions to methodsTom Tromey2023-02-191-3/+3
* Convert block_gdbarch to methodTom Tromey2023-02-191-1/+1
* gdb/c++: Detect ambiguous variables in imported namespacesBruno Larsen2023-01-061-25/+72
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/c++: validate 'using' directives based on the current lineBruno Larsen2022-12-211-3/+12
* gdb: convert 'set debug symbol-lookup' to new debug printing schemeAndrew Burgess2022-12-141-78/+35
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Improve GDB's baseclass detection with typedefsBruno Larsen2022-10-031-2/+3
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2022-04-271-2/+2
* gdb: remove BLOCK_FUNCTION macroSimon Marchi2022-04-271-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-46/+46
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-2/+2
* gdb: remote SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION macroSimon Marchi2022-02-061-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Use filtered output in ordinary commandsTom Tromey2022-01-051-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, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-9/+9
* gdb: Convert language la_lookup_symbol_nonlocal field to a methodAndrew Burgess2020-06-171-1/+1
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-1/+1
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-051-2/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-5/+5
* gdb/fortran: Nested subroutine supportAndrew Burgess2019-10-031-2/+3
* Revert the header-sorting patchTom Tromey2019-04-061-13/+9
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-9/+13
* Remove null_block_symbolTom Tromey2019-03-241-16/+10
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Parameterize cp_scan_for_anonymous_namespacesTom Tromey2018-07-201-5/+6
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Move the using directives to buildsym_compunitTom Tromey2018-07-161-1/+1
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-3/+3
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-1/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix build with GCC 8: strncpy -> memcpyYao Qi2017-11-221-1/+1
* Remove directive-searched cleanupsTom Tromey2017-11-041-22/+3
* Constify maintenance_cplus_namespaceTom Tromey2017-09-271-1/+1
* Use std::vector in add_using_directiveTom Tromey2017-09-091-1/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves2017-09-041-23/+27
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use std::string in cp-namespace.cTom Tromey2016-09-231-34/+15
* [obv] Fix broken build on Fedora 23.Walfred Tedeschi2016-07-071-0/+2
* Fix of default lookup for "this" symbol.Walfred Tedeschi2016-07-071-1/+4