aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-namespace.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-04Remove directive-searched cleanupsTom Tromey1-22/+3
2017-09-27Constify maintenance_cplus_namespaceTom Tromey1-1/+1
2017-09-09Use std::vector in add_using_directiveTom Tromey1-1/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves1-23/+27
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-23Use std::string in cp-namespace.cTom Tromey1-34/+15
2016-07-07[obv] Fix broken build on Fedora 23.Walfred Tedeschi1-0/+2
2016-07-07Fix of default lookup for "this" symbol.Walfred Tedeschi1-1/+4
2016-03-15PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal1-5/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Introduce null_block_symbolPedro Alves1-7/+7
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-8/+8
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat1-98/+4
2015-08-03Fix build error due to uninitialized variable warningUlrich Weigand1-0/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-83/+94
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-3/+3
2015-05-27Don't ignore domain in nested lookups.Doug Evans1-17/+23
2015-03-30PR c++/18141Doug Evans1-2/+5
2015-03-06New common function "startswith"Gary Benson1-2/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-31/+32
2015-02-21PR c++/17976, symtab/17821Doug Evans1-15/+28
2015-02-13misc cp-namespace.c cleanupsDoug Evans1-9/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-7/+44
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans1-1/+2
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-2/+1