aboutsummaryrefslogtreecommitdiff
path: root/gdb/elfread.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-28Restrict checking value.lval on using addressYao Qi1-0/+2
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-1/+1
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-1/+1
2016-10-21Change minimal_symbol_reader::record_full to take a boolTom Tromey1-9/+10
2016-10-21Use gdb::unique_ptr in elf_read_minimal_symbolsTom Tromey1-8/+3
2016-10-21Record minimal symbols directly in reader.Tom Tromey1-17/+21
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey1-2/+2
2016-10-21Introduce minimal_symbol_readerTom Tromey1-3/+3
2016-09-09Pass HWCAP to ifunc resolverAndreas Arnez1-3/+10
2016-07-14Remove unused variablesTom Tromey1-3/+0
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-1/+1
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-11/+16
2015-09-25Add casts to memory allocation related callsSimon Marchi1-8/+10
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-08-11Explicit locations: use new location APIKeith Seitz1-1/+3
2015-06-19Remove special support in gdb for Sun's version of stabs.Doug Evans1-180/+4
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-02-26SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug fileJan Kratochvil1-2/+4
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-4/+4