summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-25/+24
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-7/+7
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-1/+1
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-5/+6
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-1/+1
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+1
* Add 'domain' parameter to expand_symtabs_matchingTom Tromey2021-04-171-0/+1
* Add search_flags to expand_symtabs_matchingTom Tromey2021-04-171-1/+4
* Let expand_symtabs_matching short-circuitTom Tromey2021-04-171-5/+7
* gdb: use std::string in partial_symtab::partial_symtab / allocate_symtabSimon Marchi2021-04-021-6/+5
* Use function view in quick_symbol_functions::map_symbol_filenamesTom Tromey2021-03-261-3/+3
* gdb: remove current_top_target functionSimon Marchi2021-03-241-4/+2
* Allow multiple partial symbol readers per objfileTom Tromey2021-03-201-5/+0
* Switch objfile to hold a list of psymbol readersTom Tromey2021-03-201-2/+5
* Introduce objfile::require_partial_symbolsTom Tromey2021-03-201-3/+1
* Rearrange psymtab_storage constructionTom Tromey2021-03-201-2/+2
* Attach partial symtab storage to psymbol_functionsTom Tromey2021-03-201-2/+2
* Convert quick_symbol_functions to use methodsTom Tromey2021-03-201-2/+2
* Move sym_fns::qf to objfileTom Tromey2021-03-201-0/+2
* Introduce method wrappers for quick_symbol_functionsTom Tromey2021-03-201-14/+6
* Change objfile_has_partial_symbols to a methodTom Tromey2021-03-201-1/+1
* gdb: move read{now,never}_symbol_files declarations to symfile.hSimon Marchi2021-01-121-2/+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-30/+30
* Change add_target_sections_of_objfile to method on program_spaceTom Tromey2020-10-291-1/+1
* Change remove_target_sections to method on program_spaceTom Tromey2020-10-291-1/+1
* Remove symfile_objfile macroTom Tromey2020-10-291-8/+8
* Remove the exec_bfd macroTom Tromey2020-10-291-2/+2
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-2/+2
* Use a std::vector in target_section_tableTom Tromey2020-10-121-8/+5
* Use gdb_bfd_sections in generic_loadTom Tromey2020-09-191-16/+7
* Use gdb_bfd_sections in symfile.cTom Tromey2020-09-191-36/+17
* gdb: Convert la_filename_extensions to a methodAndrew Burgess2020-09-161-0/+1
* Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch.Philippe Waroquiers2020-06-241-4/+6
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-211-2/+1
* gdb: reset/recompute objfile section offsets in reread_symbolsSimon Marchi2020-05-201-0/+8
* Use bfd_get_filename throughout gdbAlan Modra2020-05-201-1/+1
* Default gdb_bfd_open's fd parameter to -1Pedro Alves2020-05-191-3/+3
* gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi2020-05-191-1/+3
* gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi2020-05-191-9/+5
* gdb: allocate symfile_segment_data with newSimon Marchi2020-05-191-21/+6
* Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers2020-05-151-2/+2
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-6/+6
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-14/+3
* [gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries2020-04-141-1/+1
* Avoid infinite recursion in get_msymbol_addressTom Tromey2020-04-101-1/+1
* [gdb] Use partial symbol table to find language for mainTom de Vries2020-04-021-10/+1
* Introduce objfile::internTom Tromey2020-03-041-3/+1
* [gdb] Don't set initial language using previous languageTom de Vries2020-02-281-3/+6
* [gdb] Don't set initial language if set manuallyTom de Vries2020-02-261-0/+2