aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-04-02Rearrange symfile_bfd_openGary Benson1-39/+30
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson1-21/+4
2015-03-11Implement remote_bfd_iovec_statGary Benson1-8/+9
2015-02-10Rename new_symfile_objfile, make static.Doug Evans1-3/+3
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson1-1/+3
2015-01-31PR symtab/17855Joel Brobecker1-2/+4
2015-01-29Fix build failure in symfile.c::unmap_overlay_command (GCC5 bug)Alexander Klimov1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
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