summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid double-free with debuginfodTom Tromey2023-04-131-0/+5
* gdb: defer warnings when loading separate debug filesAlexandra Hájková2023-02-011-1/+8
* Use bool in pc_in_* functionsTom Tromey2023-01-201-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-3/+4
* gdb: add "id" fields to identify symtabs and subfilesSimon Marchi2022-07-291-1/+10
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Add search_flags to expand_symtabs_matchingTom Tromey2021-04-171-0/+1
* Let expand_symtabs_matching short-circuitTom Tromey2021-04-171-1/+1
* Use function view in quick_symbol_functions::map_symbol_filenamesTom Tromey2021-03-261-2/+2
* Remove sym_fns::sym_read_psymbolsTom Tromey2021-03-201-7/+0
* Move sym_fns::qf to objfileTom Tromey2021-03-201-4/+0
* Move quick_symbol_functions to a new headerTom Tromey2021-03-201-205/+1
* Change objfile::has_partial_symbols to return boolTom Tromey2021-03-201-1/+1
* Introduce dwarf2/public.hTom Tromey2021-03-201-26/+0
* Move some DWARF code out of symfile.hTom Tromey2021-03-201-11/+0
* Create new file dwarf2/sect-names.hTom Tromey2021-03-061-45/+1
* gdb: move read{now,never}_symbol_files declarations to symfile.hSimon Marchi2021-01-121-0/+8
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-6/+6
* Use a std::vector in target_section_tableTom Tromey2020-10-121-4/+2
* Use gdb_bfd_sections in symfile.cTom Tromey2020-09-191-2/+0
* Remove unused declaration from symfile.hTom Tromey2020-09-061-2/+0
* gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi2020-05-191-6/+1
* gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi2020-05-191-15/+17
* gdb: allocate symfile_segment_data with newSimon Marchi2020-05-191-8/+16
* [gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries2020-04-141-5/+8
* [gdb] Use partial symbol table to find language for mainTom de Vries2020-04-021-0/+11
* Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets.Ali Tamur2020-01-131-0/+1
* Change section_offsets to a std::vectorTom Tromey2020-01-081-3/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Handle copy relocationsTom Tromey2019-10-021-1/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-3/+3
* Change map_matching_symbols to take a lookup_name_infoTom Tromey2019-09-101-2/+2
* Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey2019-09-101-12/+11
* Change lookup_symbol's block_index parameter type to block_enumSimon Marchi2019-09-071-1/+2
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Move generic_load declaration to symfile.hSimon Marchi2019-07-021-0/+6
* Convert probes to type-safe registry APITom Tromey2019-05-081-1/+2
* More block constificationTom Tromey2019-03-241-1/+1
* 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