aboutsummaryrefslogtreecommitdiff
path: root/gdb/elfread.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-1/+2
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior1-2/+1
2017-12-01Add support for the readnever conceptSergio Durigan Junior1-1/+2
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-2/+2
2017-11-04Introduce gdb_breakpoint_upTom Tromey1-3/+4
2017-10-16Work around GCC 6.3.1 bugPedro Alves1-2/+2
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi1-5/+2
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi1-17/+10
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+1
2017-09-04Kill init_salPedro Alves1-3/+1
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-8/+2
2017-08-17Synthetic symbol leak in elf_read_minimal_symbolsAlex Lindsay1-0/+3
2017-08-03Use containers to avoid cleanupsTom Tromey1-18/+6
2017-04-12Change breakpoint event locations to event_location_upTom Tromey1-1/+1
2017-01-10Use class to manage BFD reference countsTom Tromey1-10/+7