Automatic date update in version.in
[external/binutils.git] / gdb / solib.c
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-17 Tom TromeyReplace "the the" with "the"
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-03 Tom TromeyRemove ptid_equal
2018-05-29 Tom TromeyChange program_space::added_solibs to a std::vector
2018-05-25 Tom TromeyRemove interp_ui_out
2018-03-19 Tom TromeyConvert observers to C++
2018-03-19 Tom TromeyRemove some cleanups from solib.c
2018-03-16 Tom TromeyRemove make_cleanup_free_section_addr_info
2018-03-03 Simon MarchiMake program_space::deleted_solibs a vector of std...
2018-02-14 Tom TromeyConstify target_so_ops::bfd_open
2018-02-14 Tom TromeyChange openp et al to use a unique_xmalloc_ptr
2018-02-14 Tom TromeyMove some declarations to source.h
2018-02-14 Tom TromeyReturn unique_xmalloc_ptr from some solib.c functions
2018-02-08 Tom TromeyRemove cleanups from solib.c
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-10-13 Tom TromeyChange objfile to use new/delete
2017-10-10 Pedro AlvesEliminate catch_errors
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-05 Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03 Tom TromeyIntroduce and use ui_out_emit_table
2017-06-20 Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-04-22 Tom TromeyUse ui_out_emit_tuple
2017-03-20 Marc-Andre LaperleAdd -file-list-shared-libraries MI command
2017-03-20 Marc-Andre LaperleRemove unused parameter in solib_add and update_solib_list
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-12-20 Pedro Alvesgdb: Constify solib_find
2016-12-09 Pedro Alvesgdb: Remove support for obsolete OSABIs and a.out
2016-11-27 Simon MarchiRemove verbosity from ui_out_message and friends
2016-10-26 Sandra LoosemorePR 20569, segv in follow_exec
2016-10-26 Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-21 Philipp RudoDelete target_so_ops->special_symbol_handling hook
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-29 Pedro AlvesDon't assume break/continue inside a TRY block works
2015-10-13 Simon MarchiConstify arguments of gdb_bfd_lookup_symbol and related...
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-28 Ulrich WeigandRevert: solib_global_lookup: Fetch arch from objfile.
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-15 Jan KratochvilRevert the previous 7 commits of: Validate binary befor...
2015-07-15 Jan KratochvilValidate symbol file using build-id
2015-06-25 Gary BensonCorrectly notice empty sysroots in solib_find_1
2015-06-25 Gary BensonRemove gdb_sysroot NULL checks
2015-05-06 Joel BrobeckerMake the "info dll" command available on all platform.
2015-04-29 Gary BensonAllow passing fd == NULL to exec_file_find and solib_find
2015-04-17 Gary BensonIntroduce exec_file_find
2015-04-02 Gary BensonStrip "target:" prefix in solib_find if accessing local...
2015-04-02 Gary BensonConvert "remote:" sysroots to "target:" and remove...
2015-03-12 Gary BensonAllow "set sysroot" with no argument to restore sysroot...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12 Maciej W. RozyckiMIPS: Keep the ISA bit in compressed code addresses
2014-12-05 Jan KratochvilRemove const from many struct objfile *
2014-11-07 Doug Evanssolib_global_lookup: Fetch arch from objfile, not targe...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-12 Doug EvansDelete "Loaded symbols for ..." message, it is redundant.
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-07-24 Tom Tromeyconstify solib_add
2014-03-31 Doug EvansNew option "set print symbol-loading".
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-15 Joel BrobeckerRevert "Do not overwrite so_list's so_name in solib_map...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-10-29 Nicolas BlancNew remove-symbol-file command.
2013-09-27 Pedro AlvesFix regular /path/to/directory sysroots and target...
2013-09-24 Jan KratochvilKeep objfile original filename
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-09-04 Jan KratochvilCode cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN...
2013-07-22 Jan Kratochvil2013-07-22 Doug Evans <dje@google.com>
2013-06-04 Gary Benson2013-06-04 Gary Benson <gbenson@redhat.com>
2013-06-04 Yao Qigdb/
2013-05-21 Jan Kratochvilgdb/
2013-05-06 Doug Evans * solist.h (struct target_so_ops): New member clear_so.
2013-05-06 Joel BrobeckerReimplement shared library support on ppc-aix...
2013-04-22 Tom Tromey PR gdb/7912:
2013-04-11 Joel BrobeckerDo not overwrite so_list's so_name in solib_map_sections
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-09-28 Edjunior Barbosa... 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
2012-08-22 Tom Tromey * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2012-08-22 Tom Tromey * exec.c (exec_close, exec_file_attach): Update.
2012-07-23 Tom Tromey * coffread.c (coff_symfile_read): Make a cleanup for...
2012-07-23 Tom Tromey * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd...
2012-07-23 Tom Tromey * bfd-target.c (target_bfd_reopen): Update.
2012-07-18 Tom Tromey * utils.c (make_cleanup_bfd_unref): Rename from
2012-07-18 Tom Tromey * symfile.c (symfile_bfd_open): Don't copy name. ...
2012-07-18 Tom Tromey * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2012-05-29 Tom Tromeybfd/
2012-02-16 Tom Tromey * symfile.c (symbol_file_add_main_1): Use inferior's
2012-01-24 Tom Tromey PR symtab/12406:
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-09-12 Aleksandar Ristovski * solib.c (solib_used): New function.
2011-08-30 Yao Qi gdb/
next