]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/elfread.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / elfread.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2024-01-09  Tom TromeySimplify the public DWARF API
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-11-14  Andrew Burgessgdb: merge debug symbol file lookup code from coffread...
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-09-19  Tom TromeyUse gdb::checked_static_cast for code_breakpoint
2023-08-31  Kevin Buettner[symtab/27831] Fix OBJF_MAINLINE assert
2023-08-18  Tom TromeyRemove most includes of psymtab.h
2023-07-15  Andrew Burgessgdb: style filenames in separate debug file warnings
2023-07-10  Tom TromeyAvoid crash with absolute symbol
2023-05-25  Simon Marchigdb: add breakpoint::first_loc methods
2023-05-25  Simon Marchigdb: add breakpoint "has locations" methods
2023-05-18  Hui Ligdb/elfread.c: Add plt symbol check for _PROCEDURE_LINK...
2023-04-13  Tom TromeyAvoid double-free with debuginfod
2023-03-28  Tom TromeyUse unrelocated_addr in minimal symbols
2023-03-08  Tom TromeyRemove OBJF_REORDERED
2023-03-02  Tom de Vries[gdb/symtab] Add set/show always-read-ctf on/off
2023-02-13  Tom TromeyIntroduce set_lval method on value
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_address and set_value_address functions...
2023-02-01  Alexandra Hájkovágdb: defer warnings when loading separate debug files
2023-01-03  Tom TromeyAdd new overload of gdbarch_return_value
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-18  Markus Metzgergdb: update gnu ifunc resolve
2022-10-12  Tom de Vries[gdb/symtab] Factor out elf_symfile_read_dwarf2
2022-10-11  Simon Marchigdb: fix auxv caching
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-10-10  Tom TromeyRemove frame_id_eq
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-08-31  Aaron Mereygdb/elfread.c: Use bfd filename instead of objfile...
2022-08-03  Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-30  Simon Marchigdb: introduce symtab_create_debug_printf
2022-07-28  Tom TromeyRewrite registry.h
2022-06-17  Pedro AlvesConvert location_spec_to_string to a method
2022-06-17  Pedro Alvesevent_location -> location_spec
2022-05-20  Pedro AlvesRename base_breakpoint -> code_breakpoint
2022-05-20  Pedro AlvesMove add_location(sal) to base_breakpoint
2022-04-11  Simon Marchigdb: remove minimal symbol size macros
2022-04-11  Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-03-29  Tom TromeyUnify gdb printf functions
2022-01-05  Tom TromeyChange how versioned symbols are recorded
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-09-06  Tom TromeyRemove some complaints.h includes
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...
next