summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
Commit message (Expand)AuthorAgeFilesLines
* Move some declarations to mdebugread.hTom Tromey2019-01-101-10/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Make psymbols and psymtabs independent of the program spaceTom Tromey2018-07-261-6/+0
* Make dwarf2_free_objfile staticTom Tromey2018-06-281-2/+0
* Make sure that sorting does not change section orderPetr Tesarik2018-06-281-1/+3
* Remove make_cleanup_free_section_addr_infoTom Tromey2018-03-161-30/+22
* Make find_separate_debug_file* return std::stringSimon Marchi2018-03-081-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Unbreak build for non-ELF portsPedro Alves2017-12-111-1/+16
* DWARF-5: .debug_names index consumerJan Kratochvil2017-12-081-0/+2
* Change dwarf2_initialize_objfile's return valueJan Kratochvil2017-12-081-1/+1
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-1/+1
* Handle dereferencing Rust trait objectsTom Tromey2017-11-171-0/+8
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-1/+3
* Replace psymbol_allocation_list with std::vectorSimon Marchi2017-10-141-31/+0
* Make probe_ops::get_probes fill an std::vectorSimon Marchi2017-09-121-5/+2
* Introduce "set debug separate-debug-file"Simon Marchi2017-06-111-0/+4
* Change increment_reading_symtab to return a scoped_restoreTom Tromey2017-04-121-1/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-35/+29
* DWARF-5 basic functionalityJan Kratochvil2017-02-201-0/+3
* Use class to manage BFD reference countsTom Tromey2017-01-101-2/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* PR 20569, segv in follow_execSandra Loosemore2016-10-261-1/+2
* Make symfile_add_flags and objfile->flags strongly typedPedro Alves2016-10-261-27/+9
* Record minimal symbols directly in reader.Tom Tromey2016-10-211-1/+2
* Move filename extensions into language_defnTom Tromey2016-06-231-0/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson2015-04-021-2/+0
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-8/+10
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-2/+2
* Rename new_symfile_objfile, make static.Doug Evans2015-02-101-2/+0
* Move clear_symtab_users, deduce_language_from_filename decls to better place.Doug Evans2015-02-061-0/+4
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-0/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* A few comment cleanupsSimon Marchi2014-12-181-5/+5
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-16/+20
* Rename parameter "kind" to "block_index" in quick lookup functions.Doug Evans2014-10-261-2/+2
* New option "set print symbol-loading".Doug Evans2014-03-311-0/+2
* change probes to be program-space-independentTom Tromey2014-03-031-5/+0
* start change to progspace independenceTom Tromey2014-02-261-1/+1
* psymtab cleanup patch 3/3Doug Evans2014-01-141-4/+5
* psymtab cleanup patch 2/3Doug Evans2014-01-141-5/+17
* psymtab cleanup patch 1/3Doug Evans2014-01-141-0/+6
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove some sym_probe_fns methodsTom Tromey2013-12-061-34/+0
* * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans2013-09-251-7/+1
* * symfile.h (struct sym_fns): Add "objfile" argument toDoug Evans2013-09-251-1/+1
* * symfile.h (struct quick_symbol_functions): Reorg arg list ofDoug Evans2013-09-251-2/+3
* Keep objfile original filenameJan Kratochvil2013-09-241-2/+3