aboutsummaryrefslogtreecommitdiff
path: root/gdb/elfread.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-30gdb/elfread.c: Use bfd filename instead of objfile->original_nameAaron Merey1-2/+3
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-21/+22
2022-07-29gdb: introduce symtab_create_debug_printfSimon Marchi1-11/+4
2022-07-28Rewrite registry.hTom Tromey1-2/+2
2022-06-17Convert location_spec_to_string to a methodPedro Alves1-2/+1
2022-06-17event_location -> location_specPedro Alves1-2/+2
2022-05-20Rename base_breakpoint -> code_breakpointPedro Alves1-3/+3
2022-05-20Move add_location(sal) to base_breakpointPedro Alves1-3/+3
2022-04-11gdb: remove minimal symbol size macrosSimon Marchi1-4/+4
2022-04-11gdb: remove MSYMBOL_TYPE macroSimon Marchi1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-6/+6
2022-01-05Change how versioned symbols are recordedTom Tromey1-35/+34
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-1/+1
2021-09-06Remove some complaints.h includesTom Tromey1-1/+0
2021-03-28Simplify DWARF reader initializationTom Tromey1-36/+1
2021-03-27Don't declare elf_sym_fns_lazy_psymsTom Tromey1-2/+0
2021-03-27Don't clear 'qf' in elf_symfile_readTom Tromey1-1/+0
2021-03-24gdb: remove current_top_target functionSimon Marchi1-7/+7
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey1-16/+3
2021-03-20Switch objfile to hold a list of psymbol readersTom Tromey1-3/+6
2021-03-20Remove sym_fns::sym_read_psymbolsTom Tromey1-29/+20
2021-03-20Convert quick_symbol_functions to use methodsTom Tromey1-2/+2
2021-03-20Move sym_fns::qf to objfileTom Tromey1-40/+2
2021-03-20Change objfile_has_partial_symbols to a methodTom Tromey1-3/+3
2021-03-20Introduce dwarf2/public.hTom Tromey1-0/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-13Exclude debuginfo files from "outside of ELF segments" warningKeith Seitz1-1/+6
2020-11-13Add file name to "Loadable section ... outside of ELF segments" warningKeith Seitz1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-09-19Use gdb_bfd_sections in elf_symfile_readTom Tromey1-5/+5
2020-05-19gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi1-1/+3
2020-05-19gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi1-7/+2
2020-05-19gdb: allocate symfile_segment_data with newSimon Marchi1-3/+2
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-5/+5
2020-03-04Introduce objfile::internTom Tromey1-5/+1
2020-02-26Add debuginfod support to GDBAaron Merey1-1/+31
2020-01-13gdb: Handle malformed ELF, symbols in non-allocatable sectionsAndrew Burgess1-4/+9
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-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger1-12/+13
2019-10-17[gdb] Fix typos in commentsTom de Vries1-2/+2
2019-10-07gdb: CTF supportWeimin Pan1-1/+17
2019-10-02Handle copy relocationsTom Tromey1-5/+11
2019-09-26Convert symtab.h function signatures to use bool instead of intChristian Biesinger1-5/+5
2019-09-19bfd_section_* macrosAlan Modra1-12/+12
2019-06-10Delay allocation of dbx_symfile_infoTom Tromey1-11/+1
2019-05-08Convert elfread.c to type-safe registry APITom Tromey1-10/+8