summaryrefslogtreecommitdiff
path: root/gdb/elfread.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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