gdb/mi: add new --group-by-objfile flag for -file-list-exec-source-files
[deliverable/binutils-gdb.git] / gdb / elfread.c
2021-03-28  Tom TromeySimplify DWARF reader initialization
2021-03-27  Tom TromeyDon't declare elf_sym_fns_lazy_psyms
2021-03-27  Tom TromeyDon't clear 'qf' in elf_symfile_read
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-20  Tom TromeyAllow multiple partial symbol readers per objfile
2021-03-20  Tom TromeySwitch objfile to hold a list of psymbol readers
2021-03-20  Tom TromeyRemove sym_fns::sym_read_psymbols
2021-03-20  Tom TromeyConvert quick_symbol_functions to use methods
2021-03-20  Tom TromeyMove sym_fns::qf to objfile
2021-03-20  Tom TromeyChange objfile_has_partial_symbols to a method
2021-03-20  Tom TromeyIntroduce dwarf2/public.h
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-13  Keith SeitzExclude debuginfo files from "outside of ELF segments...
2020-11-13  Keith SeitzAdd file name to "Loadable section ... outside of ELF...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-19  Tom TromeyUse gdb_bfd_sections in elf_symfile_read
2020-05-19  Simon Marchigdb: make symfile_segment_data::segment_info an std...
2020-05-19  Simon Marchigdb: use std::vector to store segments in symfile_segme...
2020-05-19  Simon Marchigdb: allocate symfile_segment_data with new
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-03-04  Tom TromeyIntroduce objfile::intern
2020-02-26  Aaron MereyAdd debuginfod support to GDB
2020-01-13  Andrew Burgessgdb: Handle malformed ELF, symbols in non-allocatable...
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-29  Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-10-17  Tom de Vries[gdb] Fix typos in comments
2019-10-07  Weimin Pangdb: CTF support
2019-10-02  Tom TromeyHandle copy relocations
2019-09-26  Christian BiesingerConvert symtab.h function signatures to use bool instea...
2019-09-19  Alan Modrabfd_section_* macros
2019-06-10  Tom TromeyDelay allocation of dbx_symfile_info
2019-05-08  Tom TromeyConvert elfread.c to type-safe registry API
2019-05-08  Tom TromeyConvert probes to type-safe registry API
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-07  Tom TromeyC++-ify bcache
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10  Tom TromeyMove some declarations to mdebugread.h
2019-01-10  Tom TromeyRemove ALL_PSPACE_OBJFILES
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21  Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-07-20  Tom TromeyDo not use buildsym.h in some files
2018-07-20  Tom TromeyRemove buildsym_init
2018-07-16  Tom TromeyRemove buildsym_new_init
2018-06-28  Tom TromeyMake dwarf2_free_objfile static
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-06-04  Alan HaywardUse ELF_SECTION_IN_SEGMENT to map segments
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-26  Pedro AlvesFix resolving GNU ifunc bp locations when inferior...
2018-04-26  Pedro AlvesFor PPC64/ELFv1: Introduce mst_data_gnu_ifunc
2018-04-26  Pedro AlvesFor PPC64: elf_gnu_ifunc_record_cache: handle plt symbo...
2018-04-26  Pedro AlvesFix elf_gnu_ifunc_resolve_by_got buglet
2018-04-26  Pedro AlvesFix breakpoints in ifunc after inferior resolved it...
2018-03-08  Simon MarchiMake find_separate_debug_file* return std::string
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-11  Pedro AlvesUnbreak build for non-ELF ports
2017-12-08  Jan KratochvilDWARF-5: .debug_names index consumer
2017-12-08  Jan KratochvilChange dwarf2_initialize_objfile's return value
2017-12-05  Simon MarchiRemove some unused variables
2017-12-02  Sergio Durigan JuniorAdd support for the readnever concept
2017-12-01  Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01  Sergio Durigan JuniorAdd support for the readnever concept
2017-11-23  Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-11-04  Tom TromeyIntroduce gdb_breakpoint_up
2017-10-16  Pedro AlvesWork around GCC 6.3.1 bug
2017-09-12  Simon Marchiprobe: Replace VEC(probe_ops_cp) with std::vector
2017-09-12  Simon MarchiMake probe_ops::get_probes fill an std::vector
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesStop assuming no-debug-info functions return int
2017-09-04  Pedro AlvesKill init_sal
2017-09-04  Pedro Alvesstruct symtabs_and_lines -> std::vector<symtab_and_line>
2017-08-17  Alex LindsaySynthetic symbol leak in elf_read_minimal_symbols
2017-08-03  Tom TromeyUse containers to avoid cleanups
2017-04-12  Tom TromeyChange breakpoint event locations to event_location_up
2017-01-11  Tom TromeyUse class to manage BFD reference counts
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-28  Yao QiRestrict checking value.lval on using address
2016-11-15  Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-10-26  Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-21  Tom TromeyChange minimal_symbol_reader::record_full to take a...
2016-10-21  Tom TromeyUse gdb::unique_ptr in elf_read_minimal_symbols
2016-10-21  Tom TromeyRecord minimal symbols directly in reader.
2016-10-21  Tom TromeyChange minimal_symbol_reader to store objfile
2016-10-21  Tom TromeyIntroduce minimal_symbol_reader
2016-09-09  Andreas ArnezPass HWCAP to ifunc resolver
2016-07-14  Tom TromeyRemove unused variables
2016-01-19  Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-12  Keith SeitzExplicit locations: use new location API
2015-06-19  Doug EvansRemove special support in gdb for Sun's version of...
2015-03-06  Gary BensonNew common function "startswith"
2015-02-26  Jan KratochvilSEGV in ppc64_elf_get_synthetic_symtab reading a separa...
next
This page took 0.704815 seconds and 106 git commands to generate.