aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-28Use lstat unconditionallyYao Qi1-2/+0
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-26/+65
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-26constify to_loadTom Tromey1-1/+1
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves1-5/+5
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-06-06symfile, vdso: remove target sectionsMarkus Metzger1-2/+2
2014-03-31New option "set print symbol-loading".Doug Evans1-1/+54
2014-02-26move minimal symbols to per-bfdTom Tromey1-6/+1
2014-02-26start change to progspace independenceTom Tromey1-5/+4
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-7/+8
2014-02-26change minsym representationTom Tromey1-3/+3
2014-01-15make language_of_main staticTom Tromey1-4/+2
2014-01-15move the entry point info into the per-bfd objectTom Tromey1-10/+16
2014-01-15relocate the entry point address when usedTom Tromey1-0/+21
2014-01-14psymtab cleanup patch 3/3Doug Evans1-6/+9
2014-01-14psymtab cleanup patch 2/3Doug Evans1-1/+1
2014-01-14psymtab cleanup patch 1/3Doug Evans1-0/+36
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-3/+3
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-06make symtab::filename constTom Tromey1-2/+2
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-13crash while re-reading symbols from objfile on ppc-aix.Joel Brobecker1-2/+6
2013-11-08Change "set debug symtab-create" to take a verbosity level.Doug Evans1-1/+3
2013-10-29Create target sections for user-added symbol files.Nicolas Blanc1-2/+18
2013-10-29New remove-symbol-file command.Nicolas Blanc1-0/+85
2013-10-07move the demangled_names_hash into the per-BFDTom Tromey1-5/+0
2013-09-25 New option "set debug symfile on".Doug Evans1-2/+2
2013-09-25 * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans1-12/+24
2013-09-24Keep objfile original filenameJan Kratochvil1-11/+30
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-13/+14
2013-09-24Remove solib-sunos.cJan Kratochvil1-1/+0
2013-09-19Mostly code cleanup: Constification.Jan Kratochvil1-12/+12
2013-09-13Code cleanup: Move variable.Jan Kratochvil1-1/+1
2013-09-052013-09-05 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal1-1/+0
2013-09-04Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil1-3/+3
2013-09-042013-09-04 Muhammad Bilal <mbilal@codesourcery.com>Muhammad Bilal1-56/+48
2013-08-26 PR symtab/15885Doug Evans1-0/+6
2013-08-20move gdbarch object from objfile to per-BFDTom Tromey1-2/+2
2013-08-07use language of the main symbolTom Tromey1-4/+4
2013-08-05remove msymbol_objfileTom Tromey1-5/+6
2013-07-16 * target.h (struct target_section): Delete member bfd.Doug Evans1-6/+6
2013-06-19 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.Doug Evans1-4/+0
2013-05-30fix one bug in symfile.cTom Tromey1-2/+8
2013-05-30some cleanup checker fixesTom Tromey1-0/+4