aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-1/+1
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-5/+6
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+1
2021-04-17Add 'domain' parameter to expand_symtabs_matchingTom Tromey1-0/+1
2021-04-17Add search_flags to expand_symtabs_matchingTom Tromey1-1/+4
2021-04-17Let expand_symtabs_matching short-circuitTom Tromey1-5/+7
2021-04-02gdb: use std::string in partial_symtab::partial_symtab / allocate_symtabSimon Marchi1-6/+5
2021-03-26Use function view in quick_symbol_functions::map_symbol_filenamesTom Tromey1-3/+3
2021-03-24gdb: remove current_top_target functionSimon Marchi1-4/+2
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey1-5/+0
2021-03-20Switch objfile to hold a list of psymbol readersTom Tromey1-2/+5
2021-03-20Introduce objfile::require_partial_symbolsTom Tromey1-3/+1
2021-03-20Rearrange psymtab_storage constructionTom Tromey1-2/+2
2021-03-20Attach partial symtab storage to psymbol_functionsTom Tromey1-2/+2
2021-03-20Convert quick_symbol_functions to use methodsTom Tromey1-2/+2
2021-03-20Move sym_fns::qf to objfileTom Tromey1-0/+2
2021-03-20Introduce method wrappers for quick_symbol_functionsTom Tromey1-14/+6
2021-03-20Change objfile_has_partial_symbols to a methodTom Tromey1-1/+1
2021-01-12gdb: move read{now,never}_symbol_files declarations to symfile.hSimon Marchi1-2/+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-30/+30
2020-10-29Change add_target_sections_of_objfile to method on program_spaceTom Tromey1-1/+1
2020-10-29Change remove_target_sections to method on program_spaceTom Tromey1-1/+1
2020-10-29Remove symfile_objfile macroTom Tromey1-8/+8
2020-10-29Remove the exec_bfd macroTom Tromey1-2/+2
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-2/+2
2020-10-12Use a std::vector in target_section_tableTom Tromey1-8/+5
2020-09-19Use gdb_bfd_sections in generic_loadTom Tromey1-16/+7
2020-09-19Use gdb_bfd_sections in symfile.cTom Tromey1-36/+17
2020-09-16gdb: Convert la_filename_extensions to a methodAndrew Burgess1-0/+1
2020-06-24Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch.Philippe Waroquiers1-4/+6
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi1-2/+1
2020-05-20gdb: reset/recompute objfile section offsets in reread_symbolsSimon Marchi1-0/+8
2020-05-20Use bfd_get_filename throughout gdbAlan Modra1-1/+1
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves1-3/+3
2020-05-19gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi1-1/+3
2020-05-19gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi1-9/+5
2020-05-19gdb: allocate symfile_segment_data with newSimon Marchi1-21/+6
2020-05-15Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers1-2/+2
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-6/+6
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-14/+3
2020-04-14[gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries1-1/+1
2020-04-10Avoid infinite recursion in get_msymbol_addressTom Tromey1-1/+1
2020-04-02[gdb] Use partial symbol table to find language for mainTom de Vries1-10/+1
2020-03-04Introduce objfile::internTom Tromey1-3/+1
2020-02-28[gdb] Don't set initial language using previous languageTom de Vries1-3/+6
2020-02-26[gdb] Don't set initial language if set manuallyTom de Vries1-0/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Switch the inferior too in switch_to_program_space_and_threadPedro Alves1-0/+2