aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-17Add search_flags to expand_symtabs_matchingTom Tromey1-0/+1
2021-04-17Let expand_symtabs_matching short-circuitTom Tromey1-1/+1
2021-03-26Use function view in quick_symbol_functions::map_symbol_filenamesTom Tromey1-2/+2
2021-03-20Remove sym_fns::sym_read_psymbolsTom Tromey1-7/+0
2021-03-20Move sym_fns::qf to objfileTom Tromey1-4/+0
2021-03-20Move quick_symbol_functions to a new headerTom Tromey1-205/+1
2021-03-20Change objfile::has_partial_symbols to return boolTom Tromey1-1/+1
2021-03-20Introduce dwarf2/public.hTom Tromey1-26/+0
2021-03-20Move some DWARF code out of symfile.hTom Tromey1-11/+0
2021-03-06Create new file dwarf2/sect-names.hTom Tromey1-45/+1
2021-01-12gdb: move read{now,never}_symbol_files declarations to symfile.hSimon Marchi1-0/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-6/+6
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