summaryrefslogtreecommitdiff
path: root/gdb/compile/compile-cplus-symbols.c
Commit message (Expand)AuthorAgeFilesLines
* Change symbol::line to unsigned intTom Tromey2023-03-271-1/+1
* Rename objfile_type to builtin_typeTom Tromey2023-03-181-5/+5
* Convert block_static_block and block_global_block to methodsTom Tromey2023-02-191-2/+2
* Don't allow NULL as an argument to block_static_blockTom Tromey2023-02-191-1/+3
* Remove deprecated_lval_hackTom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* gdb: remove BLOCK_{START,END} macrosSimon Marchi2022-04-271-2/+2
* Replace symbol_symtab with symbol::symtabTom Tromey2022-04-201-1/+1
* gdb: remove MSYMBOL_TYPE macroSimon Marchi2022-04-111-2/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-7/+7
* Unify gdb printf functionsTom Tromey2022-03-291-29/+29
* gdb: remove SYMBOL_LINE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-7/+7
* gdb: remove SYMBOL_DOMAIN macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-3/+3
* 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
* Rewrite enum_flags, add unit tests, fix problemsPedro Alves2020-09-141-2/+2
* gdb: remove TYPE_GNU_IFUNCSimon Marchi2020-09-141-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-11/+11
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* compile: Remove non-const reference parametersSimon Marchi2018-09-061-4/+2
* Fix ARI violations in c++compileKeith Seitz2018-09-011-1/+1
* C++ compile supportKeith Seitz2018-08-291-0/+493