aboutsummaryrefslogtreecommitdiff
path: root/gdb/elfread.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-04Use ELF_SECTION_IN_SEGMENT to map segmentsAlan Hayward1-5/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-6/+4
2018-04-26Fix resolving GNU ifunc bp locations when inferior runs resolverPedro Alves1-1/+2
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves1-4/+9
2018-04-26For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text sectionPedro Alves1-6/+8
2018-04-26Fix elf_gnu_ifunc_resolve_by_got bugletPedro Alves1-3/+5
2018-04-26Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)Pedro Alves1-17/+40
2018-03-08Make find_separate_debug_file* return std::stringSimon Marchi1-7/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-11Unbreak build for non-ELF portsPedro Alves1-6/+23
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil1-0/+17
2017-12-08Change dwarf2_initialize_objfile's return valueJan Kratochvil1-8/+3