summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
AgeCommit message (Expand)Author
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey
2022-07-29gdb: add "id" fields to identify symtabs and subfilesSimon Marchi
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-04-17Add search_flags to expand_symtabs_matchingTom Tromey
2021-04-17Let expand_symtabs_matching short-circuitTom Tromey
2021-03-26Use function view in quick_symbol_functions::map_symbol_filenamesTom Tromey
2021-03-20Remove sym_fns::sym_read_psymbolsTom Tromey
2021-03-20Move sym_fns::qf to objfileTom Tromey
2021-03-20Move quick_symbol_functions to a new headerTom Tromey
2021-03-20Change objfile::has_partial_symbols to return boolTom Tromey
2021-03-20Introduce dwarf2/public.hTom Tromey
2021-03-20Move some DWARF code out of symfile.hTom Tromey
2021-03-06Create new file dwarf2/sect-names.hTom Tromey
2021-01-12gdb: move read{now,never}_symbol_files declarations to symfile.hSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-12Use a std::vector in target_section_tableTom Tromey
2020-09-19Use gdb_bfd_sections in symfile.cTom Tromey
2020-09-06Remove unused declaration from symfile.hTom Tromey
2020-05-19gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi
2020-05-19gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi
2020-05-19gdb: allocate symfile_segment_data with newSimon Marchi
2020-04-14[gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries
2020-04-02[gdb] Use partial symbol table to find language for mainTom de Vries
2020-01-13Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.Ali Tamur
2020-01-08Change section_offsets to a std::vectorTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-02Handle copy relocationsTom Tromey
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-09-10Change map_matching_symbols to take a lookup_name_infoTom Tromey
2019-09-10Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey
2019-09-07Change lookup_symbol's block_index parameter type to block_enumSimon Marchi
2019-07-09Rename common to gdbsupportTom Tromey
2019-07-02Move generic_load declaration to symfile.hSimon Marchi
2019-05-08Convert probes to type-safe registry APITom Tromey
2019-03-24More block constificationTom Tromey
2019-01-10Move some declarations to mdebugread.hTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-07-26Make psymbols and psymtabs independent of the program spaceTom Tromey
2018-06-28Make dwarf2_free_objfile staticTom Tromey
2018-06-28Make sure that sorting does not change section orderPetr Tesarik
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey
2018-03-08Make find_separate_debug_file* return std::stringSimon Marchi
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