summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-11Unbreak build for non-ELF portsPedro Alves
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil
2017-12-08Change dwarf2_initialize_objfile's return valueJan Kratochvil
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior
2017-11-17Handle dereferencing Rust trait objectsTom Tromey
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi
2017-06-11Introduce "set debug separate-debug-file"Simon Marchi
2017-04-12Change increment_reading_symtab to return a scoped_restoreTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-02-20DWARF-5 basic functionalityJan Kratochvil
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-26PR 20569, segv in follow_execSandra Loosemore
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves
2016-10-21Record minimal symbols directly in reader.Tom Tromey
2016-06-23Move filename extensions into language_defnTom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-02-10Rename new_symfile_objfile, make static.Doug Evans
2015-02-06Move clear_symtab_users, deduce_language_from_filename decls to better place.Doug Evans
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-18A few comment cleanupsSimon Marchi
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-10-26Rename parameter "kind" to "block_index" in quick lookup functions.Doug Evans
2014-03-31New option "set print symbol-loading".Doug Evans
2014-03-03change probes to be program-space-independentTom Tromey
2014-02-26start change to progspace independenceTom Tromey
2014-01-14psymtab cleanup patch 3/3Doug Evans
2014-01-14psymtab cleanup patch 2/3Doug Evans
2014-01-14psymtab cleanup patch 1/3Doug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-06remove some sym_probe_fns methodsTom Tromey
2013-09-25 * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans
2013-09-25 * symfile.h (struct sym_fns): Add "objfile" argument toDoug Evans
2013-09-25 * symfile.h (struct quick_symbol_functions): Reorg arg list ofDoug Evans
2013-09-24Keep objfile original filenameJan Kratochvil
2013-09-19Mostly code cleanup: Constification.Jan Kratochvil
2013-08-07remove unused qf methodTom Tromey
2013-07-242013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2013-05-09 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.Doug Evans
2013-05-06 * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans
2013-04-12 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: NowTom Tromey
2013-02-03gdb/Jan Kratochvil