aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile/compile-cplus-symbols.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves1-2/+2
2020-09-14gdb: remove TYPE_GNU_IFUNCSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-02-08Move DWARF code to dwarf2/ subdirectoryTom Tromey1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-11/+11
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-06compile: Remove non-const reference parametersSimon Marchi1-4/+2
2018-09-01Fix ARI violations in c++compileKeith Seitz1-1/+1
2018-08-29C++ compile supportKeith Seitz1-0/+493