aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Use a std::vector in target_section_tableTom Tromey1-4/+2
2020-09-19Use gdb_bfd_sections in symfile.cTom Tromey1-2/+0
2020-09-06Remove unused declaration from symfile.hTom Tromey1-2/+0
2020-05-19gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi1-6/+1
2020-05-19gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi1-15/+17
2020-05-19gdb: allocate symfile_segment_data with newSimon Marchi1-8/+16
2020-04-14[gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries1-5/+8
2020-04-02[gdb] Use partial symbol table to find language for mainTom de Vries1-0/+11
2020-01-13Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.Ali Tamur1-0/+1
2020-01-08Change section_offsets to a std::vectorTom Tromey1-3/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-02Handle copy relocationsTom Tromey1-1/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-3/+3
2019-09-10Change map_matching_symbols to take a lookup_name_infoTom Tromey1-2/+2
2019-09-10Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey1-12/+11
2019-09-07Change lookup_symbol's block_index parameter type to block_enumSimon Marchi1-1/+2
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-07-02Move generic_load declaration to symfile.hSimon Marchi1-0/+6
2019-05-08Convert probes to type-safe registry APITom Tromey1-1/+2
2019-03-24More block constificationTom Tromey1-1/+1
2019-01-10Move some declarations to mdebugread.hTom Tromey1-10/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey1-6/+0
2018-06-28Make dwarf2_free_objfile staticTom Tromey1-2/+0
2018-06-28Make sure that sorting does not change section orderPetr Tesarik1-1/+3
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-30/+22
2018-03-08Make find_separate_debug_file* return std::stringSimon Marchi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-11Unbreak build for non-ELF portsPedro Alves1-1/+16
2017-12-08DWARF-5: .debug_names index consumerJan Kratochvil1-0/+2
2017-12-08Change dwarf2_initialize_objfile's return valueJan Kratochvil1-1/+1
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-1/+1
2017-11-17Handle dereferencing Rust trait objectsTom Tromey1-0/+8
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-1/+3
2017-10-14Replace psymbol_allocation_list with std::vectorSimon Marchi1-31/+0
2017-09-12Make probe_ops::get_probes fill an std::vectorSimon Marchi1-5/+2
2017-06-11Introduce "set debug separate-debug-file"Simon Marchi1-0/+4
2017-04-12Change increment_reading_symtab to return a scoped_restoreTom Tromey1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-35/+29
2017-02-20DWARF-5 basic functionalityJan Kratochvil1-0/+3
2017-01-10Use class to manage BFD reference countsTom Tromey1-2/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-1/+2
2016-10-26Make symfile_add_flags and objfile->flags strongly typedPedro Alves1-27/+9
2016-10-21Record minimal symbols directly in reader.Tom Tromey1-1/+2
2016-06-23Move filename extensions into language_defnTom Tromey1-0/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson1-2/+0
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-8/+10