aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi4-4/+4
2024-04-22gdb: move `enum compile_i_scope_types` to compile/compile.hSimon Marchi2-0/+29
2024-04-03Revert "gdb/compile: Use std::filesystem::remove_all in cleanup"Lancelot SIX1-7/+9
2024-04-03gdb/compile: Use std::filesystem::remove_all in cleanupLancelot SIX1-9/+7
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi9-9/+0
2024-03-14Pass alignment when using GCC_C_FE_VERSION_2Tom Tromey1-1/+5
2024-02-27Rewrite final cleanupsTom Tromey1-18/+12
2024-02-15Move lookup_name_info creation into basic_lookup_transparent_typeTom Tromey1-7/+6
2024-02-01Rename SEARCH_ALLTom Tromey1-1/+1
2024-01-28Use domain_search_flags in lookup_symbol et alTom Tromey4-21/+23
2024-01-28Replace search_domain with domain_search_flagsTom Tromey1-1/+1
2024-01-19gdb: remove SYMBOL_*_OPS macrosSimon Marchi1-6/+5
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess17-17/+17
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey3-3/+3
2023-11-21Remove some type field accessor macrosTom Tromey1-3/+4
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi3-33/+43
2023-08-31gdb: remove TYPE_FIELD_BITSIZESimon Marchi3-3/+3
2023-08-31gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi1-2/+2
2023-08-23gdb: add gdb::make_unique functionAndrew Burgess1-1/+1
2023-06-03[gdb/compile] Fix typo in debug messageTom de Vries1-1/+1
2023-05-12Add dynamic_prop::is_constantTom Tromey2-2/+2
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-1/+1
2023-05-01Replace field_is_static with a methodTom Tromey2-2/+2
2023-03-27Change symbol::line to unsigned intTom Tromey3-3/+3
2023-03-18Rename objfile_type to builtin_typeTom Tromey2-10/+10
2023-03-18Use builtin type when appropriateTom Tromey2-13/+3
2023-02-19Convert explicit iterator uses to foreachTom Tromey1-6/+1
2023-02-19Convert block_static_block and block_global_block to methodsTom Tromey2-5/+5
2023-02-19Convert block_linkage_function to methodTom Tromey1-1/+1
2023-02-19Don't allow NULL as an argument to block_static_blockTom Tromey2-3/+9
2023-02-13Remove deprecated_lval_hackTom Tromey3-3/+3
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-2/+2
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey3-3/+3
2023-02-09Increase size of main_type::nfieldsTom Tromey1-1/+1
2023-01-20gdb: move compile_instance to compile/compile.hSimon Marchi4-116/+118
2023-01-20gdb: move type_map_instance to compile/compile.cSimon Marchi2-13/+13
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker17-17/+17
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves5-6/+5
2022-10-18gdb, compile: unlink objfile stored in moduleMarkus Metzger1-12/+9
2022-10-10Change GDB to use frame_info_ptrTom Tromey3-3/+3
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi4-23/+23
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi4-17/+17
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-1/+1
2022-07-28Change allocation of type-copying hash tableTom Tromey1-2/+2
2022-04-27gdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS macrosSimon Marchi2-8/+7
2022-04-27gdb: remove BLOCK_ENTRY_PC macroSimon Marchi3-5/+5
2022-04-27gdb: remove BLOCK_SUPERBLOCK macroSimon Marchi2-3/+3