summaryrefslogtreecommitdiff
path: root/gdb/elfread.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-11Unbreak build for non-ELF portsPedro Alves
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil
2017-12-08Change dwarf2_initialize_objfile's return valueJan Kratochvil
2017-12-05Remove some unused variablesSimon Marchi
2017-12-01Add support for the readnever conceptSergio Durigan Junior
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior
2017-12-01Add support for the readnever conceptSergio Durigan Junior
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior
2017-11-04Introduce gdb_breakpoint_upTom Tromey
2017-10-16Work around GCC 6.3.1 bugPedro Alves
2017-09-12probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Stop assuming no-debug-info functions return intPedro Alves
2017-09-04Kill init_salPedro Alves
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves
2017-08-17Synthetic symbol leak in elf_read_minimal_symbolsAlex Lindsay
2017-08-03Use containers to avoid cleanupsTom Tromey
2017-04-12Change breakpoint event locations to event_location_upTom Tromey
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-28Restrict checking value.lval on using addressYao Qi
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves
2016-10-21Change minimal_symbol_reader::record_full to take a boolTom Tromey
2016-10-21Use gdb::unique_ptr in elf_read_minimal_symbolsTom Tromey
2016-10-21Record minimal symbols directly in reader.Tom Tromey
2016-10-21Change minimal_symbol_reader to store objfileTom Tromey
2016-10-21Introduce minimal_symbol_readerTom Tromey
2016-09-09Pass HWCAP to ifunc resolverAndreas Arnez
2016-07-14Remove unused variablesTom Tromey
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-11Explicit locations: use new location APIKeith Seitz
2015-06-19Remove special support in gdb for Sun's version of stabs.Doug Evans
2015-03-06New common function "startswith"Gary Benson
2015-02-26SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug fileJan Kratochvil
2015-02-11Fix redefinition errors in C++ modeTom Tromey
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-18A few comment cleanupsSimon Marchi
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki
2014-10-03Also mark ELF solib trampoline minimal symbols specialMaciej W. Rozycki
2014-08-07Include string.h in common-defs.hGary Benson
2014-03-03move probes to be per-bfdTom Tromey
2014-03-03change probes to be program-space-independentTom Tromey