aboutsummaryrefslogtreecommitdiff
path: root/gdb/compile
AgeCommit message (Expand)AuthorFilesLines
2026-01-16gdb/compile: replace bfd_map_over_sections with gdb_bfd_sectionsSimon Marchi1-6/+7
2026-01-05Update copyright dates to include 2026Tom Tromey17-17/+17
2025-12-22Use gdb_bfd_sections in more placesTom Tromey1-10/+9
2025-12-18Don't use "module" nameTom Tromey2-17/+17
2025-11-02gdb: add a constructor for symtabAndrew Burgess3-4/+4
2025-10-24gdb: add gdb_rl_tilde_expand utilSimon Marchi1-2/+1
2025-10-20gdb, gdbserver, gdbsupport: trim trailing whitespacesSimon Marchi1-1/+1
2025-10-20gdb: rename find_pc_line -> find_sal_for_pcSimon Marchi1-1/+1
2025-10-20gdb: rename find_pc_compunit_symtab -> find_compunit_symtab_for_pcSimon Marchi1-1/+1
2025-08-19gdb: rename address_class -> location_classSimon Marchi2-5/+5
2025-08-05Do not include cleanups.h from common-defs.hTom Tromey1-0/+1
2025-06-26Change file initialization to use INIT_GDB_FILE macroTom Tromey2-6/+2
2025-05-31Do not allocate macro_scope on the heapTom Tromey1-4/+4
2025-04-08Update copyright dates to include 2025Tom Tromey17-17/+17
2025-03-26gdb: add configure option to disable compileGuinevere Larsen1-7/+32
2025-03-26gdb: Remove compile-related attributes from struct languageGuinevere Larsen2-3/+78
2025-03-24Introduce gdb_bfd_canonicalize_symtabTom Tromey1-21/+5
2025-03-03gdb/dwarf: rename dwarf2_per_cu_data -> dwarf2_per_cuSimon Marchi2-6/+6
2025-02-20gdb/compile: add missing entry in bfd_link_callbacks arraySimon Marchi1-0/+1
2025-01-17Add missing includes of extract-store-integer.hTom Tromey1-0/+1
2024-12-18Run check-include-guards.pyTom Tromey8-24/+24
2024-12-06gdb, gdbserver, gdbsupport: remove some unused gdb_vecs.h includesSimon Marchi1-1/+0
2024-12-03gdb: fix crash when GDB can't read an objfileGuinevere Larsen1-3/+3
2024-11-25Convert type copying to new hash tableSimon Marchi1-3/+3
2024-11-25Convert compile/compile.c to new hash tableSimon Marchi2-146/+19
2024-11-25Convert compile-c-symbols.c to new hash tableSimon Marchi1-48/+5
2024-09-07gdb: allow quoted filenames for commands that have custom completionAndrew Burgess1-6/+5
2024-09-07gdb: deprecated filename_completer and associated functionsAndrew Burgess1-2/+2
2024-08-12gdb: add program_space parameter to lookup_minimal_symbolSimon Marchi3-4/+8
2024-08-12gdb: remove lookup_bound_minimal_symbolSimon Marchi2-2/+2
2024-08-12gdb: make lookup_minimal_symbol objf and sfile parameters optionalSimon Marchi2-4/+2
2024-08-12gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi3-14/+8
2024-07-15gdb: pass program space to get_current_source_symtab_and_lineSimon Marchi1-1/+3
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