summaryrefslogtreecommitdiff
path: root/gdb/elfread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-2/+2
* Introduce gdb_breakpoint_upTom Tromey2017-11-041-3/+4
* Work around GCC 6.3.1 bugPedro Alves2017-10-161-2/+2
* probe: Replace VEC(probe_ops_cp) with std::vectorSimon Marchi2017-09-121-5/+2
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-121-17/+10
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-1/+1
* Kill init_salPedro Alves2017-09-041-3/+1
* struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves2017-09-041-8/+2
* Synthetic symbol leak in elf_read_minimal_symbolsAlex Lindsay2017-08-171-0/+3
* Use containers to avoid cleanupsTom Tromey2017-08-031-18/+6
* Change breakpoint event locations to event_location_upTom Tromey2017-04-121-1/+1
* Use class to manage BFD reference countsTom Tromey2017-01-101-10/+7
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Restrict checking value.lval on using addressYao Qi2016-11-281-0/+2
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-1/+1
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-1/+1
* Change minimal_symbol_reader::record_full to take a boolTom Tromey2016-10-211-9/+10
* Use gdb::unique_ptr in elf_read_minimal_symbolsTom Tromey2016-10-211-8/+3
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-17/+21
* Change minimal_symbol_reader to store objfileTom Tromey2016-10-211-2/+2
* Introduce minimal_symbol_readerTom Tromey2016-10-211-3/+3
* Pass HWCAP to ifunc resolverAndreas Arnez2016-09-091-3/+10
* Remove unused variablesTom Tromey2016-07-141-3/+0
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-1/+1
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-11/+16
* Add casts to memory allocation related callsSimon Marchi2015-09-251-8/+10
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* Explicit locations: use new location APIKeith Seitz2015-08-111-1/+3
* Remove special support in gdb for Sun's version of stabs.Doug Evans2015-06-191-180/+4
* New common function "startswith"Gary Benson2015-03-061-1/+1
* SEGV in ppc64_elf_get_synthetic_symtab reading a separate debug fileJan Kratochvil2015-02-261-2/+4
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-4/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* A few comment cleanupsSimon Marchi2014-12-181-12/+1
* MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki2014-12-121-3/+9
* Also mark ELF solib trampoline minimal symbols specialMaciej W. Rozycki2014-10-031-1/+4
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* move probes to be per-bfdTom Tromey2014-03-031-13/+13
* change probes to be program-space-independentTom Tromey2014-03-031-16/+0