aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-10Fix a couple of commentsTom Tromey1-6/+0
2019-04-10Remove some uses of "object_files"Tom Tromey1-2/+1
2019-03-23Have parser reset the innermost block trackerTom Tromey1-6/+0
2019-03-15Remove minsym terminationTom Tromey1-1/+0
2019-03-07C++-ify bcacheTom Tromey1-2/+2
2019-02-12Try to use the canonical version of a sysroot for debug file links.John Baldwin1-3/+10
2019-02-12Use child_path to determine if an object file is under a sysroot.John Baldwin1-5/+7
2019-02-12Look for separate debug files in debug directories under a sysroot.John Baldwin1-2/+15
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-23Remove clear_symtab_users_cleanupTom Tromey1-14/+10
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-12/+12
2019-01-10Introduce objfile::reset_psymtabsTom Tromey1-11/+1
2019-01-10Introduce class psymtab_storageTom Tromey1-7/+7
2019-01-09Remove ALL_OBJSECTIONSTom Tromey1-95/+97
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-29/+32
2019-01-02Fix search of debug files for remote debuggeeAndrey Utkin1-3/+7
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Style the "Reading symbols" messageTom Tromey1-1/+6
2018-12-26Improve "set debug separate-debug-file"Simon Marchi1-5/+34
2018-10-19Clear static_links in reread_symbolsTom Tromey1-0/+1