]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/symfile.c
Remove usages of find_thread when calling need_step_over_p
[thirdparty/binutils-gdb.git] / gdb / symfile.c
2017-11-08  Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-11-07  Tom TromeyConstify add_info
2017-11-04  Tom TromeyRemove make_cleanup_free_objfile
2017-11-04  Tom TromeyUse unique_xmalloc_ptr in find_separate_debug_file_by_d...
2017-10-28  Simon MarchiGet rid of VEC(filename_language)
2017-10-28  Simon MarchiAdd tests for filename_language
2017-10-14  Simon MarchiReplace psymbol_allocation_list with std::vector
2017-10-13  Tom TromeyChange objfile to use new/delete
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-11  Simon MarchiUse std::vector for symtab_fns
2017-10-03  Tom TromeyUse gdb::byte_vector in load_progress
2017-10-03  Tom TromeyRemove unused declarations
2017-09-27  Tom TromeyConstify some commands in exec.c, plus symbol_file_command
2017-09-27  Tom TromeyConstify some commands in symfile.c
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-14  Tom TromeyFix memory leak in add_symbol_file_command
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...
next