summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Expand)Author
2016-03-31Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi"Pedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17[C++/mingw] Misc alloca castsPedro Alves
2015-10-13More char constificationPedro Alves
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-24Prepare for gnulib updatePedro Alves
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-04-02Rearrange symfile_bfd_openGary Benson
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson
2015-03-11Implement remote_bfd_iovec_statGary Benson
2015-02-10Rename new_symfile_objfile, make static.Doug Evans
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson
2015-01-31PR symtab/17855Joel Brobecker
2015-01-29Fix build failure in symfile.c::unmap_overlay_command (GCC5 bug)Alexander Klimov
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-28Use lstat unconditionallyYao Qi
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-06-26constify to_loadTom Tromey
2014-06-16"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference; warn on failure to remove...Pedro Alves
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-06-06symfile, vdso: remove target sectionsMarkus Metzger
2014-03-31New option "set print symbol-loading".Doug Evans
2014-02-26move minimal symbols to per-bfdTom Tromey
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-15make language_of_main staticTom Tromey
2014-01-15move the entry point info into the per-bfd objectTom Tromey
2014-01-15relocate the entry point address when usedTom Tromey
2014-01-14psymtab cleanup patch 3/3Doug Evans
2014-01-14psymtab cleanup patch 2/3Doug Evans
2014-01-14psymtab cleanup patch 1/3Doug Evans
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-07Remove duplicated #include's from GDBHonggyu Kim
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-06make symtab::filename constTom Tromey
2013-11-18remove gdb_stat.hTom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-11-13crash while re-reading symbols from objfile on ppc-aix.Joel Brobecker
2013-11-08Change "set debug symtab-create" to take a verbosity level.Doug Evans
2013-10-29Create target sections for user-added symbol files.Nicolas Blanc
2013-10-29New remove-symbol-file command.Nicolas Blanc
2013-10-07move the demangled_names_hash into the per-BFDTom Tromey
2013-09-25 New option "set debug symfile on".Doug Evans