Make add_separate_debug_objfile static
[deliverable/binutils-gdb.git] / gdb / symfile.c
2017-08-05  Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-06-28  Doug GilmoreFix PR 21337: segfault when re-reading symbols.
2017-06-27  Pedro Alvesobjfile_per_bfd_storage non-POD
2017-06-11  Simon MarchiIntroduce "set debug separate-debug-file"
2017-04-12  Tom TromeyUse std::vector in reread_symbols
2017-04-12  Tom TromeyChange increment_reading_symtab to return a scoped_restore
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-02-23  Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-02-13  Luis MachadoImprove load command's help text
2017-01-11  Tom TromeyUse class to manage BFD reference counts
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-11-27  Simon MarchiRemove verbosity from ui_out_message and friends
2016-11-23  Pedro Alvesgdb: Use C++11 std::chrono
2016-10-26  Sandra LoosemorePR 20569, segv in follow_exec
2016-10-26  Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-07-14  Tom TromeyRemove some unused overlay code
2016-06-24  Tom TromeyMove filename extensions into language_defn
2016-06-24  Tom TromeyUse VEC for filename_language_table
2016-05-17  Tom TromeyAdd support for the Rust language
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-05-03  Kyrylo Tkachov[gdb] Fix -Wparentheses warnings
2016-03-31  Pedro AlvesRemove support for "target m32rsdi" and "target mips...
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17  Pedro Alves[C++/mingw] Misc alloca casts
2015-10-13  Pedro AlvesMore char constification
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-24  Pedro AlvesPrepare for gnulib update
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-04-02  Gary BensonRearrange symfile_bfd_open
2015-04-02  Gary BensonConvert "remote:" sysroots to "target:" and remove...
2015-03-11  Gary BensonImplement remote_bfd_iovec_stat
2015-02-11  Doug EvansRename new_symfile_objfile, make static.
2015-01-31  Gary Bensonnew callback parameter expansion_notify for expand_symt...
2015-01-31  Joel BrobeckerPR symtab/17855
2015-01-29  Alexander KlimovFix build failure in symfile.c::unmap_overlay_command...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-28  Yao QiUse lstat unconditionally
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18  Doug EvansSYMTAB_OBJFILE: New macro.
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-26  Tom Tromeyconstify to_load
2014-06-16  Pedro Alves"$ gdb PROGRAM" vs "(gdb) file PROGRAM" difference...
2014-06-13  Tom Tromeymake calls to help_list use enumerator
2014-06-06  Markus Metzgersymfile, vdso: remove target sections
2014-03-31  Doug EvansNew option "set print symbol-loading".
2014-02-26  Tom Tromeymove minimal symbols to per-bfd
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-01-15  Tom Tromeymake language_of_main static
2014-01-15  Tom Tromeymove the entry point info into the per-bfd object
2014-01-15  Tom Tromeyrelocate the entry point address when used
2014-01-15  Doug Evanspsymtab cleanup patch 3/3
2014-01-15  Doug Evanspsymtab cleanup patch 2/3
2014-01-15  Doug Evanspsymtab cleanup patch 1/3
2014-01-13  Tom Tromeyreplace XCALLOC with XCNEWVEC or XCNEW
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-07  Honggyu KimRemove duplicated #include's from GDB
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-06  Tom Tromeymake symtab::filename const
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-13  Joel Brobeckercrash while re-reading symbols from objfile on ppc...
2013-11-08  Doug EvansChange "set debug symtab-create" to take a verbosity...
2013-10-29  Nicolas BlancCreate target sections for user-added symbol files.
2013-10-29  Nicolas BlancNew remove-symbol-file command.
2013-10-07  Tom Tromeymove the demangled_names_hash into the per-BFD
2013-09-25  Doug Evans New option "set debug symfile on".
2013-09-25  Doug Evans * symfile.h (struct sym_fns): Delete member "sym_flavour".
2013-09-24  Jan KratochvilKeep objfile original filename
2013-09-24  Jan KratochvilCode cleanup: Add objfile_name accessor
2013-09-24  Jan KratochvilRemove solib-sunos.c
2013-09-19  Jan KratochvilMostly code cleanup: Constification.
2013-09-13  Jan KratochvilCode cleanup: Move variable.
2013-09-05  Muhammad Bilal2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
2013-09-04  Jan KratochvilCode cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN...
2013-09-04  Muhammad Bilal2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
2013-08-26  Doug Evans PR symtab/15885
2013-08-20  Tom Tromeymove gdbarch object from objfile to per-BFD
2013-08-07  Tom Tromeyuse language of the main symbol
2013-08-05  Tom Tromeyremove msymbol_objfile
2013-07-16  Doug Evans * target.h (struct target_section): Delete member...
2013-06-19  Doug Evans * symfile.c (symfile_bfd_open): Delete unnecessary...
2013-05-30  Tom Tromeyfix one bug in symfile.c
2013-05-30  Tom Tromeysome cleanup checker fixes
2013-05-09  Doug Evans * symfile.c (syms_from_objfile_1): Delete args offsets...
2013-05-09  Doug Evans * symfile.c (decrement_reading_symtab): Add assert.
2013-05-07  Doug Evans * symfile.c: Whitespace cleanup.
2013-05-06  Doug Evans * dbxread.c (process_one_symbol): Constify section_off...
2013-05-06  Doug Evans * symfile.c (syms_from_objfile_1): Use correct section...
2013-05-05  Jan Kratochvilgdb/
2013-05-04  Doug Evans * objfiles.c (objfile_relocate): Use gdb_bfd_count_sec...
2013-04-08  Tom Tromey * coffread.c (cs_to_section): Use gdb_bfd_section_index.
2013-03-28  Doug Evans * symfile.c (find_separate_debug_file): Add comment.
next
This page took 1.010168 seconds and 107 git commands to generate.