summaryrefslogtreecommitdiff
path: root/gdb/elfread.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi2020-05-191-1/+3
* gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi2020-05-191-7/+2
* gdb: allocate symfile_segment_data with newSimon Marchi2020-05-191-3/+2
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-5/+5
* Introduce objfile::internTom Tromey2020-03-041-5/+1
* Add debuginfod support to GDBAaron Merey2020-02-261-1/+31
* gdb: Handle malformed ELF, symbols in non-allocatable sectionsAndrew Burgess2020-01-131-4/+9
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* Change some arguments to gdb::string_view instead of name+lenChristian Biesinger2019-10-291-12/+13
* [gdb] Fix typos in commentsTom de Vries2019-10-171-2/+2
* gdb: CTF supportWeimin Pan2019-10-071-1/+17
* Handle copy relocationsTom Tromey2019-10-021-5/+11
* Convert symtab.h function signatures to use bool instead of intChristian Biesinger2019-09-261-5/+5
* bfd_section_* macrosAlan Modra2019-09-191-12/+12
* Delay allocation of dbx_symfile_infoTom Tromey2019-06-101-11/+1
* Convert elfread.c to type-safe registry APITom Tromey2019-05-081-10/+8
* Convert probes to type-safe registry APITom Tromey2019-05-081-24/+8
* Revert the header-sorting patchTom Tromey2019-04-061-19/+17
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-17/+19
* C++-ify bcacheTom Tromey2019-03-071-2/+2
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-2/+2
* Move some declarations to mdebugread.hTom Tromey2019-01-101-0/+1
* Remove ALL_PSPACE_OBJFILESTom Tromey2019-01-091-5/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-2/+2
* Do not use buildsym.h in some filesTom Tromey2018-07-201-1/+0
* Remove buildsym_initTom Tromey2018-07-201-1/+0
* Remove buildsym_new_initTom Tromey2018-07-161-1/+1
* Make dwarf2_free_objfile staticTom Tromey2018-06-281-1/+0
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-2/+4
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-4/+5
* Use ELF_SECTION_IN_SEGMENT to map segmentsAlan Hayward2018-06-041-5/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-6/+4
* Fix resolving GNU ifunc bp locations when inferior runs resolverPedro Alves2018-04-261-1/+2
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-4/+9
* For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text sectionPedro Alves2018-04-261-6/+8
* Fix elf_gnu_ifunc_resolve_by_got bugletPedro Alves2018-04-261-3/+5
* Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation)Pedro Alves2018-04-261-17/+40
* Make find_separate_debug_file* return std::stringSimon Marchi2018-03-081-7/+6
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Unbreak build for non-ELF portsPedro Alves2017-12-111-6/+23
* DWARF-5: .debug_names index consumerJan Kratochvil2017-12-081-0/+17
* Change dwarf2_initialize_objfile's return valueJan Kratochvil2017-12-081-8/+3
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-1/+2
* Revert "Add support for the readnever concept"Sergio Durigan Junior2017-12-011-2/+1
* Add support for the readnever conceptSergio Durigan Junior2017-12-011-1/+2