aboutsummaryrefslogtreecommitdiff
path: root/gdb/elfread.c
AgeCommit message (Expand)Author
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
2014-02-26add short-circuit logic to elfread.cTom Tromey
2014-02-26split out elf_read_minimal_symbolsTom Tromey
2014-02-26change minsyms not to be relocated at read-timeTom Tromey
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-02-10gdb/elfread.c: Enable ifunc support on ARM.Will Newton
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-06remove some sym_probe_fns methodsTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-10-17remove unused field from struct elfinfoTom Tromey
2013-10-08fix PR symtab/15597Tom Tromey
2013-09-25 New option "set debug symfile on".Doug Evans
2013-09-25 * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans
2013-09-24Keep objfile original filenameJan Kratochvil
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-08-24 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"Doug Evans