aboutsummaryrefslogtreecommitdiff
path: root/gdb/elfread.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-08Convert probes to type-safe registry APITom Tromey1-24/+8
2019-04-06Revert the header-sorting patchTom Tromey1-19/+17
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-17/+19
2019-03-07C++-ify bcacheTom Tromey1-2/+2
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-2/+2
2019-01-10Move some declarations to mdebugread.hTom Tromey1-0/+1
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey1-5/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-1/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-2/+2
2018-07-20Do not use buildsym.h in some filesTom Tromey1-1/+0
2018-07-20Remove buildsym_initTom Tromey1-1/+0
2018-07-16Remove buildsym_new_initTom Tromey1-1/+1
2018-06-28Make dwarf2_free_objfile staticTom Tromey1-1/+0
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-2/+4
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-4/+5