aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-08Change section_offsets to a std::vectorTom Tromey1-54/+22
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-1/+1
2019-12-12Move free_all_objfiles to program_spaceTom Tromey1-1/+1
2019-12-12Make the objfile destructor privateTom Tromey1-4/+4
2019-12-12Make add_separate_debug_objfile staticTom Tromey1-4/+1
2019-12-12Make the objfile constructor privateTom Tromey1-1/+1
2019-11-24Use bool in require_partial_symbolsTom Tromey1-1/+1
2019-11-06Remove some includes of readline.hTom Tromey1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-24Call forget_cached_source_info to clear the stale source cacheH.J. Lu1-0/+3
2019-10-19Fix typos in symfile.c and i386-darwin-tdep.cSergio Durigan Junior1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-3/+3
2019-10-01Use new %p format suffixes in gdbPedro Alves1-7/+6
2019-09-19bfd_section_* macrosAlan Modra1-62/+57
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-09-16Don't duplicate comment in symfile.c and .hChristian Biesinger1-9/+1
2019-09-06bfd_get_filenameAlan Modra1-1/+1
2019-08-06Add obstack_strdup overload taking a std::stringTom Tromey1-3/+1
2019-08-06Use obstack_strdup moreTom Tromey1-3/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-2/+2
2019-07-18Constify main_nameTom Tromey1-1/+1
2019-07-15Introduce field_unsignedTom Tromey1-6/+6
2019-07-15Use field_core_addr in more placesTom Tromey1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-07-08Fix breakpoints on file reloads for PIE binariesAlan Hayward1-0/+12
2019-07-02Move generic_load declaration to symfile.hSimon Marchi1-0/+2
2019-06-14Warn if add-symbol-file does not provide any symbolsTom Tromey1-6/+3
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-05-03Fix lookup of separate debug file on MS-Windows.Eli Zaretskii1-0/+22
2019-04-19Make objfile::static_links an htab_upTom Tromey1-1/+1