Change section_offsets to a std::vector
[deliverable/binutils-gdb.git] / gdb / symfile.h
2020-01-08  Tom TromeyChange section_offsets to a std::vector
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-02  Tom TromeyHandle copy relocations
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-10  Tom TromeyChange map_matching_symbols to take a lookup_name_info
2019-09-10  Tom TromeyChange map_matching_symbols to take a symbol_found_call...
2019-09-07  Simon MarchiChange lookup_symbol's block_index parameter type to...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-02  Simon MarchiMove generic_load declaration to symfile.h
2019-05-08  Tom TromeyConvert probes to type-safe registry API
2019-03-25  Tom TromeyMore block constification
2019-01-10  Tom TromeyMove some declarations to mdebugread.h
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-26  Tom TromeyMake psymbols and psymtabs independent of the program...
2018-06-28  Tom TromeyMake dwarf2_free_objfile static
2018-06-28  Petr TesarikMake sure that sorting does not change section order
2018-03-16  Tom TromeyRemove make_cleanup_free_section_addr_info
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-11-23  Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-11-17  Tom TromeyHandle dereferencing Rust trait objects
2017-11-08  Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-10-14  Simon MarchiReplace psymbol_allocation_list with std::vector
2017-09-12  Simon MarchiMake probe_ops::get_probes fill an std::vector
2017-06-11  Simon MarchiIntroduce "set debug separate-debug-file"
2017-04-12  Tom TromeyChange increment_reading_symtab to return a scoped_restore
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-02-23  Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-02-20  Jan KratochvilDWARF-5 basic functionality
2017-01-11  Tom TromeyUse class to manage BFD reference counts
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-26  Sandra LoosemorePR 20569, segv in follow_exec
2016-10-26  Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-21  Tom TromeyRecord minimal symbols directly in reader.
2016-06-24  Tom TromeyMove filename extensions into language_defn
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-04-02  Gary BensonConvert "remote:" sysroots to "target:" and remove...
2015-02-27  Tom TromeyFix struct, union, and enum nesting in C++
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-11  Doug EvansRename new_symfile_objfile, make static.
2015-02-06  Doug EvansMove clear_symtab_users, deduce_language_from_filename...
2015-01-31  Gary Bensonnew callback parameter expansion_notify for expand_symt...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-18  Simon MarchiA few comment cleanups
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-10-26  Doug EvansRename parameter "kind" to "block_index" in quick looku...
2014-03-31  Doug EvansNew option "set print symbol-loading".
2014-03-03  Tom Tromeychange probes to be program-space-independent
2014-02-26  Tom Tromeystart change to progspace independence
2014-01-15  Doug Evanspsymtab cleanup patch 3/3
2014-01-15  Doug Evanspsymtab cleanup patch 2/3
2014-01-15  Doug Evanspsymtab cleanup patch 1/3
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-06  Tom Tromeyremove some sym_probe_fns methods
2013-09-25  Doug Evans * symfile.h (struct sym_fns): Delete member "sym_flavour".
2013-09-25  Doug Evans * symfile.h (struct sym_fns): Add "objfile" argument to
2013-09-25  Doug Evans * symfile.h (struct quick_symbol_functions): Reorg...
2013-09-24  Jan KratochvilKeep objfile original filename
2013-09-19  Jan KratochvilMostly code cleanup: Constification.
2013-08-07  Tom Tromeyremove unused qf method
2013-07-24  Sergio Durigan Junior2013-07-24 Sergio Durigan Junior <sergiodj@redhat...
2013-05-09  Doug Evans * symfile.c (syms_from_objfile_1): Delete args offsets...
2013-05-06  Doug Evans * dbxread.c (process_one_symbol): Constify section_off...
2013-04-12  Tom Tromey * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffe...
2013-02-03  Jan Kratochvilgdb/
2013-02-03  Jan Kratochvilgdb/
2013-02-03  Jan Kratochvilgdb/
2013-02-03  Jan Kratochvilgdb/
2013-01-21  Tom Tromey * gdb_obstack.h (obconcat): Move declaration here...
2013-01-21  Tom Tromey * symfile.h (obsavestring): Don't declare.
2013-01-09  Doug Evans * symfile.h (quick_symbol_functions): Delete member
2013-01-02  Tom Tromey * symfile.h (struct ecoff_debug_hack): Remove.
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-24  Jan Kratochvilgdb/
2012-11-26  Tom Tromey2012-11-26 Alexander Larsson <alexl@redhat.com>
2012-07-23  Tom Tromey * symfile.c (separate_debug_file_exists): Update.
2012-07-20  Doug Evans * NEWS: Document new options "set/show use-deprecated...
2012-07-18  Doug Evans * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2012-07-18  Sergio Durigan Junior2012-07-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-24  Jan Kratochvilgdb/
2012-04-28  Doug Evans Initial support for Fission. gcc.gnu.org/wiki/DebugFi...
2012-04-27  Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-03-16  Gary Bensongdb:
2012-01-26  Joel BrobeckerRemove language param from name_matcher in struct quick...
2012-01-26  Joel BrobeckerAda: allow unqualified function names in linespecs
2012-01-16  Tom Tromeygdb
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-21  Joel BrobeckerUse symbol search name in expand_symtabs_matching_via_p...
2011-12-06  Tom Tromeythe "ambiguous linespec" series
2011-11-29  Joel BrobeckerFurther fix the documentation in struct quick_symbol_fu...
2011-11-29  Joel BrobeckerUpdate documentation in struct quick_symbol_functions
2011-11-11  Doug Evans * dwarf2read.c (dw2_map_symbol_filenames): New parameter
2011-10-09  Jan Kratochvilgdb/
2011-07-27  Tom Tromey * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and...
2011-07-26  Tom Tromey * symfile.h (struct dwarf2_debug_sections) <macro...
2011-06-10  Jan Kratochvilgdb/
2011-05-26  Tristan Gingold2011-05-26 Tristan Gingold <gingold@adacore.com>
next
This page took 1.191545 seconds and 107 git commands to generate.